Accounts

Account positions across chains

Returns paginated account positions across the selected chain scope. Uses meta.hasMore for pagination continuation on the hot path rather than an exact meta.total. EVK debt and controller nulls mean unknown, not zero. A failed partial live refresh retains a coherent last-known snapshot and its timestamp when one exists; otherwise the unknown fields remain null.

get/v3/accounts/{address}/positions

Path parameters

addressstring required

Query parameters

chainIdstring

Comma-separated list of chain IDs (single value allowed).

offsetinteger
limitinteger

Requested page size. Values above the endpoint cap are clamped; the default shared cap is 100.

forceFreshboolean

When true, trigger bounded synchronous account snapshot refresh for the returned tuples. On timeout/failure, response safely falls back to stored snapshots and indicates cached mode in freshness metadata.

Response

Account positions

Changes

No recorded changes to this endpoint across all 1 revision of this API.