Check that the currency name and address pair is valid

Returns a boolean indicating the validity of the address.

Security(Ledger_API_Key and Ledger_API_User) or Ledger_API_Key and Ledger_API_User and Ledger_Store_Auth_Token) or Ledger_API_User or Ledger_API_User and Ledger_Store_Auth_Token)
Request
path Parameters
address
required
string

Address to validate.

currency_name
required
string

The currency name.

Responses
200

Address validation result

404

Currency not found

get/currencies/{currency_name}/{address}
Response samples
application/json
{
  • "is_valid": true
}
Copyright © Ledger Enterprise Platform 2023. All right reserved.