Skip to main content
GET

Authorizations

BIZ-API-KEY
string
header
required

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

token_id
string
required

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.

token_id
string
required

The token ID, which is a unique identifier that specifies both the blockchain network and cryptocurrency token in the format {CHAIN}_{TOKEN}.

Example:

"ETH_USDT"

developer_fee_amount
string

The total amount of the token that has been received as developer fee.

Example:

"1.23"

settled_amount
string

The total amount of the token that has been paid out from the developer's balance.

Example:

"1.23"

payout_amount
string

This field is reserved for future use.

Example:

"1.23"

refunded_amount
string

The total amount of the token that has been refunded from the developer's balance.

total_balance
string

The total balance of the token available for payout or refund for the developer.

For more information, please refer to Accounts and fund allocation

Example:

"1.23"

available_balance
string

This field has been deprecated.

Example:

"1.23"

locked_balance
string

This field is reserved for future use.

Example:

"1.23"