Skip to main content
POST
Claim NFT from a drop using server wallet

Authorizations

Authorization
string
header
required

Secret key for authentication

Body

application/json

Claim drop data

chainId
number
default:1868
required

Chain ID

Example:

1868

contractAddress
string
required

Drop contract address

Example:

"0x0eC8705Ca1071f467cB4bAEb548Af2aeaF5426fd"

recipientAddress
string
required

Recipient wallet address

Example:

""

quantity
number
default:1
required

Quantity

Example:

1

projectId
string

Project ID

Example:

"123"

overrideMetadata
object[]

Override metadata for each token minted

Response

201 - application/json

NFT claimed successfully

assets
object[]
required

The assets that were claimed from the drop

transactions
object[]
required

The transactions that were sent to claim the drop