15 16 17
# File 'lib/ftx/api/orders.rb', line 15 def get(order_id) send_request(:get, "/orders/#{order_id}", {}) end