Skip to content

Instantly share code, notes, and snippets.

<?php
namespace Hitbtc;
class TradingApi {
const HITBTC_API_URL = 'http://api.hitbtc.com';
const HITBTC_TRADING_API_BASE_URI = '/api/1/trading/';
private $key;
private $secret;