Skip to main content
POST
Preview EIP-712 signing data for a quote execution

Body

application/json
direction
enum<string>
required
Available options:
buy,
sell
legs
object[]
required
max_fee
string<decimal>
required

Non-negative decimal string of the human value (e.g. "1.5"), up to 12 fractional digits; a string or JSON number is accepted

nonce
integer<int64>
required
quote_id
string<uuid>
required

UUID v4 string

rfq_id
string<uuid>
required

UUID v4 string

signature
string
required
signature_expiry_sec
integer<int64>
required
signer
string
required

20-byte Ethereum address as a 0x-prefixed lowercase hex string.

Required string length: 42
Pattern: ^0x[0-9a-fA-F]{40}$
subaccount_id
integer<uint64>
required
Required range: x >= 0

Response

Success

action_hash
string
required
encoded_data
string
required
encoded_data_hashed
string
required
encoded_legs
string
required
legs_hash
string
required
typed_data_hash
string
required