curl -X GET "https://inkypump.com/api/tokens?page=1&sortBy=trending&status=live"
{ "tokens": [ { "address": "0x1234567890abcdef1234567890abcdef12345678", "created_at": "2024-01-15T10:30:00Z", "owner": "0xabcdef1234567890abcdef1234567890abcdef12", "name": "Example Token", "ticker": "EXMP", "description": "An example token", "image_url": "https://example.com/logo.png", "telegram": "https://t.me/example", "twitter": "https://twitter.com/example", "website": "https://example.com", "market_cap": 125.5, "funding_progress": 1.0, "price_eth": 0.000125, "volume_24h": 45.2, "price_change_24h": 12.5, "txns_24h_buys": 150, "txns_24h_sells": 120, "total_holders": 523 } ], "totalCount": 1523, "totalPages": 153 }
Retrieve a paginated list of tokens with advanced filtering and sorting options
live
funding
newest
oldest
trending
mcap-high
mcap-low
5m
1h
6h
24h
telegram
twitter
website
Show Token Object