Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 393 Bytes

longport_account_balance.md

File metadata and controls

23 lines (17 loc) · 393 Bytes

Table: longport_account_balance - Query Account Balance using SQL

The longport_account_balance table can be used to query the account balance of the user.

https://open.longportapp.com/en/docs/trade/asset/account

Examples

List all account balance

select
   *
from
   longport_account_balance;
select
   *
from
   longport_account_balance;