This documentation is for the v3 (stable) version of the API.
Invocation URL: /v3/fastlabel/getwalletbalance

Descripton:

Get the current wallet balance for a specified API key

Parameters:

Returns:

An object with the wallet balance, or an error if the API key is not correct.
The structure of the returned object is as follows:

{
	'result': [{
            'WalletBalance': '1232.22'
        }]
    'generated_in': '62ms'
}
Note: An array of objects is returned because the AccountNo is not a unique field in the database and there could be multiple matches.

Example:

https://api.fastway.org/v3/fastlabel/getwalletbalance?api_key=YOUR_API_KEY

Back to FastLabel