Skip to content

getSteps

Returns the step data for the token

Usage

example.ts
import { mintclub } from 'mint.club-v2-sdk'
 
const steps = await mintclub.network('ethereum').token('SYMBOL').getSteps()

Return Value

Promise<readonly { rangeTo: bigint price: bigint }[]>