post https://api.bitfinex.com/v2/auth/r/positions/snap
Returns position snapshots of user positions between the specified start and end perimiters. Snapshots are taken daily.
Fields
Term | Type | Description |
---|---|---|
SYMBOL | string | Pair (tBTCUSD, …). |
STATUS | string | Status (ACTIVE, CLOSED). |
±AMOUNT | float | Size of the position. A positive value indicates a long position; a negative value indicates a short position. |
BASE_PRICE | float | Base price of the position. (Average traded price of the previous orders of the position) |
FUNDING | float | Funding amount |
FUNDING_TYPE | int | 0 for daily, 1 for term. |
POSITION_ID | int | position identifier |
MTS_CREATE | time | Timestamp of creation (millis) |
MTS_UPDATE | time | Timestamp of last update (millis) |
Ratelimit: 90 req/min