Documentation

Learn how to integrate and use Coin Screener's powerful features

Quick Start Guide
Get up and running with Coin Screener in minutes

Installation

npm install @coinscreener/sdk

Basic Usage

import { CoinScreener } from '@coinscreener/sdk'

const client = new CoinScreener({ apiKey: 'your-api-key' })
const data = await client.getMarketData()
Comprehensive Guides
Detailed tutorials and examples for every feature
API Reference
Complete API documentation with examples
SDK Libraries
Official SDKs for popular programming languages