gethttps://api.circle.com/v1/exchange/stablefx/signatures/presign/{traderType}/{tradeId}
Returns the EIP-712 payload that the trader must sign for a CPS trade.
The ID of the trade.
The type of trader.
The address of the recipient of the trade. Required when the traderType is taker.
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}