BitSong Faucet

Get testnet tokens sent to your wallet

API / AI Agents

Request tokens with cURL

1. Request tokens

curl -X POST /api/v1/faucet \
  -H "Content-Type: application/json" \
  -d '{"address": "bitsong1..."}'

2. Poll status with the returned runId

curl /api/v1/faucet/status/<runId>