Mint Tokens

Use this API to mint tokens. We recommend using the SDK over this API as the SDK will iterate through the steps and return callbacks.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
items
array of objects
required
length ≥ 1

List of items to mint.

items*
string

Collection to mint.

string

Token to mint.

custom
object

Optional custom details to use for minting.

integer

Quantity of tokens to mint.

string

Optionally specify a stage to mint

string
required

Address of wallet minting (receiver of the NFT).

string

Address of wallet relaying the mint transaction(s) (paying for the NFT).

boolean
Defaults to false

If true, only the path will be returned.

number

The chain id of the purchase currency.

string

Filling source used for attribution. Example: reservoir.market

feesOnTop
array of strings

List of fees (formatted as feeRecipient:feeAmount) to be taken when minting. Unless overridden via the currency param, the currency used for any fees on top matches the buy-in currency detected by the backend. Example: 0xF296178d553C8Ec21A2fBD2c5dDa8CA9ac905A00:1000000000000000

feesOnTop
boolean
Defaults to false

If true, any off-chain or on-chain errors will be skipped.

boolean
Defaults to false

If true, balance checks will be skipped.

string

Referrer address (where supported).

string

Mint comment (where suported).

Response

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*