This endpoint will let you query the order status of the sell gold transaction.



URL Params

ParametersValue
tx_id[integer]
Example: tx_id = 1012

Success 200 Response Parameters

FieldDescription
created_atThe timestamp of the creation of the particular transaction.
statusThe status of the particular Buy transaction
*status -> 0: tx not confirmed, 1: success, 2: failed, 3: in progress

Failure Parameters

Status CodeCodeCode Description
HTTP Status 400
1Invalid Transaction ID

📘

Points to Remember

After confirming the transaction in the Sell Confirm API, this API can be used for checking the status of the transaction by passing the tx_id as the parameter.

Language
Click Try It! to start a request and see the response here!