Skip to main content
POST

Authorizations

X-API-KEY
string
header
required

Body

application/json
currency
enum<string>
required

The stablecoin to collect. Currently only USDT is supported.

Available options:
USDT
Example:

"USDT"

network
enum<string>
required

The blockchain network to generate the address on. Use lowercase values in the request.

Available options:
trc20,
erc20,
plasma,
solana,
polygon
Example:

"erc20"

label
string

A human-readable identifier for this address. Returned as reference on the address object.

Example:

"test 1"

Response

Address generated successfully

status
string
Example:

"ok"

message
string
Example:

"Address generated successfully"

data
object