netfluid__crypto_token_balance
Retrieves a token (asset_id) balance on the blockchain, given a asset_id or token or contract address
Retrieves a token (asset_id) balance on the blockchain, given a asset_id or token or contract address This tool will retrieve any token balance from the blockchain, even those not support by Netfluid @param api_key: The api key allocated to your application @param token: The wallet_api_token provided by /access/login @param account_fk: The account_fk (this is a database ID (int) not an account address (str) and may not be 0) The account_fk associated with this blockchain wallet @param asset_id: The asset_id or contract address of the digital asset on this blockchain, can be found from /crypto/digitalassets
@return: a json object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | ||
| api_key | Yes | ||
| asset_id | Yes | ||
| account_fk | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||