Skip to main content
POST
/
user
/
wallet
/
airdrop
Airdrop SOL
curl --request POST \
  --url https://api.totalis.trade/user/wallet/airdrop \
  --header 'Content-Type: application/json' \
  --header 'TOTALIS_API_KEY: <api-key>' \
  --data '{
  "amount": 1
}'
{
  "signature": "<string>",
  "amount": 123,
  "wallet_address": "<string>"
}

Authorizations

TOTALIS_API_KEY
string
header
required

API key for programmatic access. Generate from the Totalis Dashboard. Format: api_live_xxxxxxxxxxxxxxxxxxxxx. Supported for REST API and WebSocket.

Body

application/json
amount
number
default:1

Amount of SOL to airdrop

Required range: 0 <= x <= 2

Response

Airdrop successful

signature
string

Solana transaction signature

amount
number
wallet_address
string