/sprinkles
POST
/sprinkles
The /sprinkles
endpoint allows you to airdrop a small balance of BLESS to recipient addresses.
This endpoint provides permissioned access to the BLESS Sprinkler contract. This contract will distribute a small BLESS balance to the addresses provided, subject to a maximum amount by request origin and recipient address.
Headers
x-api-key
Your API key
Params
chain
The chain. Possible values:
mainnet
Send to mainnet Blessnet (45513)
sepolia
Send to sepolia Blessnet (11145513)
requestBody
required: true
content: application/json:
schema:
type: array
items: type: string pattern: "^0x[a-fA-F0-9]{40}$"
description: A list of valid EVM addresses in hexadecimal format (0x-prefixed, 40 hexadecimal characters).
example:
Response Body
message
string
"Airdrop Requested"
requestOwner
string
The owner of the API key making the request
key
string
The base64 API key
for
string
The recipient of the airdrop
deestinationChain
string
The target chain
delvieryId
string
Unique ID
Example Request
Last updated