Skip to main content

nft_info RPC Method

Loading...

Updated on
Jun 11, 2026

nft_info RPC Method

Parameters

object
object
REQUIRED
Loading...
nft_id
string
REQUIRED
Loading...
ledger_index
string
Loading...

Returns

result
object
Loading...
nft_id
string
Loading...
ledger_index
integer
Loading...
owner
string
Loading...
is_burned
boolean
Loading...
flags
integer
Loading...
transfer_fee
integer
Loading...
issuer
string
Loading...
nft_taxon
integer
Loading...
nft_sequence
integer
Loading...
uri
string
Loading...
validated
boolean
Loading...
status
string
Loading...
warnings
array
Loading...
id
integer
Loading...
message
string
Loading...
Request
Response
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"result": {
6
"nft_id": "example_value",
7
"ledger_index": 1,
8
"owner": "example_value",
9
"is_burned": false,
10
"flags": 1,
11
"transfer_fee": 1,
12
"issuer": "example_value",
13
"nft_taxon": 1,
14
"nft_sequence": 1,
15
"uri": "example_value",
16
"validated": false,
17
"status": "example_value"
18
},
19
"warnings": [
20
{
21
"id": 1,
22
"message": "example_value"
23
}
24
]
25
}
26
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"result": {
6
"nft_id": "example_value",
7
"ledger_index": 1,
8
"owner": "example_value",
9
"is_burned": false,
10
"flags": 1,
11
"transfer_fee": 1,
12
"issuer": "example_value",
13
"nft_taxon": 1,
14
"nft_sequence": 1,
15
"uri": "example_value",
16
"validated": false,
17
"status": "example_value"
18
},
19
"warnings": [
20
{
21
"id": 1,
22
"message": "example_value"
23
}
24
]
25
}
26
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free