Skip to main content
POST

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.

Body

application/json

The request body of the create top-up addresses operation.

The request body to batch create top-up addresses.

token_id
string
required

The token ID, which identifies the cryptocurrency.

Example:

"ETH_USDT"

custom_payer_ids
string[]
required

A list of unique custom payer IDs required to create top-up addresses.

Maximum array length: 50

Unique customer identifier on the merchant side, used to allocate a dedicated top-up address.

merchant_id
string

The merchant ID. If not provided, the default merchant created during organization initialization will be used.

Example:

"M1001"

Response

The information about created top-up addresses.

data
object[]