Get Order By ID

View as Markdown
The **Get Order By ID** is an **authenticated API** that allows partners to **fetch details of a specific order** using its unique identifier. This API provides **detailed transaction information**, including order status, payment details, and wallet address. This API helps **track a particular order’s status** and ensures users can **monitor their transactions in real-time**.

Path parameters

orderIdstringRequiredDefaults to f34df59c-3ba4-41f1-962c-8c7945bf83ff

orderId received from the API - api/v2/orders

Headers

authorizationstringRequiredDefaults to USER_AUTHORIZATION_TOKEN

Authorization token is the accessToken received from the API - api/v2/auth/verify

Response

200 - Success

dataobject

Errors

400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error