Documentation
  • PROTOCOL
    • About
    • Glossary
    • Protocol Roles
      • Creators
        • Creator NFT (mNFT)
      • Players
      • Analysts
        • Analyst NFT (vNFT)
      • Dispute Resolution
        • High Guard
    • FORE Markets
      • Market Types
      • Payout Logic
      • Protocol Rewards
    • Market Phases
      • Creation Phase
      • Participation Phase
      • Validation Phase
      • Dispute Phase
      • Resolution Phase
    • Protocol Rewards
      • Player Rewards
      • Infrastructure Rewards
      • NFT Tiers
    • NFT Marketplace
    • Config
      • Protocol Config
      • Market Config
  • DEVELOPERS
    • Addresses and Config
    • Smart Contracts
      • ForeMarkets (Factory)
      • ForeMarket
      • ProtocolConfig
      • MarketConfig
      • ForeAnalysts
      • ForeToken
    • IPFS
      • Verifier NFT Metadata Format
      • Market NFT Metadata Format
      • Market Object Format
      • Base58 <->Bytes32
Powered by GitBook
On this page
  1. DEVELOPERS
  2. IPFS

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
    },
  ], 
}
PreviousVerifier NFT Metadata FormatNextMarket Object Format

Last updated 2 years ago