1.0.0 • Published 10 months ago

balance-service v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

tt-balance-service

The balance service is the service which responsible of the user's:

  • coins
  • HC

The service have the following api':

GET '/api/v1/balance'
POST '/api/v1/balance'({
    balance:{
        HC:10,
        coins:10
    }
})
GET '/internal-api/v1/context/data'
DELETE '/internal-api/v1/balance'