Cohorts & funding relationships.
Explore groups of traders, their positioning and observed wallet funding sources.
On this page
Discover available cohorts
/cohortsRESTStart with the cohort index to discover available tiers. A cohort groups wallets by pnl or size. Use the returned tier identifiers rather than hard-coding guessed names.
GET /cohorts/:type/:tierSummaryGroup counts, portfolio and realized P&L totals, and YES/NO notional positioning.
GET /cohorts/:type/:tier/walletsMembersWallets in the cohort, with limit/offset pagination and sortBy/sortOrder.
GET /cohorts/:type/:tier/marketsMarketsMarkets associated with the cohort, with limit/offset pagination.
Compare group positioning over time
/cohorts/:type/:tier/positioningRESTtype / tierpathType is pnl or size. Tier comes from the cohort index.
window24h | 7d | 30dHistorical window; defaults to 7d.
data[]time seriesEach point contains timestamp, yesPct, totalNotionalUsd and traderCount.
A group’s aggregate YES exposure is not a probability forecast. Keep the cohort definition and sample count visible.
Inspect a wallet’s funding sources
/funding/wallet/:addressREST: "${WALLET_ADDRESS:?Set the wallet to inspect}"
curl --fail-with-body \
"${IMPLYRA_API_URL%/}/funding/wallet/$WALLET_ADDRESS?limit=20&offset=0"funding_sources[]recordsSource addresses, first/last funding timestamps, deposit/withdrawal counts and totals.
total_deposited / total_withdrawn / net_flowdecimal stringsAmounts are serialized as strings. Use an appropriate decimal representation when aggregating them.
unique_sourcesnumberThe reported count of funding sources.
Follow an observed relationship
GET /funding/source/:addressSourceInspect funding activity from a source address.
GET /funding/shared-source?source=…Shared sourceFind wallets funded by the same source. Supports min_amount and a limit up to 100.
GET /funding/label/:addressLabelFetch an available source label.
Common exchanges and other services can fund unrelated wallets. A shared source does not establish common ownership, coordinated trading or privileged information.