API Reference
Service Information
Returns service information and available endpoints
Response Body
application/json
curl -X GET "http://localhost:3000"{
"service": "ISO 8583 ARQC to ERC-4337 Bundler",
"version": "1.0.0",
"endpoints": {
"health": "GET /health",
"arqc": "POST /arqc (application/octet-stream)",
"metrics": "GET /metrics",
"docs": "GET /docs"
}
}