L
L
LiquidApps Documentation
Searchβ¦
Introduction
π§β
The DAPP Network
The DAPP Token
Cross Chain Bridges
Examples
DAPP Network Resources
@liquidapps/dapp-client
vRAM
LiquidAccounts
DAPP Services
Air-Hodl
eosio-push-guarantee
Link Library
π¨π»
DAPP NETWORK LABS
Introduction
DAPP Workers
EdgeDSPs
EdgeOS
β‘
Working with Zeus
Introduction
Zeus Basics
Zeus Box Basics
β
DAPP Network Services
DAPP Network Services
Packages and Staking
π¨π
DAPP Service Providers
Introduction to DAPP Service Providers
EdgeDSPs (Coming Soon)
DSPs
π
CROSS CHAIN BRIDGES
Getting Started with LiquidBridge
β
LiquidX Stake Across Chains
Getting Started with LiquidX
π·
COVAX
Getting Started with CoVax Chain
π
Blockchain Guides
Testnet Creation Guides
Governance Guides
π
Release Notes
Latest
History
πβ
FAQs
Frequently Asked Questions The DAPP Token
Frequently Asked Questions DAPP Service Providers (DSPs)
Frequently Asked Questions vRAM
Powered By
GitBook
Air-Hodl
β
dappairhodl1
β
β
get_dapphdl_accounts
- get an accountβs DAPPHDL stats
1
/*
2
3
airhodl.get_dapphdl_accounts
4
* account name
5
β
6
*/
7
β
8
const response = await (await getClient()).airhodl.get_dapphdl_accounts('natdeveloper');
9
for (const row of response.rows) {
10
console.log(row);
11
// {
12
// balance: '0.0033 DAPPHDL',
13
// allocation: '0.0199 DAPPHDL',
14
// staked: '0.0000 DAPPHDL',
15
// claimed: 1
16
// }
17
}
Copied!
Previous
DAPP Services
Next
eosio-push-guarantee
Last modified
1yr ago
Copy link
Contents
dappairhodl1