Nft
/api/nft provides endpoints for locating, and uploading metadata for user NFTs.
Upload CSV file to populate metadata.
Body
contractstringOptional
productstringOptional
forceOverwritebooleanOptional
csvanyOptional
Responses
200
OK
403
User is not owner of contract
404
Offers not found/ Product not found/ /Offer Pool not found (old contracts only)f
post
POST /api/nft HTTP/1.1
Host: api.rair.market
Content-Type: multipart/form-data
Accept: */*
Content-Length: 69
{
"contract": "text",
"product": "text",
"forceOverwrite": true,
"csv": null
}
No content
Was this helpful?