👋
Wisdom
  • Core Resources
    • Create Address
    • Update Address
    • Get Currency Rate
    • Get Wallet
    • Get Webhook Event
    • Get Available Currency
    • Create Withdrawal
    • Get Withdrawal Detail
    • Get Wallet NFT
    • Create Withdrawal NFT
  • Webhook Notification
  • Classepay
    • Core Resources
      • Verify By Username In Classe
      • Create Withdrawal Classepay
Powered by GitBook
On this page
  1. Core Resources

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"
            }
        ]
    }
}
PreviousGet Webhook EventNextCreate Withdrawal

Last updated 3 years ago