Skip to main content

Create Static Address

This endpoint creates a new static deposit address strictly assigned to a user by internal_user_id AND/OR email.

POST/api/addresses/v1/static-depositsAuth: Required

Request Body

internal_user_idstringRequired

A unique user ID to which the address will be assigned. If a request is made with an existing ID, the corresponding user and their deposit address will be returned.

assetstringRequired

The asset for which the address will be created. Values: usdt, usdc, btc, eth, sol, ton, bnb, ltc, trx, bch.

networkstringRequired

The network for which the address will be created. Should correspond to the asset parameter value (see mapping below).

More attributes

Asset + Network Mapping

AssetNetwork values
btc, eth, sol, ton, bnb, ltc, trx, bchsame as asset (e.g., btcbtc)
usdttrc20usdt, usdterc20, solusdt, bep20usdt
usdcusdc, solusdc, bep20usdc

Response

idstring

Address identifier.

internal_user_idstring

Unique internal user ID provided within the address-creation request.

addressstring

Static deposit address value for the provided user ID and/or email, asset, and network.

assetstring

Address asset name.

networkstring

Address network name.

emailstring | null

User's email address. null if not provided within the request.

tagstringTON only

Address tag for TON-asset addresses. Won't be returned for any other asset.