Clio Serverメソッド
以下のメソッドを使用して、ClioサーバのAPIから情報を取得することができます。
- server_info
Clioサーバの状態を人間が読める形式で取得します。
- ledger
レジャーのバージョン情報を取得します。
- mpt_holders
Get the holders of a given MPT issuance as of a given ledger.
- ledger_index
Look up a ledger by its close time.
- nft_history
Clioサーバの`nft_history`API を使用して、指定した NFT の所有権と移動の履歴を取得します。
- nft_info
Clioサーバの`nft_info`APIを使用して、指定したNFTに関する情報を取得します。
- nfts_by_issuer
Retrieve the history of ownership and transfers for the specified NFT using Clio server's `nft_history` API.
- version
Retrieve API version information.