Shred Delivery and Sender are now live! Get earliest access to raw Solana data and optimized transaction sending. Learn about Shred Delivery | Learn about Sender
简体中文
返回给定铸币和所有者的代币账户列表。
cURL
curl --request POST \ --url https://mainnet.helius-rpc.com/ \ --header 'Content-Type: application/json' \ --data '{ "jsonrpc": "2.0", "id": "1", "method": "getTokenAccounts", "params": { "owner": "86xCnPeV69n6t3DnyGvkKobf9FdN2H9oiVDdaMpo2MMY" } }'
{ "total": 2, "limit": 100, "cursor": "<string>", "token_accounts": [ { "address": "<string>", "mint": "<string>", "owner": "<string>", "amount": 123, "delegated_amount": 123, "frozen": true, "burnt": "<any>" } ] }
您的 Helius API 密钥。您可以在仪表板中免费获取一个。
成功响应
The response is of type object.
object
此页面对您有帮助吗?