🪙Balances
Balances of either native, wrapped or erc20 tokens. An API that does it all.
Get Balance by Network
Fetches the native balance for an address for a specific network. Please not that using the network to filter is optional, but advised.
GET
https://api.decentri.fi/{address}/native-balance?network={network}
Path Parameters
Name | Type | Description |
---|---|---|
address* | String | Address of the account |
Query Parameters
Name | Type | Description |
---|---|---|
network* | String | network |
Get Token Balances
Fetches the token balances for an address for a specific network. Please not that using the network to filter is optional, but advised, as it fetches balances for thousands of tokens.
GET
https://api.decentri.fi/balance/{address}/token-balances
Path Parameters
Name | Type | Description |
---|---|---|
address* | String |
Query Parameters
Name | Type | Description |
---|---|---|
network | String | network |
Last updated