API Reference
Pricing
API Reference

Net Position (v2)

This endpoint provides the historical net position data for futures, including the net_long_change and net_short_change values.

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": [
    {
      "net_long_change": -478.43,
      "net_short_change": 0,
      "time": 1751652000000
    },
    {
      "net_long_change": -776.79,
      "net_short_change": 0,
      "time": 1751655600000
    },
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!