try.madhousewallet.com

try.madhousewallet.com
Category
Service
Network
Avg / request
$0.01
Endpoints
7

Service overview

What is try.madhousewallet.com?

Create a money transfer (v2) from a locked quote and a recipient. Returns the transfer id and a Base USDC deposit_address plus the exact amount to send there. After funding, call /api/public/confirm-transfer with the on-chain tx hash. Funding wallet KYC and sanctions checks are enforced upstream. Pay 0.01 USDC.

Level up your agent by giving it access to thousands of services. All payable per-request via x402. No API keys, no accounts.

Paste into your agentic chat and let your agent guide you.

Make a Call

Example request
npx awal x402 pay "https://try.madhousewallet.com/api/public/confirm-transfer" \
  --method POST \
  --data '{
  "transfer_id": "{transfer_id}",
  "tx_hash": "{tx_hash}"
}'
What you get back
{
  "endpoint": "POST /api/public/confirm-transfer",
  "paid": true,
  "query": "example input",
  "result": {
    "value": "Structured response from the service."
  }
}

Similar Services