Search
K

Update Contract Buy On Network

Sets the Allow Buy on Network property enabling or disabling buying tokens directly on the network.
Changes to deployed contracts will be broadcast immediately
patch
https://api.hypermint.com/v1
/nft-contract/:contractId/update-buy-on-network
Update Allow buy on network property on contract
Parameters
Header
HM_ACCESS_KEY*
HyperMint Access Key
HM_ACCESS_KEY_SECRET*
HyperMint Access Key Secret
Body
allowBuyOnNetwork*
Boolean
property for allow buy on network Can be set to true or false
Responses
200: OK
If the contract has been deployed, an interactionId will be returned which allows you to check the status of the request.
400: Bad Request
The contract has been disabled by an administrator
404: Not Found
Contract does not exist or you do not have permission
See Get Interaction for a list of interaction types which are used and how to check the status if needed.

Feedback

Something not quite right, unclear or can't find what you are looking for? Please let us know at [email protected] and we will get back to you as soon as we can.