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
        GET
      • Create BLN Order
        POST
      • Create BLN Withdraw
        POST
    • 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
      • Create BLN Order
      • Create BLN Withdraw
  • Callbakc Description
    • Callback Authentication Method
  1. Bitcoin Lightning Network

Get BLN Balance

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

Request

Authorization
Add parameter in header
Example:
X-Token: ********************

Responses

🟢200
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://dashboard.aurpay.net/api/bln/balance' \
--header 'API-Key: <api-key>'
Response Response Example
{
    "code": 0,
    "message": "ok",
    "data": {
        "balance": "0.00002518"
    },
    "result": true
}
Previous
Bitcoin Lightning Network
Next
Create BLN Order
Built with