GET
/
currency-tokens
/
{currencySymbol}
{
  "_id": "6294cd18d2b5f912da43e678",
  "name": "Peso Chileno",
  "symbol": "CLP",
  "decimals": 123,
  "logo": "url.example.com/clp.svg",
  "limits": {
    "min": 2000,
    "max": 2000000
  },
  "tokens": [
    {
      "_id": "6283b7f8c7ab3a52fd8a51fc",
      "name": "Binance Coin",
      "symbol": "BNB",
      "decimals": 18,
      "logo": "url.example.com/bnb.svg"
    }
  ]
}

Path Parameters

currencySymbol
string
required

Symbol associated with the currency 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
limits
object
tokens
object[]