feat: sexo history
This commit is contained in:
@@ -1730,7 +1730,10 @@ export const useSaxoSymbols = () =>
|
||||
queryFn: () => api.get('/saxo/symbols').then(r => r.data),
|
||||
})
|
||||
|
||||
export type SaxoValidation = { symbol: string; valid: boolean; uic: number | null; error: string | null }
|
||||
export type SaxoValidation = {
|
||||
symbol: string; valid: boolean; uic: number | null; error: string | null
|
||||
matched_symbol?: string; description?: string; asset_type?: string
|
||||
}
|
||||
|
||||
export const useValidateSaxoWatchlist = () =>
|
||||
useQuery<SaxoValidation[]>({
|
||||
|
||||
Reference in New Issue
Block a user