curl --request GET \
--url https://api.lidian.finance/api/v1/orders/{id} \
--header 'x-api-key: <api-key>'{
"message": "<string>",
"data": {
"orderId": "<string>",
"quoteId": "<string>",
"signature": "<string>",
"status": "created",
"moneyMoverAccountId": "<string>",
"liquidityProviderAccountId": "<string>",
"details": {},
"createdAt": "<string>",
"updatedAt": "<string>",
"completedAt": "<string>",
"failureReason": "<string>",
"createdBy": "<string>",
"updatedBy": "<string>",
"metadata": {},
"quote": {}
}
}Get order by ID
curl --request GET \
--url https://api.lidian.finance/api/v1/orders/{id} \
--header 'x-api-key: <api-key>'{
"message": "<string>",
"data": {
"orderId": "<string>",
"quoteId": "<string>",
"signature": "<string>",
"status": "created",
"moneyMoverAccountId": "<string>",
"liquidityProviderAccountId": "<string>",
"details": {},
"createdAt": "<string>",
"updatedAt": "<string>",
"completedAt": "<string>",
"failureReason": "<string>",
"createdBy": "<string>",
"updatedBy": "<string>",
"metadata": {},
"quote": {}
}
}Order ID
Order retrieved successfully
Show child attributes
created, accepted, completed, failed, received, fulfilled, cancelled