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…
🚧

We recommend using Reservoir SDK

Reservoir SDK includes helpers that abstract the process of using the Trading API such as iterating through execution steps and returning callbacks that can be used to update your UI. The SDK can reduce the chance of errors. If you are developing in TS/JS we recommend using the ReservoirSDK.

Body Params
items
array of objects
required
length ≥ 1

List of items to mint.

items*
string

Collection to mint.

string
^0x[a-fA-F0-9]{40}:[0-9]+$

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
^0x[a-fA-F0-9]{40}$

Address of wallet minting (receiver of the NFT).

string
^0x[a-fA-F0-9]{40}$

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
^[a-zA-Z0-9.-]+\.[a-zA-Z0-9]{2,}$|localhost

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
^0x[a-fA-F0-9]{40}$

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:
*/*