Getting started
Last updated
Last updated
This tutorial will help you make your first API call to receive a list of NFT tokens in the contract.
We will use cURL to make API calls. You can install it from the website or by using the package manager of your choice.
Please register on to create a CSPR.cloud access token.
To fetch the NFT tokens in the contract we'll be using the . The endpoint requires a contract package hash, which we can find on :
Please proceed with the following documents to get familiar with CSPR.cloud:
Learn about the general technical aspects of CSPR.cloud API, and how it works
Learn about CSPR.cloud API possibilities, which aren't present in the Casper Node RPC API
Get familiar with the REST API reference to know what endpoints are available
Get familiar with the Streaming API reference to know what Web Socket subscriptions are available
Learn how to connect to the private Casper Node powered by CSPR.cloud using the most popular SDKs
While CSPR.cloud handles your dApp integration with the Casper Network, CSPR.click takes care of how users of your dApp interact with the blockchain. It provides integration with all the wallets and on-ramp providers in the Casper ecosystem to solve authentication and token-acquiring problems. Please be sure to check it out!