cURL
curl --request POST \ --url https://inprocess.world/api/moment/airdrop \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "recipients": [ { "recipientAddress": "<string>", "tokenId": "<string>" } ], "collectionAddress": "<string>" } '
{ "hash": "<string>", "chainId": 123 }
Airdrop a Moment on the In•Process protocol. This endpoint allows artists to distribute moments to multiple recipients.
Artist API key for authentication. Get your API key from https://inprocess.world/manage/api-keys
Array of recipients to receive the airdrop
Show child attributes
Contract address of the moment collection
Successful response
Transaction hash of the operation
Chain ID where the transaction was executed