Order Types
We have the following order types.
const RUNE_ETCH = 'rune-etch';
const RUNE_MINT = 'rune-mint';
const BULK = 'bulk';
const DIRECT = 'direct';
const BRC20 = 'brc20';
const RUNE_LAUNCHPAD_MINT = 'rune-launchpad-mint';
Each order type corresponds to an endpoint. Here is the full table:
order type
endpoint
bulk
brc20
direct
rune-etch
rune-mint
rune-launchpad-mint
Last updated