Get Order By ID
This endpoint retrieves order details by order ID or client request ID.
Documentation Index
Fetch the complete documentation index at: https://docs.rails.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Market name. Example value: ETH-USD. To get all supported markets, call /api/v1/markets endpoint.
Unique identifier of the order. Example value: 01J4MD3R7N4HH4G76PT47VG3QC. You can get this value from the create order response.
Client-generated UUID for correlation. Example value: 0835bf3e-4a20-41f0-908d-8213f2b7a285. This is the same value as the clientRequestId field in the create order request.
Response
Order object containing all details for the requested order.