# Reference

This is a full list of the available CSPR.cloud REST API entities. Some of the entities are presented as root-level resources, and some represent related information of the root-level resources and are presented as their edges. The endpoints associated with each entity provide all the relevant data about that entity. Value objects that provide a mapping between identifiers and names aren't listed here and are documented with the corresponding endpoint documentation.

Entities may have relations to other entities. Such relations are exposed by the presence of one entity identifier in the other entity properties. Typically, it means that this identifier can be used as a [query filter](https://docs.cspr.cloud/1.3.x/documentation/overview/filtering) in the API requests and that the related entity could be included in the responses as an [optional property](https://docs.cspr.cloud/1.3.x/documentation/overview/optional-properties).

| Entity                                                                                                                                                                        | Description                                                                                                                          |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| [Account](https://docs.cspr.cloud/1.3.x/rest-api/account)                                                                                                                     | Account observed in the network activity, which may not necessarily have the on-chain balance                                        |
| [Account info](https://docs.cspr.cloud/1.3.x/rest-api/account-info)                                                                                                           | Account info data provided through the [account information contract](https://github.com/make-software/casper-account-info-contract) |
| [Auction metrics](https://docs.cspr.cloud/1.3.x/rest-api/auction-metrics)                                                                                                     | Aggregated auction metrics for an era                                                                                                |
| [Awaiting Deploy](https://docs.cspr.cloud/1.3.x/rest-api/awaiting-deploy)                                                                                                     | Deploy that is awaiting for submission                                                                                               |
| [Block](https://docs.cspr.cloud/1.3.x/rest-api/block)                                                                                                                         | Normalized representation of the Casper Network block                                                                                |
| [Bidder](https://docs.cspr.cloud/1.3.x/rest-api/bidder)                                                                                                                       | Bidder participating in the auction                                                                                                  |
| [Centralized account info](https://docs.cspr.cloud/1.3.x/rest-api/centralized-account-info)                                                                                   | Account information about known accounts provided by CSPR.cloud team                                                                 |
| [Contract](https://docs.cspr.cloud/1.3.x/rest-api/contract)                                                                                                                   | Normalized representation of the Casper Network contract                                                                             |
| [Contract entry point](https://docs.cspr.cloud/1.3.x/rest-api/contract-entry-point)                                                                                           | Normalized representation of the Casper Network contract entry point                                                                 |
| [Contract package](https://docs.cspr.cloud/1.3.x/rest-api/contract-package)                                                                                                   | Normalized representation of the Casper Network contract package                                                                     |
| [Deploy](https://docs.cspr.cloud/1.3.x/rest-api/deploy)                                                                                                                       | Normalized representation of the Casper Network deploy                                                                               |
| [Fungible token action](https://docs.cspr.cloud/1.3.x/rest-api/fungible-token-action)                                                                                         | Action performed on a fungible token                                                                                                 |
| [Fungible token ownership](https://github.com/make-software/casper-middleware/blob/documentation-1.3.x/docs/public/rest-api/fungible-token-ownership/README.md)               | Account fungible token ownership                                                                                                     |
| [Non-fungible token (NFT)](https://github.com/make-software/casper-middleware/blob/documentation-1.3.x/docs/public/rest-api/non-fungible-token/README.md)                     | Non-fungible token (NFT)                                                                                                             |
| [Non-fungible token (NFT) action](https://github.com/make-software/casper-middleware/blob/documentation-1.3.x/docs/public/rest-api/non-fungible-token-action/README.md)       | Action performed on a non-fungible token (NFT)                                                                                       |
| [Non-fungible token (NFT) ownership](https://github.com/make-software/casper-middleware/blob/documentation-1.3.x/docs/public/rest-api/non-fungible-token-ownership/README.md) | Non-fungible token (NFT) ownership                                                                                                   |
| [CSPR rate](https://docs.cspr.cloud/1.3.x/rest-api/cspr-rate)                                                                                                                 | Historical CSPR rate to fiat and popular cryptocurrencies                                                                            |
| [CSPR supply](https://docs.cspr.cloud/1.3.x/rest-api/cspr-supply)                                                                                                             | Network native token (CSPR) supply information                                                                                       |
| [Transfer](https://docs.cspr.cloud/1.3.x/rest-api/transfer)                                                                                                                   | Normalized representation of the Casper Network transfer transform                                                                   |
| [Validator](https://docs.cspr.cloud/1.3.x/rest-api/validator)                                                                                                                 | Validator participating in an era                                                                                                    |
| [Validator performance](https://docs.cspr.cloud/1.3.x/rest-api/validator-performance)                                                                                         | Historical validator performance based on the era rewards information                                                                |
