For the complete documentation index, see llms.txt. This page is also available as Markdown.

PinningMultiple

Pin Multiple

post

Pin all NFT metadata to the current IPFS service.

Body
contractIdstringOptional
productstringOptional
overwritePinbooleanOptional
Responses
200

OK

No content

post/api/nft/pinningMultiple
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