API Reference
Pricing
API Reference

Tow Year Ma Multiplier

This endpoint provides data for the Tow Year Ma Multiplier

Cache / Update Frequency: every day for all the API plans.

This endpoint is available on the following API plans

PlansHobbyistStartupStandardProfessionalEnterprise
Available

Response Data

{
  "code": "0",                              
  "msg": "success",                         
  "data": [
    {
      "timestamp": 1282003200000,               // Timestamp (in milliseconds)
      "price": 0.07,                            // Current price
      "moving_average_730": 0.07,               // 2-year moving average (730 represents the period)
      "moving_average_730_multiplier_5": 0.35000000000000003, // 5 times the 2-year moving average (Multiplier)
    }
  ]
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!