Rfq feed

RfqFeed

Name
Lite
Type Required
Default
Description
event
e
RfqEvent True The RFQ lifecycle event: NEW, EXPIRED, or CANCELLED. On EXPIRED/CANCELLED only rfqID is populated; the platform then auto-cancels the maker's private quotes bound to this RFQ
rfq_id
ri
string True The RFQ this event refers to
instrument
i
string False
None
The RFQ instrument. Must be kind = STABLE_PERP
size
s
string False
None
Requested size, expressed in base asset decimal units. Zero-size = platform solicitation for missing public presence
side
s1
RfqSide False
None
Present only if the taker disclosed direction; omitted = two-way request
expiry
e1
string False
None
RFQ TTL. The timestamp after which Gravity expires the RFQ, expressed in unix nanoseconds
RfqEvent
Value Description
NEW = 1 a new maker channel was created
EXPIRED = 2 both channels were expired
CANCELLED = 3 both channels were cancelled
RfqSide
Value Description
UNSPECIFIED = 0 omitted = two-way request
BUY = 1 the RFQ side is a buy
SELL = 2 the RFQ side is a sell