cURL
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 } ] }
Get current exchange trading rules, symbols, and market metadata.
Weight: 10
Successful response
Exchange information response
Server timezone
"UTC"
Current server time in milliseconds
1699999999000
List of trading symbols
Show child attributes