You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I assume the endpoint /getuserinvoices is not working as intended.
This endpoint accepts the following query parameters:
limit: (integer - default: 10 - minimum: 0)
offset: (integer - default: 0 - minimum: 0)
When I set offset=80 and limit=1 I expect to receive invoice 80.
It always returns the n latest invoices of the user (where limit=n). Offset is not taken into account.
Please correct me if I'm missing something. It seems like a bug for me.
The text was updated successfully, but these errors were encountered:
I was trying to download my transaction history, but I also get some issues with the API limit and offset params.
I was trying the /gettxs endpoint.
It seems that the limit and offset params are not processed at all, it looks like there is a hardcoded limit of 150 txs.
I assume the endpoint /getuserinvoices is not working as intended.
This endpoint accepts the following query parameters:
When I set offset=80 and limit=1 I expect to receive invoice 80.
It always returns the n latest invoices of the user (where limit=n). Offset is not taken into account.
Please correct me if I'm missing something. It seems like a bug for me.
The text was updated successfully, but these errors were encountered: