tokens
Get tokens based on network, search criteria, started from offset, excluded the token addresses in exclude.
Request Parameters:
Name | Type | Description | Example |
---|---|---|---|
networkName (required) | String[] | The name of the network for which to retrieve tokens | [bsc, polygon, base] |
searchValue (required) | String[] | The search value(s) used to filter tokens. | |
exact (optional) | Boolean | Flag indicating whether the search should be exact or partial. | Default value: false |
offset (optional) | Number | The number of tokens to skip in the result set. | Default value: 0 |
exclude (optional) | String[] | The address(es) to exclude from the result. |
Request URL Example:
Response Example:
Last updated