Blockchains
List custom tokens
Retrieve all custom tokens configured for the company.
GET
Retrieves all custom tokens configured for the company. Requires an API key with access level 1 or higher.
Overview
Custom tokens extend the platform’s default token support for the Treasury and Active Management products. They allow you to operate with ERC-20 or equivalent contracts that are not part of the platform’s built-in token list. Each blockchain ships with a set of default tokens defined in the platform’s core library. These are the tokens supported out of the box, per environment:Production (mainnet)
Sandbox (testnet)
If you need to operate with a token that is not in the default list, you can register a custom token. Custom tokens are scoped to your company and apply only to the Treasury and Active Management products.
Custom tokens can only be created from the Portal under Management → Tokens. The API provides read-only access to the list of configured custom tokens.
Response
Returns an array of custom token objects.string
Unique custom token identifier.
string
Token name.
string
Token symbol.
string
Smart contract address of the token.
string
Blockchain network. One of
ETHEREUM, POLYGON, BSC, ARBITRUM, OPTIMISM, BASE, AVALANCHE.number
Current token price in USD.
integer
Number of decimal places used by the token contract.

