Skip to main content

Transactions

Get All Transactions

This endpoint retrieves all transactions associated to current user.

HTTP Request

GET /v1/transactions

Query Parameters

ParameterDefaultDescription
page1The current page
count30The number of items per page
typeoptionalPossible values are in or out
start_dateoptionalFormat : YYYY-MM-DD
end_dateoptionalFormat : YYYY-MM-DD

Example

$ curl --request GET --url 'https://app.winesitting.com/v1/transactions?type=in&start_date=2030-01-01&end_date=2030-01-31' \
--header 'AccessKey: YourAccessKey' \
--header 'SecretKey: YourSecretKey' \
--header 'content-type: application/json'