Optionalapi_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.
OptionalidA 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.
Optionalledger_A 20-byte hex string for the ledger version to use.
Optionalledger_The ledger index of the ledger to use, or a shortcut string.
Optionalsend_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.
Optionalsource_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.
The
ripple_path_findmethod 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.