LNPay Docs
Search…
Introduction
Guides
Outsource App Wallets
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
1
{
2
"id": "wal_czDztN5eJ4r5sJ",
3
"created_at": 1577600922,
4
"updated_at": 1577600922,
5
"user_label": "DEFAULT WALLET",
6
"balance": 1000,
7
"statusType": {
8
"id": 200,
9
"type": "wallet",
10
"name": "active",
11
"display_name": "Active"
12
},
13
"default_lnurlpay_id": "lnurlp_6Xh2hELFFqSlKEHCbF",
14
}
Copied!
Previous
Error Handling
Next
Create Wallet
Last modified
4mo ago
Copy link