bulk payment details

Signed-off-by: PRavaga <trueravaga@gmail.com>
This commit is contained in:
PRavaga 2023-11-30 19:48:34 +01:00
parent 6b89fe5b96
commit 1c6e8832d0
No known key found for this signature in database
GPG key ID: 2A5FC2B63150943E

View file

@ -8,7 +8,8 @@ Gets list of incoming transfers by given payment IDs
"id": 0,
"method": "get_bulk_payments",
"params": {
"payment_id": "",
"payment_ids": ["00000000ff00ff00, 00000000ff00ff01"],
"min_block_height": 2000000,
"allow_locked_transactions": false
}
}
@ -16,8 +17,9 @@ Gets list of incoming transfers by given payment IDs
### Request parameters
- payment_id - payment id of txs to search
- allow_locked_transactions - include transactions that are currently locked
- payment_ids - array of strings; payment ids of txs to search
- min_block_height - unsigned int; height of the block to start looking for payments from
- allow_locked_transactions - bool; include transactions that are currently locked
---