class BitstampClient::ExchangeRateRequest

Private Instance Methods

path() click to toggle source
# File lib/bitstamp_client/requests/exchange_rate_request.rb, line 8
def path
  "/api/v2/ticker/:currency_pair"
end