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 Block RFQ was created (milliseconds since the Unix epoch)

expiration_timestamp
type:integer

The timestamp when the Block RFQ will expire (milliseconds since the UNIX epoch)

block_rfq_id
type:integer

ID of the Block RFQ

role
type:enum

Role of the user in Block RFQ

Available options: taker, maker
state
type:enum

State of the Block RFQ

Available options: open, filled, cancelled, expired
taker_rating
type:string

Rating of the taker

amount
type:number

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

min_trade_amount
type:number

Minimum amount for trading

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
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

combo_id
type:string

Unique combo identifier

disclosed
type:boolean

Indicates whether the RFQ was created as non-anonymous, meaning taker and maker aliases are visible to counterparties.

taker
type:string

Taker alias. Present only when disclosed is true.

index_prices
type:object
included_in_taker_rating
type:boolean

Indicates whether the RFQ is included in the taker's rating calculation. Present only for closed RFQs created by the requesting taker.

trades
type:object
direction
type:enum

Direction: buy, or sell

Available options: buy, sell
price
type:number

Price in base currency

amount
type:number

Trade amount. For options, linear futures, linear perpetuals and spots the amount is denominated in the underlying base currency coin. The inverse perpetuals and inverse futures are denominated in USD units.

maker
type:string

Alias of the maker (optional)

hedge_amount
type:number

Amount of the hedge leg. For linear futures, linear perpetuals and spots the amount is denominated in the underlying base currency coin. The inverse perpetuals and inverse futures are denominated in USD units.