ankr · JSON-LD Context

Ankr Context

JSON-LD context defining the semantic vocabulary for Ankr from ankr.

25 Classes 5 Properties 3 Namespaces
View Context View on GitHub

Namespaces

ankr: https://www.ankr.com/vocab#
schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Asset NFTAsset TokenAsset LiquidStakingToken Blockchain Block Transaction AutomationTask contractAddress tokenId tokenSymbol tokenName balance balanceUsd tokenPrice tvlUsd apr exchangeRatio trustlessRatio supply transactionHash walletAddress trigger schedule status

Properties

Property Type Container
blockchain reference
tokenDecimals integer
holders integer
blockNumber integer
created dateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "ankr": "https://www.ankr.com/vocab#",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "Asset": "ankr:Asset",
    "NFTAsset": "ankr:NFTAsset",
    "TokenAsset": "ankr:TokenAsset",
    "LiquidStakingToken": "ankr:LiquidStakingToken",
    "Blockchain": "ankr:Blockchain",
    "Block": "ankr:Block",
    "Transaction": "ankr:Transaction",
    "AutomationTask": "ankr:AutomationTask",
    "blockchain": {
      "@id": "ankr:blockchain",
      "@type": "@id"
    },
    "contractAddress": "ankr:contractAddress",
    "tokenId": "ankr:tokenId",
    "tokenSymbol": "ankr:tokenSymbol",
    "tokenName": "schema:name",
    "tokenDecimals": {
      "@id": "ankr:tokenDecimals",
      "@type": "xsd:integer"
    },
    "balance": "ankr:balance",
    "balanceUsd": "ankr:balanceUsd",
    "tokenPrice": "ankr:tokenPrice",
    "tvlUsd": "ankr:tvlUsd",
    "apr": "ankr:apr",
    "exchangeRatio": "ankr:exchangeRatio",
    "trustlessRatio": "ankr:trustlessRatio",
    "holders": {
      "@id": "ankr:holders",
      "@type": "xsd:integer"
    },
    "supply": "ankr:supply",
    "blockNumber": {
      "@id": "ankr:blockNumber",
      "@type": "xsd:integer"
    },
    "transactionHash": "ankr:transactionHash",
    "walletAddress": "ankr:walletAddress",
    "trigger": "ankr:trigger",
    "schedule": "ankr:schedule",
    "status": "schema:status",
    "created": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    }
  }
}