{ "opencollection": "1.0.0", "info": { "name": "CoinGecko Crypto Market Data Asset Platforms Trades API", "version": "3.0.1" }, "request": { "auth": { "type": "apikey", "key": "x-cg-demo-api-key", "value": "{{x-cg-demo-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Trades", "type": "folder" }, "items": [ { "info": { "name": "Get recent trades for a pool", "type": "http" }, "http": { "method": "GET", "url": "https://api.coingecko.com/api/v3/onchain/networks/:network/pools/:pool_address/trades", "params": [ { "name": "network", "value": "", "type": "path", "description": "The blockchain network identifier (e.g., eth, bsc, polygon_pos, solana, arbitrum, avalanche, base)" }, { "name": "pool_address", "value": "", "type": "path", "description": "The pool contract address" }, { "name": "trade_volume_in_usd_greater_than", "value": "", "type": "query", "description": "Filter trades by minimum USD volume" }, { "name": "page", "value": "", "type": "query", "description": "Page number for pagination" } ] }, "docs": "Get the most recent trades for a specific liquidity pool on a given network. Returns trade details including price, volume, and transaction hashes." } ] } ], "bundled": true }