Bug Report: x402 Registry Services Status
Summary
Tested all available x402 registry services to verify functionality.
Services Tested
| Service |
Endpoint |
Status |
Error |
| AI Generation (flux/schnell) |
/api/service/ai-gen |
✅ Working |
- |
| Exa Search |
/api/service/exa |
✅ Working |
- |
| Twitter user-info |
/api/service/twitter/api/user-info |
✅ Working |
- |
| Twitter search |
/api/service/twitter/api/search |
✅ Working |
- |
| Jupiter API |
/api/service/jupiter |
✅ Working |
- |
| x402 Test Service |
/api/service/test/api/echo |
❌ Failed |
Upstream returned status 500 |
| Wordspace Agent |
/api/service/wordspace/api/search |
❌ Failed |
404 Endpoint not found |
Bug Details
Bug 1: x402 Test Service returns 500
- Endpoint:
POST /api/service/test/api/echo
- Request:
{"message":"hello"}
- Response:
{"success":false,"error":"Upstream returned status 500","errorCode":"UPSTREAM_ERROR"}
- Expected: Should return echo of the input message
Bug 2: Wordspace Agent endpoint not found
- Endpoint:
POST /api/service/wordspace/api/search
- Request:
{"query":"AI agents"}
- Response:
{"error":{"code":"NOT_FOUND","message":"Endpoint not found on control plane"}}
- Expected: Should return search results
Environment
- Wallet: songshuchen1007
- Token: CASH (Solana)
Reported by: @songshuchen1007
Bug Report: x402 Registry Services Status
Summary
Tested all available x402 registry services to verify functionality.
Services Tested
Bug Details
Bug 1: x402 Test Service returns 500
POST /api/service/test/api/echo{"message":"hello"}{"success":false,"error":"Upstream returned status 500","errorCode":"UPSTREAM_ERROR"}Bug 2: Wordspace Agent endpoint not found
POST /api/service/wordspace/api/search{"query":"AI agents"}{"error":{"code":"NOT_FOUND","message":"Endpoint not found on control plane"}}Environment
Reported by: @songshuchen1007