Get Status API
This endpoint is used to retrieve the status and details of a specific exchange transaction using the unique houdiniId.
Endpoint: GET/status/{houdiniID}
GET/status/{houdiniID}
Response: A JSON object containing Order status
details.
Parameters:
Field
Type
Description
houdiniId
string
Unique ID of the transaction (example:h9NpKm75gRnX7GWaFATwYn)
Example Request:
Response Fields:
Status Code
Description
-1
NEW
0
WAITING
1
CONFIRMING
2
EXCHANGING
3
ANONYMIZING
4
FINISHED
5
EXPIRED
6
FAILED
7
REFUNDED
8
DELETED
Last updated