PinningMultiple
Pin all NFT metadata to the current IPFS service.
Body
contractIdstringOptional
productstringOptional
overwritePinbooleanOptional
Responses
200
OK
400
Metadata sent is the same as the one in the database
403
User is not the creator of the contract or an admin
404
Contract not found/ Product not found/ Product not found/ Offer Pool not found (old contracts only)/ Token not found
post
POST /api/nft/pinningMultiple HTTP/1.1
Host: api.rair.market
Content-Type: application/json
Accept: */*
Content-Length: 58
{
"contractId": "text",
"product": "text",
"overwritePin": true
}
No content
Was this helpful?