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.
Body
Request body for submitting a token listing request.
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 ID of the blockchain where the token is deployed.
"ETH"
The token's contract address on the specified blockchain.
"0x6B175474E89094C44Da98b954EedeAC495271d0F"
Response
Successful token listing request submission
The unique identifier for the token listing request. You can use it to track the request status with the Get token listing request operation.
"123e4567e89b12d3a456426614174000"