Skip to main content
GET
/
v1
/
smart-account
/
transactions
/
validate-address
Validate Address
curl --request GET \
  --url https://api.openxswitch.com/v1/smart-account/transactions/validate-address \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "address": "<string>",
    "isValid": true
  }
}

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

blockchain
string
required

Blockchain

Example:

"ethereum"

address
string
required

Address

Example:

"0x1234567890123456789012345678901234567890"

Response

success
boolean
required
Example:

true

data
object
required