mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
[DOC] charts API - reflect recent breaking changes
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -33,10 +33,9 @@ Request('Accounts Created', {
|
|||||||
body: {
|
body: {
|
||||||
"startTime": TIME_20140101,
|
"startTime": TIME_20140101,
|
||||||
"endTime": "2015-03-31T00:00:00.000Z",
|
"endTime": "2015-03-31T00:00:00.000Z",
|
||||||
"timeIncrement": "month",
|
"timeIncrement": "week",
|
||||||
"descending": true,
|
"descending": true,
|
||||||
"reduce": true,
|
"reduce": true
|
||||||
"format": "json"
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -185,11 +184,11 @@ Request('Top Markets', {
|
|||||||
params: {},
|
params: {},
|
||||||
body: {
|
body: {
|
||||||
"startTime": TIME_20150101,
|
"startTime": TIME_20150101,
|
||||||
"endTime": TIME_20150101_2,
|
"interval": "week",
|
||||||
"exchange": {
|
"exchange": {
|
||||||
"currency": "USD",
|
"currency": "USD",
|
||||||
"issuer": "rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B"
|
"issuer": "rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -216,7 +215,7 @@ Request('Total Value Sent', {
|
|||||||
params: {},
|
params: {},
|
||||||
body: {
|
body: {
|
||||||
"startTime": TIME_20150101,
|
"startTime": TIME_20150101,
|
||||||
"endTime": TIME_20150101_2,
|
"interval": "month",
|
||||||
"exchange": {
|
"exchange": {
|
||||||
"currency": "USD",
|
"currency": "USD",
|
||||||
"issuer": "rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B"
|
"issuer": "rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B"
|
||||||
|
|||||||
Reference in New Issue
Block a user