Returns token balances for a specific wallet address.
Endpoint:GET /tokens/balances
Parameters:
Name
Type
Description
Required
wallet
address
Address of the wallet to check balances for
Yes
limit
number
Maximum number of tokens to return
No
Example Requests:
GET https://api.liqd.ag/tokens/balances?wallet=0x123456789abcdef123456789abcdef123456789
GET https://api.liqd.ag/tokens/balances?wallet=0x123456789abcdef123456789abcdef123456789&limit=10