The toloka.yandex.com
domain will be disabled starting July 1, 2023. Please use the toloka.dev
domain for API requests.
Gets information about the account balance.
Try our new API reference: more parameter details, request/response examples, and code samples in various programming languages, including the Toloka-Kit usage samples.
GET https://toloka.dev/api/v1/requesterAuthorization: OAuth <OAuth token>
Title | Overview |
---|---|
Authorization | A token for account authorization. Add OAuth as a prefix. |
Contains information about the requester and the account balance:
{ "balance": 121.30, "id": "566ec2b0ff0deeaae5f9d500", "public_name": { "EN": "Ya.Shield" }}
Parameter | Overview |
---|---|
balance | float Account balance in US dollars. |
id | string Requester ID. |
public_name | object The requester's name in Toloka. |