Default

GetMetrics

post

The GraphQl query for this endpoint is:

query GetMetrics {
  metrics(limit: 100, where: {created_at: {_gt: "2025-09-12", _lt: "2025-09-15"}, market_id: {_eq: "euler-ethereum-0xe415952f5ee06f8a548f4f7d5be18fbf144b4e4d"}}) {
    block
    id
    borrow_apy
    market {
      collateral_asset
      collateral_asset_decimals
      chain
      collateral_asset_symbol
      loan_asset
      loan_asset_decimals
      loan_asset_symbol
      market_address
      oracle
    }
    supply_apy
    utilization
    nefture_price
    oracle_price
    total_borrowed
    total_borrowed_usd
    total_supplied
    total_supplied_usd
    market_id
    created_at
    oracle_last_update
    timestamp
  }
}
Header parameters
x-api-keystringOptional

Your x-api-key will be used for authentication of the API request.

Responses
200

Responses for POST /api/graphql

application/json
post
api.syncrone.fi/api/yields/graphql
200

Responses for POST /api/graphql

Last updated