Get the status history for a specific order.
Success Response
"completed"
[
{
"checked": true,
"description": "Your order has been created",
"status": "created",
"timestamp": "2025-03-18T06:09:17.832Z"
},
{
"checked": true,
"description": "Your order is ready to be funded. Please send funds to the provided address",
"status": "waiting_for_funding",
"timestamp": "2025-03-18T06:09:28.996Z"
},
{
"checked": true,
"description": "Detected incoming payment",
"status": "waiting_for_confirmations",
"timestamp": "2025-03-18T06:10:12.517Z"
},
{
"checked": true,
"description": "Your payment was confirmed",
"status": "funds_received",
"timestamp": "2025-03-18T06:10:13.216Z"
},
{
"checked": true,
"description": "We are processing your payout",
"status": "processing_payout",
"timestamp": "2025-03-18T06:10:13.859Z"
},
{
"checked": true,
"description": "Order is complete, and funds have been delivered successfully",
"status": "completed",
"timestamp": "2025-03-18T06:10:20.150Z"
}
]