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/apiEndpoints
GET
/api/tokensList all tokens with optional filters
statuslimitoffset
GET
/api/tokens/{mint}Get token details by mint address
mint
GET
/api/marketsList prediction markets
tokenMintstatuslimit
GET
/api/markets/{id}Get market details by ID
id
POST
/api/launchLaunch a new token (requires wallet signature)
namesymboldescriptionimage
GET
/api/pump-data/{mint}Get live pump.fun data for a token
mint
GET
/api/sol-priceGet 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