Commit 85d3277
committed
feat(ecosystem): add CryptoAPIs facilitator
Non-custodial x402 facilitator settling USDC on Base and Solana, mainnet
and testnet.
Endpoints are live and publicly verifiable without a credential:
GET https://ai.cryptoapis.io/x402/merchant/supported
GET https://ai.cryptoapis.io/x402/merchant/discovery/resources
/supported advertises the served kinds, the implemented extensions
(payment-identifier) and the signer addresses keyed by CAIP-2 namespace
pattern; /verify and /settle require a merchant API key and answer with
the spec's standard error codes.
The declared networks mirror /supported exactly — the four with an enabled
USDC asset — rather than every family the implementation supports, so the
listing never promises a chain /verify would reject.1 parent dd927a2 commit 85d3277
2 files changed
Lines changed: 28 additions & 0 deletions
File tree
- typescript/site
- app/ecosystem/partners-data/crypto-apis
- public/logos
Lines changed: 28 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
Loading
0 commit comments