post https://api.dev.dex.guru/wh/account_balances_records
This API endpoint fetches the balance records of specific token addresses associated with a given account on a specified network and chain. It is designed to return a view of non-zero balances for a single account.
The endpoint expects three parameters:
- 'chain_id' (text): The identifier for the blockchain.
- 'network' (text): The network in which the account exists.
- 'account_address' (text): The unique address of the account.
The resulting output will include:
- 'token_address': The address of the token.
- 'Chain_id': The id of the blockchain channel.
- 'timestamp': Maximum timestamp associated with the balance record.
- 'balance': Largest balance recorded for given timestamp.
- 'token_standard': The standard used by the token.
- 'token_id': Unique identifier for each token.
Please note that this endpoint generates a table for visualization.
Clone, Modify, Create API here at View query