Products
/api/products provides endpoints for locating and updating product information. A product represents an individual collection of tokens within a contract.
Was this helpful?
/api/products provides endpoints for locating and updating product information. A product represents an individual collection of tokens within a contract.
Was this helpful?
Was this helpful?
GET /api/products/{id} HTTP/1.1
Host: api.rair.market
Accept: */*
POST /api/products/{id} HTTP/1.1
Host: api.rair.market
Content-Type: multipart/form-data
Accept: */*
Content-Length: 15
{
"banner": null
}