StaticBit-io
NuGet publisher profile
Packages (8)
Xrpl
A C# library to interact with the XRP Ledger (XRPL) blockchain
Xrpl.AddressCodec
A C# library to interact with the XRP Ledger (XRPL) blockchain
Xrpl.BinaryCodec
A C# library to interact with the XRP Ledger (XRPL) blockchain
Xrpl.Keypairs
A C# library to interact with the XRP Ledger (XRPL) blockchain
StaticBit.XrplTo.Client
Typed .NET client for the xrpl.to API with full read coverage: tokens, markets/DEX/AMM, OHLC charts, holders, trader analytics, NFTs and collections, account data, ledger/tx, platform stats, bridge, plus social intelligence (news with sentiment, X/Twitter mentions, scam intelligence, token risk reviews, creator activity, tweet verifications, web search). Handles per-user API key injection, rate limiting, and 429/5xx retries.
StaticBit.XrplData.Client
Typed .NET client for the XRP Ledger Data API (InFTF): OHLC candles, raw trades, exchange rates, volume, tickers, and ledger info. Handles currency hex-encoding, skip/x-has-more-data pagination, the 180 req/min rate limit, and 429/5xx retries.
Xrpl.X402
x402 (HTTP 402) agentic payments client for the XRP Ledger (XRPL exact scheme). Detects HTTP 402 challenges, builds and locally signs an XRPL Payment (XRP or RLUSD/IOU), and retries with a PAYMENT-SIGNATURE header. Verified live against the t54 facilitator.
Xrpl.X402.AspNetCore
ASP.NET Core server middleware (x402 require_payment) for accepting XRPL agentic payments. Adds a RequirePayment endpoint filter plus ledger-settling and t54 facilitators that verify and settle x402 PAYMENT-SIGNATUREs on the XRP Ledger.