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 orders by address with cursor pagination

Get orders by address with cursor pagination

Retrieves orders by maker address with cursor-based pagination. Supports dynamic sorting by different fields.

GEThttps://api.1inch.com/orderbook/v4.1/{chain}/address/{address}
Supported on:
ArbitrumAvalancheBaseBNB ChainZKsyncEthereumGnosisOptimismPolygonLineaSonicUnichain

Parameters

chain
* number path
address
* string path
limit
integer query
statuses
string query
sortBy
string (Enum)query
makerAsset
string query
takerAsset
string query
cursor
string query

Request Body

This request doesn’t have any request body.

1

Returns

200
400
GetMakerLimitOrdersV4_1PaginatedResponse object
meta
* any
allOf[0]
CursorMeta object
hasMore
* boolean
nextCursor
string
count
number
items
* array
items
GetMakerLimitOrdersV4Response object
signature
string
orderHash
* string
createDateTime
* string
remainingMakerAmount
* string
makerBalance
* string
makerAllowance
* 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
makerRate
* string
takerRate
* string
isMakerContract
* boolean
orderInvalidReason
* string
JSON
1

Did you find what you need?