Show / Hide Table of Contents

Class NFTSellOffersRequest

The nft_sell_offers method retrieves all of sell offers for the specified NFToken.

Inheritance
object
BaseRequest
BaseLedgerRequest
NFTSellOffersRequest
Inherited Members
BaseLedgerRequest.LedgerHash
BaseLedgerRequest.LedgerIndex
BaseRequest.Id
BaseRequest.Command
BaseRequest.ApiVersion
Namespace: Xrpl.Models.Methods
Assembly: Xrpl.dll
Syntax
public class NFTSellOffersRequest : BaseLedgerRequest

Constructors

| Edit this page View Source

NFTSellOffersRequest(string)

Declaration
public NFTSellOffersRequest(string nft_id)
Parameters
Type Name Description
string nft_id

Properties

| Edit this page View Source

NFTokenID

The unique identifier of an NFToken.
The request returns sell offers for this NFToken.

Declaration
[JsonPropertyName("nft_id")]
public string NFTokenID { get; set; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX