Skip to main content
BETA
HomeIntegration BuilderAPI ReferenceGuidesChangelog
View Mirror World on Github
Join the Discord server

Language:

queryAssetMintsStatus

Queries The Mint Status Of A Set Of Mint Addresses This Is Useful When Performing Batch Minting For A Large Array Of Mint Addresses


import { type QueryAssetMintsStatusPayload } from "@mirrorworld/web3.js"
const payload: QueryAssetMintsStatusPayload = {
mint_addresses: ["D3hLEigNvqhv2r6CSJvdKAxZPvrzfFRYUadGTHqTKghZ"];
};
await mirrorworld.Solana.Asset.queryAssetMintsStatus(payload);

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference

    Changelog