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
  1. At least one of request_id, transaction_id, or hash must be provided by default. request_id is not applicable when the transaction type is Deposit.
  2. At least one of the remaining parameters must be provided for verification.
  3. amount_delta: amount tolerance. Default: 0.001.
  4. time: transaction time, optional, in seconds.
  5. time_type: time match type. =Created matches the transaction creation time; =Confirmed matches the confirmation time; =Completed matches the completion time. Default: Created.
  6. time_delta: time tolerance, in seconds. Default: 10.
wallet_id
string
required

Wallet ID.

Example:

"b2c13dba-7787-4db5-98e3-cff374dc04cd"

txs
object[]
required

List of transactions to verify.

Example:

Response

Request succeeded. Returns the batch verification result.

status
integer

Status code. 0 indicates success.

Example:

0

data
object[]

Batch verification result list.

msg
string

Error message. Present when status is non-zero.