Export API
Export Catalog
GET /api/exportReturns the complete catalog in x402scan-compatible format.
Response
{ "version": "1.0", "source": "x402relay", "exportedAt": "2026-02-26T12:00:00Z", "endpoints": [ { "id": "svc-neural-api-1", "name": "NeuralAPI", "endpoint": "https://api.neural.example.com", "category": "AI/ML", "pricing": { "currency": "USD", "pricePerRequest": "0.003" }, "x402Config": { "paymentAddress": "0x...", "network": "base" }, "trustScore": 85, "status": "verified" } ]}Use Cases
- Cross-catalog synchronization — Other directories can import x402 Relay’s data
- Backup — Snapshot the entire catalog
- Analytics — Process catalog data offline