Skip to main content
GET
Validate Address

Authorizations

Authorization
string
header
required

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

Query Parameters

blockchain
string
required

The chain. Can be either the blockchain name or slug.

Refer to the Get Supported Blockchains endpoint for the list of supported blockchains.

Example:

"ethereum"

address
string
required

The wallet address to validate

Example:

"0x1234567890123456789012345678901234567890"

Response

success
boolean
required
Example:

true

data
object
required