Skip to content

Update funding wallet

PUT
/v2/gas-station/funding-wallet/chain/{chainId}

Update the status of a funding wallet.

chainId
required
string

The chain ID

X-API-Key
string

API Key

X-API-Secret
string

API Secret

object
isActive

Whether the funding wallet is active

boolean
true
walletId

Wallet ID to update

string format: uuid
123e4567-e89b-12d3-a456-426614174000

Updated funding wallet information

object
walletId
required

Wallet ID

string format: uuid
123e4567-e89b-12d3-a456-426614174000
walletAddress
required

Wallet address

string
0x1234567890123456789012345678901234567890
chainId
required

Chain ID

string
31337
isActive
required

Whether the funding wallet is active

boolean
true
balance
required

Current balance in wei

string
1000000000000000000
balanceEth
required

Current balance in ETH

string
1.0

Bad Request

Unauthorized

Forbidden

Not Found

Internal Server Error