💲Get Currency

It gives you the information of a single currency with the help of currency symbol

API Type: POST

Required Parameter: symbol , it is the currency symbol in lower case

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

Response:

{
    "status": "200",
    "data": {
        "id": 1260,
        "name": "Bitcoin",
        "symbol": "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.png",
        "coinranking_uuid": "Qwsogvtv82FCd",
        "created_at": "2024-04-07T06:36:00.000000Z",
        "updated_at": "2024-04-10T12:15:51.000000Z",
        "image_url": "https://secureshift.io/assets/img/coins/btc.png",
        "symbol_url": "<img class=\"coin-image\" src=\"https://secureshift.io/assets/img/coins/btc.png\" width=\"128\" height=\"128\" alt=\"btc\">"
    }
}

Last updated