SimpleHash · JSON-LD Context

Simplehash Context

JSON-LD context defining the semantic vocabulary for Simplehash from SimpleHash.

29 Classes 8 Properties 5 Namespaces
View Context View on GitHub

Namespaces

aid: https://apis.io/vocab/aid
simplehash: https://simplehash.com/vocab/
nft: https://schema.org/Thing
blockchain: https://schema.org/Thing
token: https://schema.org/Thing

Classes

chain chainId contractAddress tokenId tokenCount floorPrice floorPriceUsd marketplaceUrl ownerAddress ownerCount spamScore imageUrl previewImageUrl metadataOriginalUrl collectionId collectionName transferFrom transferTo transferTimestamp transactionHash blockNumber fungibleId priceUsd marketCap volume24h webhookId webhookEvent cursor nextCursor

Properties

Property Type Container
NFT reference
Collection reference
Transfer reference
Owner reference
Listing reference
Bid reference
FungibleToken reference
Webhook reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "aid": "https://apis.io/vocab/aid",
    "simplehash": "https://simplehash.com/vocab/",
    "nft": "https://schema.org/Thing",
    "blockchain": "https://schema.org/Thing",
    "token": "https://schema.org/Thing",
    "chain": "simplehash:chain",
    "chainId": "simplehash:chainId",
    "contractAddress": "simplehash:contractAddress",
    "tokenId": "simplehash:tokenId",
    "tokenCount": "simplehash:tokenCount",
    "floorPrice": "simplehash:floorPrice",
    "floorPriceUsd": "simplehash:floorPriceUsd",
    "marketplaceUrl": "simplehash:marketplaceUrl",
    "ownerAddress": "simplehash:ownerAddress",
    "ownerCount": "simplehash:ownerCount",
    "spamScore": "simplehash:spamScore",
    "imageUrl": "simplehash:imageUrl",
    "previewImageUrl": "simplehash:previewImageUrl",
    "metadataOriginalUrl": "simplehash:metadataOriginalUrl",
    "collectionId": "simplehash:collectionId",
    "collectionName": "simplehash:collectionName",
    "transferFrom": "simplehash:transferFrom",
    "transferTo": "simplehash:transferTo",
    "transferTimestamp": "simplehash:transferTimestamp",
    "transactionHash": "simplehash:transactionHash",
    "blockNumber": "simplehash:blockNumber",
    "fungibleId": "simplehash:fungibleId",
    "priceUsd": "simplehash:priceUsd",
    "marketCap": "simplehash:marketCap",
    "volume24h": "simplehash:volume24h",
    "webhookId": "simplehash:webhookId",
    "webhookEvent": "simplehash:webhookEvent",
    "cursor": "simplehash:cursor",
    "nextCursor": "simplehash:nextCursor",
    "NFT": {
      "@id": "simplehash:NFT",
      "@type": "@id"
    },
    "Collection": {
      "@id": "simplehash:Collection",
      "@type": "@id"
    },
    "Transfer": {
      "@id": "simplehash:Transfer",
      "@type": "@id"
    },
    "Owner": {
      "@id": "simplehash:Owner",
      "@type": "@id"
    },
    "Listing": {
      "@id": "simplehash:Listing",
      "@type": "@id"
    },
    "Bid": {
      "@id": "simplehash:Bid",
      "@type": "@id"
    },
    "FungibleToken": {
      "@id": "simplehash:FungibleToken",
      "@type": "@id"
    },
    "Webhook": {
      "@id": "simplehash:Webhook",
      "@type": "@id"
    }
  },
  "@graph": [
    {
      "@id": "https://simplehash.com/",
      "@type": "WebAPI",
      "name": "SimpleHash NFT & Token API",
      "description": "Multi-chain REST API providing NFT metadata, ownership, transfers, floor prices, listings, bids, spam scores, and fungible token market prices across 80+ blockchains and testnets.",
      "url": "https://simplehash.com/",
      "documentation": "https://docs.simplehash.com/",
      "provider": {
        "@type": "Organization",
        "name": "SimpleHash",
        "url": "https://simplehash.com/",
        "sameAs": [
          "https://github.com/simplehash",
          "https://www.linkedin.com/company/simplehash/",
          "https://x.com/SimpleHashInc"
        ]
      },
      "note": "SimpleHash was acquired by Phantom Technologies. Standalone service shut down on 2025-03-27."
    }
  ]
}