Wallet
API endpoints for the node's wallet
Addresses
GET
https://nodes.lto.network/wallet/addresses
Get list of all accounts addresses in the node's wallet.
Address range
GET
https://nodes.lto.network/wallet/addresses/seq/:from/:to
Get list of accounts addresses with indexes at this range in the node's wallet.
Path Parameters
Name | Type | Description |
---|---|---|
from | number | |
to | number |
Add address
POST
https://nodes.lto.network/wallet/addresses
Generate a new account address in the wallet.
Path Parameters
Name | Type | Description |
---|---|---|
string |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | "Bearer " + API_KEY |
Last updated