Programmatic access to crypto intelligence — assets, categories, chains, backers, and market events.
Sub-100ms p50 reads. Edge-cached at the network boundary.
Bearer-token auth, scoped keys, IP allowlists.
The same data that powers the Presolt web app.
REST + JSON. Official SDKs for Python, Node, and Go.
Settings → API Keys. Create a scoped key for your environment.
curl -X GET "https://api.presolt.io/v1/assets?category=DeFi&chain=solana" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json"
{
"id": "solana",
"symbol": "SOL",
"category": "L1",
"chain": "Solana",
"lifecycle": "Bluechip",
"market": { "price_usd": 142.18, "mcap": 68_400_000_000, "fdv": 82_100_000_000 },
"presolt_score": 84,
"page": { "next_cursor": "eyJvIjoyMH0" }
}pip install presoltIdiomatic Python client with type hints and async support.
npm install @presolt/sdkTypeScript-first SDK with full IntelliSense.
go get github.com/presolt/presolt-goLightweight Go module for backend services.