CSPR.Cloud.Net
3.0.0
dotnet add package CSPR.Cloud.Net --version 3.0.0
NuGet\Install-Package CSPR.Cloud.Net -Version 3.0.0
<PackageReference Include="CSPR.Cloud.Net" Version="3.0.0" />
<PackageVersion Include="CSPR.Cloud.Net" Version="3.0.0" />
<PackageReference Include="CSPR.Cloud.Net" />
paket add CSPR.Cloud.Net --version 3.0.0
#r "nuget: CSPR.Cloud.Net, 3.0.0"
#:package CSPR.Cloud.Net@3.0.0
#addin nuget:?package=CSPR.Cloud.Net&version=3.0.0
#tool nuget:?package=CSPR.Cloud.Net&version=3.0.0
A .NET client library for interacting with the CSPR Cloud API, providing access to Casper blockchain data for both Mainnet and Testnet environments.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.0)
- Newtonsoft.Json (>= 13.0.3)
-
.NETStandard 2.1
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.0)
- Newtonsoft.Json (>= 13.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.0.0 | 110 | 5/26/2026 |
| 2.9.0 | 104 | 5/7/2026 |
| 2.0.0 | 115 | 4/22/2026 |
| 1.2.1 | 100 | 4/21/2026 |
| 1.2.0 | 95 | 4/21/2026 |
| 1.1.0 | 176 | 2/25/2026 |
| 1.0.11 | 132 | 2/18/2026 |
| 1.0.10 | 132 | 1/20/2026 |
| 1.0.9 | 513 | 11/17/2025 |
| 1.0.8 | 379 | 9/18/2025 |
| 1.0.7 | 225 | 11/11/2024 |
| 1.0.6 | 214 | 7/1/2024 |
| 1.0.2 | 203 | 7/1/2024 |
| 1.0.0 | 215 | 6/26/2024 |
v2.9.0 — SDK package version now tracks the CSPR Cloud API version it covers (was 2.0.0). Wires the previously-implemented `GetAccountUndelegationsAsync` and `GetNFTsAsync` through the public `Delegate` and `NFT` facades on the REST client (the methods existed on the internal `CommonEndpoint` and were documented in README/llms.txt but had no public forwarder, so callers got a CS1061 compile error). Catches the SDK up with the CSPR Cloud API through v2.9.0. Breaking changes: balance and stake fields on Account/Validator/Bidder/AuctionMetrics/ValidatorReward are now typed as string to match the wire (v2.4.3+ API change — avoids uint64 overflow); SupplyData.Timestamp is long (Unix seconds) instead of DateTime. New endpoints: GET /accounts/{pk}/undelegations (v2.5.1), GET /nft-tokens (unscoped list). New filters: caller_hash on deploys; ft_action_type_id on three FT-action filters; nft_action_id on two NFT-action filters; owner_hash on NFT contract-package filter; from_era_id/to_era_id on account-delegator-rewards and new ValidatorRewardsFilterParameters; contract_package_hash on FT account ownership. New includers: token_market_data, coingecko_data, friendlymarket_data, csprtrade_data, owner_cspr_name on contract-package; cspr_name / rank sweep across Account, Validator, Bidder, Delegation, DelegatorReward, Deploy caller, Transfer, Block proposer, FT/NFT actions and ownership. New response properties: Deploy gains caller_hash, version_id, pricing_mode_id, gas_price_limit, is_standard_payment, runtime_type_id, consumed_gas, refund_amount, caller_cspr_name; Validator/Bidder gain bid_amount, reserved_slots, min/max delegation amounts, pending_unstaking_amount, era_id, delegators_number, delegators_stake, cspr_name; Supply gains total_annual_issuance + component breakdown; ContractPackage gains website_url, owner_hash, coingecko_id, is_contract_info_approved, is_featured, plus market-data includer payloads; Block gains Casper 2.0 transaction-bucket counts (auction / install-upgrade / small / medium / large), gas_price, version_id, proposer_centralized_account_info, proposer_cspr_name; Transfer gains transfer_index and four CSPR.name fields; Delegation/DelegatorReward gain delegator_identifier + delegator_identifier_type_id (v2.1.0 purse delegation) plus cspr_name/validator_cspr_name; ValidatorReward gains type + string-typed amount. Contracts streaming channel (unskipped) is verified working against testnet.