Interactive Docs

API Playground

Test every endpoint live. Get your API key to start building.

Authentication

API Key Required

All API requests require a valid API key. Include your key in the request header.

Header (Recommended)

Authorization: Bearer cbi_your_api_key_here

X-API-Key Header

X-API-Key: cbi_your_api_key_here
Get Your API Key

List Tokens

Fetch trending/filtered token list with sorting and chain filtering.

GET /api/tokens?limit=25&sort=volume&min_liquidity=0&with_sparkline=0

Max results (1-100)

Filter by chain (ethereum, base, solana, bsc...)

Sort: volume, gainers_24h, gainers_1h, newest, liquidity

Minimum liquidity in USD

Include sparkline data (0 or 1)

Response

Enter your API key to test endpoints

Base URL

https://coinibi.com/api

All endpoints accept GET requests and return JSON. API key required.

Rate Limits

Free Plan10/min · 500/day · 10K/mo
Pro Plan120/min · 50K/day · 1M/mo
HeadersX-RateLimit-*
Exceeded429 Too Many Requests
Compare Plans →

Response Format

Success

{
  "data": [...],
  "meta": { "count": 25 }
}

Error

{
  "error": "Rate limit exceeded"
}

Unauthorized

{
  "error": "Invalid or missing API key"
}

Core Features

  • +Real-time Token Data: Prices, volume, liquidity, and market cap across 61 blockchains
  • +Safety Scoring: 8-point heuristic analysis for honeypots, rug pulls, and scams
  • +Gem Scanner: Early-detected tokens that pumped, with proof timestamps
  • +Rug Radar: Real-time detection of rug pulls and suspicious tokens
  • +Token Search: Full-text search by name, symbol, or contract address

More Resources