Currency Name and Address Pair
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
404
Currency not found
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