PearPear

Read Fun.xyz bridge deposits for a Lighter wallet

Lists every deposit the bridge has seen for the wallet, with its current bridge status

GET
/misc/lighter/uda/{walletAddress}
x-api-key<token>

In: header

Path Parameters

walletAddress*string

Response Body

application/json

curl -X GET "https://example.com/misc/lighter/uda/string"
{  "transactions": [    {      "fromChainId": "string",      "fromTokenAddress": "string",      "fromAmountBaseUnit": "string",      "toChainId": "string",      "toTokenAddress": "string",      "txHash": "string",      "createdTimeMs": 0,      "status": "string",      "depositAddr": "string"    }  ]}