Get transactions
GET/api/v1/stores/:storeId/transactions/
Returns a list of all payout transactions for the given store, ordered by creation date (newest first).
Each transaction represents a single Bitcoin deposit to your wallet — either a standard payout (type: transfer)
or a tip paid by the customer on top of the invoice amount (type: tip).
You can filter by date using startDate and endDate (ISO 8601 or Unix timestamp).
Request
Responses
- 200
- 400
- 401
- 500
Successfully retrieved the transactions
Bad request. Invalid store ID or no deposits found.
Unauthorized.
Unexpected error.