Optional api_The API version to use. If omitted, use version 1.
Optional binaryIf true, return transactions as hex strings instead of JSON. The default is false.
The name of the API method.
Optional forwardIf true, returns values indexed with the oldest ledger first. Otherwise, the results are indexed with the newest ledger first.
Optional idA unique value to identify this request. The response to this request uses the same id field. This way, even if responses arrive out of order, you know which request prompted which response.
Optional ledger_A 20-byte hex string for the ledger version to use.
Optional ledger_The ledger index of the ledger to use, or a shortcut string.
Optional ledger_Use to specify the most recent ledger to include transactions from. A value of -1 instructs the server to use the most recent validated ledger version available.
Optional ledger_Use to specify the earliest ledger to include transactions from. A value of -1 instructs the server to use the earliest validated ledger version available.
Optional limitDefault varies. Limit the number of transactions to retrieve. The server is not required to honor this value.
Optional markerValue from a previous paginated response. Resume retrieving data where that response left off. This value is stable even if there is a change in the server's range of available ledgers.
The unique identifier of an NFToken.
Generated using TypeDoc
The nft_history method retrieves a list of transactions that involved the specified NFToken. Expects a response in the form of a NFTHistoryResponse.