Skip to main content

nft_buy_offers RPC Method

Loading...

Updated on
Oct 04, 2023

nft_buy_offers RPC Method

Parameters

nft_id
string
REQUIRED
Loading...
ledger_hash
string
Loading...
ledger_index
string
Loading...
limit
string
REQUIRED
Loading...
marker
string
Loading...

Returns

result
object
Loading...
nft_id
string
Loading...
offers
array
Loading...
amount
string
Loading...
flags
integer
Loading...
nft_offer_index
integer
Loading...
owner
integer
Loading...
status
string
Loading...
warnings
array
Loading...
id
integer
Loading...
message
string
Loading...
Request
1
curl https://docs-demo.xrp-mainnet.quiknode.pro/ \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{
5
"method": "nft_buy_offers",
6
"params": [{
7
"nft_id": "NFT_ID",
8
"ledger_index": "validated"
9
}],"id":1,"jsonrpc":"2.0"}'
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free