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
Response
The request was successful.
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 total amount of the token that has been received as developer fee.
"1.23"
The total amount of the token that has been paid out from the developer's balance.
"1.23"
The total amount of the token that has been refunded from the developer's balance.
The total balance of the token available for payout or refund for the developer.
total_balance
= developer_fee_amount
- settled_amount
- refunded_amount
For more information, please refer to Amounts and Balances
"1.23"
This field has been deprecated.
"1.23"