Skip to main content
GET
Get the testnet funding configuration

Authorizations

Authorization
string
header
required

Client API Key or Client Session Token (CST). Pass as a Bearer token in the Authorization header.

Response

The testnet funding configuration.

chainId
string

The chain ID in CAIP-2 format (e.g. eip155:11155111 for Sepolia).

token
string

The token symbol for this entry (e.g. USDC, ETH, NATIVE).

displayName
string

Human-readable name for the chain (e.g. Ethereum Sepolia).

maxPerRequest
string

Maximum amount that a single fund request may specify for this chain and token, as a decimal string in whole token units.

maxPerWindow
string

Maximum cumulative successful funding allowed for this chain and token within the rolling window, as a decimal string in whole token units.

windowMinutes
integer

Length of the rolling window in minutes over which maxPerWindow is applied.