From d22e5e81cb94cdc44e3e5be90858d8d6834df5a0 Mon Sep 17 00:00:00 2001 From: Andrey Rezvov <47309513+hroff-1902@users.noreply.github.com> Date: Tue, 15 Dec 2020 03:27:59 +0300 Subject: [PATCH] Fix typo in Data API Doc --- content/references/data-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/references/data-api.md b/content/references/data-api.md index e766b205d6..2fc1252cc7 100644 --- a/content/references/data-api.md +++ b/content/references/data-api.md @@ -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 ```