GET /ticker
Request
GET /api/v1/ticker?exchange={exchange}&symbol={symbol}Parameters
Parameter
Type
Required
Description
Response
{
"exchange": "mexc",
"symbol": "BTC/USDT",
"last": 42150.50,
"bid": 42148.00,
"ask": 42152.00,
"spread": 4.00,
"spreadPercent": 0.0095,
"baseVolume": 1234.56,
"quoteVolume": 52000000.00,
"timestamp": 1710000000000
}Response Fields
Field
Type
Description
Examples
cURL
JavaScript
Errors
Code
Error
Description
Last updated