POST
cURL

Authorizations

BIZ-API-KEY
string
header
required

API key. Must be included in the request header.

Biz-Api-Nonce
string
header
required

Timestamp. Must be included in the request header.

Biz-Api-Signature
string
header
required

Signature string. Must be included in the request header.

Body

application/json
wallet_id
string
required

Wallet ID.

Example:

"e9167870-e18b-4e82-8b87-92ec7ede8e45"

chain_id
string
required

Chain ID.

Example:

"BASE_ETH"

user_token
string
required

User ID or token within the app.

Example:

"1234-5678-0000"

Response

Request succeeded. Returns the deposit address.

status
integer

Status code. 0 indicates success.

Example:

0

data
object

User deposit address details.

msg
string

Error message. Present when status is non-zero.