PinningMultiple

Pin Multiple

post

Pin all NFT metadata to the current IPFS service.

Body
contractIdstringOptional
productstringOptional
overwritePinbooleanOptional
Responses
200
OK
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?