Include a limit order to the 1inch limit orders database

You can send your limit orders to the 1inch database and then your order will participate in the 1inch aggregation protocol.

POSThttps://api.1inch.com/orderbook/v4.1/{chain}
Supported on:
EthereumBaseBNB ChainOptimismPolygonLineaSonicUnichainArbitrumAvalancheZKsyncGnosis

Parameters

chain
* number path

Request Body

LimitOrderV4Request object
orderHash
* string
signature
* string
data
* any
allOf[0]
LimitOrderV4Data object
makerAsset
* string
takerAsset
* string
maker
* string
receiver
string
makingAmount
* string
takingAmount
* string
salt
* string
extension
string
makerTraits
string
1

Returns

201
400
403
LimitOrderV4Response object
success
* boolean
JSON
1

Did you find what you need?