Get the testnet funding configuration
Returns the funding configuration for every supported testnet chain and token pair.
Each entry describes the per-request maximum and the cumulative maximum allowed over a
rolling window, along with the window length in minutes. These are the same limits the
POST /clients/me/fund endpoint enforces, so you can use this endpoint to discover the
supported pairs and their limits before requesting funds.
The response is a JSON array of configuration entries. Amounts are returned as decimal strings expressed in whole token units (not base units).
Authorizations
Client API Key or Client Session Token (CST). Pass as a Bearer token in the Authorization header.
Response
The testnet funding configuration.
The chain ID in CAIP-2 format (e.g. eip155:11155111 for Sepolia).
The token symbol for this entry (e.g. USDC, ETH, NATIVE).
Human-readable name for the chain (e.g. Ethereum Sepolia).
Maximum amount that a single fund request may specify for this chain and token, as a decimal string in whole token units.
Maximum cumulative successful funding allowed for this chain and token within the rolling window, as a decimal string in whole token units.
Length of the rolling window in minutes over which maxPerWindow is applied.