Submit a Delta Order
Submit Delta Order for Auction
POST
https://api.paraswap.io/delta/orders
This endpoint lets you submit a Delta Order for Auction.
Request Body Params
Name
Type
Description
signature*
string
Signature of the order from order.owner
address. EOA signatures must be submitted in ERC-2098 Compact Representation.
chainId*
string
Chain ID. (Mainnet - 1, Optimism - 10, BSC - 56, Polygon - 137, Fantom - 250, zkEVM - 1101, Base - 8453, Arbitrum - 42161, Avalanche - 43114, Gnosis - 100).
partiallyFillable
boolean
Allow the order to be filled in parts. Default: false
partner
string
Partner string.
Last updated