LNPay Docs
Search…
Introduction
Guides
Outsource App Wallets
Connecting Voltage Node
API
Get Started
Wallets
Create Wallet
Retrieve Wallet
List Wallets
List Wallet Transactions
List All Transactions
Wallet Send / Receive
Wallet Streaming Payments
LnTx (Get Invoice Status)
LNURL-withdraw
LNURL-pay
Lightning Address
Lightning Network Nodes
Webhooks
Powered By
GitBook
Wallets
All wallet objects are prefixed with wal_
Wallets can be created freely within LNPay.co. Different wallets provide for both organization and security.
Wallet Object Response
{
"id": "wal_czDztN5eJ4r5sJ",
"created_at": 1577600922,
"updated_at": 1577600922,
"user_label": "DEFAULT WALLET",
"balance": 1000,
"statusType": {
"id": 200,
"type": "wallet",
"name": "active",
"display_name": "Active"
},
"default_lnurlpay_id": "lnurlp_6Xh2hELFFqSlKEHCbF",
}
Previous
Error Handling
Next
Create Wallet
Last modified
6mo ago
Copy link