-
Notifications
You must be signed in to change notification settings - Fork 0
/
requests.http
33 lines (26 loc) · 935 Bytes
/
requests.http
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
###
POST http://localhost:8080/balance_history?timestamp=2017-08-18T23:16:09Z
content-type: application/json
{
"address_asset_pairs": [
{"address":"3PESyRqYseiNymihU6PQErafFGyDEDUMVe1", "asset_id":""},
{"address":"3PFm8qbQtUw2keiR1Hkq9Z1ymsXLV6SALA1", "asset_id":""},
{"address":"3PNNDUxYXTiPLCN3v3H5AQYGhgoUcCxShb1", "asset_id":""}
]
}
###
POST https://mainnet-dev.waves.exchange/api/v1/balances/balance_history?height=2825928
content-type: application/json
{
"address_asset_pairs": [
{"address":"3PESyRqYseiNymihU6PQErafFGyDEDUMVe1", "asset_id":""},
{"address":"3PFm8qbQtUw2keiR1Hkq9Z1ymsXLV6SALA1", "asset_id":""},
{"address":"3PNNDUxYXTiPLCN3v3H5AQYGhgoUcCxShb1", "asset_id":""}
]
}
###
GET http://localhost:8080/asset_distribution/WAVES/3000000
###
GET http://localhost:8080/asset_distribution/WAVES/3000000?after=10000000000000
###
GET http://localhost:8080/asset_distribution/WAVES/2000000