Group: Onchain APIsUse this when you need: Mint NFT(s).
Usage
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
xWalletId | string | ✅ | Wallet ID to use for transactions |
mintNftRequest | MintNftRequest | ✅ | - |
Response
Returns aRequestArgs object.
Error Handling
Tips
- Provide a viewerFid when supported to respect mutes/blocks and include
viewer_context. - Keep requests scoped (e.g., use
limit) to improve latency. - Cache results where sensible.

