Agent402 Wallet Readiness Check is a paid API for AI agents from agent402.tools, paid per call via x402, $0.008/call, status unknown (last checked 2026-09-15, last successful call 2026-08-05).
Checks whether an EVM (and optionally Solana) wallet can pay right now by returning USDC balances on Base and Solana, live Base gas price, and a Coinbase Onramp funding link if funds are low.
Bundled execution of the Agent wallet readiness check workflow - One call answers 'can this wallet pay right now?' - USDC balances on Base AND Solana, live Base gas, and a ready-to-share Coinbase Onramp funding link if it's running dry. One x402 payment runs 3 underlying tools (wallet-balances, gas-snapshot, onramp-link); partial-success per step.
Returns USDC balances on Base and Solana, the current live gas price on Base, a boolean or readiness signal indicating whether the wallet can pay right now, and a Coinbase Onramp funding URL to top up the wallet if balances are insufficient.
POSThttps://agent402.tools/api/skill/wallet-readinessChoose this endpoint when you need a single bundled call to assess whether an agent wallet is ready to execute payments — combining USDC balance checks across Base and Solana, live gas data, and a funding link in one response. Prefer it over separate balance and gas checks when you want to minimize round trips and get an actionable onramp URL in the same response.
| Field | Type | Description |
|---|---|---|
| address | string | The EVM wallet address to check (0x…) |
| solanaAddress | string | Optional Solana address to check SPL USDC as well |
{
"type": "json",
"example": {
"args": {
"address": "0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0",
"solanaAddress": "J7aN3PLJnTCF5qpEnvJHJsnCjcGuqC2rYtEM8Gv3xwg"
},
"pack": "wallet-readiness",
"steps": [
{
"ok": true,
"slug": "wallet-balances",
"result": {}
},
{
"ok": true,
"slug": "gas-snapshot",
"result": {}
},
{
"ok": true,
"slug": "onramp-link",
"result": {}
}
],
"summary": "3/3 steps succeeded"
}
}Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"