Skip to content

Instantly share code, notes, and snippets.

@BMorearty
BMorearty / ETradeAPI.ts
Created October 17, 2023 20:30
My E*Trade API files
// Partial response types for E*Trade API
// See https://apisb.etrade.com/docs/api/market/api-quote-v1.html
// and https://apisb.etrade.com/docs/api/market/api-market-v1.html
/*
* Quote API
*/
export type Message = {
description: string;