rippled
rippled copied to clipboard
[transaction] (Version: [1.12.0]
curl --location --request POST 'https://xrp01-xxxxxxxxxxnet'
--header 'Content-Type: application/json'
--data-raw '{
"jsonrpc":"2.0",
"method": "account_info",
"id":1,
"params":[{"account": "rBtttd61FExHC68vsZ8dqmS3,"strict":true}]
hi team, when I get the sequence via this RPC, it returns a null value. It took place at approximately utc+0 2024-01-02 15:23, then it returned to normal. do you have any adjustments?
server_state, and this RPC has the same problem.
It seemed unstable, and after a while it returned to normal
Are you sure your node was synced? Given the heavy load on the network lately it may have had some issues with that.
Is this being attacked?I see a lot of transactions happening and the amounts are small,e.g. 0.000001 XRP
like an inscription transaction?
Hi team, how should we aware this issues from our node operator, because in this case it is still return 200 OK, no idea about how to do error handling, thanks
Can you show an example response, and what the server_info output is?
@yida-l - check out the Health Check endpoint (/health). It should return 503 or 500 when the server is not healthy. Additionally, the output of server_info can be helpful in diagnosing many issues.