Complete reference for the AlphaStream conviction scoring API.
AlphaStream uses x402 protocol for payment and authentication. Include your API key in the Authorization header.
Returns an AI-powered conviction score (0-100) for a given token on Base.
| Parameter | Type | Required | Description |
|---|---|---|---|
token_address |
string | Yes | Contract address of the token |
chain |
string | Yes | Chain identifier (currently only "base") |
| Field | Type | Description |
|---|---|---|
token |
string | Token contract address |
conviction_score |
number | Overall conviction score (0-100) |
sentiment |
number | Sentiment analysis score (0-100) |
momentum |
number | Price momentum score (0-100) |
volume |
number | Volume analysis score (0-100) |
timestamp |
string | ISO 8601 timestamp of the analysis |
AlphaStream operates on a pay-per-request model using the x402 protocol.
| Code | Description |
|---|---|
400 |
Bad Request - Invalid parameters |
401 |
Unauthorized - Invalid API key |
402 |
Payment Required - Insufficient funds |
404 |
Not Found - Token not found on chain |
500 |
Internal Server Error |