Skip to main content
GET
/
v1
/
drops
/
{id}
Get a drop by id
curl --request GET \
  --url https://api.lootexplus.com/v1/drops/{id} \
  --header 'x-api-key: <api-key>'
{
  "id": "a40bf5cb-2f17-4345-ac3e-053efb24ee48",
  "name": "Test Pokemon",
  "symbol": "DEMO",
  "description": "This is a description of the NFT drop",
  "chainId": 1868,
  "contractAddress": "0x6277a82ccb2fc7b34d45c7216dd598479abc1b6f",
  "ownerAddress": "0x0eC8705Ca1071f467cB4bAEb548Af2aeaF5426fd",
  "blindboxKey": "0x617b4ca44fc3bfca852f6e552aa45b0c4379f31cdd83dbdf9d180ff0a4e70d69",
  "imageUrl": "https://place-hold.it/500x500",
  "baseUri": "https://local-api.lootex.dev/v1/metadata/a8ec3ddb-9e21-42b0-aac4-aa538ec88742/",
  "creatorFeeAddress": "0x7D878A527e86321aECd80A493E584117A907A0AB",
  "creatorFeeBps": 0,
  "projectId": "p-def6a00066543028aa63c276",
  "metadataRepoId": "a8ec3ddb-9e21-42b0-aac4-aa538ec88742",
  "createdAt": "2025-08-13T06:47:51.208Z",
  "updatedAt": "2025-08-13T06:47:51.208Z"
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Response

200 - application/json

Drop fetched successfully

id
string
required

Drop ID

chainId
number
required

Drop chain ID

contractAddress
string
required

Drop contract address

name
string
required

Drop name

symbol
string
required

Drop symbol

description
string
required

Drop description

ownerAddress
string
required

Drop owner address

blindboxKey
string
required

Drop blindbox key

imageUrl
string
required

Drop image URL

baseUri
string
required

Drop base URI

creatorFeeAddress
string
required

Drop creator fee address

creatorFeeBps
number
required

Drop creator fee BPS

projectId
string
required

Drop project ID

metadataRepoId
string
required

Drop metadata repo ID

createdAt
string<date-time>
required

Drop created at

updatedAt
string<date-time>
required

Drop updated at