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 coin - network

get
https://api.thechange.ltd/currencies/validate-address
FieldTypeDescription
API-KEYStringYour API key

Parameter

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
{
  "success": 1,
  "data": {
    "address": "0xeB2629a2734e272Bcc07BDA959863f316F4bD4Cf"
  }
}
YXp1cmVzY2Vucw==