Creating a new PayOut wallet address
The method allows you to create a new PayOut address.
post
/api-gateway/create-payout-address
Header parameters
x-api-public-keystring
Public API-key
x-api-signaturestring
Signing the request body with a private API-key
Content-typestring
Request content type
Example:
application/json
Body
currencystringrequired
Coin ticker
Example:
USDT
networkstringrequired
Network name
Example:
USDT
aliasstring | null
Address alias
Example:
My address alias
commentstring | null
Comment to the address
Example:
My some address comment.
Responses
application/json
cURL
JavaScript
Python
HTTP
200
Last updated