- Auth
- API Keys
- Collectables
- Heroes and Characters
- Game
- Asset Candidates
- Assets
- Bones
- Players
- Leaderboards
- Files
- Feature Toggles
- Universal Player Auth
- Merging
- Rarities
- Preferences
- Platforms
- Progressions
- User
- Organisation
- Link Types
- Events/Missions
- Maps
- White Label Login
- Rewards
- Moderation Reports
- Catalogs
- Currency
- Create New CurrencyPOST
- Create New Denomination For CurrencyPOST
- Publish CurrencyPATCH
- Retract CurrencyPATCH
- Enable Game API WritesPATCH
- Disable Game API WritesPATCH
- Delete CurrencyDELETE
- Delete DenominationDELETE
- Get Currency By Game & CodeGET
- Get Dependents For CurrencyGET
- List Currencies By GameGET
- List Denominations By CurrencyGET
- Balances
- Messages
- DLC
- Player Segments
- Character Classes
- Subscriptions
- Player Operations
- Roles
- Title Config
- Items
- Entitlements
- Feedback
- Hosts
- Metadata
- Triggers
- Data Migration
- Twitch Drops
- Notifications
Get Currency By Game & Code
GET
https://api.lootlocker.io/admin/game/{game_id}/currency/code/{currencyCode}
economy
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://api.lootlocker.io/admin/game//currency/code/GLD' \
--header 'x-auth-token: ' \
--header 'x-auth-token;' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
{}
Request
Path Params
game_id
stringÂ
required
Example:
{{dev_game_id}}
currencyCode
stringÂ
required
Example:
GLD
Header Params
x-auth-token
stringÂ
required
Example:
{{admin_auth_token}}
Body Params application/json
object {0}
Examples
Responses
🟢200Success
application/json
Body
object {0}
Modified at 2024-06-19 13:57:26