scottburlovich / pythonpancakes

Basic Python3 request wrapper for the PancakeSwap API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The v2 version of the api interface cannot be used

tokentailormm opened this issue · comments

image

Requesting this interface to report an error, please help us to see how to solve this error.

request url:https://api.pancakeswap.info/api/v2/tokens/0xc864019047b864b6ab609a968ae2725dfaee808a
error:{'error': {'code': 500, 'message': 'GraphQL error: panic processing query: only derived fields can lead to multiple children here'}}

Please!

Sorry, would love to help, but the problem lies with https://github.com/pancakeswap/pancake-info-api.
I cannot fix whatever issue is occurring, this package simply wraps the requests and responses for use in Python.