Skip to main content

Get Currencies

GET getCurrencies

You can retrieve a list of cryptocurrencies.

HTTP Request

https://interface.flashift.app/api/dev/v1/getCurrencies

Request

Header Parameters

NameTypeRequiredDescription
AuthorizationstringYesYour API Key
AcceptstringYesSet this to application/json

Response

Sample Response

application/json
[
{
"symbol": "btc",
"fullname": "Bitcoin",
"name": "btc",
"network": "",
"explorer": "https://blockchair.com/search?q=",
"memo": false
},
{
"symbol": "bnbbsc",
"fullname": "Binance Smart Chain",
"name": "bnb",
"network": "BEP20",
"explorer": "https://bscscan.com/tx/",
"memo": false
},
{
"symbol": "usdterc20",
"fullname": "Tether",
"name": "usdt",
"network": "ERC20",
"explorer": "https://blockchair.com/search?q=",
"memo": false
},
{
"symbol": "usdttrc20",
"fullname": "Tether",
"name": "usdt",
"network": "TRC20",
"explorer": "https://tokenview.com/en/search/",
"memo": false
}
]