airdrops
Create new jetton airdrop
post/api/v1/services/airdrops/jettons
Query parameters
project_idinteger required
Project ID
Request body
Response
Created jetton airdrop
Example response
{
"airdrop": {
"id": "03cfc582-b1c3-410a-a9a7-1f3afe326b3b",
"api_id": "03cfc582-b1c3-410a-a9a7-1f3afe326b3b",
"name": "My airdrop",
"date_create": 1690889913000,
"version": 2
}
}