Get currency by name

Returns the requested currency.

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
currency_name
required
string

The currency name.

Responses
200

Currency object

404

Currency not found

get/currencies/{currency_name}
Response samples
application/json
{
  • "family": "bitcoin",
  • "name": "bitcoin",
  • "num_confirmation_needed": 0,
  • "type": "CRYPTO",
  • "units": [
    ]
}
Copyright © Ledger Enterprise Platform 2023. All right reserved.