---
title: "Check that the currency name and address pair is valid"
method: GET
path: "/currencies/{currency_name}/{address}"
tags: ["Currencies"]
---

# Check that the currency name and address pair is valid

`GET /currencies/{currency_name}/{address}`

Returns a boolean indicating the validity of the address.

## Path parameters

- `address` string, required
- `currency_name` string, required

## Response `200`

Address validation result

- AddressValidation
  - `is_valid` boolean, required

## Other responses

- `404` — Currency not found

---

[API](https://skmtc.dev/ledgerhq/apis/vault-api.md) · [All operations](https://skmtc.dev/ledgerhq/apis/vault-api/llms.txt) · [OpenAPI document](https://skmtc.dev/ledgerhq/apis/vault-api/revisions/c88faa17bc25?raw)
