Testnet Faucet

Get bitcoin for testing on stacks bitcoin regtest network;

curl -X POST "https://api.testnet.hiro.so/extended/v1/faucets/btc?address=bcrt1q02k2fwu9kupez7ecqj9p489qswg0th98n29hjs"

Note this needs docs bug raising on Hiro here!

Address types

Bitcoin Address Prefixes

Transaction Type

Mainnet

Testnet

Regtest

P2PKH (Legacy)

1

m or n

m or n

P2SH (Script-based)

3

2

2

P2WPKH (SegWit)

bc1q

tb1q

bcrt1q

P2WSH (SegWit Scripts)

bc1q

tb1q

bcrt1q

P2TR (Taproot)

bc1p

tb1p

bcrt1p

Last updated