Skip to main content
GET
Get a feed of token positions with recent comments for each

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
number

The total number of records to respond with. Defaults to 25.

chains
enum<string>[]
read-only

If included, only include transactions with actions on the provided chains. Defaults to base, ethereum, solana. Pass all to see transactions on all supported chains.

Available options:
ethereum,
optimism,
polygon,
arbitrum,
zora,
base,
zero,
solana,
hyperliquid,
all
viewerAddresses
string[]
required

Viewer wallet address(es). Accepts a single address or an array of the viewer’s linked wallets (additional addresses beyond 10 are ignored). Used to attribute feed requests to a profile.

minTradeUsd
number

Filter to trades with absolute USD value >= this amount. Allowed values: 10, 100, 500, 1000

minMarketCap
number

Filter to trades with token market cap >= this amount. Allowed values: 100000, 1000000, 10000000

maxMarketCap
number

Filter to trades with token market cap < this amount. Allowed values: 100000, 1000000, 10000000

Response

200

items
object[]
required
pagination
object
required