Skip to main content
POST
Confirm or decline last look

Authorizations

POLY_API_KEY
string
header
required

CLOB API key

POLY_ADDRESS
string
header
required

Wallet address associated with the API key

POLY_SIGNATURE
string
header
required

HMAC-SHA256 signature of the request

POLY_PASSPHRASE
string
header
required

CLOB API key passphrase

POLY_TIMESTAMP
string
header
required

Unix timestamp of the request

Body

application/json

Maker last-look confirmation response.

rfq_id
string
required
Example:

"rfq_<id>"

quote_id
string
required
Example:

"quote_<id>"

signer_address
string
required
Example:

"0xYourSigner"

maker_address
string
required
Example:

"0xYourQuoterWallet"

signature_type
enum<integer>
required

CLOB signature type:

  • 0 EOA
  • 1 POLY_PROXY
  • 2 GNOSIS_SAFE
  • 3 POLY_1271
Available options:
0,
1,
2,
3
Example:

0

decision
enum<string>
required

Confirmation decision.

Available options:
CONFIRM,
DECLINE

Response

Result of the confirmation — a snapshot and/or an execution handoff

Result of a maker confirmation. Includes a snapshot, an execution handoff, or both, depending on whether the confirmation completed the bundle.

snapshot
object

Point-in-time view of an RFQ and its competition/confirmation windows.

execution
object

Handoff produced when a confirmed RFQ is ready for onchain execution.