🔐
[Async] POST /tokens/:tokenId/airdrop
Asynchronously airdrop a token
This endpoint exists to airdrop a non-allowlisted Kudos without consent from the user. You cannot use this endpoint if the Kudos is an allowlisted Kudos. Please contact us on Discord if you have any questions.
- This endpoint also is an asynchronous endpoint, which means the initial call does not return the response immediately. Please refer to the Async Endpoint doc for more information about how to use these APIs.
Field | Type | Description |
---|---|---|
address | string | The ETH address which will receive the Kudos token.
This endpoint does not require a signature from the address (ie explicit consent), so please be very careful when using this endpoint. |
// status
202 Created
// header
Location: /v1/operations/dc3a7730-53e2-4af6-acc9-d13b2fcf10e2
// body
{}