Salamoonder Documentation
HomeLoginRegister
  • Introduction
    • What is Salamoonder?
    • Changelog
  • API
    • createTask: Create Task
    • getTaskResult: Task Result
    • 🧰SDK
  • Tasks
    • 💶Get Balance
    • 💭Kasada Solver
    • 📖Twitch
      • 🪛Scraper
      • ⚙️Public Integrity
      • 🌊Local Integrity
Powered by GitBook
On this page

Was this helpful?

  1. Tasks

Get Balance

PreviousSDKNextKasada Solver

Last updated 12 months ago

Was this helpful?

Create the task with the method and get the result with .

Create Task

Create a task with the method to create a task.


Example Request

POST https://salamoonder.com/api/createTask
Host: salamoonder.com
Content-Type: application/json

{
    "api_key": "sr-xxxx-xxxx-xxxx",
    "task": {
        "type": "getBalance"
    }
}

Upon successfully submitting the task to us, you should receive your wallet in the response.

Example Response

{
  "error_code": 0,
  "error_description": "",
  "wallet": "499.81070"
}
💶
createTask
getTaskResult
​
createTask
​
​