[DOC] charts API - reflect recent breaking changes

This commit is contained in:
mDuo13
2015-06-10 17:24:03 -07:00
parent b218c188ef
commit 25feb9d144
2 changed files with 494 additions and 525 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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"