Skip to main content

account_nfts RPC Method

Loading...

Updated on
Jun 11, 2026

account_nfts RPC Method

Parameters

object
object
REQUIRED
Loading...
account
string
REQUIRED
Loading...
ledger_index
string
Loading...

Returns

result
object
Loading...
account
string
Loading...
validated
boolean
Loading...
limit
integer
Loading...
account_nfts
array
Loading...
Flags
string
Loading...
Issuer
string
Loading...
NFTokenID
string
Loading...
NFTokenTaxon
string
Loading...
URI
string
Loading...
nft_serial
string
Loading...
ledger_hash
string
Loading...
ledger_index
integer
Loading...
ledger_current_index
integer
Loading...
status
string
Loading...
warnings
array
Loading...
id
integer
Loading...
message
string
Loading...
Request
1
curl -X POST "https://docs-demo.xrp-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "account_nfts",
6
"params": [
7
{
8
"account": "rf1BiGeXwwQoi8Z2ueFYTEXSwuJYfV2Jpn",
9
"ledger_index": "validated"
10
}
11
],
12
"id": 1
13
}'
1
curl -X POST "https://docs-demo.xrp-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "account_nfts",
6
"params": [
7
{
8
"account": "rf1BiGeXwwQoi8Z2ueFYTEXSwuJYfV2Jpn",
9
"ledger_index": "validated"
10
}
11
],
12
"id": 1
13
}'
Response
1
{
2
"result": {
3
"ledger_hash": "FE51E76B5948B60B847B5A1ECFF57C1EAF0FACDE7E408D5A1BEB1648F0D80E96",
4
"ledger_index": 102609803,
5
"validated": true,
6
"account": "rf1BiGeXwwQoi8Z2ueFYTEXSwuJYfV2Jpn",
7
"account_nfts": [],
8
"limit": 100,
9
"status": "success"
10
},
11
"warnings": [
12
{
13
"id": 2001,
14
"message": "This is a clio server. clio only serves validated data. If you want to talk to rippled, include 'ledger_index':'current' in your request"
15
}
16
]
17
}
1
{
2
"result": {
3
"ledger_hash": "FE51E76B5948B60B847B5A1ECFF57C1EAF0FACDE7E408D5A1BEB1648F0D80E96",
4
"ledger_index": 102609803,
5
"validated": true,
6
"account": "rf1BiGeXwwQoi8Z2ueFYTEXSwuJYfV2Jpn",
7
"account_nfts": [],
8
"limit": 100,
9
"status": "success"
10
},
11
"warnings": [
12
{
13
"id": 2001,
14
"message": "This is a clio server. clio only serves validated data. If you want to talk to rippled, include 'ledger_index':'current' in your request"
15
}
16
]
17
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free