diff --git a/docs/build/rpc-api/wallet-rpc-api/get_bulk_payments.md b/docs/build/rpc-api/wallet-rpc-api/get_bulk_payments.md index 0c7056b..508fb8c 100644 --- a/docs/build/rpc-api/wallet-rpc-api/get_bulk_payments.md +++ b/docs/build/rpc-api/wallet-rpc-api/get_bulk_payments.md @@ -4,13 +4,13 @@ Gets list of incoming transfers by given payment IDs ```json { - "jsonrpc": "2.0", - "id": 0, - "method": "get_payments", - "params": { - "payment_id": "", - "allow_locked_transactions": false - } + "jsonrpc": "2.0", + "id": 0, + "method": "get_bulk_payments", + "params": { + "payment_id": "", + "allow_locked_transactions": false + } } ``` @@ -45,4 +45,4 @@ Gets list of incoming transfers by given payment IDs - amount - unsigned int; amount of coins in atomic units. - block_height - unsigned int; height of the block containing corresponding transaction. - tx_hash - string; transaction’s hash. -- unlock_time - unsigned int; if nonzero — unix timestamp since then this transfer’s coins can be spent. If it is less than 500000000, the value is treated as a minimum block height at which this transfer’s coin can be spent. \ No newline at end of file +- unlock_time - unsigned int; if nonzero — unix timestamp since then this transfer’s coins can be spent. If it is less than 500000000, the value is treated as a minimum block height at which this transfer’s coin can be spent.