1inch Orderbook API is using the 1inch Limit Order Protocol, which is a set of smart contracts that can work on any EVM-based blockchains. Key features of the protocol are extreme flexibility and high gas efficiency.
An orderbook is a trading mechanism where users create fixed-price orders for tokens, specifying both the execution price and an expiration condition that limits how long the order remains valid. For example, you can put up 2 WBTC tokens for sale at the price of 82,415 DAI tokens valid for 7 days.
The 1inch Limit Orders Protocol provides a rich set of tools for flexible and professional trade management:
To enable efficient market making, RFQ orders are used, benefiting from a special optimization that avoids high gas costs during execution.
Users place limit orders. Each order is cryptographically signed and remains off-chain until executed.
Anyone can fetch these signed orders using the 1inch Orderbook API to execute trades by submitting them on-chain.
To execute an order, the signed order is submitted to the smart contract's fillOrder method. See the latest contract addresses in Limit Order SDK.
Both the buyer and seller must approve the 1inch Limit Order Protocol to transfer their tokens.
Other token standards can be supported via external extensions.
For workloads that require higher RPS, expanded quotas, or sustained performance, explore the available paid plans on the pricing page. For organizations with significant trading volumes or advanced requirements, complete this application to explore tailored Enterprise options.
| Supported Chains | Chain ID |
|---|---|
| Ethereum | 1 |
| Base | 8453 |
| Binance | 56 |
| zkSync | 324 |
| Gnosis | 100 |
| Optimism | 10 |
| Polygon | 137 |
| Linea | 59144 |
| Sonic | 146 |
| Unichain | 130 |
| Arbitrum | 42161 |
| Avalanche | 43114 |