GET
/
v1
/
validate
/
crypto

Query

address
string
required

The crypto address to validate.

currency
string
required

The type of account to validate. Possible values are ETH, BTC.

  • ETH
  • BTC
x-api-key
string
required

Your JigsawStack API key

Response

success
boolean

Indicates whether the call was successful.

message
string

The message returned by the API.

valid
boolean

Indicates whether the address is valid.