All URIs are relative to https://www.bitmex.com/api/v1
Method | HTTP request | Description |
---|---|---|
UserEventGet | Get /userEvent | Get your user events |
[]UserEvent UserEventGet(ctx, optional) Get your user events
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
optional | *UserEventGetOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a UserEventGetOpts struct
Name | Type | Description | Notes |
---|---|---|---|
count | optional.Float64 | Number of results to fetch. | [default to 150] |
startId | optional.Float64 | Cursor for pagination. |
apiExpires, apiKey, apiSignature
- Content-Type: application/json, application/x-www-form-urlencoded
- Accept: application/json, application/xml, text/xml, application/javascript, text/javascript
[Back to top] [Back to API list] [Back to Model list] [Back to README]