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_id

Fungible token daily rates are tracked for different DEXes

Endpoints

The DEX entity has the following endpoints:

Last updated