Files
Get all files associated with a product.
Path parameters
networkstringRequired
contractAddressstringRequired
productstringRequired
Responses
200
OK
404
Contract not found/ Product not found
get
GET /api/nft/network/{network}/{contractAddress}/{product}/files HTTP/1.1
Host: api.rair.market
Accept: */*
No content
Get all files associated with a token in a product.
Path parameters
networkstringRequired
contractAddressstringRequired
productstringRequired
tokenstringRequired
Responses
200
OK
404
Contract not found/ Product not found
get
GET /api/nft/network/{network}/{contractAddress}/{product}/files/{token} HTTP/1.1
Host: api.rair.market
Accept: */*
No content
Was this helpful?