Skip to main content
GET
/
market
/
elta
Get ELTA market snapshot
curl --request GET \
  --url https://app.elata.bio/api/market/elta \
  --header 'Authorization: Bearer <token>'
{
  "usd": 123,
  "change24hPct": 123,
  "volume24hUsd": 123,
  "sources": [
    "<string>"
  ],
  "updatedAt": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

SIWE-issued JWT, scoped to a wallet address. Obtain via Sign-In With Ethereum (EIP-4361) against app.elata.bio. Required for personalized Portfolio and Rewards endpoints. The sub claim is the wallet address; a request whose path {address} does not match the sub is rejected.

Response

200 - application/json

Market snapshot.

usd
number
change24hPct
number
volume24hUsd
number
sources
string[]
updatedAt
string<date-time>