UNPKG

@sudowealth/schwab-api

Version:

TypeScript client for Charles Schwab API with OAuth support, market data, trading functionality, and complete type safety

10 lines (9 loc) 429 B
import { type EndpointMetadata } from '../../core/http'; import { ErrorResponseSchema } from '../../errors'; import { GetPriceHistoryQueryParams, GetPriceHistoryResponse } from './schema'; export declare const getPriceHistoryMeta: EndpointMetadata<never, // No Path Params GetPriceHistoryQueryParams, // Query Params never, // No Request Body GetPriceHistoryResponse, // Response Body 'GET', // HTTP Method ErrorResponseSchema>;