⚡ API Documentation

Build with the Presolt API

Programmatic access to crypto intelligence — assets, categories, chains, backers, and market events.

Fast

Sub-100ms p50 reads. Edge-cached at the network boundary.

Secure

Bearer-token auth, scoped keys, IP allowlists.

Rich data

The same data that powers the Presolt web app.

Easy to integrate

REST + JSON. Official SDKs for Python, Node, and Go.

Quickstart

1

Get an API key

Settings → API Keys. Create a scoped key for your environment.

2

Make your first request

curl -X GET "https://api.presolt.io/v1/assets?category=DeFi&chain=solana" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"
3

Read the response

{
  "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" }
}

Core endpoints

MethodEndpointDescription
GET/v1/assetsList assets, with filters for category, chain, lifecycle
GET/v1/assets/{id}Full asset profile, including supply, holders, and backers
GET/v1/categoriesCategory overviews with flows and dominance
GET/v1/chainsPer-chain stats including TVL and active assets
GET/v1/backersList backers and exchanges. Filter by activity
GET/v1/markets/globalGlobal market cap, volume, and dominance
GET/v1/eventsRecent listings, unlocks, and major moves
POST/v1/watchlistsCreate a watchlist of assets, categories, or chains

Official SDKs

Python

pip install presolt

Idiomatic Python client with type hints and async support.

Node.js

npm install @presolt/sdk

TypeScript-first SDK with full IntelliSense.

Go

go get github.com/presolt/presolt-go

Lightweight Go module for backend services.

Rate limits

  • Starter1,000 requests / hour
  • Professional10,000 requests / hour
  • EnterpriseCustom

Get your API key

Create an account and start building in minutes.

Get your API key