pysolscan
v0.0.5
get_last_block(limit=10)
取得最後[limit]個區塊(預設限制: 10 )get_block_transactions(limit=10,offset=0,block=None)
取得區塊交易。get_block_info(block=None)
給定區塊的詳細資訊。 get_last_transaction(limit=10)
取得最後 [limit] 筆交易get_transaction_signature_info(signature=None)
給定交易簽名的詳細資訊get_account_token(account=None)
取得給定帳戶的代幣餘額get_account_transaction(account=None,beforeHash=None,limit=10)
取得給定帳戶的交易清單。get_account_stakeAccounts(account=None)
取得給定帳戶的質押帳戶get_account_splTransfers(account=None,limit=10,offset=0,fromTime=None,toTime=None)
取得使 tokenBalance 變更的交易清單。get_account_solTransfers(account=None,limit=10,offset=0,fromTime=None,toTime=None)
取得 SOL 轉帳列表get_account_exportTransactions(account=None,type='all',fromTime=None,toTime=None)
將交易匯出到 CSV。返回Blob URLget_account_info(account=None)
取得帳戶整體訊息,包括程式帳戶、NFT元資料資訊get_token_holder(tokenaddr=None,limit=10,offset=0)
取得代幣持有者get_token_meta(tokenaddr=None)
取得給定令牌的元數據get_token_list(sortBy='market_cap',direction='desc',limit=10,offset=0)
取得代幣清單。 get_market_token_info(tokenaddr=None)
取得給定代幣的市場資訊get_chaininfo()
取得給定代幣的市場信息PySolscan 軟體包可透過 Pipy 或 Github 取得。
pip install pysolscan
除了 Python Requests 之外,PySolscan 不需要很多套件
包裹 | 皮皮 |
---|---|
Python 請求 | https://pypi.org/project/requests/ |
麻省理工學院