Airdrop

Distribute your digital passports through a universal link.

Before you begin

As a brand, you wish to transfer your digital passports to your users' wallet addresses, so they automatically get ownership of the digital passports.

Use case example: Your brand wants to enhance engagement through a special drop to surprise your audience.

⚠️

Your NFT Management Platform must be the digital passports owner.

Let's start 🚀

URL

Use the api/certificate/one2Many/forceTransfer/v2.

GET - https://{{nmpUrl}}/api/certificate/one2Many/forceTransfer/v2
Query ParametersTypeRequiredDescription
labelStringTag of the digital passport to transfer.
formatredirect, link, linkObject, contentlink: returns text plain link such as https://arianee.net/passportId,passphrase.
redirect: redirects automatically to the digital passport.
linkObject: returns link as .json object.
content: returns digital passport content.
arianeeAccessTokenStringJson Web Token signed by a wallet private key.

Body

FieldTypeRequiredDescription
addressStringAddress of the recipient wallet.
[
  "0x1917408563f8F484E5C24d96a78002BF7D7F47e0"
]

Return Payload

Status CodeParameters returned
linkObject - 200certificateId - Digital passport identification number.
passphrase - Digital passport passphrase.
deeplink - Deeplink to claim the digital passport.
link - 200deeplink to claim the digital passport.
redirect - 200Triggers a redirection to the claiming link of the digital passport.

Errors

Status CodeParameters returned
400 → Missing query parameters.
→ No more digital passports available.