Table of content
- API Description
- Getting started with API
- API Limits and Restrictions
- API Version 4. Projects
- Project/Site Management API
- List of user sites
- List of site search engines
- Adding a search engine to projects
- Changing a search engine in projects
- Deleting search engines from projects
- Website keyword list
- Summary statistics
- Keyword statistics
- Total number of ads chart
- Historical dates
- Adding queries to projects
- Changing a keyword in a project
- Adding a project
- Changing project settings
- Deleting a project
- Deleting keywords
- Manual position setting
- Running a position check
- Project groups API
- Keyword groups API
- Competitors API
- URL Tags API
- Analytics and traffic API
- API Account
- User seats (sub-accounts)
- View of a user sub-accounts
- Getting extended information about a sub-account
- Sub-account creation
- Deleting a sub-account
- Sub-account editing
- Getting a list of websites shared to a sub-account by a parent account
- Getting a list of websites belonging to a sub-account
- Granting a sub-account access to websites
- API General data
- Marketing plan API
- Business directories API
- Audit API
- API for Backlink Monitoring
- List of backlinks
- Adding a backlink
- List of backlinks import
- Updating settings for running backlink import
- Running a backlink import from Google Search Console
- Getting a backlink import status from Google Search Console
- Deleting a backlink list
- Running a backlink index/status check
- Backlink statistics
- List of disavowed backlinks
- Adding a disavowed backlink list
- Deleting a disavowed backlink
- Getting a list of backlink groups
- Creating a group of backlinks
- Deleting a backlink group
- Renaming a backlink group
- Moving backlinks to another group
- Project/Site Management API
- API Version 4. SEO Data
- API Version 4. Competitor SEO/PPC Research
- API Version 4. Keyword Research
- API Version 4. Backlink Checker
- API Version 4. Tools
- API Version 4. Website audit (standalone)
- API Error codes and statuses
API Account
Account balance
The method allows to check the balance of a user account.
Request format
GET /account/balance
Result
If successful, the server returns an array containing the account currency and current account balance.
Name | Required | Description |
currency | Yes | Account currency |
value | Yes | Current account balance |
Response example
{
“currency”: “USD”,
“value”: 99964.91699
}