DevelopersDocumentation
OpenAPI
API referenceCohorts & funding

Cohorts & funding relationships.

Explore groups of traders, their positioning and observed wallet funding sources.

On this page

Discover available cohorts

GET/cohortsREST

Start 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/:tierSummary

Group counts, portfolio and realized P&L totals, and YES/NO notional positioning.

GET /cohorts/:type/:tier/walletsMembers

Wallets in the cohort, with limit/offset pagination and sortBy/sortOrder.

GET /cohorts/:type/:tier/marketsMarkets

Markets associated with the cohort, with limit/offset pagination.

Compare group positioning over time

GET/cohorts/:type/:tier/positioningREST
type / tierpath

Type is pnl or size. Tier comes from the cohort index.

window24h | 7d | 30d

Historical window; defaults to 7d.

data[]time series

Each point contains timestamp, yesPct, totalNotionalUsd and traderCount.

i
Show the underlying group

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

GET/funding/wallet/:addressREST
cURL
: "${WALLET_ADDRESS:?Set the wallet to inspect}"

curl --fail-with-body \
  "${IMPLYRA_API_URL%/}/funding/wallet/$WALLET_ADDRESS?limit=20&offset=0"
funding_sources[]records

Source addresses, first/last funding timestamps, deposit/withdrawal counts and totals.

total_deposited / total_withdrawn / net_flowdecimal strings

Amounts are serialized as strings. Use an appropriate decimal representation when aggregating them.

unique_sourcesnumber

The reported count of funding sources.

Follow an observed relationship

GET /funding/source/:addressSource

Inspect funding activity from a source address.

GET /funding/shared-source?source=…Shared source

Find wallets funded by the same source. Supports min_amount and a limit up to 100.

GET /funding/label/:addressLabel

Fetch an available source label.

i
A link is evidence, not identity

Common exchanges and other services can fund unrelated wallets. A shared source does not establish common ownership, coordinated trading or privileged information.

Implyra.Trader intelligence, ready to build.
to navigate to openesc to close