1. Bitcoin Lightning Network
Aurpay API
  • Aurpay Crypto Payment Integration
  • API-Key Authentication Method
    • Order
      • Get Payment URL
      • Get Payment Info
      • Get Orders
      • Get Orders Details
      • Get Orders Refund Info
      • Orders Refund
      • Get Transaction
      • Get Support Crypto Currency List
      • Get Support Real Currency List
    • Wallets
      • Get Wallets List
      • Withdraw Balance
      • Get Self Custody Wallets
    • Bitcoin Lightning Network
      • Get BLN Balance
      • Create BLN Order
      • Create BLN Withdraw
    • Get API-Key
      POST
  • Signature Authentication Method
    • Order
      • Get Payment URL
      • Get Payment Info
      • Get Support Real Currency List
      • Get Support Crypto Currency List
      • Get Orders
      • Get Orders Details
      • Get Transaction
      • Get Orders Refund Info
      • Orders Refund
    • Wallets
      • Get Wallets List
      • Withdraw Balance
      • Get Self Custody Wallets
    • Bitcoin Lightning Network
      • Get BLN Balance
        GET
      • Create BLN Order
        POST
      • Create BLN Withdraw
        POST
  • Callbakc Description
    • Callback Authentication Method
  1. Bitcoin Lightning Network

Get BLN Balance

GET
/api/bln/balance
Get Account Wallet Lightning Network wallet balance.

Request

None

Responses

🟢200
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://dashboard.aurpay.net/api/bln/balance'
Response Response Example
{
    "code": 0,
    "message": "ok",
    "data": {
        "balance": "0.00002518"
    },
    "result": true
}
Previous
Get Self Custody Wallets
Next
Create BLN Order
Built with