API Reference

Generate trade presign data

gethttps://api.circle.com/v1/exchange/stablefx/signatures/presign/{traderType}/{tradeId}

  • Reference
  • Playground

Returns the EIP-712 payload that the trader must sign for a CPS trade.

Path parameters
tradeId
uuid
Required

The ID of the trade.

traderType
string
Required

The type of trader.

Query parameters
recipientAddress
string

The address of the recipient of the trade. Required when the traderType is taker.

Response
RequestChoose a language
ResponseChoose an example
1{
2  "consideration": {
3    "quoteId": "c4d1da72-111e-4d52-bdbf-2e74a2d803d5",
4    "base": "",
5    "quote": "",
6    "baseAmount": "",
7    "quoteAmount": "",
8    "maturity": 0
9  },
10  "recipient": "0x1234567890abcdef1234567890abcdef12345678",
11  "deadline": 1716153600,
12  "fee": 100
13}
Did this page help you?
© 2023-2025 Circle Technology Services, LLC. All rights reserved.