HomeDocumentation
API Documentation
Complete reference for the Acceso API. Learn how to integrate Solana blockchain data, prediction markets, ZK proofs, and real-time alerts into your applications.
Base URL
https://api.acceso.devAll API requests require authentication via the X-API-Key header.
Authentication
# Using X-API-Key header (recommended)
curl -H "X-API-Key: acceso_xxxxx" https://api.acceso.dev/v1/solana/account/{address}/balance
# Using Authorization header
curl -H "Authorization: Bearer acceso_xxxxx" https://api.acceso.dev/v1/polymarket/marketsAPI Reference
Solana API
Account data, token prices, NFTs, transactions, and DeFi analytics
Polymarket API
Prediction markets, orderbooks, trades, and user positions
ZK Proofs
Privacy-preserving balance proofs and token holder verification
Webhooks & Alerts
Real-time notifications for prices, wallets, and events
x402 Payments
HTTP 402 payment protocol for pay-per-request APIs
Rate Limits
| Tier | Requests/Minute | Features |
|---|---|---|
| Free | 100 | Basic endpoints |
| Pro | 1,000 | + Webhooks, Priority support |
| Enterprise | 10,000 | + ZK Proofs, Dedicated support |
