> For the complete documentation index, see [llms.txt](https://cryptadium.gitbook.io/cryptadium-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cryptadium.gitbook.io/cryptadium-api/basics/editor/balance-request.md).

# Balance request

## Receiving balance in cryptocurrency

> Use this request to get your cryptocurrency balance

```json
{"openapi":"3.0.3","info":{"title":"Cryptadium","version":"1.0.0"},"tags":[{"name":"API V 2.0"}],"servers":[{"url":"https://dashboard.cryptadium.com"}],"paths":{"/api/v1/balances":{"post":{"tags":["API V 2.0"],"summary":"Receiving balance in cryptocurrency","description":"Use this request to get your cryptocurrency balance","operationId":"5","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"currencies":{"type":"array","items":{"type":"string"}}}}}}},"responses":{"200":{"description":""}}}}}}
```
