> For the complete documentation index, see [llms.txt](https://docs.foreprotocol.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.foreprotocol.io/documentation/developers/ipfs/market-nft-metadata-format.md).

# Market NFT Metadata Format

```
{
  "description": "Will Obama win the election in 2024?", 
  "external_url": "https://foreprotocol.io/markets/nft/14", 
  "image": "https://api.foreprotocol.io/images/markets/14.jpg", 
  "name": "ForeMarket #14",
  "attributes": [  
    {
      "trait_type": "Category", 
      "value": "Politics"
    },
    {
      "display_type": "date", 
      "trait_type": "Predictions starts", 
      "value": 1650000000
    },
    {
      "display_type": "date", 
      "trait_type": "Predictions ends", 
      "value": 1660000000
    },
  ], 
}
```
