0.0.88 • Published 2 days ago

@catalabs/catalyst-api-client v0.0.88

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
2 days ago

Catalyst API Client

The API Client is a package that enables the ability to easily query data for Catalyst AMM.

All API interfaces are defined within the API Client and controlled from that version. The API client will always be compatible with the API.

Usage

const client = new CatalystApiClient();

async function fetchPoolsList() {
  console.log(`Listing Catalyst available pools...`);
  const pools = await client.listPools();
  json_pp(pools);
}

fetchPoolsList();

Examples are provided for further usages. Individual services are exposed for more specific, or less used queries.

Development

yarn
yarn build
npx ts-node --project tsconfig.demo.json examples/list-pools.ts
0.0.88

2 days ago

0.0.85

24 days ago

0.0.86

24 days ago

0.0.87

24 days ago

0.0.84

25 days ago

0.0.82

29 days ago

0.0.83

29 days ago

0.0.80

1 month ago

0.0.81

1 month ago

0.0.79

1 month ago

0.0.77

1 month ago

0.0.78

1 month ago

0.0.76

2 months ago

0.0.75

2 months ago

0.0.74

2 months ago

0.0.73

3 months ago

0.0.70

3 months ago

0.0.71

3 months ago

0.0.72

3 months ago

0.0.69

3 months ago

0.0.68

3 months ago

0.0.67

5 months ago

0.0.65

5 months ago

0.0.66

5 months ago

0.0.62

6 months ago

0.0.63

6 months ago

0.0.64

6 months ago

0.0.60

6 months ago

0.0.61

6 months ago

0.0.59

8 months ago

0.0.52

10 months ago

0.0.53

10 months ago

0.0.54

9 months ago

0.0.55

9 months ago

0.0.56

9 months ago

0.0.57

9 months ago

0.0.58

8 months ago

0.0.40

11 months ago

0.0.41

11 months ago

0.0.42

11 months ago

0.0.43

11 months ago

0.0.44

11 months ago

0.0.45

11 months ago

0.0.46

11 months ago

0.0.47

11 months ago

0.0.37

11 months ago

0.0.38

11 months ago

0.0.39

11 months ago

0.0.31

11 months ago

0.0.32

11 months ago

0.0.33

11 months ago

0.0.34

11 months ago

0.0.35

11 months ago

0.0.36

11 months ago

0.0.51

11 months ago

0.0.50

11 months ago

0.0.48

11 months ago

0.0.49

11 months ago

0.0.25

1 year ago

0.0.30

12 months ago

0.0.26

12 months ago

0.0.27

12 months ago

0.0.28

12 months ago

0.0.29

12 months ago

0.0.20

1 year ago

0.0.21

1 year ago

0.0.22

1 year ago

0.0.23

1 year ago

0.0.24

1 year ago

0.0.15

1 year ago

0.0.16

1 year ago

0.0.17

1 year ago

0.0.18

1 year ago

0.0.19

1 year ago

0.0.12

1 year ago

0.0.13

1 year ago

0.0.14

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago