Skip to main content

NFT Model

caution

model is currently under development.

Standardised Response

note

All fields in all models are nullable unless explicitly stated otherwise.

All data is returned in a standardised format in a .json response.

{
"nft_id": string, // not nullable
"chain": string, // not nullable
"contract_address": string, // not nullable
"token_id": string,
"name": string,
"description": string,
"external_url": string,
"created_date": string,
"status": string,
"token_count": int,
"history": Array<historicowners, historicprices>,
}

Field explanations