Account balance
Gets information about the account balance.
Request
GET https://toloka.yandex.com/api/v1/requester
Authorization: OAuth <OAuth token>
GET https://sandbox.toloka.yandex.com/api/v1/requester
Authorization: OAuth <OAuth token>
Headers
Title | Overview |
---|---|
Authorization | A token for account authorization. Add OAuth as a prefix. |
Title | Overview |
---|---|
Authorization | A token for account authorization. Add OAuth as a prefix. |
Response
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. |
Parameter | Overview |
---|---|
balance | float Account balance in US dollars. |
id | string Requester ID. |
public_name | object The requester's name in Toloka. |