Optional
api_The API version to use. If omitted, use version 1.
The name of the API method.
Unique address of the account that would receive funds in a transaction.
Currency Amount that the destination account would receive in a transaction.
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
send_Currency Amount that would be spent in the transaction. Cannot be used
with source_currencies
.
Unique address of the account that would send funds in a transaction.
Optional
source_Array of currencies that the source account might want to spend. Each entry in the array should be a JSON object with a mandatory currency field and optional issuer field, like how currency amounts are specified.
Generated using TypeDoc
The
ripple_path_find
method is a simplified version of the path_find method that provides a single response with a payment path you can use right away. Expects a response in the form of a RipplePathFindResponse.