Skip to main content
walletAddress
String
The wallet address to filter by.
networks
[Int!]
The network IDs to filter by.
tokens
[String!]
The token IDs (address:networkId) or addresses to request the balance for. Requires a list of networks if only passing addresses. Include native network balances using native as the token address. Only applied when using walletAddress (not walletId). Max 200 tokens.
includeNative
Boolean
Whether to include native network balances in the response (ID will be native:<networkId>). Requires a list of networks. Does not apply when using tokens.
limit
Int
The maximum number of holdings to return. Does not apply when using tokens.
cursor
String
A cursor for use in pagination.
removeScams
Boolean
Whether to remove scam tokens from the response.
walletId
String
The ID of the wallet (walletAddress:networkId).
This field is deprecated. Use walletAddress and networkId instead
filterToken
String
Optional token specifically request the balance for. Only works with walletId.
This field is deprecated. Use tokens list instead