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.
Path Parameters
The unique identifier of the token listing request.
Response
Detailed information about a token listing request
Detailed information about a token listing request.
The unique identifier of the token listing request.
"123e4567e89b12d3a456426614174000"
The ID of the blockchain where the token is deployed.
"ETH"
The token's contract address on the specified blockchain.
"0x6B175474E89094C44Da98b954EedeAC495271d0F"
The wallet type. Possible values include:
-
Custodial
: Custodial Wallets -
MPC
: MPC Wallets -
SmartContract
: Smart Contract Wallets -
Exchange
: Exchange Wallets
Custodial
, MPC
, SmartContract
, Exchange
"Custodial"
The wallet sub-type. Possible values include:
Asset
: Custodial Wallets (Asset Wallets).Web3
: Custodial Wallets (Web3 Wallets).Org-Controlled
: MPC Wallets (Organization-Controlled Wallets).User-Controlled
: MPC Wallets (User-Controlled Wallets).Safe{Wallet}
: Smart Contract Wallets (Safe).Main
: Exchange Wallets (Main Account).Sub
: Exchange Wallets (Sub Account).
Each wallet sub-type requires a different set of properties. Switch between the above tabs for details.
Asset
, Web3
, Org-Controlled
, User-Controlled
, Safe{Wallet}
, Main
, Sub
"Asset"
The status of the token listing request.
Submitted
: The request has been submitted and is pending processing.Succeeded
: The token has been successfully listed.Failed
: The token listing request was rejected or failed to process.
Submitted
, Succeeded
, Failed
"Submitted"
The token information.
The source of the token listing request.
API
: The request was created via the WaaS 2.0 API.Admin
: The request was created on Cobo Portal.
API
, Admin
"API"
The feedback provided by Cobo when a token listing request is rejected.
"Token has been added to the system"
The time when the request was created in Unix timestamp format, measured in milliseconds.
1625097600000
The time when the request was last updated in Unix timestamp format, measured in milliseconds.
1625184000000