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

Language:

buyNFT

Purchase NFT On Polygon Marketplace Address


import { type IBaseEVMAuctionPayloadV2 } from "@mirrorworld/web3.js"
const payload: IBaseEVMAuctionPayloadV2 = {
marketplace_address: "0x69237C46C56823540e5B7D4794F77Ef3357010d5",
collection_address: "0xe26487A89C3C1c05DC308134eA02eEd5cc27D7b6",
token_id: 2,
price: 3,
}
await mirrorworld.Polygon.Asset.buyNFT(payload)

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference

    Changelog