# Get balance

## Get Balance

> Allows you to check your current total balance for both Proprietary and Transactional accounts.

```json
{"openapi":"3.0.0","info":{"title":"Transactional Account API","version":"1.0.0"},"servers":[{"url":"https://api-stg.onekeypayments.com","description":"Staging Environment"}],"paths":{"/v1/wallet/balance":{"get":{"summary":"Get Balance","description":"Allows you to check your current total balance for both Proprietary and Transactional accounts.","operationId":"getBalance","tags":["Internal Liquidity"],"parameters":[{"in":"header","name":"Content-Type","schema":{"type":"string","default":"application/json"},"required":true},{"in":"header","name":"X-Date","description":"ISO8601 Datetime with Timezone: yyyy-MM-dd'T'HH:mm:ssZ","schema":{"type":"string"},"required":true},{"in":"header","name":"X-Login","description":"Merchant X-Login API Key","schema":{"type":"string"},"required":true},{"in":"header","name":"Authorization","description":"Authorization control hash (Signature)","schema":{"type":"string"},"required":true}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","properties":{"balances":{"type":"array","items":{"type":"object","properties":{"amount":{"type":"number","format":"float","description":"The available funds in this account."},"currency":{"type":"string","description":"3-letter ISO currency code."},"type":{"type":"string","description":"The account type.","enum":["PROPRIETARY","TRANSACTIONAL"]}}}}}}}}}}}}}}
```
