mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +00:00
Update nft_history.md
fix response json
This commit is contained in:
@@ -156,7 +156,8 @@ An example of a successful response:
|
|||||||
*JSON-RPC*
|
*JSON-RPC*
|
||||||
|
|
||||||
```json
|
```json
|
||||||
"result": {
|
{
|
||||||
|
"result": {
|
||||||
"ledger_index_min": 21377274,
|
"ledger_index_min": 21377274,
|
||||||
"ledger_index_max": 27876163,
|
"ledger_index_max": 27876163,
|
||||||
"transactions": [
|
"transactions": [
|
||||||
@@ -274,7 +275,8 @@ With the `binary` parameter set to _true_, you receive a compact response that u
|
|||||||
*JSON-RPC*
|
*JSON-RPC*
|
||||||
|
|
||||||
```json
|
```json
|
||||||
"result": {
|
{
|
||||||
|
"result": {
|
||||||
"ledger_index_min": 21377274,
|
"ledger_index_min": 21377274,
|
||||||
"ledger_index_max": 27876275,
|
"ledger_index_max": 27876275,
|
||||||
"transactions": [
|
"transactions": [
|
||||||
|
|||||||
Reference in New Issue
Block a user