API Documentation

Integrate verdo into your applications with our REST API.

Overview

The verdo API provides programmatic access to token launches, prediction markets, and trading data. All endpoints return JSON responses and use standard HTTP methods.

Base URL:https://verdo.fun/api

Endpoints

GET/api/tokens

List all tokens with optional filters

statuslimitoffset
GET/api/tokens/{mint}

Get token details by mint address

mint
GET/api/markets

List prediction markets

tokenMintstatuslimit
GET/api/markets/{id}

Get market details by ID

id
POST/api/launch

Launch a new token (requires wallet signature)

namesymboldescriptionimage
GET/api/pump-data/{mint}

Get live pump.fun data for a token

mint
GET/api/sol-price

Get current SOL price in USD

Rate Limits

API requests are rate limited to ensure fair usage. Current limits:

  • 100 requests per minute for unauthenticated requests
  • 1000 requests per minute for authenticated requests

Need Help?

Follow us on X for support and updates.

Follow on X