Skip to Content
APIDeep AnalysisGet 24h Transfer Amount Change

Get 24h Transfer Amount Change

1. Overview & Typical Use

Returns stablecoin transfer amounts over time, with optional per-token line chart data.

  • Typical use: displaying a 24-hour stablecoin transfer amount trend chart.
  • When not to use: to query individual transfer details, use the transaction query endpoint.

2. Endpoint & Authentication

GET /api/stableCoin/transferAmount

For Base URL and authentication, see Common Network & Authentication.

3. Request

ParameterTypeRequiredDefaultDescription
startTimeintegerNoendTime - 7 daysStart time in seconds
endTimeintegerNoCurrent timeEnd time in seconds
typestringNoWhen set to addLine, the response includes line chart data

4. Response

Top-level

FieldTypeRequiredDescriptionUnit/Precision
stableAmountLinearrayRequiredPer-token line chart data; number of lineData entries varies with type=addLine
stableAmount24harrayRequiredPer-token 24-hour transfer amounts

stableAmountLine[] element

FieldTypeRequiredDescriptionUnit/Precision
tokenAbbrstringRequiredToken abbreviation
contractAddressstringRequiredToken contract address
lineDataarrayRequiredLine chart data points; element schema see below

lineData[] element (chart data point)

FieldTypeRequiredDescriptionUnit/Precision
tintegerRequiredData point timems timestamp
vnumberRequiredTransfer amount at this pointUSD

stableAmount24h[] element

FieldTypeRequiredDescriptionUnit/Precision
amount24hnumberRequired24-hour transfer amountUSD
contractAddressstringRequiredToken contract address
tokenAbbrstringRequiredToken abbreviation

5. Errors

For HTTP status codes, see Common Errors. Key points for this endpoint:

  • General error handling rules apply; no special error scenarios.
Last updated on: