Skip to main content
GET
/
v1
/
swap
/
validate-address
Validate a cryptocurrency address
curl --request GET \
  --url https://api.openxswitch.com/v1/swap/validate-address \
  --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

Currency symbol (e.g., BTC, ETH, USDT)

Example:

"BTC"

address
string
required

Wallet address to validate

Example:

"0xeB2629a2734e272Bcc07BDA959863f316F4bD4Cf"

network
string

Blockchain network associated with the address (e.g., Ethereum, BSC, Polygon)

Example:

"BSC"

memo
string

Optional memo for transactions on certain blockchains

Response

Address validated successfully.