Use the following endpoint to check your balance
https://api.dataforsaas.com/v1/check
Get your api key from the dashboard or create an account to get your api key.
Usage - GET Request
https://api.dataforsaas.com/v1/check?key=YOUR_API_KEY
Response (JSON)
{
balance: 5
}