NMKR Studio

NMKR Studio provides APIs for managing NFT projects, assets, minting, sales, wallets, and related Cardano operations.

11 actions Integration catalog
Request access
Connect NMKR Studio once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Get Exchange RatesNMKR_STUDIO_GET_EXCHANGE_RATES
Return NMKR's current BTC, USD, EUR, and JPY conversion rates for a supported coin; omitting coin requests the provider's ADA default.
Get Mint Coupon BalanceNMKR_STUDIO_GET_MINT_COUPON_BALANCE
Return the connected account's Cardano mint-coupon balance, effective time, and documented mint-purchase address.
Get NFTNMKR_STUDIO_GET_NFT
Return one NFT's details using either its NMKR NFT UID or the combination of project UID and NFT name.
Get ProjectNMKR_STUDIO_GET_PROJECT
Return details and NFT state counts for an NMKR Studio project identified by its project UID.
Get Project PricelistNMKR_STUDIO_GET_PROJECT_PRICELIST
Return the currently valid NFT prices configured for an NMKR Studio project, optionally including all prices exposed by NMKR.
Get Project Sale ConditionsNMKR_STUDIO_GET_PROJECT_SALE_CONDITIONS
Return the active sale conditions configured for an NMKR Studio project.
Get Token MetadataNMKR_STUDIO_GET_TOKEN_METADATA
Return metadata for a blockchain token identified by policy ID and hex-encoded token name.
List Payout WalletsNMKR_STUDIO_LIST_PAYOUT_WALLETS
Return payout wallets already configured on the connected NMKR Studio account; this tool does not add, validate, or expose wallet secrets.
List Project NFTsNMKR_STUDIO_LIST_PROJECT_NFTS
Return one page of NFTs in a project filtered by lifecycle state, with a continuation cursor for additional pages.
List ProjectsNMKR_STUDIO_LIST_PROJECTS
Return one page of projects owned by the connected NMKR Studio account, including identifiers needed by project and NFT tools. Results are cached by NMKR for 10 seconds.
Validate NFT MetadataNMKR_STUDIO_VALIDATE_NFT_METADATA
Check whether the metadata already stored for an NFT is valid; this read-only form does not submit or update metadata.