From 3e92fe46c9533cb3858d0a5a8fe5a8b5c9ce8b95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?jeesun=20=EC=A7=80=EC=84=A0?= Date: Tue, 3 Dec 2024 21:31:13 +0100 Subject: [PATCH] Update docs/tools/developer-tools/lab/api-explorer/horizon-endpoint.mdx Co-authored-by: Iveta --- .../tools/developer-tools/lab/api-explorer/horizon-endpoint.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tools/developer-tools/lab/api-explorer/horizon-endpoint.mdx b/docs/tools/developer-tools/lab/api-explorer/horizon-endpoint.mdx index 0e367b861..c9ea0830e 100644 --- a/docs/tools/developer-tools/lab/api-explorer/horizon-endpoint.mdx +++ b/docs/tools/developer-tools/lab/api-explorer/horizon-endpoint.mdx @@ -141,7 +141,7 @@ The endpoint also provides links to related resource pages on the Stellar Lab fo ### [Payments for Account](https://lab.stellar.org/endpoints/payments/account) -The payments for account endpoint `/accounts/:account-id/payments` provides successful payments for a given account and can be used in streaming mode. We're going to use the same account that we used from the previous example: `GBPIMUEJFYS7RT23QO2ACH2JMKGXLXZI4E5ACBSQMF32RKZ5H3SVNL5F`. +The Payments for Account endpoint `/accounts/:account-id/payments` provides successful payments for a given account and can be used in streaming mode. We're going to use the same account that we used from the previous example: `GBPIMUEJFYS7RT23QO2ACH2JMKGXLXZI4E5ACBSQMF32RKZ5H3SVNL5F`. ![Lab: Horizon - Payments](/assets/lab/horizon-payments.png)