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

Cannot get pancakeData from streamingfast api #109

Open
yyxx2z opened this issue Sep 9, 2021 · 0 comments
Open

Cannot get pancakeData from streamingfast api #109

yyxx2z opened this issue Sep 9, 2021 · 0 comments

Comments

@yyxx2z
Copy link

yyxx2z commented Sep 9, 2021

Hey guys, need you help again.
I want use streamingfast to get my liquidity, price, volume, liquidity data.
I still always get null response.
Can you help me to check out this?
GraphQL:

{
  token (id: "0x765b85839717ebfc84378b83381a4814897a0506") {
    id
    name
  }
  pair (id: "0x8c83e7aef5116be215223d3688a2f5dc4c7f241b") {
    id
    name
  }
  pancakeDayData (id:"0x8c83e7aef5116be215223d3688a2f5dc4c7f241b") {
    id
    date
    dailyVolumeUSD
  }
  pairDayData (id: "0x8c83e7aef5116be215223d3688a2f5dc4c7f241b") {
    id
    dailyVolumeUSD
  }
}

Response

{
  "data": {
    "pair": {
      "id": "0x8c83e7aef5116be215223d3688a2f5dc4c7f241b",
      "name": "REI-BUSD"
    },
    "pairDayData": null,
    "pancakeDayData": null,
    "token": {
      "id": "0x765b85839717ebfc84378b83381a4814897a0506",
      "name": "Zerogoki Token"
    }
  }
}

Thx

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

2 participants
@yyxx2z and others