Create
Create Resale Offer.
Body
contractstringOptional
blockchainstringOptional
indexstringOptional
pricestringOptional
Responses
200
OK
post
POST /api/resales/create HTTP/1.1
Host: api.rair.market
Content-Type: application/json
Accept: */*
Content-Length: 69
{
"contract": "text",
"blockchain": "text",
"index": "text",
"price": "text"
}
200
OK
No content
Was this helpful?