API Endpoints
Complete reference for all available API endpoints.
Base URL:
https://api.predikt.fun/api/v1Price API
Real-time and historical VWAP prices from multiple sources.
GET
Get current price for a symbol or mint address/price/:symbolOrMintPOST
Get prices for multiple symbols/price/batchAI Resolution API
AI-powered market resolution with multi-model consensus.
POST
Request AI resolution for a market/ai/resolveGET
Get resolution result/ai/request/:requestIdScheduled Jobs
Schedule price checks and AI resolutions for future execution.
POST
Schedule a price check/price/schedulePOST
Schedule an AI resolution/ai/scheduleGET
List scheduled price jobs/price/scheduledGET
List scheduled AI jobs/ai/scheduledPOST
Cancel a scheduled price job/price/scheduled/:jobId/cancelPOST
Cancel a scheduled AI job/ai/scheduled/:jobId/cancelHistorical Data
Access historical price data and snapshots.
GET
Get historical prices/historical/price/:symbolMarket Data
Access comprehensive market data including orderbooks, positions, curator staking, and predictions.
GET
List all markets/marketsGET
Get extended market details with orderbooks, positions, staking, and predictions/markets/:marketIdAPI Keys
Manage API keys for authentication.
GET
List all API keys/keysPOST
Create a new API key/keysPATCH
Update an API key/keys/:keyIdDELETE
Revoke an API key/keys/:keyIdPOST
Rotate an API key/keys/:keyId/rotateAccount & Usage
These endpoints are used by the dashboard and are available for programmatic access.
GET
Get account info/accountGET
Get tier info/account/tierGET
Get deposit address and instructions/account/deposit-infoGET
Get usage statistics/usageGET
Get request history/usage/historyGET
Get current API pricing (public)/pricingCommon Response Fields
All successful responses include these fields:
| Field | Type | Description |
|---|---|---|
| costUsd | string | Cost of the request in USD |
| timestamp | string | ISO 8601 timestamp |