Market snapshot
Read the current XRBC/XRP AMM reserves, funded direct order books, fee and estimated pool ratio from one validated ledger checkpoint.
GET /market/xrbcRun market data →Run the public XRBC API, inspect the live result, then copy the request into your own dashboard or application. Market, liquidity and ledger reads are public and read-only.
READ / MODEL / VERIFY
Live JSON first · Copyable code second · No custody
{
"data": {
"name": "XRBitcoinCash",
"symbol": "XRBC",
"circulatingSupply": null
},
"meta": {
"network": "XRPL Mainnet",
"apiVersion": "1.0.0"
}
}What this page is for
Use the live workbench below to see what each public endpoint actually returns. The useful values are summarized first; raw JSON and copyable request code remain available when you need implementation details.
Read the current XRBC/XRP AMM reserves, funded direct order books, fee and estimated pool ratio from one validated ledger checkpoint.
GET /market/xrbcRun market data →Read direct XRP-pool reserves, AMM fee and the Liquidity Sentinel heuristic with modeled 10 XRP and 100 XRP impact.
GET /liquidityRun pool health →Compare a public, non-executable XRBC/XRP AMM and order-book estimate before handing execution to the wallet trading flow.
GET /market/xrbc/quoteModel 25 XRP →Read a validated ledger checkpoint, supply obligations, project identity or tool catalog without requesting a wallet signature.
GET /ledger · GET /supply/xrbcCheck the ledger →Live API workbench
Choose what you want to inspect. The request goes to the deployed XRBC API. If the backend has been idle, the first response can take longer while the service starts.
No response yet.
Complete API reference
Most users can start with the live workbench above. Open the full route catalog when you need request methods, gated-report routes, settlement checks or tokenization planning.
Base URL: https://xrbitcoincash-github-io.onrender.com/api/v1 · Download OpenAPI
No matching routes.
Coverage & access
Holding thresholds apply to the signed wallet at the time of each protected request. A token symbol alone never identifies the qualifying asset.
| Tool | Minimum XRBC | What v1 provides |
|---|
Advanced · gated reports only
Some advanced analysis tools require a minimum XRBC balance. For those routes only, the server needs temporary proof that the caller controls a specific XRPL address so it can recheck that address’s XRBC holdings. The sign-in does not send XRP or XRBC, does not expose a seed phrase, and is not needed for market, liquidity, ledger, supply or project data.
This check only reads backend status. It does not request a wallet signature.
POST /auth/challenges.POST /auth/sessions.Authorization: Bearer YOUR_SESSION_TOKEN Content-Type: application/json
Keep session tokens in memory and discard them when finished. Never place wallet seeds, private keys or Xaman application secrets in frontend code.
Integration notes
Retry-After on 429/503 responses.For a larger integration or additional endpoint, contact XRBitcoinCash.
Data lifecycle
When this page opens it performs one lightweight status request so an idle backend can begin waking up. It does not poll continuously. Live datasets are requested only when you press Run live data.
Cross-check independently
Project identity is the currency and issuer together. Market references and tool outputs do not establish a listing, endorsement or independently audited project status.
Currency 5852626974636F696E6361736800000000000000 Issuer rEjwniYhYR5QDZzK1a1x2359j8j8N43Ypw Network XRP Ledger Mainnet
Issuer on Bithomp ↗ · XRPL API documentation ↗ · Xaman documentation ↗
For developers & automated readers
Use the OpenAPI document for request schemas and response conventions. Cross-check project identity and provenance through the published resources below. Machine-readable metadata describes the project; it is not an endorsement, audit certificate or authorization to bypass access controls.
Build a safer XRP Ledger experience
Tell us what failed, who it affects and what would make the tool more useful. Suggestions for safer wallet review, clearer evidence, accessibility and practical XRPL integrations are welcome.
Include the page or endpoint, browser and device, UTC time, reproduction steps, and expected versus actual behavior. Share only redacted errors or public transaction references.
Open a bug report ↗Describe the user problem, proposed behavior, required data, safety boundaries and a measurable success check. Explain how it would help XRPL users or developers.
Propose a feature ↗Report security-sensitive findings privately. Do not publish exploit details, expose another person’s data, disrupt production or submit transactions as a test.
Email a private report ↗Contact: xrbitcoincash@gmail.com · Official support · Security contact · Reporting policy