Animica x402 Directory

Directory / try.madhousewallet.com

try.madhousewallet.com/api/public/requirements

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) with validation rules and allowed values, grouped by account type. Empty-key placeholder options are stripped. Use this to know which bank details to collect before creating a payout recipient. Pay 0.01 USDC.

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X GET 'https://try.madhousewallet.com/api/public/requirements'

# -> 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/requirements'

Endpoint: https://try.madhousewallet.com/api/public/requirements. 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.

Other endpoints on try.madhousewallet.com

try.madhousewallet.com/api/public/quote

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…

GET · $0.01

try.madhousewallet.com/api/public/recipients

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…

GET · $0.01

try.madhousewallet.com/api/public/transfer

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…

GET · $0.01

All 4 endpoints on try.madhousewallet.com →