Metodo RPC getTokenLargestAccounts
Restituisce i 20 account più grandi di un particolare tipo di Token SPL.
$ curl https://api.devnet.solana.com -s -X \> POST -H "Content-Type: application/json" -d '> {> "jsonrpc": "2.0",> "id": 1,> "method": "getTokenLargestAccounts",> "params": [> "3wyAj7Rt1TWVPZVteFJPLa26JmLvdb1CAKEFZm3NY75E",> {> "commitment": "finalized"> }> ]> }> '
params
stringrequired
Pubkey del token Mint da interrogare, come stringa codificata in base-58
objectoptional
Oggetto di configurazione contenente i seguenti campi:
result
Response
{"jsonrpc": "2.0","result": {"context": { "slot": 1114 },"value": [{"address": "FYjHNoFtSQ5uijKrZFyYAxvEr87hsKXkXcxkcmkBAf4r","amount": "771","decimals": 2,"uiAmount": 7.71,"uiAmountString": "7.71"},{"address": "BnsywxTcaYeNUtzrPxQUvzAWxfzZe3ZLUJ4wMMuLESnu","amount": "229","decimals": 2,"uiAmount": 2.29,"uiAmountString": "2.29"}]},"id": 1}
array
Un array di oggetti JSON contenenti:
Is this page helpful?