feat: add rh Connect facade and tool coverage
This commit is contained in:
Vendored
+72
@@ -0,0 +1,72 @@
|
||||
[
|
||||
"get_accounts",
|
||||
"get_portfolio",
|
||||
"get_realized_pnl",
|
||||
"get_pnl_trade_history",
|
||||
"get_limited_margin_upgrade_info",
|
||||
"get_option_level_upgrade_info",
|
||||
"get_crypto_account_onboarding_info",
|
||||
"search",
|
||||
"get_equity_positions",
|
||||
"get_equity_tax_lots",
|
||||
"get_equity_quotes",
|
||||
"get_equity_orders",
|
||||
"get_equity_tradability",
|
||||
"get_equity_historicals",
|
||||
"get_equity_fundamentals",
|
||||
"get_equity_price_book",
|
||||
"get_equity_technical_indicators",
|
||||
"get_equity_news",
|
||||
"review_equity_order",
|
||||
"place_equity_order",
|
||||
"cancel_equity_order",
|
||||
"get_option_chains",
|
||||
"get_option_instruments",
|
||||
"get_option_quotes",
|
||||
"get_option_positions",
|
||||
"get_option_orders",
|
||||
"get_option_historicals",
|
||||
"review_option_order",
|
||||
"place_option_order",
|
||||
"cancel_option_order",
|
||||
"replace_option_order",
|
||||
"exercise_option",
|
||||
"cancel_option_exercise",
|
||||
"get_currency_pairs",
|
||||
"get_crypto_quotes",
|
||||
"get_crypto_positions",
|
||||
"get_crypto_orders",
|
||||
"preview_crypto_order",
|
||||
"place_crypto_order",
|
||||
"cancel_crypto_order",
|
||||
"get_watchlists",
|
||||
"get_watchlist_items",
|
||||
"get_option_watchlist",
|
||||
"get_popular_watchlists",
|
||||
"create_watchlist",
|
||||
"update_watchlist",
|
||||
"follow_watchlist",
|
||||
"unfollow_watchlist",
|
||||
"add_to_watchlist",
|
||||
"remove_from_watchlist",
|
||||
"add_option_to_watchlist",
|
||||
"remove_option_from_watchlist",
|
||||
"get_indexes",
|
||||
"get_index_quotes",
|
||||
"get_index_historicals",
|
||||
"get_financials",
|
||||
"get_earnings_results",
|
||||
"get_earnings_calendar",
|
||||
"get_sec_filing_index",
|
||||
"get_sec_filing",
|
||||
"get_sec_filing_facts",
|
||||
"get_sec_filing_facts_catalog",
|
||||
"get_scanner_filter_specs",
|
||||
"get_scanner_datapoints",
|
||||
"get_scans",
|
||||
"create_scan",
|
||||
"preview_scan",
|
||||
"run_scan",
|
||||
"update_scan_filters",
|
||||
"update_scan_config"
|
||||
]
|
||||
Reference in New Issue
Block a user