getTokenSupply RPCメソッド
SPLトークンタイプの総供給量を返します。
$ curl https://api.devnet.solana.com -s -X \> POST -H "Content-Type: application/json" -d '> {> "jsonrpc": "2.0",> "id": 1,> "method": "getTokenSupply",> "params": [> "3wyAj7Rt1TWVPZVteFJPLa26JmLvdb1CAKEFZm3NY75E",> {> "commitment": "finalized"> }> ]> }> '
params
stringrequired
クエリするトークンMintのpubkey(base-58エンコード文字列として)
objectoptional
以下のフィールドを含む設定オブジェクト:
result
Response
{"jsonrpc": "2.0","result": {"context": { "slot": 1114 },"value": {"amount": "100000","decimals": 2,"uiAmount": 1000,"uiAmountString": "1000"}},"id": 1}
object
以下を含むJSONオブジェクト:
Is this page helpful?