Skip to main content
POST
Validate Crypto Address

Authorizations

x-api-key
string
header
required

Body

application/json
blockchain
string
required

Blockchain network (e.g., 'MATIC')

Example:

"MATIC"

address
string
required

Address to validate

Example:

"0x..."

Response

Crypto account details fetched successfully.

status
string
required
Example:

"success"

message
string
required
Example:

"Operation completed successfully."

data
object

The payload of the successful response.