For the complete documentation index, see llms.txt. This page is also available as Markdown.

Создание нового адрес PayOut кошелька

Метод позволяет создать новый PayOut адрес.

Создание нового адрес PayOut кошелька

post
Header parameters
x-api-public-keystringOptional

Публичный API-ключ

x-api-signaturestringOptional

Подпись тела запроса приватным API-ключем

Content-typestringOptional

Тип тела запроса

Example: application/json
Body

Тело запроса для создания нового адреса

currencystringRequired

Тикер монеты

Example: USDT
networkstringRequired

Имя сети

Example: ethereum
aliasstring · nullableOptional

Имя адреса

Example: My address alias
commentstring · nullableOptional

Комментарий к адресу

Example: My some address comment.
Responses
200Success
application/json

Успешный ответ

successbooleanRequired

Признак успешности запроса

post/api-gateway/create-payout-address
200Success

Last updated