Skip to main content
POST
Confirm or decline last look

授权

POLY_API_KEY
string
header
必填

CLOB API key

POLY_ADDRESS
string
header
必填

Wallet address associated with the API key

POLY_SIGNATURE
string
header
必填

HMAC-SHA256 signature of the request

POLY_PASSPHRASE
string
header
必填

CLOB API key passphrase

POLY_TIMESTAMP
string
header
必填

Unix timestamp of the request

请求体

application/json

Maker last-look confirmation response.

rfq_id
string
必填
示例:

"rfq_<id>"

quote_id
string
必填
示例:

"quote_<id>"

signer_address
string
必填
示例:

"0xYourSigner"

maker_address
string
必填
示例:

"0xYourQuoterWallet"

signature_type
enum<integer>
必填

CLOB signature type:

  • 0 EOA
  • 1 POLY_PROXY
  • 2 GNOSIS_SAFE
  • 3 POLY_1271
可用选项:
0,
1,
2,
3
示例:

0

decision
enum<string>
必填

Confirmation decision.

可用选项:
CONFIRM,
DECLINE

响应

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.