History of transactions of the wallet
GET/wallet/history
Returns a list with all the transactions of this wallet (in the page requested) and the total pages
Request
Query Parameters
page intrequired
Number of requested page
count intrequired
Quantity of elements in each page
Responses
- 200
Success
- application/json
- Schema
- success
Schema
any
Success
{
"history": [
{
"timestamp": 1547163030,
"tx_id": "00000257054251161adff5899a451ae974ac62ca44a7a31179eec5750b0ea406",
"index": 0,
"value": 1909,
"address": "1EhoiVeWRDqzyabqNhsnSzhUvhBWNWvCsg",
"voided": false
},
{
"timestamp": 1547163030,
"tx_id": "00000257054251161adff5899a451ae974ac62ca44a7a31179eec5750b0ea406",
"index": 1,
"value": 55,
"address": "1Dxu6qynYeX8CmipocnYPQy8X7TaHHCtrM",
"voided": false
}
],
"total_pages": 7
}
Loading...