GET
/
token-currencies
/
{tokenSymbol}
{
  "_id": "6303d71295ee10bace884ac4",
  "name": "Binance Coin",
  "symbol": "BNB",
  "decimals": 18,
  "logo": "url.example.com/bnb.svg",
  "currencies": [
    {
      "_id": "6294cd18d2b5f912da43e678",
      "name": "Peso Chileno",
      "symbol": "CLP",
      "decimals": 123,
      "logo": "url.example.com/clp.svg",
      "limits": {
        "min": 2000,
        "max": 2000000
      }
    }
  ]
}

Path Parameters

tokenSymbol
string
required

Symbol associated with the token of choice.

Query Parameters

clientId
string

Your company's unique Koywe identifier.

Response

200 - application/json
_id
string
name
string
symbol
string
decimals
integer
logo
string
currencies
object[]