{"id":19190271,"url":"https://github.com/xrplf/clio","last_synced_at":"2026-05-15T12:05:20.543Z","repository":{"id":37051461,"uuid":"322736724","full_name":"XRPLF/clio","owner":"XRPLF","description":"An XRP Ledger API Server","archived":false,"fork":false,"pushed_at":"2026-01-16T14:17:04.000Z","size":10602,"stargazers_count":94,"open_issues_count":122,"forks_count":77,"subscribers_count":13,"default_branch":"develop","last_synced_at":"2026-01-17T05:09:49.767Z","etag":null,"topics":["c-plus-plus","cplusplus","xrp","xrp-ledger","xrpl"],"latest_commit_sha":null,"homepage":"https://xrpl.org","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/XRPLF.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-12-19T00:43:55.000Z","updated_at":"2026-01-16T03:00:14.000Z","dependencies_parsed_at":"2026-01-16T19:02:07.582Z","dependency_job_id":null,"html_url":"https://github.com/XRPLF/clio","commit_stats":{"total_commits":1197,"total_committers":35,"mean_commits":34.2,"dds":0.7610693400167085,"last_synced_commit":"590c07ad8473f497130806f51717c81bfacc294c"},"previous_names":[],"tags_count":113,"template":false,"template_full_name":null,"purl":"pkg:github/XRPLF/clio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XRPLF%2Fclio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XRPLF%2Fclio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XRPLF%2Fclio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XRPLF%2Fclio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/XRPLF","download_url":"https://codeload.github.com/XRPLF/clio/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XRPLF%2Fclio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28631936,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c-plus-plus","cplusplus","xrp","xrp-ledger","xrpl"],"created_at":"2024-11-09T11:33:34.048Z","updated_at":"2026-01-21T10:04:27.010Z","avatar_url":"https://github.com/XRPLF.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003cimg src='./docs/img/xrpl-logo.svg' width='40' valign=\"top\" /\u003e Clio \u003c!-- markdownlint-disable-line MD033 MD045 --\u003e\n\n[![Build status](https://github.com/XRPLF/clio/actions/workflows/build.yml/badge.svg?branch=develop)](https://github.com/XRPLF/clio/actions/workflows/build.yml?query=branch%3Adevelop)\n[![Nightly release status](https://github.com/XRPLF/clio/actions/workflows/nightly.yml/badge.svg?branch=develop)](https://github.com/XRPLF/clio/actions/workflows/nightly.yml?query=branch%3Adevelop)\n[![Clang-tidy checks status](https://github.com/XRPLF/clio/actions/workflows/clang-tidy.yml/badge.svg?branch=develop)](https://github.com/XRPLF/clio/actions/workflows/clang-tidy.yml?query=branch%3Adevelop)\n[![Code coverage develop branch](https://codecov.io/gh/XRPLF/clio/branch/develop/graph/badge.svg?)](https://app.codecov.io/gh/XRPLF/clio)\n\nClio is an XRP Ledger API server optimized for RPC calls over WebSocket or JSON-RPC.\nIt stores validated historical ledger and transaction data in a more space efficient format, and uses up to 4 times less space than [rippled](https://github.com/XRPLF/rippled).\n\nClio can be configured to store data in [Apache Cassandra](https://cassandra.apache.org/_/index.html) or [ScyllaDB](https://www.scylladb.com/), enabling scalable read throughput.\nMultiple Clio nodes can share access to the same dataset, which allows for a highly available cluster of Clio nodes without the need for redundant data storage or computation.\n\n## 📡 Clio and `rippled`\n\nClio offers the full `rippled` API, with the caveat that Clio by default only returns validated data. This means that `ledger_index` defaults to `validated` instead of `current` for all requests. Other non-validated data, such as information about queued transactions, is also not returned.\n\nClio retrieves data from a designated group of `rippled` nodes instead of connecting to the peer-to-peer network.\nFor requests that require access to the peer-to-peer network, such as `fee` or `submit`, Clio automatically forwards the request to a `rippled` node and propagates the response back to the client. To access non-validated data for _any_ request, simply add `ledger_index: \"current\"` to the request, and Clio will forward the request to `rippled`.\n\n\u003e [!NOTE]\n\u003e Clio requires access to at least one `rippled` node, which can run on the same machine as Clio or separately.\n\n## 📚 Learn more about Clio\n\nBelow are some useful docs to learn more about Clio.\n\n**For Developers**:\n\n- [How to build Clio](./docs/build-clio.md)\n- [Coverage report](./docs/coverage-report.md)\n\n**For Operators**:\n\n- [How to configure Clio and rippled](./docs/configure-clio.md)\n- [How to run Clio](./docs/run-clio.md)\n- [Troubleshooting guide](./docs/trouble_shooting.md)\n\n**General reference material:**\n\n- [API reference](https://xrpl.org/http-websocket-apis.html)\n- [Developer docs](https://xrplf.github.io/clio)\n- [Clio documentation](https://xrpl.org/the-clio-server.html#the-clio-server)\n\n## 🆘 Help\n\nFeel free to open an [issue](https://github.com/XRPLF/clio/issues) if you have a feature request or something doesn't work as expected.\nIf you have any questions about building, running, contributing, using Clio or any other, you could always start a new [discussion](https://github.com/XRPLF/clio/discussions).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxrplf%2Fclio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxrplf%2Fclio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxrplf%2Fclio/lists"}