GET
/
currency-tokens
curl --request GET \
  --url https://api-sandbox.koywe.com/rest/currency-tokens
[
  {
    "_id": "6294cd18d2b5f912da43e678",
    "name": "Peso Chileno",
    "symbol": "CLP",
    "decimals": 0,
    "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"
      }
    ]
  }
]

Query Parameters

clientId
string

Your company's unique Koywe identifier.

Response

200
application/json
successful operation
_id
string
Example:

"6294cd18d2b5f912da43e678"

name
string
Example:

"Peso Chileno"

symbol
string
Example:

"CLP"

decimals
integer
Example:

0

Example:

"url.example.com/clp.svg"

limits
object
tokens
object[]