Polymarket_rfq.Order_builderSourceOrder building helpers for the RFQ API.
This module provides functions for building signed accept_quote and approve_order request bodies.
val build_accept_quote_body :
private_key:Polymarket_common.Crypto.private_key ->
request_id:Types.request_id ->
quote_id:Types.quote_id ->
token_id:Types.token_id ->
maker_amount:string ->
taker_amount:string ->
side:Polymarket_rfq.Types.Side.t ->
?expiration:int ->
?nonce:string ->
?fee_rate_bps:string ->
unit ->
Types.accept_quote_bodyBuild a signed accept_quote request body.