nft_sell_offers RPC Method
Parameters
object
object
REQUIRED
Loading...
nft_id
string
REQUIRED
Loading...
Returns
result
object
Loading...
nft_id
string
Loading...
offers
array
Loading...
nft_offer_index
string
Loading...
flags
integer
Loading...
owner
string
Loading...
amount
string
Loading...
validated
boolean
Loading...
status
string
Loading...
warnings
array
Loading...
id
integer
Loading...
message
string
Loading...
Request
1curl -X POST "https://docs-demo.xrp-mainnet.quiknode.pro/" \2-H "Content-Type: application/json" \3-d '{4"jsonrpc": "2.0",5"method": "nft_sell_offers",6"params": [7{8"nft_id": "000B0000867AD7165A812436FBFA175555413C26162BCF3816E5DA9D00000001"9}10],11"id": 112}'
1curl -X POST "https://docs-demo.xrp-mainnet.quiknode.pro/" \2-H "Content-Type: application/json" \3-d '{4"jsonrpc": "2.0",5"method": "nft_sell_offers",6"params": [7{8"nft_id": "000B0000867AD7165A812436FBFA175555413C26162BCF3816E5DA9D00000001"9}10],11"id": 112}'
Response
1{2"jsonrpc": "2.0",3"id": 1,4"result": {5"result": {6"nft_id": "example_value",7"offers": [8{9"nft_offer_index": "example_value",10"flags": 1,11"owner": "example_value",12"amount": "example_value"13}14],15"validated": false,16"status": "example_value"17},18"warnings": [19{20"id": 1,21"message": "example_value"22}23]24}25}
1{2"jsonrpc": "2.0",3"id": 1,4"result": {5"result": {6"nft_id": "example_value",7"offers": [8{9"nft_offer_index": "example_value",10"flags": 1,11"owner": "example_value",12"amount": "example_value"13}14],15"validated": false,16"status": "example_value"17},18"warnings": [19{20"id": 1,21"message": "example_value"22}23]24}25}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free