> 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/check-wallet-address.md).

# Check wallet address

## Check wallet address

> Check wallet address

```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/payment/check-wallet-address":{"get":{"tags":["API V 2.0"],"summary":"Check wallet address","description":"Check wallet address","operationId":"6","parameters":[{"name":"address","in":"query","schema":{"type":"string"},"description":"Wallet address"},{"name":"APIKEY","in":"header","schema":{"type":"string"}}],"responses":{"200":{"description":"Check wallet address","content":{"application/json":{"schema":{"type":"object","properties":{"exceptions":{"type":"array","items":{}},"isSuccessful":{"type":"boolean"},"message":{"type":"array","items":{"type":"object","properties":{"amount":{"type":"number"},"currency":{"type":"string"},"date":{"type":"string"},"status":{"type":"number"}}}}}}}}}}}}}}
```
