tempo_fundAddress
Tempo specific | Tempo
tempo_fundAddress | Tempo
Tempo API method that funds an address with testnet stablecoins. tempo_fundAddress JSON-RPC method available on the Tempo blockchain via Chainstack.
POST
tempo_fundAddress
Tempo API method that funds an address with testnet stablecoins. This is Tempo’s faucet mechanism — instead of a web UI, tokens are distributed via this RPC method.Documentation Index
Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
address— the address to fund with testnet stablecoins
Response
result— an array of transaction hashes, one for each funded token
Tokens funded
This method sends the following testnet stablecoins to your address:| Token | Address |
|---|---|
| pathUSD | 0x20c0000000000000000000000000000000000000 |
| AlphaUSD | 0x20c0000000000000000000000000000000000001 |
| BetaUSD | 0x20c0000000000000000000000000000000000002 |
| ThetaUSD | 0x20c0000000000000000000000000000000000003 |
tempo_fundAddress code examples
Example response
Body
application/json
Last modified on May 18, 2026