post https://api.bitfinex.com/v2/auth/w/funding/offer/cancel
Cancels an existing Funding Offer based on the offer ID entered.
Offer ID
The offer ID can be retrieved by calling the Funding Offers endpoint.
Response Fields
Term | Type | Description |
---|---|---|
MTS | int | Millisecond Time Stamp of the update |
TYPE | string | Purpose of notification ('on-req', 'oc-req', 'uca', 'fon-req', 'foc-req') |
MESSAGE_ID | int | unique ID of the message |
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 |
FLAGS | object | future params object (stay tuned) |
OFFER_STATUS | string | Offer Status: ACTIVE, EXECUTED, PARTIALLY FILLED, CANCELED |
RATE | float | Rate of the offer (percentage expressed as decimal number i.e. 1% = 0.01) |
PERIOD | int | Period of the offer |
NOTIFY | boolean | True / false |
HIDDEN | int | 0 if false, 1 if true |
RENEW | boolean | True / false |
CODE | null or integer | Work in progress |
STATUS | string | Status of the notification; it may vary over time (SUCCESS, ERROR, FAILURE, ...) |
TEXT | string | Text of the notification |
Ratelimit: 90 req/min