v49

OpenAPI 3.1.1raw.githubusercontent.com2026-04-2200132.4 KB
airdrops

Get all jetton airdrops for a specific project id

get/api/v1/services/airdrops/jettons

Query parameters

project_idinteger required

Project ID

Response

Jetton airdrops

Example response

{
  "airdrops": [
    {
      "id": "03cfc582-b1c3-410a-a9a7-1f3afe326b3b",
      "api_id": "03cfc582-b1c3-410a-a9a7-1f3afe326b3b",
      "name": "My airdrop",
      "date_create": 1690889913000,
      "version": 2
    }
  ]
}