Get Balance

Check the current satoshi balance of your prepaid API Key account.

GET https://api2.sms4sats.com/balance

Returns the current satoshi balance for a prepaid API Key.

Headers

Name
Type
Required
Description

X-API-Key

String

Yes

Your API Key.

{
    status: 'OK', 
    balance: 10000
}

Response Fields

Field
Type
Description

status

String

OK on success

balance

Number

Current balance in satoshis

Use Fund Account to top up your balance, and Get History to review past funding transactions.

Last updated