GET /nft/offers/sell/{nftId}
GET

/v1/nft/offers/sell/{nftId}

Live sell offers

AuthNone — works without a key

Request

GEThttps://api.xrpl.to/v1/nft/offers/sell/00080BB86C429EE66CE731CAA492445DFF564F9CB8A46A3030EC43B005A84416
Path parameterValueDescription
nftIdA 64-character NFTokenID
Query parameterValueDescription
limitint (max 500)
markerstring
curl 'https://api.xrpl.to/v1/nft/offers/sell/00080BB86C429EE66CE731CAA492445DFF564F9CB8A46A3030EC43B005A84416'
No public sample for this one — copy the code and fill in your own values.

Response

No public sample for this endpoint — run the code on the right with your own values to see the response.

What it does

Live sell offers

An NFT is its 64-character NFTokenID.
OpenAPI