Skip to main content

POST /v1/testing/fund-wallet

Free — No authentication required. See Test RPCs.
Fund a wallet on a managed test RPC with ETH and/or USDC for pre-production testing. Balances are minted on chain forks only — no real tokens are spent or created. This endpoint is only available on staging and production deployments with testing tools enabled.

Parameters

string
required
Target chain: "ethereum" or "base".
string
required
Wallet address to fund (0x...).
string
Amount of ETH to mint, in wei. Max 20000000000000000 (0.02 ETH) per call.
string
Amount of USDC to mint, in base units (6 decimals). Max 50000000 (50 USDC) per call.
At least one of ethWei or usdcAmount must be provided.

Example

Response

Key fields:
  • funded.eth / funded.usdc — Requested amounts and resulting on-fork balances
  • forkId — The test RPC fork that was funded
  • limits — Current per-call caps
  • allowlistEnforced — Whether the server restricts funding to an allowlisted set of wallets