We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cf6cab commit 3838e20Copy full SHA for 3838e20
src/rest/stocks/trades.ts
@@ -32,7 +32,7 @@ export interface ITrades {
32
next_url: string;
33
request_id?: string;
34
results?: ITradeInfo[];
35
- success?: string;
+ status?: string;
36
}
37
38
export const trades = async (
0 commit comments