Kaminari
CtrlK
  • Contents
  • About Lightning Network
  • About Kaminari
  • Account Creation Process
    • Step 1: Sign Up
    • Step 2: Verify Email
    • Step 3: Sign In
  • API Key Generation
  • Navigating the Customer Dashboard
    • Virtual Balance
    • Virtual Balance API Example
    • Lightning Payment List
    • On-Chain Payment List
    • Home Tab
  • Generating a Lightning Invoice
    • Lightning Invoice Creation Example
  • Initiating a Lightning Payment
    • Lightning Payment Initiation Example
  • Generating an On-Chain Invoice
    • On-Chain Invoice Creation Example
  • Initiating an On-Chain Payment
    • On-Chain Payment Initiation Example
  • Webhook Registration
    • Verifying Webhook Signatures
  • LNURL
    • Create LNURL Pay invoice
    • Pay the LNURL invoice
  • API Error Codes
  • SDK
Powered by GitBook
On this page
  1. Navigating the Customer Dashboard

Virtual Balance API Example

Swagger UI: GET /gateway/api/lightning/v1/balance

Curl example:

curl --location --request GET 'https://api.kaminari.cloud/gateway/api/lightning/v1/balance?nonce=1699926593' \
--header 'X-kaminari-api-key: <API_KEY>' \
--data-raw ''
PreviousVirtual BalanceNextLightning Payment List

Last updated 1 year ago