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)