Queries
House module CLI queries.
Query the House Params
Query the Deposits
Query deposits of a depositor by address
The below table explains the details of the argument required for the above query:
account
depositor account address
string
Required
Valid Address
sge1059gavv45jdp0l7c4kkskr0jae02j9cxmjr3f3
Query withdrawals of a depositor by address
The below table explains the details of the argument required for the above query:
account
depositor account address
string
Required
Valid Address
sge1059gavv45jdp0l7c4kkskr0jae02j9cxmjr3f3
Query withdrawal by ID
The below table explains the details of the argument required for the above query:
depositor-addr
creator account address
string
Required
Valid Address
sge1059gavv45jdp0l7c4kkskr0jae02j9cxmjr3f3
market_uid
UUID of the merket
string
Required
Valid UUID
Existing market
8483cc8a-d4c8-44ef-9f06-971ec7afe059
participation_index
participation index of the orderbook participation
uint64
Required
Numeric
Existing participation
1
id
sequential id of the withdrawal
uint64
Required
Numeric
Existing ID
1
Last updated