0.0.6 • Published 8 months ago

@ironforge/sdk v0.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

@ironforge/sdk Build+Test+Lint

Ironforge SDK

Docs

Example

const API_KEY = '<your ironforge API key>'
import { IronforgeSdk } from '@ironforge/sdk'

const sdk = new IronforgeSdk(API_KEY)
const { result, status } = await sdk.accounts.filterByType({
  accountType: 'CandyMachine',
  query: { filter: { 'data.data.price': 250 } },
  cluster: 'devnet',
  program: 'cndy3Z4yapfJBmL3ShUp5exZKqR3z33thTzeNMm2gRZ',
  limit: 2,
  offset: 0,
})

console.log(status) // => 200
console.log(result)

LICENSE

MIT

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago