Authorizations
The API key. For more details, refer to API key.
In the API playground, enter your API secret, and your API key will be accordingly calculated.
Query Parameters
The token ID, which is a unique identifier that specifies both the blockchain network and cryptocurrency token in the format {CHAIN}_{TOKEN}
. Supported values include:
- USDC:
ETH_USDC
,ARBITRUM_USDCOIN
,SOL_USDC
,BASE_USDC
,MATIC_USDC2
,BSC_USDC
- USDT:
TRON_USDT
,ETH_USDT
,ARBITRUM_USDT
,SOL_USDT
,BASE_USDT
,MATIC_USDT
,BSC_USDT
A unique identifier assigned by the developer to track and identify individual payers in their system.
The merchant ID.
Response
The request was successful.
The dedicated top-up address assigned to a specific payer under a merchant on a specified chain.
"0x1234567890abcdef..."
A unique identifier assigned by Cobo to track and identify individual payers.
"P20250619T0310056d7aa"
A unique identifier assigned by the developer to track and identify individual payers in their system.
"user_abc_10001"
The merchant ID.
"M1001"
The token ID, which is a unique identifier that specifies both the blockchain network and cryptocurrency token in the format {CHAIN}_{TOKEN}
.
"ETH_USDT"
The minimum top-up amount allowed for this address. Top-ups below this threshold will not be credited to merchant or developer funds.
"0.1"
The chain ID.
"ETH"
The developer fee rate applied to top-up transactions made to this address. Expressed as a decimal string where "0.1" represents 10%.
"0.01"
The creation time of the top-up address, represented as a UNIX timestamp in seconds.
1744689600
The last update time of the top-up address, represented as a UNIX timestamp in seconds.
1744689600