Skip to content

Commit

Permalink
fix(docs): updated api docs for the new delivery details
Browse files Browse the repository at this point in the history
  • Loading branch information
gakonst committed Oct 29, 2019
1 parent 76d17d1 commit 0687263
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/api.md
Expand Up @@ -158,9 +158,15 @@ Account-holder only.

```json
{
"delivered_amount": 2000000
"delivered_asset_scale" : 9,
"delivered_asset_code" : "ABC",
"sent_amount" : 1000000,
"sent_asset_code" : "XYZ",
"from" : "example.node_a.alice",
"to" : "example.node_b.bob.-p3zU4tXsDRCBLg8vt_U6iiyQ5pgZk4MfoCaG1wZDW8",
"delivered_amount" : 1000000,
"sent_asset_scale" : 9
}
```

### (WebSocket) /accounts/:username/payments/incoming

Expand Down

0 comments on commit 0687263

Please sign in to comment.