The Security Depth table is used to obtain the real-time depth data of security.
https://open.longportapp.com/en/docs/quote/pull/depth
select
*
from
longport_depth
where
symbol = '700.HK';
select
*
from
longport_depth
where
symbol = '700.HK';