Currency Name and Address Pair

Check that the currency name and address pair is valid

get

Returns a boolean indicating the validity of the address.

Authorizations
Path parameters
addressstringRequired

Address to validate.

currency_namestringRequired

The currency name.

Responses
200
Address validation result
application/json
get
GET /currencies/{currency_name}/{address} HTTP/1.1
Host: 
X-Ledger-API-Key: YOUR_API_KEY
Accept: */*
{
  "is_valid": true
}

Last updated