1. Wallet
SocialTrack API Consumer
  • Raiz
    • Account
      • /Account/Create
      • /Account/GetByClientCode
      • /Account/GetByAccountKey
      • /Account/Search
      • /Account/Update
      • /Account/Activate
      • /Account/Deactivate
      • /Account/Remove
      • /Account/GetProfiles
    • Auth
      • /Auth/Token
    • Monitoring
      • /Monitoring/Overview
    • Profile
      • /Profile/Create
      • /Profile/Remove
      • /Profile/Search
      • /Profile/GetByKey
      • /Profile/GetByProfile
      • /Profile/Activate
      • /Profile/Deactivate
      • /Profile/Update
    • Settings
      • /Settings/GetSettings
      • /Settings/SetWebHook
    • SocialAnalytics
      • /SocialAnalytics/GetSummary
      • /SocialAnalytics/GetFollowersHistory
      • /SocialAnalytics/GetEngagementHistory
    • SocialCompetitor
      • /SocialCompetitor/Create
      • /SocialCompetitor/GetByKey
      • /SocialCompetitor/Search
      • /SocialCompetitor/Remove
      • /SocialCompetitor/Overview
      • /SocialCompetitor/Reactivate
    • SocialData
      • /SocialData/GetHistory
      • /SocialData/GetCurrent
    • Usage
      • /Usage/Overview
      • /Usage/GetHistory
    • Wallet
      • /Wallet/Overview
        GET
      • /Wallet/Balance
        GET
      • /Wallet/Statement
        GET
      • /Wallet/Deposits
        GET
      • /Wallet/Deposits/GetById
        GET
      • /Wallet/Deposits/PIX
        POST
      • /Wallet/Deposits/GetByClientCode
        GET
  • Esquemas
    • AccountCreateRequestDTO
    • AccountRemoveRequestDTO
    • AccountStatusRequestDTO
    • AccountUpdateRequestDTO
    • ProfileRequestAddDTO
    • RequestAuthDTO
  1. Wallet

/Wallet/Balance

GET
/Wallet/Balance

Requisição

Authorization
API Key
Adicionar parâmetro em header
Authorization
Exemplo:
Authorization: ********************
or

Respostas

🟢200
OK
Esta resposta não possui corpo.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/Wallet/Balance' \
--header 'Authorization: <api-key>'
Modificado em 2026-04-02 04:26:46
Página anterior
/Wallet/Overview
Próxima página
/Wallet/Statement
Built with