# Ink Airdrop Query the Ink token airdrop allocation for a specific wallet address. ## Rate limits * 1200 requests/min or 200 requests/10secs per IP address. (**weight = 2**) {% hint style="info" %} See more details in [API Rate limits](https://docs.nado.xyz/developer-resources/api/rate-limits) {% endhint %} ## Request {% tabs %} {% tab title="Ink Airdrop" %} `POST [ARCHIVE_ENDPOINT]` **Body** ```json { "ink_airdrop": { "address": "0x1234567890123456789012345678901234567890" } } ``` {% endtab %} {% endtabs %} ## Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| address | string | Yes | Wallet address (20-byte address) sent as a hex string. |