/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.
GET /api/products/{id} HTTP/1.1 Host: api.rair.market Accept: */*
OK
No content
Upload banner image through the IPFS service.
POST /api/products/{id} HTTP/1.1 Host: api.rair.market Content-Type: multipart/form-data Accept: */* Content-Length: 15 { "banner": null }