Search and Filter Tokens
Overview
This section details how to retrieve token balance using user wallet address and token IDs.
Properties
addresses
addresses
A list of addresses used to query tokens.
e.g.
filters
filters
An object of filters used to reduce the the amount of results returned. These filters are best used when looking up a specific token, or in conjuction with the genericTokenIds
when using the amountRange
filter.
e.g.
Filter Types
Name
The name of the generic token.
Should be a string
e.g.
Symbol
The symbol of the generic token.
Should be a string
e.g.
Amount Range
The balance amount of the generic token held by the addresses given.
Should be an array of string numbers. The first number represents the minimum and the second number represents the maximum. The second number can be left out if the result should not be bound by the maximum.
e.g.
Usage
Last updated