Get Fiat Price

Request via this endpoint to get the fiat price of the currencies for the available trading pairs.

HTTP REQUEST

GET /api/v1/prices

Example

GET /api/v1/prices

{
  "code": "200000",
  "data": {
    "BTC": "3911.28000000",
    "ETH": "144.55492453",
    "LTC": "48.45888179",
    "KCS": "0.45546856"
  }
}
REQUEST URL

This endpoint support Spot URL

REQUEST RATE LIMIT

Public weight:3

PARAMETERS
Param Type Mandatory Description
base String No Ticker symbol of a base currency,eg.USD,EUR. Default is USD
currencies String No Comma-separated cryptocurrencies to be converted into fiat, e.g.: BTC,ETH, etc. Default to return the fiat price of all currencies.