Skip to main content
POST
Fund the client's wallet with testnet tokens

Authorizations

Authorization
string
header
required

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

Body

application/json
chainId
string
required

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

token
string
required

The token symbol to fund (e.g. USDC, ETH).

amount
string
required

The amount to fund as a numeric string. Must be greater than zero.

Response

Fund request processed. The response contains either data (on success) or error (on failure), but not both.

data
object | null

Present on success, null on failure.

error
object | null

Present on failure, null on success.

metadata
object