Files

Get Files by Product

get

Get all files associated with a product.

Path parameters
networkstringRequired
contractAddressstringRequired
productstringRequired
Responses
200
OK
get
GET /api/nft/network/{network}/{contractAddress}/{product}/files HTTP/1.1
Host: api.rair.market
Accept: */*

No content

Get Files by Token

get

Get all files associated with a token in a product.

Path parameters
networkstringRequired
contractAddressstringRequired
productstringRequired
tokenstringRequired
Responses
200
OK
get
GET /api/nft/network/{network}/{contractAddress}/{product}/files/{token} HTTP/1.1
Host: api.rair.market
Accept: */*

No content

Was this helpful?