Address
Balance
GET
https://nodes.lto.network/addresses/balance/:address
Get account balance
Path Parameters
Name
Type
Description
address
String
Account's address in Base58 format
Balance after confirmations
GET
https://nodes.lto.network/addresses/balance/:address/:confirmations
Get account balance after X confirmations from now
Path Parameters
Name
Type
Description
address
String
Account's address in Base58 format
confirmations
String
Number of confirmations
Balance details
GET
https://nodes.lto.network/addresses/balance/details/:address
Get balance details
Path Parameters
Name
Type
Description
address
String
Account's address in Base58 format
Balance
Description
Regular
The amount LTO owned by the account, including LTO leased
Available
The amount LTO owned by the account, excluding LTO leased
Effective
The available amount + the LTO leased to the account
Generating
The minimal effective balance over the last 1000 blocks
Last updated