{ "@context": { "@version": 1.1, "schema": "https://schema.org/", "bd": "https://api-evangelist.github.io/blockdaemon/vocabulary#", "owl": "http://www.w3.org/2002/07/owl#", "Provider": "schema:Organization", "name": "schema:name", "url": "schema:url", "logo": "schema:logo", "description": "schema:description", "founder": "schema:founder", "foundingDate": "schema:foundingDate", "headquarters": "schema:address", "BlockchainProtocol": "bd:BlockchainProtocol", "Network": "bd:Network", "Block": "bd:Block", "Transaction": "bd:Transaction", "Account": "bd:Account", "Balance": "bd:Balance", "Validator": "bd:Validator", "Delegation": "bd:Delegation", "Reward": "bd:Reward", "Slashing": "bd:Slashing", "MPCWallet": "bd:MPCWallet", "Vault": "bd:Vault", "DEX": "bd:DEX", "Bridge": "bd:Bridge", "LendingPool": "bd:LendingPool", "Swap": "bd:Swap", "Token": "bd:Token", "ComputeUnit": "bd:ComputeUnit", "Rule": "bd:Rule", "Target": "bd:Target", "Variable": "bd:Variable", "Event": "bd:Event", "blockNumber": "bd:blockNumber", "blockHash": "bd:blockHash", "txHash": "bd:txHash", "fromAddress": "bd:fromAddress", "toAddress": "bd:toAddress", "amount": "bd:amount", "currency": "bd:currency", "chain": "bd:chain", "network": "bd:network", "protocol": "bd:protocol", "epoch": "bd:epoch", "slot": "bd:slot", "validatorPubkey": "bd:validatorPubkey", "delegator": "bd:delegator", "stakeAmount": "bd:stakeAmount", "rewardAmount": "bd:rewardAmount", "slashed": "bd:slashed", "apy": "bd:apy", "computeUnitCost": "bd:computeUnitCost", "rps": "bd:rps", "rpm": "bd:rpm", "ruleId": "bd:ruleId", "targetId": "bd:targetId", "variableId": "bd:variableId" } }