Returns recent trade history from both the Launchpad bonding curves and the AMM. Trades are indexed from on-chain events and stored in a TimescaleDB hypertable.
# Latest 50 trades across all tokenscurl http://67.205.164.156:3001/api/trades/recent# Latest 20 trades for a specific tokencurl "http://67.205.164.156:3001/api/trades/recent?token_address=xyz1cw20contract...&limit=20"