Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.52 KB

UserEventApi.md

File metadata and controls

43 lines (27 loc) · 1.52 KB

\UserEventApi

All URIs are relative to https://www.bitmex.com/api/v1

Method HTTP request Description
UserEventGet Get /userEvent Get your user events

UserEventGet

[]UserEvent UserEventGet(ctx, optional) Get your user events

Required Parameters

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

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.

Return type

[]UserEvent

Authorization

apiExpires, apiKey, apiSignature

HTTP request headers

  • 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]