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 leave your access request at the website if you haven't done it yet. Once we review it, we'll send you an email with your access token. Keep an eye on your inbox.
While waiting, you can play with the API using the demo access token 55f79117-fc4d-4d60-9956-65423f39a06a
. Note, that it's a shared token and it can drain its rate limit and quotas quickly.
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!