#### URL Expired

The URL for this request expired after 30 days.

### SetExchangeRates

array of objects

required

SetExchangeRates*  
ADD object

### Response Codes

| Code  | Description   |   |
| :--   | :--           | :-- |
| 200   | OK            |     |
| 400   | Bad Request   |     |
| 401   | Unauthorized  |     |
| 403   | Forbidden     |     |
| 404   | Not Found     |     |
| 409   | Conflict      |     |
| 500   | Internal Error|     |
| 502   | Bad Gateway   |     |
| 504   | Gateway Timeout|    |
| default| Error         |     |

---

### Base URL

https://api.your-wallet.blockdaemon-wallet.com/api/assets/setExchangeRate

### Example cURL Request

```bash
curl --request POST \
     --url https://api.your-wallet.blockdaemon-wallet.com/api/assets/setExchangeRate \
     --header 'accept: application/json' \
     --header 'content-type: application/json'
```
