Facades: public
Overview
Gets all the exchange rates for a given cryptocurrency.
Example
Note
In this example, we assume that a Client has already been initialized and assigned to the
bitpay
variable.
# Rates
bitpay.get_rates()
# Currency Rates
bitpay.get_currency_rates('BTC')
# Currency Pairs
bitpay.get_currency_pair_rate('BTC', 'USD')