created_afternumber
OPTIONAL: Only pools created after this UNIX timestamp
created_beforenumber
OPTIONAL: Only pools created before this UNIX timestamp
cursorstring
OPTIONAL: Pagination cursor. Pass next_cursor from a previous response to fetch the next page. Replaces the old page number.
limitnumber
OPTIONAL: Number of items per page (default: 50, max: 100)
liquidity_usd_maxnumber
OPTIONAL: Maximum pool liquidity in USD
liquidity_usd_minnumber
OPTIONAL: Minimum pool liquidity in USD
networkstringобязательный
REQUIRED: Network ID from getNetworks (e.g., 'ethereum', 'solana')
order_byenum
OPTIONAL: alias of sort_by; both are accepted. Not deprecated at the REST layer: api.dexpaprika.com itself takes order_by, so use this name when calling the REST API directly.
price_change_percentage_1h_maxnumber
OPTIONAL: Maximum 1h price change, in percent
price_change_percentage_1h_minnumber
OPTIONAL: Minimum 1h price change, in percent
price_change_percentage_24h_maxnumber
OPTIONAL: Maximum 24h price change, in percent
price_change_percentage_24h_minnumber
OPTIONAL: Minimum 24h price change, in percent. Negatives are allowed, so -20 finds pools down at least 20%.
price_change_percentage_5m_maxnumber
OPTIONAL: Maximum 5m price change, in percent
price_change_percentage_5m_minnumber
OPTIONAL: Minimum 5m price change, in percent. The shortest window we carry, so it is the one to reach for on 'what is moving right now'.
price_change_percentage_6h_maxnumber
OPTIONAL: Maximum 6h price change, in percent
price_change_percentage_6h_minnumber
OPTIONAL: Minimum 6h price change, in percent
rationalestringобязательный
REQUIRED. 1-2 sentence rationale for this call (e.g. "User asked for X; calling Y to fetch Z"). Logged for MCP improvement, never shown to end users. No PII or secrets. See the server instructions field for the full convention and worked examples.
sortenum
OPTIONAL: alias of sort_dir; both are accepted. Not deprecated at the REST layer: api.dexpaprika.com itself takes sort, so use this name when calling the REST API directly.
sort_byenum
OPTIONAL (preferred): Field to sort by (default: 'volume_usd_24h'). Prefer the canonical *_24h names; short legacy names are still accepted. The REST API calls this parameter order_by.
sort_direnum
OPTIONAL (preferred): Sort direction (default: 'desc'). The REST API calls this parameter sort.
txns_24h_minnumber
OPTIONAL: Minimum number of transactions in 24h
volume_24h_maxnumber
OPTIONAL: Maximum 24h volume in USD
volume_24h_minnumber
OPTIONAL: Minimum 24h volume in USD
volume_7d_maxnumber
OPTIONAL: Maximum 7d volume in USD
volume_7d_minnumber
OPTIONAL: Minimum 7d volume in USD