cURL
curl --request GET \ --url https://api.openxswitch.com/v1/swap/status \ --header 'Authorization: Bearer <token>'
{ "statusCode": 404, "path": "/v1/...", "timestamp": "2025-03-13T12:34:56.789Z", "message": "Cannot GET /v1/..." }
Fetches the current status of a specific order using its ID.
Documentation IndexFetch the complete documentation index at: https://docs.openxswitch.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.openxswitch.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Unique identifier for the order
Order status retrieved successfully.