For the complete documentation index, see llms.txt. This page is also available as Markdown.

DEX

DEX entity represents DEXes operating on the Casper Network.

Properties

The DEX entity has the following properties:

Property
Type
Description

id

int

DEX identifier

name

string

DEX name

Example

{
  "id": 1,
  "name": "CSPR.trade"
}

Optional properties

None

Relations

The DEX entity has the following relations with other entities:

Entity
Mapping property
Description

dex_id

Fungible token rates are tracked for different DEXes

dex_ids

DEX identifiers used in the aggregation

dex_id

DEX rates are tracked for token pairs

dex_id

Daily DEX rates are tracked for token pairs

Endpoints

The DEX entity has the following endpoints:

Last updated