API Reference

Bitfinex Margin Long/Short

This API retrieves data on margin long and short positions from Bitfinex.

Response Data

{
  "code": "0",
  "msg": "success",
  "data": [
    {
      "time": 1647043200,
      "longQty": 44020.22, // Long quantity for the current symbol
      "shortQty": 5189.96,  // Short quantity for the current symbol
    },
    .....
Language
Credentials
Header
Click Try It! to start a request and see the response here!