MarvelRivalsAPI.com
  1. Patch Notes
MarvelRivalsAPI.com
  • Introduction
  • Get Started
    • Authentication
    • Rate Limits
    • Errors
      • Status Codes
    • SDKs & Extentions
      • Community Libraries
  • Endpoints
    • Achievements
      • List achievements
      • Search achievement
    • Patch Notes
      • List balances
        GET
      • Search balance
        GET
      • List dev diaries
        GET
      • Search dev diary
        GET
      • List patch notes
        GET
      • Search patch note
        GET
      • List game versions
        GET
    • Battle Pass
      • Battlepass
    • Heroes
      • List Heroes
      • Search hero
      • Hero stats
      • Hero leaderboard
      • List costumes
      • Search hero costume
    • Items
      • List items
      • Search item
    • Maps
      • List maps
      • Search map
    • Player Match History
      • Search match
      • Player match history
      • Player match history v2
    • Player Stats
      • Search player
      • Player stats
      • Player stats v2
      • Update player
      • Player Leaderboard
  1. Patch Notes

List balances

GET
/api/v1/balances
Patch Notes
Maintainer:Alastor
Retrieves all available balances with optional pagination to control the number of results per page.

Request

Query Params

Header Params

Responses

🟢200OK
application/json
A list of balances with optional pagination.
Body

🟠400Bad Request
🟠404Record Not Found
🔴500Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://marvelrivalsapi.com/api/v1/balances?page&limit' \
--header 'x-api-key;'
Response Response Example
200 - Example 1
{
    "total_patches": 50,
    "formatted_patches": [
        {
            "patchTitle": "Marvel Rivals Version 20250214 balances",
            "patchDate": "2025-02-14",
            "patchType": "balances",
            "previewText": "This update includes new features and bug fixes.",
            "imagePath": "/images/patches/patch_20250214_1.jpg",
            "fullContent": "Details of the balance.",
            "htmlContent": "<p>Details in HTML format.</p>"
        }
    ]
}
Modified at 2025-07-23 14:35:31
Previous
Search achievement
Next
Search balance
Built with