Skip to main content
POST
/
user
/
wallet
/
airdrop-usdc
Airdrop USDC
curl --request POST \
  --url https://api.totalis.trade/user/wallet/airdrop-usdc \
  --header 'Content-Type: application/json' \
  --header 'TOTALIS_API_KEY: <api-key>' \
  --data '{
  "amount": 100
}'
{
  "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:100

Amount of USDC to mint

Required range: 1 <= x <= 1000

Response

USDC airdrop successful

signature
string

Solana transaction signature

amount
number
wallet_address
string