Skip to main content
POST
Create static (reusable) deposit address (1.4.0)

Authorizations

X-Signature
string
header
required

HMAC-SHA256-Hex(timestamp + "." + raw_body, api_secret)

Body

application/json
assetCode
string
required
Example:

"USDT_TRC20"

orderId
string
required

Ваш идентификатор владельца адреса (клиент/аккаунт). Уникален в рамках сайта; повтор возвращает тот же адрес.

Example:

"customer-42"

label
string

Метка для админки и вебхуков.

Example:

"Иван, аккаунт #42"

sweepDestinationWalletUuid
string

UUID системного кошелька-получателя свипа (active, та же сеть).

urlCallback
string

1.4.0: webhook-URL для платежей на этот адрес (вместо callback_url сайта).

Example:

"https://shop.example.com/webhooks/wallet"

Response

201 - application/json
uuid
string<uuid>
required
orderId
string
required
Example:

"customer-42"

label
string | null
required
assetCode
string
required
Example:

"USDT_TRC20"

network
string
required
Example:

"TRON"

address
string
required
memo
string | null
required

Memo для memo-based сетей (постоянный).

status
enum<string>
required
Available options:
active,
disabled
explorerAddressUrl
string | null
required
paymentsCount
number
required

Число платежей (дочерних депозитов).

Example:

3

totalReceived
string
required

Сумма финализированных платежей.

Example:

"350.5"

lastPaymentAt
string<date-time> | null
required
createdAt
string<date-time>
required