Fungible token daily rate

FTDailyRate entity represents daily average rates for fungible tokens traded on the Casper Network tracked in various currencies .

Properties

The FTDailyRate entity has the following properties:

Property
Type
Description

token_contract_package_hash

string

Fungible token contract package hash

currency_id

uint16

Currency identifier

amount

float64

Average daily rate amount in the specified currency

dex_id

uint16

DEX identifier

date

string

Date in the ISO 8601 format

Example

{
  "amount": "0.25",
  "token_contract_package_hash": "b1c2d3e4f5g6h7i8j9k0l1m2n3o4p5q6r7s8t9u0v1w2x3y4z5a6",
  "dex_id": 2,
  "currency_id": 1,
  "date": "2024-01-05T00:00:00Z"
}

Optional properties

None

Relations

The FTDailyRate entity has the following relations with other entities:

Entity
Mapping property
Description

token_contract_package_hash

Rates are tracked for fungible token contracts

currency_id

Rates are calculated for different currencies

dex_id

Rates are calculated separately for different Casper DEXes

Endpoints

The fungible token fiat rate endpoints are:

Last updated