Class: Cryptoexchange::Exchanges::CryptoBridge::Market

Inherits:
Models::Market
  • Object
show all
Defined in:
lib/cryptoexchange/exchanges/crypto_bridge/market.rb

Constant Summary collapse

NAME =
'crypto_bridge'
API_URL =
'https://api.crypto-bridge.org/api/v1'

Class Method Summary collapse

Class Method Details

.trade_page_url(args = {}) ⇒ Object



7
8
9
# File 'lib/cryptoexchange/exchanges/crypto_bridge/market.rb', line 7

def self.trade_page_url(args={})
  "https://wallet.crypto-bridge.org/market/BRIDGE.#{args[:base]}_BRIDGE.#{args[:target]}"
end