Skip to main content
GET
Get bucketed cash-flow series

Authorizations

X-API-KEY
string
header
required

Authorization method required to allow user to access the api endpoints.

Query Parameters

group
string

Filter accounts by group name (exact match, case-sensitive).

Example:

"Treasury"

type
enum<string>
Available options:
eoa,
multisig,
contract,
custodian,
exchange,
bank,
defi
Example:

"bank"

provider
enum<string>
Available options:
utila,
kraken,
binance,
okx,
bybit,
bitget,
gate,
kucoin,
plaid,
squads,
altitude,
coinbase,
realms,
wise,
safe,
hyperliquid,
cubist,
privy,
dfns,
anchorage,
revolut_business,
turnkey,
fordefi,
coins_ph,
fireblocks,
pave_bank,
copper
Example:

"utila"

network
string

Filter by account network/chain.

Example:

"ethereum"

denom
string

Filter balances and transfer legs by asset symbol.

Example:

"USDC"

start_time
string<date-time>

Start of the window (ISO-8601; a bare YYYY-MM-DD is that UTC day). Defaults to 30 days before the effective end_time.

Example:

"2026-08-01T00:00:00.000Z"

end_time
string<date-time>

Exclusive end of the window (ISO-8601; a bare YYYY-MM-DD is the next UTC day). Defaults to now when omitted.

Example:

"2026-09-01T00:00:00.000Z"

bucket
enum<string>
default:day

Bucket granularity.

Available options:
day,
week,
month
Example:

"day"

account_id
string

Filter to a single account id. Endpoint-local — not part of the shared treasury account filters, so summary's and forecast's contracts are unaffected.

Example:

"a1b2c3d4-e5f6-7890-abcd-ef1234567890"

Response

200 - application/json
period
object
required
bucket
enum<string>
required

The bucket granularity actually used.

Available options:
day,
week,
month
Example:

"day"

items
object[]
required

Ascending by period_start, contiguous (each period_end equals the next period_start). Empty when the filters match no accounts — distinct from a real series of zero-valued buckets.

totals
object
required

Rollup of every item above over the whole effective window.

data_availability
object
required
Last modified on September 9, 2026