API Reference
Log InPricing
API Reference

Exponential Moving Average (EMA)

This endpoint provides Exponential Moving Average (EMA) for trading pairs .

Cache / Update Frequency: Real time for all the API plans..

This endpoint is available on the following API plans

PlansHobbyistStartupStandardProfessionalEnterprise
Available

Response Data

{
  "code": "0",
  "data": [
    {
      "time": 1759287600000,
      "ema_value": 114209.64
    },
    {
      "time": 1759291200000,
      "ema_value": 114200.6
    },
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!