CSPR rate

CSPR.cloud maintains historical CSPR rates provided by CoinGecko for more than 40 different fiat and crypto currencies.

Properties

The Rate entity has the following properties:

PropertyTypeDescription

currency_id

uint8

Currency identifier

amount

float32

Rate amount

created

string

Rate timestamp in the ISO 8601 format

Example

{
  "currency_id": 1,
  "amount": 0.052947,
  "timestamp": "2024-01-05T12:51:00Z"
}

Optional properties

None

Relations

The Rate entity has the following relations with other entities:

EntityMapping propertyDescription

currency_id

Rates are related to the specific currency

timestamp

Rates can be included into the Deploy entity

timestamp

Rates can be included into the Transfer entity

timestamp

Rates can be included into the ValidatorReward entity

timestamp

Rates can be included into the DelegatorReward entity

Endpoints

The Rate entity has the following endpoints:

Last updated