The API version to use. If omitted, use version 1.
Unique address of the account that would receive funds in a transaction.
Currency Amount that the destination account would receive in a. transaction.
A 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.
A 20-byte hex string for the ledger version to use.
The ledger index of the ledger to use, or a shortcut string to choose a. ledger automatically.
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
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.