Directory / try.madhousewallet.com
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 the funding wallet. Returns the recipient id for /transfer. The recipient is sanctions-screened upstream. 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/recipients' # -> 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/recipients'
Endpoint: https://try.madhousewallet.com/api/public/recipients. 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.
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…
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…