Documentation Index
Fetch the complete documentation index at: https://docs-en.basswallet.com/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
GET/v1/common/tokens
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| tokenName | String | No | Token name. If not provided, returns information for all tokens. |
Response Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| tokenName | String | Yes | Token name. |
| fullName | String | Yes | Full name of the token. |
| <chainList> | Object | Yes | List of supported chains for deposit/withdrawal for the token. |
| chainId | Integer | Yes | Unique ID of the chain. |
| chainName | String | Yes | Unique name of the chain. |
| tokenId | String | Yes | Unique ID of the token. |
| contractId | String | No | Contract ID for the token. This is applicable only for smart contract tokens (e.g., USDT). |
| tokenType | String | Yes | Token type. For main chain tokens, the value is Base (e.g., ETH for Ethereum). |
| decimals | Integer | Yes | Decimal precision of the token. |
| displayDecimal | Integer | Yes | Maximum number of decimals displayed for token amounts. Withdrawal amounts are subject to this limit. |
| blockConfirmNum | Integer | Yes | Number of block confirmations required for secure deposit. Amounts are unlocked after this threshold. |
| minDepositAmount | String | Yes | Minimum deposit amount. Deposits below this amount will not be credited. |
| minWithdrawAmount | String | Yes | Minimum withdrawal amount. Withdrawals below this amount are not allowed. |
| fee | String | Yes | Network fee for withdrawals, which may vary based on network conditions. |
| depositEnable | Bool | Yes | Deposit status: True for enabled, False for disabled. |
| sda | String | No | Announcement message for suspended deposits (if any). |
| suspendDepositDesc | String | No | Description for suspended deposits (if any). |
| withdrawEnable | Bool | Yes | Withdrawal status: True for enabled, False for disabled. |
| swa | String | No | Announcement message for suspended withdrawals (if any). |
| suspendWithdrawDesc | String | No | Description for suspended withdrawals (if any). |