1inch API Explorer

Test and explore 1inch Orderbook API endpoints

API Configuration

Get Address Orders

Get limit orders belonging to the specified address

Get All Orders

Get all limit orders

Get Order Events

Get fill/cancel events related to the specified order

Get Permit Orders

Get all active orders which have permit for the specified wallet address and token

API Documentation

1. Get Address Orders

GET /orderbook/v4.0/{chain}/address/{address}

Get limit orders belonging to the specified address

2. Get All Orders

GET /orderbook/v4.0/{chain}/all

Get all limit orders

3. Get Order Events

GET /orderbook/v4.0/{chain}/events/{orderHash}

Get fill/cancel events related to the specified order

4. Get Permit Orders

GET /orderbook/v4.0/{chain}/has-active-orders-with-permit/{walletAddress}/{token}

Get all active orders which have permit for the specified wallet address and token