Business
Products
Pricing
Enterprise
AI
Docs
Try for free
Sign in
Go to...
Search
⌘K
Orderbook API
API version:
v4.0
Introduction
Quickstart
Methods
Include a limit order to the 1inch limit orders database
POST
Get order by the specified order hash
GET
Get orders count by specified filters
GET
Get fill/cancel events related to the specified order
GET
Get limit orders history by address (Cursor Pagination)
GET
Get all limit orders with cursor pagination
GET
Get orders by address with cursor pagination
GET
Get all orders fill/cancel events with cursor pagination
GET
Get all active orders which have permit for the specified wallet address and token
GET
Get calculated making amount on trading pair by provided amount
GET
Get unique active token pairs with cursor pagination
GET
Get market price for a token pair
GET
Migration
Migration V3 - V4
SDK
Introduction
Querying the Orderbook
Advanced usage
Search
⌘K
Orderbook API
API version:
v4.0
Introduction
Quickstart
Methods
Include a limit order to the 1inch limit orders database
POST
Get order by the specified order hash
GET
Get orders count by specified filters
GET
Get fill/cancel events related to the specified order
GET
Get limit orders history by address (Cursor Pagination)
GET
Get all limit orders with cursor pagination
GET
Get orders by address with cursor pagination
GET
Get all orders fill/cancel events with cursor pagination
GET
Get all active orders which have permit for the specified wallet address and token
GET
Get calculated making amount on trading pair by provided amount
GET
Get unique active token pairs with cursor pagination
GET
Get market price for a token pair
GET
Migration
Migration V3 - V4
SDK
Introduction
Querying the Orderbook
Advanced usage
Docs
·
APIs
·
Orderbook API
·
Methods
·
v4.0
·
Get calculated making amount on trading pair by provided amount
Get calculated making amount on trading pair by provided amount
Use with AI
GET
https://api.1inch.com/orderbook/v4.1/{chain}/fee-info
Supported on:
Arbitrum
Avalanche
Base
BNB Chain
ZKsync
Ethereum
Gnosis
Optimism
Polygon
Linea
Sonic
Unichain
Parameters
chain
*
number
path
makerAsset
*
string
query
Maker asset address
takerAsset
*
string
query
Taker asset address
makerAmount
string
query
Amount to calculate fee on trading pair
takerAmount
string
query
Amount to calculate fee on trading pair
Request Body
This request doesn’t have any request body.
JavaScript
Copy
Try it
1
Returns
default
FeeInfoResponse
object
whitelist
*
any
List of whitelisted resolvers
allOf[0]
WhitelistedResolvers
object
feeBps
*
number
fee in bps
whitelistDiscountPercent
*
number
Whitelisted discount percent
protocolFeeReceiver
*
any
Protocol fee receiver address
allOf[0]
AccountAddress
object
extensionAddress
*
any
Fee extension address
allOf[0]
AccountAddress
object
JSON
Copy
1
Get all active orders which have permit for the specified wallet address and token
Get unique active token pairs with cursor pagination
Did you find what you need?
Yes
No