💲Get Currency
It gives you the information of a single currency with the help of currency symbol
API Type: POST
Required Parameter:
In the header:
x-api-key
: enter your API key for authentication.
In body:
symbol:
it is the currency symbol in lowercase.
API Link: https://secureshift.io/api/v2/get-currency
API Response
{
"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\">"
}
}
Last updated