Overview
This document is a developer reference for integrating with the ELUUP x402 API endpoints. It covers:- Client-side setup for calling x402-protected endpoints
- Available API endpoints, free and paid
- x402 payment requirements and pricing
- Request parameters and validation rules
- Successful response structures and field definitions
- Nullable fields
- HTTP status codes
- Application-level error structures
- How to read and debug a
402 Payment Requiredresponse - Request and response examples
API Endpoints
x402 Payment Configuration
Paid APIs use the following x402 configuration.
The paid endpoints are protected by the x402 payment middleware. The
/v1/supported-tokens endpoint is not included in the x402 payment middleware and is therefore free.
Pricing
Token-Batch APIs
The following APIs are priced per token:/v1/token-signals/v1/token-prices/v1/signal-history/v1/token-win-rate/v1/token-avg-prices
Token Signals — $0.05/token
Token Prices — $0.03/token
Signal History — $0.05/token
Token Win Rate — $0.03/token
Token Average Prices — $0.02/token
Fixed-Price APIs
Top Performers — $0.06/request
The price does not depend on thelimit value.
Aggregate Metrics — $0.06/request
The price does not depend on any request parameters.Complete Pricing Reference
x402 docs: Overview · Quickstart · Payment Flow · API Reference · Errors & Troubleshooting · Examples