Skip to main content
POST
/
v1
/
drops
/
claim
cURL
curl --request POST \
  --url https://api.lootexplus.com/v1/drops/claim \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "accountAddress": "<string>",
  "dropId": "<string>",
  "chainId": 1868,
  "contractAddress": "0xc87d591859d6497490d658337d91eb8ec1d625b6",
  "quantity": 1,
  "recipientAddress": "<string>"
}
'

Authorizations

x-api-key
string
header
required

Body

application/json
accountAddress
string
required

Account address

dropId
string

Drop ID

chainId
number

Chain ID

Example:

1868

contractAddress
string

Contract address

Example:

"0xc87d591859d6497490d658337d91eb8ec1d625b6"

quantity
number

Quantity

Example:

1

recipientAddress
string

Recipient address

Response

201 - undefined