Skip to content
Snippets Groups Projects
Commit 53a17233 authored by Vincent Texier's avatar Vincent Texier
Browse files

Update HTTP_API.md

parent c99e97c1
Branches dev
No related tags found
No related merge requests found
......@@ -1909,7 +1909,7 @@ The transaction history for the given `pubkey` and between the given `from` and
**Goal**
Get the wallet universal dividend history
Get the wallet universal dividend history (only not consumed ones)
**parameters**
......@@ -1919,7 +1919,7 @@ Name | Value | Method
**Returns**
The universal dividend history for the given `pubkey`.
The universal dividend history not consumed for the given `pubkey`.
```json
{
"currency": "meta_brouzouf",
......@@ -1928,7 +1928,7 @@ The universal dividend history for the given `pubkey`.
"history": [
{
"block_number": 125,
"consumed": true,
"consumed": false,
"time": 1421927007,
"amount": 100
},
......@@ -1940,7 +1940,7 @@ The universal dividend history for the given `pubkey`.
},
{
"block_number": 585,
"consumed": true,
"consumed": false,
"time": 1422098800,
"amount": 100
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment