Overview
The MemeTrade API provides programmatic access to token data, market information, and platform features. Built with REST principles and real-time WebSocket support.
Base URL
https://api.memetrade.com/v1Authentication
Most endpoints are public and don't require authentication. For authenticated endpoints, use API keys:
curl -H "Authorization: Bearer YOUR_API_KEY" \
https://api.memetrade.com/v1/portfolioRate Limits
Public endpoints: 100 requests/minute
Authenticated: 1000 requests/minute
WebSocket: 5 connections per IP
Quick Start
Get All Tokens
Get Token Details
Get Market Data
Available Endpoints
Tokens
GET /tokens- List all tokensGET /tokens/{address}- Get token detailsGET /tokens/{address}/chart- Get price chart dataGET /tokens/{address}/holders- Get token holdersGET /tokens/{address}/transactions- Get token transactions
Markets
GET /markets- Get market overviewGET /markets/trending- Get trending tokensGET /markets/new- Get newest tokensGET /markets/gainers- Get top gainersGET /markets/losers- Get top losers
Portfolio (Authenticated)
GET /portfolio- Get user portfolioGET /portfolio/tokens- Get user tokensGET /portfolio/transactions- Get user transactionsGET /portfolio/rewards- Get liquidity rewards
Trading
GET /trading/quote- Get trade quotePOST /trading/transaction- Get transaction data
Response Format
All API responses follow this structure:
Error Response
Real-time Data
WebSocket Connection
Available Channels
prices- Real-time token pricestrades- Live trade executionmarkets- Market data updatesportfolio- Portfolio changes (authenticated)
SDK Libraries
JavaScript/TypeScript
Python
Examples
Building a Price Tracker
Portfolio Monitoring
Status & Monitoring
API Status: status.memetrade.com
Response Time: ~50ms average
Uptime: 99.9% SLA
Support
Documentation: You're reading it!
Discord: Join our developer channel
Email: [email protected]
GitHub Issues: github.com/memetrade/api
Ready to start building? Check out our Authentication guide or explore specific endpoints like Tokens API and Markets API.
Last updated
