Tokens are ERC-20 assets configured at the network level. Each network can have a list of supported tokens that can be used in transactions and displayed in vault balance views.
Network tokens define which ERC-20 contracts are available for a given blockchain network:
| Practice | Description |
|---|---|
| Verify contract address | Ensure the token address is correct for the chainId |
| Use standard tokens first | Prefer well-known token addresses for mainnets |
For complete API documentation including endpoints, request/response examples, and code samples:
GET /api/v1/networks/{id}/tokensPOST /api/v1/networks/{id}/tokensPUT /api/v1/networks/{networkId}/tokens/{tokenId}DELETE /api/v1/networks/{networkId}/tokens/{tokenId}Tokens are ERC-20 assets configured at the network level. Each network can have a list of supported tokens that can be used in transactions and displayed in vault balance views.
Network tokens define which ERC-20 contracts are available for a given blockchain network:
| Practice | Description |
|---|---|
| Verify contract address | Ensure the token address is correct for the chainId |
| Use standard tokens first | Prefer well-known token addresses for mainnets |
For complete API documentation including endpoints, request/response examples, and code samples:
GET /api/v1/networks/{id}/tokensPOST /api/v1/networks/{id}/tokensPUT /api/v1/networks/{networkId}/tokens/{tokenId}DELETE /api/v1/networks/{networkId}/tokens/{tokenId}