Pricing Behavior
The stream publishes indicative prices for direct RFQ transactions. Request a firm quote before you execute a trade. A direct EVM quote includes a ready-to-broadcasttx object. Broadcast it before its expiry time.
Quote Expiry
Theexpiry_type parameter controls the target expiry window for streamed prices.
Short expiry quotes offer better prices because the market maker’s risk window is smaller. However, they require fast execution infrastructure - you need to sign and broadcast within a single block.
Requesting Specific Pairs
By default the stream sends every pair on the network. To receive only the pairs you care about, pass onepair query parameter per pair:
format=json and format=protobuf, and combines with the other connection parameters (gasless, expiry_type, fast, show_makers).
Pair filtering must be enabled for your API key. Without it the connection is rejected with
Invalid credentials - request access via the support page.Limitations
An invalid
pair value rejects the connection with a reason such as Pairs must use the BASE/QUOTE address format, Pairs must contain valid token addresses, Pair tokens must exist in the token list, Pair tokens must be different, or A maximum of 25 pairs is supported.