Get History
Retrieve the funding transaction history for your prepaid API Key account.
Headers
Name
Type
Required
Description
{
status: 'OK',
totalAmount: 349500,
orders: [
{
amount: 9500,
createdAt: 1668612831730,
desc: 'fund account',
description: 'fund account',
holdinvoice: true,
preimage: 'xxx',
preimageHash: 'sha256(xxx)',
price: 9500,
userId: 'APIKEY'
},
...
],
}{
status: 'error',
reason: 'X-API-Key header is missing.'
}Response Fields
Field
Type
Description
Last updated