mallow docs

Artwork by mint account

GET
/v1/artworks/{mintAccount}

Get artwork information by mint account

Authorization

ApiKeyAuth
x-api-key<token>

In: header

Path Parameters

mintAccount*string

Mint address of the artwork (base58).

Length1 <= length

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/artworks/string"
{  "result": {    "mintAccount": "string",    "name": "string",    "image": "string"  }}