Vesper Finance · JSON-LD Context
context Context
JSON-LD context defining the semantic vocabulary for context from Vesper Finance.
19 Classes
31 Properties
4 Namespaces
Namespaces
xsd:
http://www.w3.org/2001/XMLSchema#
schema:
https://schema.org/
vesper:
https://api.vesper.finance/vocab#
hydra:
http://www.w3.org/ns/hydra/core#
Classes
Pool
PoolDashboard
DataPoint
ValueLocked
VspStats
LoanRate
Strategy
PoolRewards
name
description
poolRewards
status
stage
asset
symbol
earningRates
makerVault
url
email
Properties
| Property | Type | Container |
|---|---|---|
| address | string | |
| tokens | list | |
| holderCount | integer | |
| strategies | set | |
| decimals | integer | |
| price | decimal | |
| riskLevel | integer | |
| interestFee | decimal | |
| withdrawalFee | decimal | |
| lockPeriod | integer | |
| tokenValue | decimal | |
| totalSupply | string | |
| day1 | decimal | |
| day2 | decimal | |
| day7 | decimal | |
| day30 | decimal | |
| apy | decimal | |
| apr | decimal | |
| lendRates | set | |
| blockNumber | integer | |
| timestamp | integer | |
| interest | string | |
| poolSupply | string | |
| totalValue | string | |
| values | @json | |
| vspPrice | decimal | |
| priceChange1h | decimal | |
| circulatingSupply | string | |
| marketCap | decimal | |
| distributionTotal | string | |
| distribution30d | string |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"xsd": "http://www.w3.org/2001/XMLSchema#",
"schema": "https://schema.org/",
"vesper": "https://api.vesper.finance/vocab#",
"hydra": "http://www.w3.org/ns/hydra/core#",
"Pool": "vesper:Pool",
"PoolDashboard": "vesper:PoolDashboard",
"DataPoint": "vesper:DataPoint",
"ValueLocked": "vesper:ValueLocked",
"VspStats": "vesper:VspStats",
"LoanRate": "vesper:LoanRate",
"Strategy": "vesper:Strategy",
"PoolRewards": "vesper:PoolRewards",
"name": "schema:name",
"description": "schema:description",
"address": {
"@id": "vesper:contractAddress",
"@type": "xsd:string"
},
"tokens": {
"@id": "vesper:tokens",
"@container": "@list"
},
"holderCount": {
"@id": "vesper:holderCount",
"@type": "xsd:integer"
},
"strategies": {
"@id": "vesper:strategies",
"@container": "@set"
},
"poolRewards": "vesper:poolRewards",
"status": "vesper:status",
"stage": "vesper:stage",
"decimals": {
"@id": "vesper:decimals",
"@type": "xsd:integer"
},
"asset": "vesper:asset",
"symbol": "schema:identifier",
"price": {
"@id": "schema:price",
"@type": "xsd:decimal"
},
"riskLevel": {
"@id": "vesper:riskLevel",
"@type": "xsd:integer"
},
"interestFee": {
"@id": "vesper:interestFee",
"@type": "xsd:decimal"
},
"withdrawalFee": {
"@id": "vesper:withdrawalFee",
"@type": "xsd:decimal"
},
"lockPeriod": {
"@id": "vesper:lockPeriod",
"@type": "xsd:integer"
},
"tokenValue": {
"@id": "vesper:tokenValue",
"@type": "xsd:decimal"
},
"totalSupply": {
"@id": "vesper:totalSupply",
"@type": "xsd:string"
},
"earningRates": "vesper:earningRates",
"day1": { "@id": "vesper:earningRate1d", "@type": "xsd:decimal" },
"day2": { "@id": "vesper:earningRate2d", "@type": "xsd:decimal" },
"day7": { "@id": "vesper:earningRate7d", "@type": "xsd:decimal" },
"day30": { "@id": "vesper:earningRate30d", "@type": "xsd:decimal" },
"apy": {
"@id": "vesper:apy",
"@type": "xsd:decimal"
},
"apr": {
"@id": "vesper:apr",
"@type": "xsd:decimal"
},
"lendRates": {
"@id": "vesper:lendRates",
"@container": "@set"
},
"blockNumber": {
"@id": "vesper:blockNumber",
"@type": "xsd:integer"
},
"timestamp": {
"@id": "schema:dateCreated",
"@type": "xsd:integer"
},
"interest": {
"@id": "vesper:interest",
"@type": "xsd:string"
},
"poolSupply": {
"@id": "vesper:poolSupply",
"@type": "xsd:string"
},
"totalValue": {
"@id": "vesper:totalValue",
"@type": "xsd:string"
},
"values": {
"@id": "vesper:lockedValues",
"@type": "@json"
},
"vspPrice": {
"@id": "vesper:vspPrice",
"@type": "xsd:decimal"
},
"priceChange1h": {
"@id": "vesper:priceChange1h",
"@type": "xsd:decimal"
},
"circulatingSupply": {
"@id": "vesper:circulatingSupply",
"@type": "xsd:string"
},
"marketCap": {
"@id": "vesper:marketCap",
"@type": "xsd:decimal"
},
"distributionTotal": {
"@id": "vesper:distributionTotal",
"@type": "xsd:string"
},
"distribution30d": {
"@id": "vesper:distribution30d",
"@type": "xsd:string"
},
"makerVault": "vesper:makerVault",
"url": "schema:url",
"email": "schema:email"
}
}