Tokens
getTokensByAddress
Get a list of all tokens the queried account possesses.
get/v1/tokens/accounts/{address}
Path parameters
addressstring required
Queried account address.
Queried account address.
Query parameters
pageinteger required
Queried API page.
sizeinteger required
Number of queried entries.
orderBy'ASC' | 'DESC' required
Sorting method: from the lowest element to the highest (ASC) or from the highest element to the lowest (DESC).
sortBy'BALANCE' required
Select sorting parameter.
Response
OK