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 URL を返しますget_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
PySolscan は Python リクエストを除いて多くのパッケージを必要としません
パッケージ | ピピー |
---|---|
Python リクエスト | https://pypi.org/project/requests/ |
マサチューセッツ工科大学