---
title: "Get NFTs by identifiers"
method: POST
path: "/api/v2/nfts/batch"
tags: ["NFT Endpoints"]
---

# Get NFTs by identifiers

`POST /api/v2/nfts/batch`

Retrieve multiple NFTs in a single request by providing a list of identifiers (chain, contract address, and token ID). Not-found NFTs are silently omitted from the response.

## Request body

- BatchNftsRequest — Request body for batch NFT retrieval by identifiers
  - `identifiers` NftIdentifierInput[], required — List of NFT identifiers to retrieve
    - `chain` string, required — The blockchain the NFT is on
    - `contract_address` string, required — The contract address of the NFT
    - `token_id` string, required — The token ID of the NFT

## Response `200`

OK

## Other responses

- `400` — For error reasons, review the response data.
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `500` — Internal server error. Please open a support ticket so OpenSea can investigate.

---

[API](https://skmtc.dev/opensea/apis/opensea-api.md) · [All operations](https://skmtc.dev/opensea/apis/opensea-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/opensea/opensea-api/revisions/acee8835f2ae/schema)
