Authorizations
Circle's API Keys are formatted in the following structure "PREFIX:ID:SECRET". All three parts are requred to make a successful request.
Body
application/json
Request body for generating funding presign data
List of contract trade IDs
Minimum length:
1Example:
["10", "11", "12"]The type of trader.
Available options:
maker, taker The funding mode for the operation.
Available options:
gross, net Response
200 - application/json
Funding presign data generated successfully
Response containing Permit2 EIP-712 typed data for funding operations
EIP-712 typed data structure for single Permit2 transfer
- Option 1
- Option 2