v6 documentation is incomplete, want to contribute?

Get Balance Earnings

Gets the balance of a user from earnings

Requests made through this page are proxied through an intermediary server due to Cross-Origin Resource Sharing restrictions.

GET
/user/{userId}/balance/earnings
auth<token>

Auth Token via Cookie

In: cookie

Path Parameters

userIdstring

Must be a valid user ID.

Response Body

application/json

application/json

curl -X GET "https://api.vrchat.cloud/api/1/user/string/balance/earnings"
{
  "balance": 0,
  "noTransactions": true,
  "tiliaResponse": true
}

{
  "error": {
    "message": "\"Missing Credentials\"",
    "status_code": 401
  }
}