Skip to main content
GET
/
api
/
v3
/
exchangeInfo
Get exchange information
curl --request GET \
  --url https://exchange.kuru.io/api/v3/exchangeInfo
{
  "timezone": "UTC",
  "serverTime": 1699999999000,
  "symbols": [
    {
      "symbol": "MONUSDC",
      "status": "TRADING",
      "baseAsset": "MON",
      "quoteAsset": "USDC",
      "baseAssetPrecision": 8,
      "quoteAssetPrecision": 6
    },
    {
      "symbol": "ETHUSDC",
      "status": "TRADING",
      "baseAsset": "ETH",
      "quoteAsset": "USDC",
      "baseAssetPrecision": 8,
      "quoteAssetPrecision": 6
    }
  ]
}

Response

200 - application/json

Successful response

Exchange information response

timezone
string
required

Server timezone

Example:

"UTC"

serverTime
integer<int64>
required

Current server time in milliseconds

Example:

1699999999000

symbols
object[]
required

List of trading symbols