topup_credits
Create a USDC top-up intent before transferring funds: provide from_address and follow the returned transfer instructions. Alternatively, get a Stripe checkout link for your human operator to complete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount in USD to add | |
| method | Yes | Payment method | |
| api_key | Yes | Your API key | |
| tx_hash | No | Legacy optional field; a transaction hash does not replace from_address or verify payment. | |
| from_address | No | Required for USDC: the exact EVM wallet address you will send from. |