Fix typo in Data API Doc

This commit is contained in:
Andrey Rezvov
2020-12-15 03:27:59 +03:00
committed by GitHub
parent 4997cae30d
commit d22e5e81cb

View File

@@ -3717,7 +3717,7 @@ Get orders in the order books, placed by a specific account. This does not retur
*REST*
```
GET /v2/account/{address}/orders
GET /v2/accounts/{address}/orders
```
<!-- MULTICODE_BLOCK_END -->