Skip to main content
Messages
currency
type:enum
required

Currency code or any for all

Allowed values: BTC, ETH, USDC, USDT, EURR, any

Available options: BTC, ETH, USDC, USDT, EURR, any
Subscription Request
type:object

Client sends subscription request to subscribe to notification channel. Please refer to Notification page for more information.

Subscription Notification Data
type:object

Server sends subscription notification data

data
type:object
required
creation_timestamp
type:integer

The timestamp when quote was created (milliseconds since the Unix epoch)

last_update_timestamp
type:integer

Timestamp of the last update of the quote (milliseconds since the UNIX epoch)

block_rfq_id
type:integer

ID of the Block RFQ

block_rfq_quote_id
type:integer

ID of the Block RFQ quote

quote_state
type:string

State of the quote

execution_instruction
type:enum

Execution instruction of the quote. Default - any_part_of

  • "all_or_none (AON)" - The quote can only be filled entirely or not at all, ensuring that its amount matches the amount specified in the Block RFQ. Additionally, 'all_or_none' quotes have priority over 'any_part_of' quotes at the same price level.
  • "any_part_of (APO)" - The quote can be filled either partially or fully, with the filled amount potentially being less than the Block RFQ amount.
Available options: any_part_of, all_or_none
price
type:number

Price of a quote

amount
type:number

This value multiplied by the ratio of a leg gives trade size on that leg.

direction
type:enum

Direction of trade from the maker perspective

Available options: buy, sell
filled_amount
type:number

Filled amount of the quote. For perpetual and futures the filled_amount is in USD units, for options - in units or corresponding cryptocurrency contracts, e.g., BTC or ETH.

legs
type:object
ratio
type:integer

Ratio of amount between legs

instrument_name
type:string

Unique instrument identifier

direction
type:enum

Direction: buy, or sell

Available options: buy, sell
price
type:number

Price for a leg

hedge
type:object
amount
type:integer

It represents the requested hedge leg size. For perpetual and inverse futures the amount is in USD units. For options and linear futures it is the underlying base currency coin.

instrument_name
type:string

Unique instrument identifier

direction
type:enum

Direction: buy, or sell

Available options: buy, sell
price
type:number

Price for a hedge leg

replaced
type:boolean

true if the quote was edited, otherwise false.

label
type:string

User defined label for the quote (maximum 64 characters)

app_name
type:string

The name of the application that placed the quote on behalf of the user (optional).

quote_state_reason
type:string

Reason of quote cancellation