Skip to main content
GET
/
v1
/
swap
/
currencies
Get all supported currencies
curl --request GET \
  --url https://api.openxswitch.com/v1/swap/currencies \
  --header 'Authorization: Bearer <token>'
{
  "statusCode": 404,
  "path": "/v1/...",
  "timestamp": "2025-03-13T12:34:56.789Z",
  "message": "Cannot GET /v1/..."
}

Documentation Index

Fetch the complete documentation index at: https://docs.openxswitch.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

currency
string
required

The unique identifier of the sub wallet

Response

Supported currencies retrieved successfully.