Get Account Balance

GET /v1/get-account-balance

See original API description on Amazon Mechanical Turk.

Responses

  • 404

    Resource not found

  • 200

    OK

    Hide response attribute Show response attribute object
    • AvailableBalance number Required
GET /v1/get-account-balance
curl \
 -X GET https://yourcrowd.ai.moda/api/v1/get-account-balance \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "AvailableBalance": 2147483647.01
}
Response examples (200)
{
  "AvailableBalance": 2147483647.01
}