mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 11:15:49 +00:00
@@ -197,6 +197,26 @@ Request('ledger_entry - AccountRoot', {
|
||||
}
|
||||
})
|
||||
|
||||
Request('ledger_entry - AMM', {
|
||||
description: "Returns a single Automated Market Maker object in its raw ledger format.",
|
||||
link: "ledger_entry.html#get-amm-object",
|
||||
status: "not_enabled",
|
||||
body: {
|
||||
"id": "example_get_amm",
|
||||
"command": "ledger_entry",
|
||||
"amm": {
|
||||
"asset": {
|
||||
"currency": "XRP"
|
||||
},
|
||||
"asset2": {
|
||||
"currency" : "TST",
|
||||
"issuer" : "rP9jPyP5kyvFRb6ZiRghAGw5u8SGAmU4bd"
|
||||
}
|
||||
},
|
||||
"ledger_index": "validated"
|
||||
}
|
||||
})
|
||||
|
||||
Request('ledger_entry - DirectoryNode', {
|
||||
description: "Returns a directory object in its raw ledger format.",
|
||||
link: "ledger_entry.html#get-directorynode-object",
|
||||
|
||||
Reference in New Issue
Block a user