post https://api.bitfinex.com/v2/auth/r/funding/offers//hist
Get past inactive funding offers.
Fields
Term | Type | Description |
---|---|---|
ID | integer | Offer ID |
SYMBOL | string | The currency of the offer (fUSD, etc) |
MTS_CREATED | int | Millisecond Time Stamp when the offer was created |
MTS_UPDATE | int | Millisecond Time Stamp when the offer was updated |
AMOUNT | float | Amount the offer is for |
AMOUNT_ORIG | float | Amount the offer was entered with originally |
TYPE | string | Offer type ('LIMIT') |
FLAGS | object | future params object (stay tuned) |
STATUS | string | Offer Status: EXECUTED, CANCELED |
RATE | float | Rate of the offer (percentage expressed as decimal number i.e. 1% = 0.01) |
PERIOD | int | Period of the offer |
NOTIFY | int | 0 if false, 1 if true |
HIDDEN | int | 0 if false, 1 if true |
RENEW | int | 0 if false, 1 if true |
Ratelimit: 90 req/min