x402.be
ServersBuiltFacilitatorsCompareSpecGlossaryAPIMethodologyChangelog
Pages
  • Servers
  • Built with x402
  • Facilitators
  • Compare protocols
  • Spec
  • Glossary
  • API
  • Embeds
  • Methodology
  • Changelog
Data sources
  • CDP Bazaar API
  • PayAI Bazaar API
  • x402 specification
  • Source on GitHub
Ecosystem
  • Chest Gate · Solana revenue splits
  • x402 ecosystem directory
  • Bazaar (CDP discovery layer)
Index
  • Snapshot 2026-09-19 11:55:51 UTC
  • 5933 servers · 2 facilitators · 6 chains
  • Sources: CDP Bazaar, PayAI Bazaar
  • License: data CC0, code MIT
x402.be · independent explorerNo login. No tracking. No affiliation.
All servers

laso.finance · /send-bank-payment

https://laso.finance/send-bank-payment

Send dollars to a bank account by ACH. Requires a bank destination registered beforehand with addBankingDestination (list them at GET /bank-recipients), which in turn requires an approved banking profile. The on-chain x402 payment credits the user's account balance via the standard deposit webhook, so a payout that cannot be fulfilled leaves nothing stranded — retry, or recover the funds with POST /withdraw.

BaseCCDP BazaarUnknown
Price · per callUSDC
$11.5000
Calls · 30d
23
Volume · 30dUSDC
$265
Unique payers · 30d
3
Calls per payerunknown
8
Healthnot probed (top 100 only)
—

Identity

What this profile is sourced from

Server id
laso-finance-send-bank-payment
Endpoint
https://laso.finance/send-bank-payment
Primary chain
Base
Also accepts
sol
Listed by
CCDP Bazaar
Last call observed
17h ago
Available via API
/api/v1/servers/laso-finance-send-bank-payment

Caveats

Things to know before drawing strong conclusions

  • · Calls and volume are 30-day cumulative figures from the source facilitator. Daily breakdowns are not yet available — see /methodology.
  • · Volume = price × calls. If the server publishes multiple price tiers, only the first accepts[] entry is used.
  • · "Last call" is what the source last reported, refreshed every 60 seconds.

Sample 402 exchange

Raw HTTP — what an agent observes

GET https://laso.finance/send-bank-payment

→ HTTP/1.1 402 Payment Required
  X-Payment-Required: $11.5000
  X-Payment-Currency: USDC
  X-Payment-Chain: base

GET https://laso.finance/send-bank-payment
  X-Payment: <signed-receipt>

→ HTTP/1.1 200 OK
  Content-Type: application/json
  …response body…