Merge pull request #2496 from XRPLF/issue_1454

Add marker field to response.
This commit is contained in:
Dennis Dawson
2024-03-27 10:24:41 -07:00
committed by GitHub

View File

@@ -139,6 +139,7 @@ The response follows the [standard format][], with a successful result containin
| `ledger_index` | Number - [Ledger Index][] | _(May be omitted)_ The ledger index of the ledger that was used to generate this response. |
| `ledger_current_index` | Number - [Ledger Index][] | _(May be omitted)_ The ledger index of the current in-progress ledger version, which was used to generate this response. |
| `validated` | Boolean | If included and set to `true`, the information in this response comes from a validated ledger version. Otherwise, the information is subject to change. |
| `marker` | [Marker][] | _(May be omitted)_ Server-defined value indicating the response is paginated. Pass this to the next call to resume where this call left off. Omitted when there are no additional pages after this one. |
### NFT Objects
@@ -153,6 +154,7 @@ Each object in the `account_nfts` array represents one [NFToken][] and has the f
| `URI` | String | The URI data associated with this NFToken, in hexadecimal. |
| `nft_serial` | Number | The token sequence number of this NFToken, which is unique for its issuer. |
## Possible Errors
* Any of the [universal error types][].