UNPKG

@firefly-exchange/firefly-client

Version:

The Firefly Client Library allows traders to sign, create, retrieve and listen to orders on Firefly Exchange.

62 lines (61 loc) 1.88 kB
export declare const SERVICE_URLS: { MARKET: { ORDER_BOOK: string; RECENT_TRADE: string; CANDLE_STICK_DATA: string; EXCHANGE_INFO: string; MARKET_DATA: string; META: string; STATUS: string; SYMBOLS: string; CONTRACT_ADDRESSES: string; TICKER: string; MASTER_INFO: string; FUNDING_RATE: string; }; USER: { USER_POSITIONS: string; USER_TRADES: string; ORDERS: string; ORDERS_BY_TYPE: string; ACCOUNT: string; GENERATE_READONLY_TOKEN: string; VERIFY_DEPOSIT: string; USER_TRANSACTION_HISTORY: string; AUTHORIZE: string; ADJUST_LEVERGAE: string; FUND_GAS: string; TRANSFER_HISTORY: string; FUNDING_HISTORY: string; CANCEL_ON_DISCONNECT: string; USER_TRADES_HISTORY: string; }; GROWTH: { REFERRER_INFO: string; CAMPAIGN_DETAILS: string; CAMPAIGN_REWARDS: string; AFFILIATE_PAYOUTS: string; AFFILIATE_REFEREE_DETAILS: string; AFFILIATE_REFEREES_COUNT: string; USER_REWARDS_HISTORY: string; USER_REWARDS_SUMMARY: string; REWARDS_OVERVIEW: string; REWARDS_DETAILS: string; TOTAL_HISTORICAL_TRADING_REWARDS: string; MAKER_REWARDS_SUMMARY: string; MAKER_REWARDS_DETAILS: string; MAKER_WHITELIST_STATUS: string; GENERATE_CODE: string; AFFILIATE_LINK_REFERRED_USER: string; OPEN_REFERRAL_REFEREE_DETAILS: string; OPEN_REFERRAL_PAYOUTS: string; OPEN_REFERRAL_GENERATE_CODE: string; OPEN_REFERRAL_LINK_REFERRED_USER: string; OPEN_REFERRAL_OVERVIEW: string; OPEN_REFERRAL_REFEREES_COUNT: string; }; ORDERS: { ORDERS: string; ORDERS_HASH: string; }; };