# Withdraw your crypto

## Withdraw crypto to your desired address

## Create a request to get your earnings out of our dashboard

<mark style="color:green;">`POST`</mark> `https://api.ozurapay.com/requestWithdrawal`

Gather a desire ERC20 wallet address, from providers like Metamask.

#### Request Body

| Name    | Type    | Description                                    |
| ------- | ------- | ---------------------------------------------- |
| amount  | integer | The amount of crypto desired divided by 10000. |
| token   | string  | Symbol such as "ETH" or any specified currency |
| address | string  | The desired receipient address                 |

{% tabs %}
{% tab title="200 Login successfully created" %}

```javascript
{
"Transaction Id": "0xfcf94eb805d024ad46698f42ee77ed70d62ae1be2eca78bc2730c301c581d88b"
}
```

{% endtab %}

{% tab title="401 Permission denied" %}

{% endtab %}
{% endtabs %}

{% hint style="info" %}
**Good to know:** You can setup a wallet using metamask.
{% endhint %}
