Check Order
This endpoint allows you to check the status of an order associated with a permanent address.
Request Details
Endpoint:
/v1/perm/getorder
Method: POST
Request Parameters
merchant_id
Yes
string
Merchant's unique identifier.
hash
Yes
string
The HMAC SHA512 hash of the request data.
data
Yes
object
Data object containing the order details.
— id
Yes
string
Unique identifier of the order.
— timestamp
Yes
number
Current timestamp to ensure the request's freshness.
Request Example
Return Parameters
symbol
string
Type of token (e.g., 'USDT').
from
string
The source address from which the tokens are sent.
address
string
The recipient's permanent address.
block
string
The block number on the blockchain where the transaction was included.
txid
string
Blockchain transaction identifier.
confirmation
number
The number of confirmations the transaction has received.
balance
decimal
The amount of tokens received.
timestamp
number
Timestamp of when the transaction was processed.
Response Example
Last updated