---
title: "Get best listing (by NFT)"
method: GET
path: "/openapi/v1/orders/bestListing"
tags: ["Orders"]
---

# Get best listing (by NFT)

`GET /openapi/v1/orders/bestListing`

Get the best listing for an NFT.

## Query parameters

- `chain` 'eth' | 'bsc' | 'polygon' | 'avalanche' | 'arbitrum' | 'zksync' | 'linea' | 'starknet' | 'opbnb' | 'base' | 'scroll' | 'manta_pacific' | 'optimism' | 'mantle' | 'zkfair' | 'blast' | 'merlin' | 'mode' | 'cyber' | 'bob' | 'lightlink' | 'zeta' | 'nibiru' | 'abstract' | 'bitlayer' | 'mantra' | 'monad' | 'ink', required
- `contract_address` string, required
- `token_id` string, required

## Response `200`

OK

- ApiResponseQueryOrderItem
  - `code` integer — Error Code
  - `msg` string — Error Message
  - `data` QueryOrderItem — Order List
    - `chain` string — Chain Name
    - `chainId` string — Chain ID
    - `orderHash` string — Order Hash
    - `orderId` string — Order Id
    - `expirationTime` integer — Order expiration time
    - `listingTime` integer — Order listing time
    - `createTime` integer — Order create time
    - `maker` string — The order maker's wallet address
    - `taker` string — The order taker's wallet address
    - `side` integer — Side of the order. 0 for buy orders and 1 for sell orders.
    - `saleKind` integer — Kind of sell order. 0 for standard order, 3 for bulk listings, 7 for collection offer.
    - `paymentToken` string — The address of the smart contract of the payment token that is accepted or offered by the order
    - `quantity` string — The asset quantity of order.
    - `priceBase` number — The price in the base currency of the current chain (Ethereum is converted to eth, bsc is bnb), the unit is ether.
    - `priceUSD` number — The order price in USD.
    - `price` number — The order price in paymentToken, the unit is ether.
    - `standard` string — The order trading Standards.
    - `contractAddress` string — Asset contract address
    - `tokenId` string — Asset token id
    - `schema` string — Asset schema
    - `extra` string — Additional information
    - `exchangeData` string — Additional information
  - `message` string

## Other responses

- `400` — Bad Request
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/element/apis/element-open-api.md) · [All operations](https://skmtc.net/element/apis/element-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/element/element-open-api/versions/fa83ac7feb23/schema)
