BTC Testnet Tokens
Delivers testnet BTC tokens to a specified address.
POST
POST
/extended/v1/faucets/btc
Add 1 BTC token to the specified testnet BTC address.
The endpoint returns the transaction ID, which you can use to view the transaction in a testnet Bitcoin block explorer. The tokens are delivered once the transaction has been included in a block.
Note: This is a testnet only endpoint. This endpoint will not work on the mainnet.
Body Parameters
address
Requiredstring
BTC testnet address
Status code | Description |
---|---|
200 | Success |
403 | BTC Faucet not fully configured |
500 | Faucet call failed |
POST request that initiates a transfer of tokens to a specified testnet address
Last updated on