get_coins
Retrieve a list of coins from the Pump Fun Data MCP Server with customizable filters like sorting, offset, limit, and NSFW inclusion for targeted data analysis.
Instructions
Get a list of coins
Input Schema
Name | Required | Description | Default |
---|---|---|---|
includeNsfw | No | Include NSFW coins (default: true) | |
limit | No | The number of coins to return (default: 24) | |
offset | No | The offset to start from (default: 0) | |
order | No | The order to sort by (ASC, DESC) | DESC |
sort | No | The field to sort by (market_cap, last_trade_timestamp, created_timestamp, last_reply) | market_cap |