The Change API
Validate address
Validate wallet address and tag for specified currency - network
get
https://api.thechange.ltd/address/validate
Header
Field | Type | Description |
---|---|---|
X-API-KEY | String | Your API key |
Query parameters
Field | Type | Description |
---|---|---|
currency | String | Ticker of currency to validate |
address | String | The wallet address you want to validate |
network optional | String | Ticker of network to validate. Default network will be selected if omitted |
tag optional | String | The wallet tag you want to validate |
Successful response
HTTP/1.1 200 OK
{
"address": "0x0000000000000000000000000000000000000000"
}