bitfinex-node-api
Preparing search index...
IOffer
Interface IOffer
interface
IOffer
{
currency
:
string
;
direction
:
"lend"
|
"loan"
;
executed_amount
:
string
;
id
:
number
;
is_cancelled
:
boolean
;
is_live
:
boolean
;
offer_id
?:
number
;
original_amount
:
string
;
period
:
number
;
rate
:
string
;
remaining_amount
:
string
;
timestamp
:
string
;
}
Index
Properties
currency
direction
executed_
amount
id
is_
cancelled
is_
live
offer_
id?
original_
amount
period
rate
remaining_
amount
timestamp
Properties
currency
currency
:
string
direction
direction
:
"lend"
|
"loan"
executed_
amount
executed_amount
:
string
id
id
:
number
is_
cancelled
is_cancelled
:
boolean
is_
live
is_live
:
boolean
Optional
offer_
id
offer_id
?:
number
original_
amount
original_amount
:
string
period
period
:
number
rate
rate
:
string
remaining_
amount
remaining_amount
:
string
timestamp
timestamp
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
currency
direction
executed_
amount
id
is_
cancelled
is_
live
offer_
id
original_
amount
period
rate
remaining_
amount
timestamp
bitfinex-node-api
Loading...