cURL
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
Documentation IndexFetch the complete documentation index at: https://docs.lidian.finance/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.lidian.finance/llms.txt
Use this file to discover all available pages before exploring further.
Order ID
Order retrieved successfully
Show child attributes