Skip to main content

Token List

Tokens and token lists can be queried via https://wallets.nodefinance.org/tokens

The endpoint includes regular tokens, as well as receipt tokens for lending markets, yield farms, vaults, and liquidity pools.

Other resources, such as Lending Markets have relations to tokens both for underlying tokens as well as receipt tokens.

Coming Soon

In the next version of the Node Suite, tenants will be able to customize their token list via their tenant console at mission control.

Filter query parameters

The API endpoint supports the following filter query parameters:

Field filters

The following fields can be filtered using the exact match (field) or inclusion (field__in) and exclusion (field__not_in) criteria.

FieldTypeDescription
addressstringFilter by the Ethereum address of the token
chainstringFilter by the blockchain network the token is on
namestringFilter by the token's name
symbolstringFilter by the token's symbol
tags:tagsstringFilter by the token's tag
tags:categorystringFilter by the token's category
_typestringFilter by the token's type

Example

GET /tokens?chain=137

Response format

The API returns an array of token objects, with the following properties:

PropertyTypeDescription
_typestringThe token's type
tidnumberThe token's unique identifier
chainnumberThe blockchain network the token is on
addressstringThe Ethereum address of the token
symbolstringThe token's symbol
decimalsnumberThe number of decimal places the token supports
namestringThe token's name
logoURIstringThe URL to the token's logo
tagsarrayAn array of strings representing the token's tags
extensionsobjectAdditional information about the token, including website and isNative, which is true if the token represents a native token on the network