Skip to content

Economy v1

Reference for the Economy v1 endpoints on Roblox.

Base URL: https://economy.roblox.com

MethodPathName
GET/v1/user/currencygetUserCurrency

GET /v1/user/currency

Gets currency for the authenticated user.

Usage
import { fetchApi } from 'rozod';
import { getUserCurrency } from 'rozod/lib/endpoints/economyv1';
const data = await fetchApi(getUserCurrency, undefined);
FieldTypeDescription
robuxnumber
StatusDescription
4010: Authorization has been denied for this request.
4031: The user is invalid.