We support fiat for many countries. To start such an exchange, contact an operator via chat on the site or in Telegram

The Change API

Validate address

Validate wallet address and tag for specified currency - network

get

https://api.thechange.ltd/address/validate

FieldTypeDescription
X-API-KEYStringYour API key

Query parameters

FieldTypeDescription
currencyStringTicker of currency to validate
addressStringThe wallet address you want to validate
network optional StringTicker of network to validate. Default network will be selected if omitted
tag optional StringThe wallet tag you want to validate

Successful response

HTTP/1.1 200 OK

{
  "address": "0x0000000000000000000000000000000000000000"
}