All URIs are relative to https://www.bitmex.com/api/v1
Method | HTTP request | Description |
---|---|---|
user_event_get | GET /userEvent | Get your user events |
Array<UserEvent> user_event_get(opts)
Get your user events
# load the gem
require 'swagger_client'
# setup authorization
SwaggerClient.configure do |config|
# Configure API key authorization: apiExpires
config.api_key['api-expires'] = 'YOUR API KEY'
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
#config.api_key_prefix['api-expires'] = 'Bearer'
# Configure API key authorization: apiKey
config.api_key['api-key'] = 'YOUR API KEY'
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
#config.api_key_prefix['api-key'] = 'Bearer'
# Configure API key authorization: apiSignature
config.api_key['api-signature'] = 'YOUR API KEY'
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
#config.api_key_prefix['api-signature'] = 'Bearer'
end
api_instance = SwaggerClient::UserEventApi.new
opts = {
count: 150, # Float | Number of results to fetch.
start_id: 1.2 # Float | Cursor for pagination.
}
begin
#Get your user events
result = api_instance.user_event_get(opts)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling UserEventApi->user_event_get: #{e}"
end
Name | Type | Description | Notes |
---|---|---|---|
count | Float | Number of results to fetch. | [optional] [default to 150] |
start_id | Float | Cursor for pagination. | [optional] |
apiExpires, apiKey, apiSignature
- Content-Type: application/json, application/x-www-form-urlencoded
- Accept: application/json, application/xml, text/xml, application/javascript, text/javascript