Skip to main content
POST
Airdrop a Moment

Authorizations

x-api-key
string
header
required

Artist API key for authentication. Get your API key from https://inprocess.world/manage/api-keys

Body

application/json
recipients
(string | string<email>)[]
required

Recipients to receive the airdrop. Each entry may be a wallet address or an email address.

Minimum array length: 1

Wallet address of the recipient

Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0x70997970c51812dc3a010c7d01b50e0d17dc79c8"

moment
object
required

Response

Successful response

hash
string
required

Transaction hash of the operation

chainId
integer
required

Chain ID where the transaction was executed

Example:

8453