Dextective.io

API Documentation

Complete guide to integrate DexTective API into your applications

Version 2.0REST APIWebSocket
Quick Start
Get started with DexTective API in minutes

1. Get Your API Key

Navigate to the API Key page to generate your unique API key.

2. Base URL

https://api.dextective.io/v2

3. Authentication

Include your API key in the request header:

Authorization: Bearer YOUR_API_KEY
Token Endpoints
Access new token launches and token data
GET/tokens/new

Retrieve newly launched tokens

Query Parameters:

?launchpad=all|raydium|pumpfun|moonshot
&limit=50
&offset=0

Example Response:

{
  "success": true,
  "data": [
    {
      "id": "1",
      "name": "Pepe AI",
      "symbol": "PEPEAI",
      "ca": "abc123...xyz789",
      "chain": "Solana",
      "price": "0.00045",
      "marketCap": "450K",
      "launchpad": "Raydium",
      "createdAt": "2025-01-19T10:30:00Z"
    }
  ],
  "total": 150
}
GET/tokens/:id

Get detailed information about a specific token

Path Parameters:

id: Token ID or Contract Address
GET/tokens/:id/security

Get security audit information for a token

Response includes:

  • • Mint authority status
  • • Freeze authority status
  • • LP token burn percentage
  • • Top holder concentration
  • • Honeypot detection
Rate Limits
API usage limits and quotas

Free Tier

  • • 100 requests/minute
  • • 10,000 requests/day
  • • Basic endpoints only

Pro Tier

  • • 500 requests/minute
  • • 100,000 requests/day
  • • All endpoints
  • • WebSocket access

Enterprise

  • • Unlimited requests
  • • Priority support
  • • Custom integrations
  • • Dedicated server
Error Codes
Common error codes and their meanings
400

Bad Request

Invalid parameters or malformed request

401

Unauthorized

Invalid or missing API key

429

Too Many Requests

Rate limit exceeded

500

Internal Server Error

Server-side error, please try again later

Need Help?
Get support and connect with our community