# Get buy transactions **GET /v1/services/{service_uuid}/buys/history** ## Servers - https://api.skinsmoney.gg: https://api.skinsmoney.gg () ## Authentication methods - Default ## Parameters ### Path parameters - **service_uuid** (uuid) Service ID ### Query parameters - **filter[status]** (integer) Transaction status (available statuses are shown in "Get buy status" endpoint details in docs - data.status) - **filter[since]** (date) Since when show transactions (in YYYY-MM-DD HH:MM:SS format) - **filter[to]** (date) To when show transactions (in YYYY-MM-DD HH:MM:SS format) - **page** (integer) Page number - **limit** (integer) Limit (min: 1 max: 100 - default: 10) ## Responses ### 200 #### Body: application/json (object) - **success** (boolean) - **type** (string) - **data** (array[object]) - **pagination** (object) [Powered by Bump.sh](https://bump.sh)