API Documentation
curl -X GET "http://example.com/api/v1/crypto/aggregation-tasks/1" \
-H "Cookie: session_cookie_value" \
-H "csrf_token: your_csrf_token_here"curl -X GET "https://example.com/api/v1/crypto/candle-sticks?limit=100&rangeDateStart=2024-10-10T00%3A00%3A00.000Z&rangeDateEnd=2024-10-10T23%3A59%3A00.000Z&exchangeNames[]=Bitfinex&symbol=BTC%2FUSDT&orderBy=DESC" \
-H "access_token: your_access_token"Last updated