Skip to main content

Get Currencies

GET getCurrencies

You can retrieve a list of cryptocurrencies.

HTTP Request

https://interfacev2.flashift.app/api/dev/v2/getCurrencies

Request

Header Parameters

NameTypeRequiredDescription
AuthorizationstringYesYour API Key
AcceptstringYesSet this to application/json

Response

Sample Response

application/json
[
{
"symbol": "rlusd",
"network": "eth",
"fullname": "Ripple USD",
"image": "https://static.flashift.app/image/coin/L1utwQyBQ/rlusd.png",
"memo": false,
"explorer": "https://blockchair.com/ethereum/transaction/"
},
{
"symbol": "rlusd",
"network": "xrp",
"fullname": "Ripple USD",
"image": "https://static.flashift.app/image/coin/L1utwQyBQ/rlusd.png",
"memo": true,
"explorer": "https://blockchair.com/xrp-ledger/transaction/"
},
{
"symbol": "paxg",
"network": "eth",
"fullname": "PAX Gold",
"image": "https://static.flashift.app/image/coin/YRTkUcMi/paxg.svg",
"memo": false,
"explorer": "https://blockchair.com/ethereum/transaction/"
},
{
"symbol": "wlfi",
"network": "eth",
"fullname": "World Liberty Financial",
"image": "https://static.flashift.app/image/coin/gbTmiRLbC/wlfi.PNG",
"memo": false,
"explorer": "https://blockchair.com/ethereum/transaction/"
}
]