How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

LooksRare Orders API

Read and write NFT maker orders in the LooksRare V2 off-chain order book. Supports both standard (specific token) and collection-wide strategies for asks (listings) and bids (offers).

LooksRare Orders API is one of 8 APIs that LooksRare publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Order. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 5 operations across 3 paths, and defines 12 schemas. It is described by OpenAPI 3.2.0, at version 2.0.0.

Requests are made against 2 base URLs: https://api.looksrare.org/api, https://api-sepolia.looksrare.org/api.

5 operations 3 paths 12 schemas 3 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
2.0.0
Base URL
https://api.looksrare.org/api
Authentication
API Key
Resource Areas
1

Authentication & Security 1

LooksRare Orders API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-Looks-Api-Key (ApiKeyHeader).

  • ApiKeyHeader — API key required for mainnet write operations (order creation). Not needed for read endpoints or testnet.

Paths & Operations 5

Across 3 paths, the API surfaces 5 operations — 3 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.

Orders 5

Read and write NFT maker orders in the LooksRare V2 off-chain order book. Supports both standard (specific token) and collection-wide strategies for asks (listings) and bids (offe…

GET
/v2/orders/nonce
Get order nonces for an address
getOrderNonce 1 param → 200400429500
GET
/v2/orders
Get V2 maker orders
getOrders 9 params → 200400429500
POST
/v2/orders
Create a V2 maker order
createOrder body → 201400401429500
GET
/v2/orders/seaport
Get LooksRare Seaport orders
getSeaportOrders 4 params → 200400429500
POST
/v2/orders/seaport
Create a LooksRare Seaport order
createSeaportOrder body → 201400401429500

Schemas 12

The contract defines 12 schemas that model the data the API accepts and returns. The most detailed are MakerOrder (22 properties), CreateOrderRequest (16 properties), NonceResponse (3 properties), OrderCreateResponse (3 properties). Each schema is shown below with its type and property counts.

OrderStatus
string
Status of an order in the LooksRare order book.
CreateOrderRequest
object
16 properties 16 required
OrderListResponse
object
3 properties
ErrorResponse
object
2 properties
CollectionType
integer
NFT collection standard. 0 = ERC-721, 1 = ERC-1155.
NonceResponse
object
3 properties
StrategyId
integer
Maker strategy. 0 = Standard (specific token), 1 = Collection (any token in collection).
OrderCreateResponse
object
3 properties
OrderSort
string
Sort order for order results.
QuoteType
integer
Order quote type. 0 = Bid (offer to buy), 1 = Ask (listing to sell).
MakerOrder
object
A maker order (ask or bid) stored in the LooksRare V2 off-chain order book.
22 properties
EthereumAddress
string
A valid Ethereum contract or wallet address (42 characters including 0x prefix).

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

looksrare-orders-api-openapi.yml Raw ↑

Other APIs LooksRare publishes across the network.

LooksRare Events API
LooksRare Tokens API
LooksRare Collections API
LooksRare Collections API
LooksRare Events API
LooksRare Seaport API
LooksRare Tokens API
Where this information came from

This is an independent, third-party profile of LooksRare Orders API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.