MarketLogs
Get List of MarketLogs
Method: GET
Endpoint:
/api/v1/crypto/market-logs
Headers:
Cookie
: The session cookie value.csrf_token
: The CSRF token obtained after login.
Query:
offset
: (integer) Pagination offset.limit
: (integer) Number of records to return.rangeDateStart
: (string) Start date of the range.rangeDateEnd
: (string) End date of the range.exchangeNames[]
: (array) List of exchange names (e.g. Binance).symbol
: (string) Trading pair symbol (e.g. BTC/USDT).
Description:
The /api/v1/crypto/market-logs endpoint is intended to provide a chronological log of events or actions taken in various cryptocurrency markets collectors, focusing on specific trading pairs and exchanges. It captures detailed information about market statuses (e.g., start or stop of trading activities), contextual data related to the collection environment, and the exact timing of these events. This endpoint is particularly useful for tracking market collectors behavior over time and understanding the operational status of collectors. It supports queries with a range of parameters, including pagination (offset, limit), date range (rangeDateStart, rangeDateEnd), specified exchange names (exchangeNames[]), and trading pair symbols (symbol).
Example with curl:
Example Response Payload:
Last updated