get_x402_payee_address
Retrieve the receiving address for on-chain x402 payments to use in payment requirements before Mode B Refill. Specify chain and token codes like BASE/USDC or ETH/USDC.
Instructions
Get the system receiving address for x402 on-chain payments.
When to use: MUST call this before Mode B Refill to obtain payee_address for payment_requirements.payTo. Not needed for Mode B card creation — the 402 quote response already includes payee_address.
Common chain + token combinations: BASE + USDC, ETH + USDC. If this returns 404: the payee address for this chain/token is not initialized — try a different chain or contact support.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain_code | Yes | Chain code, e.g. 'ETH', 'BASE' | |
| token_code | Yes | Token code, e.g. 'USDC' |