Ir diretamente para o conteúdo principal

getTokenAccounts RPC Method - Metaplex DAS

Carregando...

Atualizado em
Aug 09, 2026

getTokenAccounts RPC Method - Metaplex DAS

Please note that this RPC method requires the Metaplex Digital Asset Standard (DAS) API enabled on your Quicknode endpoint.
Solana Kit includes the ability to customize RPC methods and transports, allowing you to seamlessly integrate Quicknode add-ons into your applications. For more information on how to use Quicknode add-ons with Solana Kit, check out these guides: How to Use Quicknode Add-ons using Solana Kit (Part 1) and How to Use Quicknode Add-ons using Solana Kit (Part 2)

Parâmetros

mintAddress
cadeia de caracteres
Carregando...
ownerAddress
cadeia de caracteres
Carregando...
limit
número inteiro
Carregando...
página
número inteiro
Carregando...

Devoluções

resultado
objeto
Carregando...
total
número inteiro
Carregando...
limit
número inteiro
Carregando...
página
número inteiro
Carregando...
token_accounts
array of objects
Carregando...
conta
objeto
Carregando...
morada
cadeia de caracteres
Carregando...
hortelã
cadeia de caracteres
Carregando...
owner
cadeia de caracteres
Carregando...
quantia
número inteiro
Carregando...
delegated_amount
número
Carregando...
frozen
booleano
Carregando...
close_authority
cadeia de caracteres
Carregando...
extentions
cadeia de caracteres
Carregando...
Pedido
Resposta
1
{
2
"jsonrpc": "2.0",
3
"result": {
4
"total": 2,
5
"limit": 2,
6
"token_accounts": [
7
{
8
"address": "2xqc8anXHevd8fS3QdmUN9bGvDyNmv1hs5D4QwsfneXB",
9
"mint": "So11111111111111111111111111111111111111112",
10
"amount": 46324901255,
11
"owner": "5Q544fKrFoe6tsEbD7S8EmxGTJYAKtTVhAW5Q5pge4j1",
12
"frozen": false,
13
"delegate": null,
14
"delegated_amount": 0,
15
"close_authority": null,
16
"extensions": null
17
},
18
{
19
"address": "9QRomyRuBETPAHbFefKMqaJNxBoGSw5e6ZYir7erqiXE",
20
"mint": "So11111111111111111111111111111111111111112",
21
"amount": 15541,
22
"owner": "CjtgR9f6SqrSdX8h5FdJwGdTgCmUXULJkqHxj6ACt3C5",
23
"frozen": false,
24
"delegate": null,
25
"delegated_amount": 0,
26
"close_authority": null,
27
"extensions": null
28
}
29
],
30
"cursor": null,
31
"errors": []
32
},
33
"id": 1
34
}
1
{
2
"jsonrpc": "2.0",
3
"result": {
4
"total": 2,
5
"limit": 2,
6
"token_accounts": [
7
{
8
"address": "2xqc8anXHevd8fS3QdmUN9bGvDyNmv1hs5D4QwsfneXB",
9
"mint": "So11111111111111111111111111111111111111112",
10
"amount": 46324901255,
11
"owner": "5Q544fKrFoe6tsEbD7S8EmxGTJYAKtTVhAW5Q5pge4j1",
12
"frozen": false,
13
"delegate": null,
14
"delegated_amount": 0,
15
"close_authority": null,
16
"extensions": null
17
},
18
{
19
"address": "9QRomyRuBETPAHbFefKMqaJNxBoGSw5e6ZYir7erqiXE",
20
"mint": "So11111111111111111111111111111111111111112",
21
"amount": 15541,
22
"owner": "CjtgR9f6SqrSdX8h5FdJwGdTgCmUXULJkqHxj6ACt3C5",
23
"frozen": false,
24
"delegate": null,
25
"delegated_amount": 0,
26
"close_authority": null,
27
"extensions": null
28
}
29
],
30
"cursor": null,
31
"errors": []
32
},
33
"id": 1
34
}
Ainda não tem uma conta?
Crieendpoint seuendpoint Quicknode endpoint segundos e comece a desenvolver
Comece gratuitamente