/api/products provides endpoints for locating and updating product information. A product represents an individual collection of tokens within a contract.
Was this helpful?
Get data for a single product.
/api/products/{id}
curl -L \ --url 'api.rair.market/api/products/{id}'
No body
Upload banner image through the IPFS service.
curl -L \ --request POST \ --url 'api.rair.market/api/products/{id}' \ --header 'Content-Type: multipart/form-data'