Skip to main content
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.
Testnet only: This method is only available on the Tempo Moderato testnet via the public RPC endpoint (https://rpc.moderato.tempo.xyz). It is not available on Chainstack endpoints or on mainnet. On mainnet, acquire stablecoins from issuers or ecosystem partners.

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:

tempo_fundAddress code examples

Example response

Body

application/json
jsonrpc
string
default:2.0
method
string
default:tempo_fundAddress
params
any[]

The address to fund with testnet tokens

id
integer
default:1

Response

200 - application/json

Array of transaction hashes for each funded token

jsonrpc
string
id
integer
result
string[]

Array of transaction hashes (one per funded token)

Last modified on May 18, 2026