Get volume data
GET /iou/volume_data/{base}
Retrieve volume data for a given currency over time
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”-
Base currency of the pair as
issuer address
, followed by_
and thecurrency code
. (OrXAH
with no issuer) -
Examples:
XAH
orrEvernodee8dJLaFsujS6q1EiXvZYmHXr8_EVR
Query Parameters
Section titled “Query Parameters ”-
Aggregation interval. Possible values are: s,m,h,d,M,y.
-
Example:
1d
to aggregate data by 1 day intervals
-
Filters results
no earlier
than the specified date time. -
Format: ‘1970-01-01T00:00:00Z’
-
Filters results
no later
than the specified date time. -
Format: ‘1970-01-01T00:00:00Z’
- If true, return results in reverse chronological order by timestamp.
- Skip a defined number of entries.
-
Limit the entries in the response.
-
Higher values result in slower response times!
Responses
Section titled “ Responses ”Success response
-
volume
= Total volume acrossALL PAIRS
of the requested base currency in this interval -
exchanges
= Number of exchanges acrossALL PAIRS
of the requested base currency in this interval -
distinct_pairs
= Number ofDISTINCT PAIRS
for the requested base currency in this interval -
timestamp
= Start time of this interval
object
Query input malformed
object
Headers
Section titled “Headers ”Maximum number of requests in the rate limit window.
Number of remaining request in current rate limit window.
The seconds until the current rate limit window resets.
Too Many Requests
Headers
Section titled “Headers ”Maximum number of requests in the rate limit window.
Number of remaining request in current rate limit window.
The seconds until the current rate limit window resets.