Where it’s available
- NuGet: BlockDb.Api.Sdk
- Source (open source): github.com/blockdb-io/blockdb-dotnet-api-sdk
Installation
Quick examples
Pagination
Every endpoint returnsPagedResponse<T> with a Cursor property. Pass the cursor back to retrieve the next page.