Get a token by network and address

Returns the token corresponding to the requested currency name and contract 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
contract_address
required
string

The token contract address.

currency_name
required
string

The currency name.

Responses
200

token

404

Token not found

get/currencies/{currency_name}/tokens/{contract_address}
Response samples
application/json
{
  • "contract_address": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
  • "name": "USD Tether (erc20)",
  • "parent_currency": "ethereum",
  • "units": {
    }
}
Copyright © Ledger Enterprise Platform 2023. All right reserved.