try.madhousewallet.com publishes 4 machine-payable endpoints over the x402 protocol, priced from $0.01 to $0.01 per call. Each was probed directly; the response code below is what it returned.
| Endpoint | Method | Price | Probe |
|---|---|---|---|
| /api/public/quote | GET | $0.01 | 200 |
| /api/public/recipients | GET | $0.01 | 200 |
| /api/public/requirements | GET | $0.01 | 200 |
| /api/public/transfer | GET | $0.01 | 200 |
Crypto off-ramp quote: sell USDC (or another stablecoin) and cash out to a bank account. Given a target currency (ISO 4217) and a USD source amount, returns the FX rate, fees, and how much fiat the re…
Create a bank payout recipient for a crypto off-ramp (sell USDC, cash out to fiat). Provide the target currency, account type and bank details (see /requirements), the account holder legal name, and t…
Crypto-to-bank off-ramp: get the recipient bank-detail fields required to pay out (cash out) in a given currency when selling USDC to fiat. Returns dynamic field descriptors (text/select/radio/date) w…
Create a crypto off-ramp transfer: sell USDC and send fiat to a bank account. From a locked quote and a recipient, returns a transfer_id and a Base USDC deposit_address plus the exact amount to send. …