Skip to main content

nfts_by_issuer RPC Method

Returns all NFTs issued by a given address

Updated on
Feb 22, 2024

nfts_by_issuer RPC Method

Parameters

issuer
string
REQUIRED
The issuer of the asset
nftTaxon
integer
The NFT taxon
ledger_hash
string
A 20-byte hex string for identifying the ledger version
ledger_index
integer
The index of the ledger to retrieve information from
marker
string
The value from a previous paginated respons
limit
integer
It limits the number of NFT buy offers to retrieve. This value cannot be lower than 50 or more than 500

Returns

result
object
An object with the following fields:
issuer
string
The issuer of the asset
limit
integer
It limits the number of NFT buy offers to retrieve. This value cannot be lower than 50 or more than 500
ledger_index
integer
The index of the ledger to retrieve information from
nfts
array
The NFTs associated with the issuer
validated
boolean
It indicates if the information is from a validated ledger
status
string
The status of the request
marker
string
(Optional) The value from a previous paginated respons
nftTaxon
integer
(Optional) The NFT taxon
warnings
array
A list of warnings
id
integer
The ID of the warning
message
string
The warning message
Request
1
curl --location 'https://docs-demo.xrp-mainnet.quiknode.pro/' \
2
--header 'Content-Type: application/json' \
3
--data '{
4
"method": "nfts_by_issuer",
5
"params": [
6
{
7
"issuer": "rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B"
8
}
9
]
10
}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free