Skip to main content
GET
Get a group's Router-rail (crypto) spend

Authorizations

Authorization
string
header
required

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

Path Parameters

orgId
string
required

Organization ID

Example:

"org-abc123"

groupId
string
required

Group ID

Example:

"grp-9f2a1c"

Query Parameters

limit
number

Maximum number of payments to return (1–1000).

Example:

100

to
string

ISO-8601 end date (inclusive).

Example:

"2026-02-01T23:59:59.999Z"

from
string

ISO-8601 start date (inclusive). Omit for a 30-day window.

Example:

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

Response

The group's per-asset router-rail spend + recent payments

totalsByAsset
object[]
required

Per-asset spend totals. Token atomic units are NOT additive across assets, so totals are reported per (asset, network) rather than as one cross-asset number.

items
object[]
required

The group's most-recent router payments in the window.