This endpoint allows partners to get details of an automated order for a user.
It displays extra information such as the asset amount for an order that has already been executed.
Display order details
Error
Unauthorized
Account is inactive
Not Found
Not Allowed
Error
Maintenance or Service unavailable
{- "data": {
- "id": "2e4c89ac-1290-426f-8de0-4c7b40b91d3a",
- "status": "finished",
- "target_price": "40743.41527688",
- "amount": "1.89",
- "asset_amount": "0.00004884",
- "type": "buy",
- "user_id": "ea96ccef-edee-11eb-9bf0-06502b1fe55d",
- "fiat_id": "ea96ccef-edee-11eb-9bf0-06502b1fe55d",
- "asset_id": "ea96ccef-edee-11eb-9bf0-06502b1fe55d",
- "created_at": "2024-06-13T13:30:32Z"
}
}