v1

latestOpenAPI 3.0.42026-07-26159287356.1 KB
Onchain

Get fungible trades

Get recent trades for a specific fungible within a timeframe. Returns trades ordered by timestamp (most recent first).

get/v2/farcaster/fungible/trades/

Query parameters

network'base' required
addressstring required

Contract address

time_window'1h' | '6h' | '12h' | '24h' | '7d'

Time window for trades e.g. "1h", "6h", "12h", "24h", "7d"

min_amount_usdnumber

Minimum USD amount to filter trades

Response

Success

object'fungible_trades' required

Example response

{
  "trades": [
    {
      "trader": {
        "custody_address": "0x5a927ac639636e534b678e81768ca19e2c6280b7",
        "fid": 3
      }
    }
  ]
}