Skip to content

Commit 85d3277

Browse files
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

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "CryptoAPIs",
3+
"description": "Non-custodial x402 facilitator settling USDC on Base and Solana. Buyers sign locally — CryptoAPIs never holds buyer keys and exposes no signing endpoint. Public capability discovery and resource catalogue, buyer and merchant SDKs, and MCP tools for agent payments.",
4+
"logoUrl": "/logos/cryptoapis.png",
5+
"websiteUrl": "https://developers.cryptoapis.io/v-2.2024-12-12-175/RESTapis/x402/x402-overview",
6+
"category": "Facilitators",
7+
"facilitator": {
8+
"baseUrl": "https://ai.cryptoapis.io/x402/merchant",
9+
"networks": [
10+
"base",
11+
"base-sepolia",
12+
"solana",
13+
"solana-devnet"
14+
],
15+
"schemes": [
16+
"exact"
17+
],
18+
"assets": [
19+
"USDC"
20+
],
21+
"supports": {
22+
"verify": true,
23+
"settle": true,
24+
"supported": true,
25+
"list": true
26+
}
27+
}
28+
}
10.2 KB
Loading

0 commit comments

Comments
 (0)