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
request_id
string
required

A unique ID generated by the requester, used for idempotency: the same request_id will not create a duplicate transaction. You can use your own system's order ID and later query the transaction by it.

Example:

"ea6f928b-0b1f-4fd3-a4fe-fc10695d2642"

wallet_from
string
required

Source wallet ID.

Example:

"332cf3e4-af07-46f9-a3da-4aa2cbe3bdd4"

wallet_to
string
required

Destination wallet ID.

Example:

"1b8d5efd-d7a8-48ac-a195-cc8e043ae36b"

amount
number<float>
required

Transfer amount.

Example:

0.003

user_token
string

Recipient's unique user ID or token within the app (optional).

Example:

"10001"

user_email
string

Recipient's email address (optional).

Example:

""

user_phone
string

Recipient's phone number (optional).

Example:

""

user_name
string

Recipient's name or nickname (optional).

Example:

""

notes
string

Remarks (optional).

Example:

""

Response

Request succeeded. Returns transfer transaction ID.

status
integer

Status code. 0 indicates success.

Example:

0

data
object

Transfer result.

msg
string

Error message. Present when status is non-zero.