SecureShift | API documentation
  • 😎SecureShift APIs documentation
  • 💲Get Currency
  • 💲Get All Currencies
  • Get Pair
  • Get All Pair
  • Get Estimate
  • 💰Create Exchange
  • Get Exchange
  • Get Range
Powered by GitBook
On this page

Get Currency

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

PreviousSecureShift APIs documentationNextGet All Currencies

Last updated 3 months ago

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:

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\">"
    }
}
💲
https://secureshift.io/api/v2/get-currency