1.0.4 • Published 5 months ago

pulsar_sdk_js v1.0.4

Weekly downloads
-
License
-
Repository
-
Last release
5 months ago

alt text

This library serves as a way to interact with Pulsar's Third Party APIs. Provided you have an API Key, getting started is very easy.

E.g. on how to fetch balances from a wallet:

import { ChainKeys, PulsarSDK } from 'pulsar_sdk_js'

const API_KEY = 'YOUR_API_KEY'
const ETHEREUM_TEST_WALLET = '0x77984dc88aab3d9c843256d7aabdc82540c94f69'

const sdk = new PulsarSDK(API_KEY)
const responsesList = []
for await (const response of sdk.balances.getWalletBalances(ETHEREUM_TEST_WALLET, ChainKeys.ETHEREUM)) {
    responsesList.push(response)
}

Which will fetch you all the wallet balances for your wallet, provided the Chain is active in our environment.

For more information, check out our documentation.

1.0.4

5 months ago

1.0.3

10 months ago

1.0.2

12 months ago

1.0.1

1 year ago

1.0.0

1 year ago

0.1.44

1 year ago

0.1.42

2 years ago

0.1.43

2 years ago

0.1.41-rc.3

2 years ago

0.1.41-rc.2

2 years ago

0.1.41-rc.1

2 years ago

0.1.38-rc.2

2 years ago

0.1.38-rc.1

2 years ago

0.1.41

2 years ago

0.1.37

2 years ago

0.1.4

2 years ago

0.1.372

2 years ago

0.1.371

2 years ago

0.1.36

2 years ago

0.1.34

2 years ago

0.1.33

2 years ago

0.1.32

2 years ago

0.1.31

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago