# Get Currency

API Type: POST

Required Parameter:\
&#x20;      In the header: \
&#x20;                 `x-api-key`: enter your API key for authentication.\
&#x20;      In body:\
&#x20;                  `symbol:`it is the currency symbol in lowercase.

API Link: <https://secureshift.io/api/v2/get-currency>

API Response

```json
{
    "status": "200",
    "data": {
        "id": 1260,
        "name": "Bitcoin",
        "symbol": "btc",
        "network": "btc",
        "extra_id": "",
        "warnings_from": "[]",
        "warnings_to": "[]",
        "validation_address": "^[13][a-km-zA-HJ-NP-Z1-9]{25,34}$|^[(bc1q)|(bc1p)][0-9A-Za-z]{37,62}$",
        "image": "https://secureshift.io/assets/img/coins/btc.svg",
        "is_fiat": "N",
        "image_url": "https://secureshift.io/assets/img/coins/btc.svg",
        "symbol_url": "<img class=\"coin-image\" src=\"https://secureshift.io/assets/img/coins/btc.svg\" width=\"128\" height=\"128\" alt=\"btc\">"
    }
}
```
