Directory / try.madhousewallet.com
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 recipient receives. First step to convert crypto to fiat and pay out to a bank in 80+ currencies. Returns quote.targetAmount and a quoteId to lock the rate for a transfer. Pay 0.01 USDC.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://try.madhousewallet.com/api/public/quote' # -> HTTP/1.1 402 Payment Required # the response carries the price, asset and pay-to address. # 2. Pay and retry with any x402 client: npx x402-fetch 'https://try.madhousewallet.com/api/public/quote'
Endpoint: https://try.madhousewallet.com/api/public/quote. Operated by try.madhousewallet.com, not by Animica. Price and availability were correct at the last probe on 2026-08-23 and are set by the operator, who may change them.
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 /requirement…
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 fiel…
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…