Merge branch 'master' into issue-2486

This commit is contained in:
Amarantha Kulkarni
2024-03-22 21:20:18 -07:00
committed by GitHub
17 changed files with 302 additions and 1778 deletions

View File

@@ -44,8 +44,7 @@ An example of the request format:
{% /tabs %}
<!-- To DO: Add an example command to the assets/js/apitool-methods-ws.js file. The WebSocket Tool requires access to a publicly available Clio server.
[Try it! >](websocket-api-tool.html#nft_history)-->
[Try it! >](/resources/dev-tools/websocket-api-tool#nft_history)
The request contains the following parameters:

View File

@@ -41,8 +41,7 @@ An example of the request format:
{% /tabs %}
<!-- To DO: Add an example command to the assets/js/apitool-methods-ws.js file. The WebSocket Tool requires access to a publicly available Clio server.
[Try it! >](websocket-api-tool.html#nft_info)-->
[Try it! >](/resources/dev-tools/websocket-api-tool#nft_info)
The request contains the following parameters:
@@ -138,7 +137,7 @@ The response follows the [standard format][], with a successful result containin
| `issuer` | String | The account ID which denotes the issuer of this NFT. |
| `nft_taxon` | Integer | The NFTs taxon. |
| `nft_serial` | Integer | The NFTs sequence number. |
| `uri` | String | _(Omitted if the NFT is burned at this ledger.)_. This field is an empty string if the NFT is not burned at this ledger but does not have a URI. If the NFT is not burned at this ledger and it does have a URI, this field is a string containing the URI of the NFT. NOTE: If you need to retrieve the URI of a burnt token, re-request `nft_info` for this token, specifying the `ledger_index` as the one previous to the index where this token was burned ({_ledger-index-where-token-was-burned_} - 1). |
| `uri` | String | The NFT's URI, or an empty string if the NFT does not have a URI. {% badge href="https://github.com/XRPLF/clio/releases/tag/2.0.0" %}Updated in: Clio v2.0.0{% /badge %} |
## Possible Errors

View File

@@ -22,8 +22,7 @@ An example of the request format:
}
```
<!-- To DO: Add an example command to the assets/js/apitool-methods-ws.js file. The WebSocket Tool requires access to a publicly available Clio server.
[Try it! >](websocket-api-tool.html#nft_history)-->
[Try it! >](/resources/dev-tools/websocket-api-tool#nfts_by_issuer)
The request contains the following parameters:

View File

@@ -58,7 +58,7 @@ An example of the request format:
{% /tabs %}
[Try it! >](/resources/dev-tools/websocket-api-tool?server=wss%3A%2F%2Famm.devnet.rippletest.net%3A51233%2F#amm_info)
[Try it! >](/resources/dev-tools/websocket-api-tool?server=wss%3A%2F%2Fs.altnet.rippletest.net%3A51233%2F#amm_info)
The request includes the following parameters: