Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No bond data after 2022-08-20 #332

Open
bigmoumou opened this issue Jan 16, 2025 · 0 comments
Open

No bond data after 2022-08-20 #332

bigmoumou opened this issue Jan 16, 2025 · 0 comments

Comments

@bigmoumou
Copy link

I tried to query bond data from KlimaDAO Bonds with code below, but there is no data after 2022-08-20T00:00:00.000Z.
Is it because the subsequent data needs to be fetched from elsewhere?

{
  dailyBonds(first: 5, orderBy: timestamp, orderDirection: desc) {
    id
    bondVersion
    timestamp
    token
  }
}

The outputs are:

{
  "data": {
    "dailyBonds": [
      {
        "bondVersion": "BOND_V2",
        "id": "1660953600USDC-INVERSE",
        "timestamp": "1660953600",
        "token": "USDC-INVERSE"
      },
      {
        "bondVersion": "BOND_V2",
        "id": "1660867200USDC-INVERSE",
        "timestamp": "1660867200",
        "token": "USDC-INVERSE"
      },
      {
        "bondVersion": "BOND_V2",
        "id": "1660780800USDC-INVERSE",
        "timestamp": "1660780800",
        "token": "USDC-INVERSE"
      },
      {
        "bondVersion": "BOND_V2",
        "id": "1660694400USDC-INVERSE",
        "timestamp": "1660694400",
        "token": "USDC-INVERSE"
      },
      {
        "bondVersion": "BOND_V2",
        "id": "1660608000USDC-INVERSE",
        "timestamp": "1660608000",
        "token": "USDC-INVERSE"
      }
    ]
  }
@bigmoumou bigmoumou changed the title No bond data after 2022-08-20T00:00:00.000Z No bond data after 2022-08-20 Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant