Skip to main content
Canonical references: Wallet Combo Trades, Wallet Trades
curl "https://api.polynode.dev/v3/wallets/0x63613e3b96f418332d43cd2af8dc321014d15907/combos/trades?limit=1" \
  -H "x-api-key: $POLYNODE_API_KEY"
curl "https://api.polynode.dev/v3/wallets/0x63613e3b96f418332d43cd2af8dc321014d15907/trades?include_combos=true&limit=10" \
  -H "x-api-key: $POLYNODE_API_KEY"