store_bundle_item_nft_metadata
Stores a single NFT bundle item's metadata to IPFS. Call once per NFT component in a bundle before store_bundle_metadata. Returns: { url: 'ipfs://...' } to include in the items array.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| type | Yes | ||
| image | No | ||
| terms | No | ||
| chainId | No | ||
| tokenId | No | ||
| configId | Yes | Boson/Fermion Protocol deployment identifier. Format: '<env>-<chainId>-<index>' e.g. 'production-137-0' (Polygon mainnet), 'testing-80002-0' (Amoy testnet). Call get_config_ids to list all valid values for this server. | |
| contract | No | ||
| quantity | No | ||
| imageData | No | ||
| schemaUrl | Yes | ||
| attributes | No | ||
| image_data | No | ||
| youtubeUrl | No | ||
| description | No | ||
| externalUrl | No | ||
| youtube_url | No | ||
| animationUrl | No | ||
| external_url | No | ||
| tokenIdRange | No | ||
| animation_url | No | ||
| signerAddress | Yes | Ethereum address that will sign and send this transaction. Must match the wallet that will sign the returned transaction locally. |