hou
hou
I tried the query below, and it works. ` payload = ''' { ethereum(network: matic) { dexTrades( protocol: {is: "Uniswap v3"} options: {asc: "timeInterval.minute", limit: 10000, offset:''' + str(offset) +...
I want to monitor raydium pair’s price and liquidity by my scripts. I fetch AccountInfo and decode it as following for usdc-sol pair. {'AmmInfo': {'status': 1, 'nonce': 254, 'orderNum': 7,...
question.get_top_i_answers() 和 question.get_all_answers() 都只能获得10 个回答了,测试了几个问题,包括test 中的 [http://www.zhihu.com/question/24269892](http://www.zhihu.com/question/24269892") `url = "http://www.zhihu.com/question/24269892" question = Question(url) print question.get_answers_num() q=question.get_top_i_answers(20) for i in q: print i` ` ## IndexError Traceback (most recent call last)...