Nft
/api/nft provides endpoints for locating, and uploading metadata for user NFTs.
Was this helpful?
/api/nft provides endpoints for locating, and uploading metadata for user NFTs.
Was this helpful?
Upload CSV file to populate metadata.
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