From 6faaab94aeeaeeecbba0d77398a9ae45171685cc Mon Sep 17 00:00:00 2001 From: Maria Shodunke Date: Tue, 29 Apr 2025 12:01:40 +0100 Subject: [PATCH] Invalid hot wallet error --- .../public-api-methods/account-methods/gateway_balances.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/references/http-websocket-apis/public-api-methods/account-methods/gateway_balances.md b/docs/references/http-websocket-apis/public-api-methods/account-methods/gateway_balances.md index eadb8fb03f..1717b0f762 100644 --- a/docs/references/http-websocket-apis/public-api-methods/account-methods/gateway_balances.md +++ b/docs/references/http-websocket-apis/public-api-methods/account-methods/gateway_balances.md @@ -304,4 +304,8 @@ The response follows the [standard format][], with a successful result containin * `actNotFound` - The [Address][] specified in the `account` field of the request does not correspond to an account in the ledger. * `lgrNotFound` - The ledger specified by the `ledger_hash` or `ledger_index` does not exist, or it does exist but the server does not have it. +{% admonition type="info" name="Note" %} +Due to a discrepancy in behavior between the Clio server and `rippled`, which was fixed in [Clio version 2.3.1](../../../../../blog/2025/clio-2.3.1.md#bug-fixes), the Clio server returns the `invalidParams` error in API v2 instead of `invalidHotWallet` when the `hotwallet` field is invalid. API v1 returns the `invalidHotWallet` error. +{% /admonition %} + {% raw-partial file="/docs/_snippets/common-links.md" /%}