Skip to main content
GET
/
holdings
/
{address}
holdings
curl --request GET \
  --url https://lite-api.jup.ag/ultra/v1/holdings/{address}
{
  "amount": "<string>",
  "uiAmount": 123,
  "uiAmountString": "<string>",
  "tokens": {}
}

Path Parameters

address
string
required

The wallet address to get holdings for

Response

200 - application/json

Successful response

amount
string
required

Total SOL in lamports

uiAmount
number
required

Total SOL in UI units after applying decimals

uiAmountString
string
required

Total SOL as string in UI units after applying decimals

tokens
object
required

Other token holdings organized by mint address as keys

I