Skip to main content
GET
/
v1
/
assets
/
{symbol}
/
state
cURL
curl --request GET \
  --url https://api.pegana.xyz/v1/assets/{symbol}/state
{
  "asset": "<string>",
  "discount": "<string>",
  "intrinsic_usd": "<string>",
  "market_usd": "<string>",
  "since": "2023-11-07T05:31:56Z",
  "state": "<string>"
}

Path Parameters

symbol
string
required

Asset symbol — case-sensitive

Response

Current state + transition timestamp

asset
string
required
discount
string
required
intrinsic_usd
string
required
market_usd
string
required
since
string<date-time>
required

Timestamp of the most recent transition into the current state. Equals the current snapshot timestamp if the engine has only ever observed one state for this asset.

state
string
required