Skip to main content

nfts_by_issuer RPC Method

Loading...

Updated on
Feb 22, 2024

nfts_by_issuer RPC Method

Parameters

issuer
string
REQUIRED
Loading...
nftTaxon
integer
Loading...
ledger_hash
string
Loading...
ledger_index
integer
Loading...
marker
string
Loading...
limit
integer
Loading...

Returns

result
object
Loading...
issuer
string
Loading...
limit
integer
Loading...
ledger_index
integer
Loading...
nfts
array
Loading...
validated
boolean
Loading...
status
string
Loading...
marker
string
Loading...
nftTaxon
integer
Loading...
warnings
array
Loading...
id
integer
Loading...
message
string
Loading...
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