Get issuer supply timeseries

get/api/stablecoin/v1/issuer/supply/{token}/timeseries

Returns bucketed on-chain supply over time for a given token, segmented by chain.

Path Parameters

  • tokenstringRequired
    Stablecoin token identifier
    Example: usd1
    Enum: gousd usd1 sofid cusd fyusd goqxmp

Query Parameters

  • fromstring<date-time>Required
    Start of the time range (ISO 8601 timestamp, inclusive)
    Example: 2024-01-01T00:00:00.000Z
  • bucketstringRequired
    Time bucket size for aggregating supply data
    Example: day
    Enum: hour day week month
  • tostring<date-time>
    End of the time range (ISO 8601 timestamp, inclusive). Defaults to now if omitted.
    Example: 2024-12-31T23:59:59.000Z
  • chainstring
    Filter results to a single chain. Returns all chains if omitted.
    Example: eth
    Min length: >= 1 characters

200 Response

token string required
bucket string required
Allowed values: hour day week month
from string required
to string required
chains array[string] required
series array[object] required
timestamp string required
chainBalances dictionary<string, string> required
total string required

400 Response

401 Response

403 Response

500 Response