API Features
Discover what the NMKR API with it's numerous endpoints can do for you.
curl -X 'GET' \
'https://studio-api.nmkr.io/v2/endpoint...
-H 'accept: text/plain' \
-H 'Authorization: Bearer xxxxxxxxxxxxxxxxxxxxxxx'User
Add a payout wallet to your account
/v2/AddPayoutWallet/{walletaddress}
Asset (Token)
Block/Unblock an nft (nft uid)
/v2/BlockUnblockNft/{nftuid}/{blockNft}
Project
Create a burning endpoint for a specific address
/v2/CreateBurningAddress/{projectuid}/{addressactiveinhours}
Payment transactions
Create a payment transaction
/v2/CreatePaymentTransaction
Whitelist
Return all entries of a projects whitelist
/v2/ManageWhitelist/{projectuid}
Mint
Mints random Nfts and sends it to an Address
/v2/MintAndSendRandom/{projectuid}/{countnft}/{receiveraddress}
Tools
Check if there applies a discount for an address
/v2/CheckIfEglibleForDiscount/{projectuid}/{address}
Address reservation (sale)
Cancel a address reservation (project uid)
/v2/CancelAddressReservation/{projectuid}/{paymentaddress}
Wallet validation
Return the result of a wallet validation
/v2/CheckWalletValidation/{validationuid}
Managed wallets
Create an Managed Wallet
/v2/CreateWallet/{customerid}/{walletpassword}/{enterpriseaddress}/{walletname}
Auctions
Returns the state - and the last bids of a auction project
/v2/AuctionState/{auctionuid}
Smart Contract
Return smart contract address
/v2/GetBuyOutSmartcontractAddress/{customerid}/{txHashLockedinAssets}
IPFS
Upload a File pin it to IPFS
/v2/UploadToIpfs/{customerid}
Last updated