id | string | Unique identifier for the token (e.g., tok_123456789). |
currency | string | Currency code of the token (e.g., USDC). |
chain | string | Blockchain network (e.g., base). |
decimals | number | Number of decimal places for the token. |
name | string | Optional human-readable name of the token (e.g., USD Coin). |
chain_id | number | Optional chain ID (e.g., 8453). |
chain_name | string | Optional full name of the blockchain (e.g., Base). |
currency_logo_url | string | Optional URL to the token's logo. |
chain_logo_url | string | Optional URL to the chain's logo. |
chain_explorer_url | string | Optional URL to the blockchain explorer. |
contract_address | string | Optional smart contract address (e.g., 0x...). |
minimum_payment | string | Minimum payment amount. |
minimum_payout | string | Minimum payout amount. |
maximum_payment | string | Maximum payment amount. |
maximum_payout | string | Maximum payout amount. |
enabled | boolean | Indicates if the token is enabled. |
created_at | string | Creation timestamp. |
updated_at | string | Last update timestamp. |