> 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/markdown.md).

# Withdrawal

## Withdrawal

> Withdrawal  \
> This endpoint allows you to initiate a withdrawal of funds in a specific currency, to your wallet\
> \
> Response  \
> The response to this request is a JSON object, with the remaining balance in your currency

```json
{"openapi":"3.0.3","info":{"title":"Cryptadium","version":"1.0.0"},"servers":[{"url":"https://dashboard.cryptadium.com"}],"paths":{"/api/v1/withdraw":{"post":{"summary":"Withdrawal","description":"Withdrawal  \nThis endpoint allows you to initiate a withdrawal of funds in a specific currency, to your wallet\n\nResponse  \nThe response to this request is a JSON object, with the remaining balance in your currency","operationId":"4","parameters":[{"name":"APIKEY","in":"header","schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"address":{"type":"string"},"amount":{"type":"number"},"currency":{"type":"string"}}}}}},"responses":{"200":{"description":""}}}}}}
```
