Skip to main content
GET
Get Stablecoin Reserves History

Authorizations

Api-Access-Key
string
header
required

An API key associated with a security role

Query Parameters

stablecoin
string
required

Token symbol to query. Your organization must be entitled to read reserves for this token.

startDate
string<date>

Return rows with reportDate on or after this date (inclusive), in YYYY-MM-DD format. Dates are always in UTC.

endDate
string<date>

Return rows with reportDate on or before this date (inclusive), in YYYY-MM-DD format. Dates are always in UTC.

limit
integer<int32>
default:100

Maximum number of results to return (default 100, max 100)

Required range: 1 <= x <= 100
lastCreatedAt
string<date-time>

Cursor for pagination - timestamp of the last result from the previous page (RFC3339 format)

Response

Reserves history

data
Reserves Snapshot · object[]
required
page
Page · object
required

Pagination info