Get Available Currency

Get available currencies that enabled to withdraw and deposit

Get all available currencies

GET https://fairmarketcoin.com/api/v1/currencies/available

Headers

Name
Type
Description

X-API-SECRET**

String

X-API-KEY**

String

{
    "apiVersion": "1.0",
    "success": true,
    "message": "Successfully getting available currencies.",
    "data": {
        "currencies": [
            {
                "symbol": "BTC"
            },
            {
                "symbol": "ETH"
            },
            {
                "symbol": "XRP"
            },
            {
                "symbol": "USDT_ERC20"
            },
            {
                "symbol": "USDT_TRC20"
            },
            {
                "symbol": "WIS_ERC20"
            },
            {
                "symbol": "WIS_TRC20"
            },
            {
                "symbol": "CAS"
            },
            {
                "symbol": "DOGE"
            }
        ]
    }
}

Last updated