Balance
The "Balance" endpoint provides functionality for retrieving the current balance associated with your account. To utilize this endpoint, you'll need to make an HTTP request to the appropriate URL with
Credit
Headers
Name
Type
Description
{
"status": "ok",
"description": "The request has suceeded",
"balance": 10.1
}Last updated