Endpoint
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
chainId | number | Yes | Target chain ID |
tokenId | string | Yes | Token identifier |
Supported Tokens
| Token ID | Chain | Chain ID | Token Address |
|---|---|---|---|
spiceUsd | Base Sepolia | 84532 | 0xf370dC3765f81aC9dD2FEBd59Fb4e710330B0BC8 |
spiceUsd | Arbitrum Sepolia | 421614 | 0xBeB51deb2018b67b35d5695Fd15bb30D452c7868 |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
wallet | string | Yes | Recipient wallet address |
Response
Success (200)| Field | Type | Description |
|---|---|---|
airdropAmount | string | Amount airdropped (in wei) |
txHash | Hash | Transaction hash of the airdrop |
Error Responses
400 Bad RequestExample
Notes
- Fixed airdrop amount: 200 tokens per request
- Testnet only - not available on mainnet
