Ceffu OpenAPI Documentation Platform
  • ChangeLog
  • Getting Started
  • System Endpoints
  • Wallet Endpoints
    • Get Prime Wallet supported coins listGET
    • Get Qualified Wallet supported coins listGET
    • Get Cosign Wallet supported coins listGET
    • Get Wallet ListGET
    • Get Asset DetailsGET
    • Get Wallet Asset SummaryGET
    • Get Deposit AddressGET
    • Get Deposit HistoryGET
    • Get Deposit Detail (V2)GET
    • Get Withdrawal Fee (estimated)GET
    • Get Withdrawal History (V2)GET
    • Get Withdrawal Details (V2)GET
    • Create WalletPOST
    • Update Wallet DetailsPOST
    • Withdrawal (V2)POST
    • Transaction History ListPOST
  • Sub-Wallet Endpoints
  • MirrorX Endpoints
  • Webhook
  • Archive
logoPowered by Apifox
  1. Wallet Endpoints

Get Prime Wallet supported coins list

GET/open-api/v1/wallet/shared/coin

This method allows you to get the supported coins list of prime wallet.

API Key permission group : Enable Enquiry

Request

Query Params
timestamp
integer 
required

Current Timestamp in millisecond

Example:
1640995200000
Header Params
open-apikey
string 
required

OpenAPI key string

signature
string 
required

Signature of the request

Request samples

Responses

The operation succeeded(200)
Business error(200)
The client request is invalid(400)
Authentication failed (e.g., invalid token specified by the Authorization header)(401)
Authentication failed, but the operation is not allowed(403)
Requested resource does not exist(404)
Client request rate exceeded the limit(429)
System error(500)
The operation succeeded
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
data
optional

response data, maybe null

Any of
coinId
integer 
required
coinSymbol
string 
required
coinFullName
string 
required
transferPrecision
integer 
required
networkConfigList
array[object (CoinNetworkConfig) {10}] 
required
depositEnable
boolean 
required
withdrawalEnable
boolean 
required
code
string 
required

'000000' indicates success, while any others indicate failure.

message
string 
required

When the code is '000000' (success), it represents the details of the response. Otherwise, it represents the details of the error.

Example
{
  "data": [
    {
      "coinId": 1,
      "coinSymbol": "BTC",
      "coinFullName": "Bitcoin",
      "transferPrecision": 8,
      "networkConfigList": [
        {
          "coinSymbol": "BTC",
          "coinFullName": "Bitcoin",
          "network": "BTC",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "0.00018",
          "withdrawalMax": "4000",
          "precision": 8,
          "withdrawalFee": "0.00009",
          "addressRegex": "^[13][a-km-zA-HJ-NP-Z1-9]{25,34}$|^[(bc1q)|(bc1p)][0-9A-Za-z]{37,62}$"
        },
        {
          "coinSymbol": "BTC",
          "coinFullName": "Bitcoin",
          "network": "BSC",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "0.000022",
          "withdrawalMax": "10000000000",
          "precision": 8,
          "withdrawalFee": "0.000011",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$"
        }
      ],
      "depositEnable": true,
      "withdrawalEnable": true
    },
    {
      "coinId": 2,
      "coinSymbol": "ETH",
      "coinFullName": "Ethereum",
      "transferPrecision": 8,
      "networkConfigList": [
        {
          "coinSymbol": "ETH",
          "coinFullName": "Ethereum",
          "network": "ETH",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "0.01",
          "withdrawalMax": "10000000000",
          "precision": 8,
          "withdrawalFee": "0.0018",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$"
        }
      ],
      "depositEnable": true,
      "withdrawalEnable": true
    },
    {
      "coinId": 3,
      "coinSymbol": "USDT",
      "coinFullName": "TetherUS",
      "transferPrecision": 8,
      "networkConfigList": [
        {
          "coinSymbol": "USDT",
          "coinFullName": "TetherUS",
          "network": "ETH",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "19",
          "withdrawalMax": "10000000000",
          "precision": 6,
          "withdrawalFee": "8",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$"
        },
        {
          "coinSymbol": "USDT",
          "coinFullName": "TetherUS",
          "network": "BSC",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "0.35",
          "withdrawalMax": "10000000000",
          "precision": 8,
          "withdrawalFee": "0.33",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$"
        },
        {
          "coinSymbol": "USDT",
          "coinFullName": "TetherUS",
          "network": "TRON",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "10",
          "withdrawalMax": "10000000000",
          "precision": 6,
          "withdrawalFee": "1",
          "addressRegex": "^T[1-9A-HJ-NP-Za-km-z]{33}$"
        }
      ],
      "depositEnable": true,
      "withdrawalEnable": true
    },
    {
      "coinId": 5,
      "coinSymbol": "BNB",
      "coinFullName": "BNB",
      "transferPrecision": 8,
      "networkConfigList": [
        {
          "coinSymbol": "BNB",
          "coinFullName": "BNB",
          "network": "BSC",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "0.0012",
          "withdrawalMax": "10000000000",
          "precision": 8,
          "withdrawalFee": "0.0006",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$"
        }
      ],
      "depositEnable": true,
      "withdrawalEnable": true
    },
    {
      "coinId": 6,
      "coinSymbol": "USDC",
      "coinFullName": "USD Coin",
      "transferPrecision": 8,
      "networkConfigList": [
        {
          "coinSymbol": "USDC",
          "coinFullName": "USD Coin",
          "network": "ETH",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "50",
          "withdrawalMax": "10000000000",
          "precision": 6,
          "withdrawalFee": "6",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$"
        },
        {
          "coinSymbol": "USDC",
          "coinFullName": "USD Coin",
          "network": "BSC",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "10",
          "withdrawalMax": "10000000000",
          "precision": 8,
          "withdrawalFee": "0.35",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$"
        }
      ],
      "depositEnable": true,
      "withdrawalEnable": true
    },
    {
      "coinId": 7,
      "coinSymbol": "TRX",
      "coinFullName": "TRON",
      "transferPrecision": 8,
      "networkConfigList": [
        {
          "coinSymbol": "TRX",
          "coinFullName": "TRON",
          "network": "BSC",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "10",
          "withdrawalMax": "10000000000",
          "precision": 6,
          "withdrawalFee": "5.47",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$"
        },
        {
          "coinSymbol": "TRX",
          "coinFullName": "TRON",
          "network": "TRON",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "15",
          "withdrawalMax": "9900000000",
          "precision": 6,
          "withdrawalFee": "1",
          "addressRegex": "^T[1-9A-HJ-NP-Za-km-z]{33}$"
        }
      ],
      "depositEnable": true,
      "withdrawalEnable": true
    },
    {
      "coinId": 8,
      "coinSymbol": "DOGE",
      "coinFullName": "DOGECOIN",
      "transferPrecision": 8,
      "networkConfigList": [
        {
          "coinSymbol": "DOGE",
          "coinFullName": "DOGECOIN",
          "network": "BSC",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "10",
          "withdrawalMax": "10000000000",
          "precision": 8,
          "withdrawalFee": "5.08",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$"
        }
      ],
      "depositEnable": true,
      "withdrawalEnable": true
    },
    {
      "coinId": 9,
      "coinSymbol": "MATIC",
      "coinFullName": "Polygon",
      "transferPrecision": 8,
      "networkConfigList": [
        {
          "coinSymbol": "MATIC",
          "coinFullName": "Polygon",
          "network": "ETH",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "19.44",
          "withdrawalMax": "10000000000",
          "precision": 8,
          "withdrawalFee": "9.72",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$"
        },
        {
          "coinSymbol": "MATIC",
          "coinFullName": "Polygon",
          "network": "BSC",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "1.86",
          "withdrawalMax": "9999999999.99999999",
          "precision": 8,
          "withdrawalFee": "0.93",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$"
        },
        {
          "coinSymbol": "MATIC",
          "coinFullName": "Polygon",
          "network": "POLYGON",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "10",
          "withdrawalMax": "9999999",
          "precision": 8,
          "withdrawalFee": "0.08",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$"
        }
      ],
      "depositEnable": true,
      "withdrawalEnable": true
    },
    {
      "coinId": 10,
      "coinSymbol": "SOL",
      "coinFullName": "Solana",
      "transferPrecision": 8,
      "networkConfigList": [
        {
          "coinSymbol": "SOL",
          "coinFullName": "Solana",
          "network": "BSC",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "0.0098",
          "withdrawalMax": "9999999",
          "precision": 8,
          "withdrawalFee": "0.0049",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$"
        },
        {
          "coinSymbol": "SOL",
          "coinFullName": "Solana",
          "network": "SOL",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "0.024",
          "withdrawalMax": "10000000000",
          "precision": 8,
          "withdrawalFee": "0.012",
          "addressRegex": "^[1-9A-HJ-NP-Za-km-z]{32,44}$"
        }
      ],
      "depositEnable": true,
      "withdrawalEnable": true
    },
    {
      "coinId": 11,
      "coinSymbol": "AVAX",
      "coinFullName": "Avalanche",
      "transferPrecision": 8,
      "networkConfigList": [
        {
          "coinSymbol": "AVAX",
          "coinFullName": "Avalanche",
          "network": "BSC",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "0.04",
          "withdrawalMax": "10000000000",
          "precision": 8,
          "withdrawalFee": "0.02",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$"
        }
      ],
      "depositEnable": true,
      "withdrawalEnable": true
    },
    {
      "coinId": 12,
      "coinSymbol": "DOT",
      "coinFullName": "Polkadot",
      "transferPrecision": 8,
      "networkConfigList": [
        {
          "coinSymbol": "DOT",
          "coinFullName": "Polkadot",
          "network": "BSC",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "0.19",
          "withdrawalMax": "10000000000",
          "precision": 8,
          "withdrawalFee": "0.093",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$"
        },
        {
          "coinSymbol": "DOT",
          "coinFullName": "Polkadot",
          "network": "DOT",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "1",
          "withdrawalMax": "10000000000",
          "precision": 8,
          "withdrawalFee": "0.08",
          "addressRegex": "^(1)[0-9a-z-A-Z]{44,50}$"
        }
      ],
      "depositEnable": true,
      "withdrawalEnable": true
    },
    {
      "coinId": 13,
      "coinSymbol": "ADA",
      "coinFullName": "Cardano",
      "transferPrecision": 8,
      "networkConfigList": [
        {
          "coinSymbol": "ADA",
          "coinFullName": "Cardano",
          "network": "BSC",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "2.94",
          "withdrawalMax": "10000000000",
          "precision": 8,
          "withdrawalFee": "1.47",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$"
        }
      ],
      "depositEnable": true,
      "withdrawalEnable": true
    },
    {
      "coinId": 14,
      "coinSymbol": "XRP",
      "coinFullName": "Ripple",
      "transferPrecision": 8,
      "networkConfigList": [
        {
          "coinSymbol": "XRP",
          "coinFullName": "Ripple",
          "network": "BSC",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "2.6",
          "withdrawalMax": "9999999999.99999999",
          "precision": 8,
          "withdrawalFee": "1.3",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$"
        },
        {
          "coinSymbol": "XRP",
          "coinFullName": "Ripple",
          "network": "XRP",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "28",
          "withdrawalMax": "10000000000",
          "precision": 6,
          "withdrawalFee": "0.2",
          "addressRegex": "^r[1-9A-HJ-NP-Za-km-z]{25,34}$"
        }
      ],
      "depositEnable": true,
      "withdrawalEnable": true
    },
    {
      "coinId": 15,
      "coinSymbol": "DAI",
      "coinFullName": "DAI",
      "transferPrecision": 8,
      "networkConfigList": [
        {
          "coinSymbol": "DAI",
          "coinFullName": "DAI",
          "network": "BSC",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "10",
          "withdrawalMax": "10000000000",
          "precision": 8,
          "withdrawalFee": "0.8",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$"
        }
      ],
      "depositEnable": true,
      "withdrawalEnable": true
    },
    {
      "coinId": 16,
      "coinSymbol": "SHIB",
      "coinFullName": "SHIBA INU",
      "transferPrecision": 8,
      "networkConfigList": [
        {
          "coinSymbol": "SHIB",
          "coinFullName": "SHIBA INU",
          "network": "ETH",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "916346",
          "withdrawalMax": "500000000000",
          "precision": 2,
          "withdrawalFee": "458173",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$"
        },
        {
          "coinSymbol": "SHIB",
          "coinFullName": "SHIBA INU",
          "network": "BSC",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "58942",
          "withdrawalMax": "500000000000",
          "precision": 2,
          "withdrawalFee": "29471",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$"
        }
      ],
      "depositEnable": true,
      "withdrawalEnable": true
    },
    {
      "coinId": 17,
      "coinSymbol": "UNI",
      "coinFullName": "Uniswap",
      "transferPrecision": 8,
      "networkConfigList": [
        {
          "coinSymbol": "UNI",
          "coinFullName": "Uniswap",
          "network": "BSC",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "0.19",
          "withdrawalMax": "10000000000",
          "precision": 8,
          "withdrawalFee": "0.095",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$"
        }
      ],
      "depositEnable": true,
      "withdrawalEnable": true
    },
    {
      "coinId": 18,
      "coinSymbol": "LTC",
      "coinFullName": "Litecoin",
      "transferPrecision": 8,
      "networkConfigList": [
        {
          "coinSymbol": "LTC",
          "coinFullName": "Litecoin",
          "network": "BSC",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "0.017",
          "withdrawalMax": "10000000000",
          "precision": 8,
          "withdrawalFee": "0.0084",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$"
        }
      ],
      "depositEnable": true,
      "withdrawalEnable": true
    },
    {
      "coinId": 19,
      "coinSymbol": "LINK",
      "coinFullName": "ChainLink",
      "transferPrecision": 8,
      "networkConfigList": [
        {
          "coinSymbol": "LINK",
          "coinFullName": "ChainLink",
          "network": "BSC",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "0.098",
          "withdrawalMax": "10000000000",
          "precision": 8,
          "withdrawalFee": "0.049",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$"
        }
      ],
      "depositEnable": true,
      "withdrawalEnable": true
    },
    {
      "coinId": 20,
      "coinSymbol": "ATOM",
      "coinFullName": "Cosmos",
      "transferPrecision": 8,
      "networkConfigList": [
        {
          "coinSymbol": "ATOM",
          "coinFullName": "Cosmos",
          "network": "BSC",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "0.16",
          "withdrawalMax": "10000000000",
          "precision": 8,
          "withdrawalFee": "0.078",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$"
        }
      ],
      "depositEnable": true,
      "withdrawalEnable": true
    },
    {
      "coinId": 21,
      "coinSymbol": "NEAR",
      "coinFullName": "Near Protocol",
      "transferPrecision": 8,
      "networkConfigList": [
        {
          "coinSymbol": "NEAR",
          "coinFullName": "Near Protocol",
          "network": "NEAR",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "0.2",
          "withdrawalMax": "10000000000",
          "precision": 8,
          "withdrawalFee": "0.01",
          "addressRegex": "^(?!0x)(?!bc1)(?!bnb1)[a-z0-9_-]{1}[a-z0-9_.-]{0,62}[a-z0-9_-]{1}$"
        }
      ],
      "depositEnable": true,
      "withdrawalEnable": true
    },
    {
      "coinId": 22,
      "coinSymbol": "ETC",
      "coinFullName": "Ethereum Classic",
      "transferPrecision": 8,
      "networkConfigList": [
        {
          "coinSymbol": "ETC",
          "coinFullName": "Ethereum Classic",
          "network": "BSC",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "0.052",
          "withdrawalMax": "10000000000",
          "precision": 8,
          "withdrawalFee": "0.026",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$"
        }
      ],
      "depositEnable": true,
      "withdrawalEnable": true
    },
    {
      "coinId": 23,
      "coinSymbol": "1INCH",
      "coinFullName": "1Inch",
      "transferPrecision": 8,
      "networkConfigList": [
        {
          "coinSymbol": "1INCH",
          "coinFullName": "1Inch",
          "network": "ETH",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "56",
          "withdrawalMax": "10000000000",
          "precision": 8,
          "withdrawalFee": "28",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$"
        },
        {
          "coinSymbol": "1INCH",
          "coinFullName": "1Inch",
          "network": "BSC",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "3.66",
          "withdrawalMax": "10000000000",
          "precision": 2,
          "withdrawalFee": "1.83",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$"
        }
      ],
      "depositEnable": true,
      "withdrawalEnable": true
    },
    {
      "coinId": 24,
      "coinSymbol": "ALICE",
      "coinFullName": "My Neighbor Alice",
      "transferPrecision": 8,
      "networkConfigList": [
        {
          "coinSymbol": "ALICE",
          "coinFullName": "My Neighbor Alice",
          "network": "BSC",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "1.12",
          "withdrawalMax": "9999999999.99999999",
          "precision": 6,
          "withdrawalFee": "0.56",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$"
        }
      ],
      "depositEnable": true,
      "withdrawalEnable": true
    },
    {
      "coinId": 26,
      "coinSymbol": "ANKR",
      "coinFullName": "Ankr",
      "transferPrecision": 8,
      "networkConfigList": [
        {
          "coinSymbol": "ANKR",
          "coinFullName": "Ankr",
          "network": "BSC",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "28",
          "withdrawalMax": "10000000000",
          "precision": 8,
          "withdrawalFee": "14",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$"
        }
      ],
      "depositEnable": true,
      "withdrawalEnable": true
    },
    {
      "coinId": 27,
      "coinSymbol": "BAKE",
      "coinFullName": "BakeryToken",
      "transferPrecision": 8,
      "networkConfigList": [
        {
          "coinSymbol": "BAKE",
          "coinFullName": "BakeryToken",
          "network": "BSC",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "5.5",
          "withdrawalMax": "10000000000",
          "precision": 8,
          "withdrawalFee": "2.75",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$"
        }
      ],
      "depositEnable": true,
      "withdrawalEnable": true
    },
    {
      "coinId": 28,
      "coinSymbol": "BAND",
      "coinFullName": "Band",
      "transferPrecision": 8,
      "networkConfigList": [
        {
          "coinSymbol": "BAND",
          "coinFullName": "Band",
          "network": "BSC",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "0.9",
          "withdrawalMax": "10000000000",
          "precision": 8,
          "withdrawalFee": "0.45",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$"
        }
      ],
      "depositEnable": true,
      "withdrawalEnable": true
    },
    {
      "coinId": 29,
      "coinSymbol": "BAT",
      "coinFullName": "Basic Attention Token",
      "transferPrecision": 8,
      "networkConfigList": [
        {
          "coinSymbol": "BAT",
          "coinFullName": "Basic Attention Token",
          "network": "BSC",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "5.54",
          "withdrawalMax": "10000000000",
          "precision": 8,
          "withdrawalFee": "2.77",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$"
        }
      ],
      "depositEnable": true,
      "withdrawalEnable": true
    },
    {
      "coinId": 30,
      "coinSymbol": "BETH",
      "coinFullName": "Beacon ETH",
      "transferPrecision": 8,
      "networkConfigList": [
        {
          "coinSymbol": "BETH",
          "coinFullName": "Beacon ETH",
          "network": "BSC",
          "depositEnable": true,
          "withdrawalEnable": false,
          "withdrawalMin": "0.00046",
          "withdrawalMax": "10000000000",
          "precision": 8,
          "withdrawalFee": "0.00023",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$"
        }
      ],
      "depositEnable": true,
      "withdrawalEnable": true
    },
    {
      "coinId": 31,
      "coinSymbol": "CHZ",
      "coinFullName": "Chiliz",
      "transferPrecision": 8,
      "networkConfigList": [
        {
          "coinSymbol": "CHZ",
          "coinFullName": "Chiliz",
          "network": "ETH",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "174",
          "withdrawalMax": "10000000000",
          "precision": 8,
          "withdrawalFee": "87",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$"
        }
      ],
      "depositEnable": true,
      "withdrawalEnable": true
    },
    {
      "coinId": 32,
      "coinSymbol": "WBTC",
      "coinFullName": "Wrapped Bitcoin",
      "transferPrecision": 8,
      "networkConfigList": [
        {
          "coinSymbol": "WBTC",
          "coinFullName": "Wrapped Bitcoin",
          "network": "ETH",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "0.00036",
          "withdrawalMax": "10000000000",
          "precision": 8,
          "withdrawalFee": "0.00018",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$"
        }
      ],
      "depositEnable": true,
      "withdrawalEnable": true
    },
    {
      "coinId": 33,
      "coinSymbol": "FIL",
      "coinFullName": "Filecoin",
      "transferPrecision": 8,
      "networkConfigList": [
        {
          "coinSymbol": "FIL",
          "coinFullName": "Filecoin",
          "network": "BSC",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "0.22",
          "withdrawalMax": "10000000000",
          "precision": 8,
          "withdrawalFee": "0.11",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$"
        }
      ],
      "depositEnable": true,
      "withdrawalEnable": true
    },
    {
      "coinId": 34,
      "coinSymbol": "QNT",
      "coinFullName": "Quant",
      "transferPrecision": 8,
      "networkConfigList": [
        {
          "coinSymbol": "QNT",
          "coinFullName": "Quant",
          "network": "ETH",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "0.2",
          "withdrawalMax": "9999999",
          "precision": 8,
          "withdrawalFee": "0.1",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$"
        }
      ],
      "depositEnable": true,
      "withdrawalEnable": true
    },
    {
      "coinId": 35,
      "coinSymbol": "FLOW",
      "coinFullName": "Flow",
      "transferPrecision": 8,
      "networkConfigList": [
        {
          "coinSymbol": "FLOW",
          "coinFullName": "Flow",
          "network": "BSC",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "1.54",
          "withdrawalMax": "9999999",
          "precision": 8,
          "withdrawalFee": "0.77",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$"
        }
      ],
      "depositEnable": true,
      "withdrawalEnable": true
    },
    {
      "coinId": 36,
      "coinSymbol": "EGLD",
      "coinFullName": "MultiversX",
      "transferPrecision": 8,
      "networkConfigList": [
        {
          "coinSymbol": "EGLD",
          "coinFullName": "MultiversX",
          "network": "BSC",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "0.034",
          "withdrawalMax": "10000000000",
          "precision": 8,
          "withdrawalFee": "0.017",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$"
        }
      ],
      "depositEnable": true,
      "withdrawalEnable": true
    },
    {
      "coinId": 37,
      "coinSymbol": "SSV",
      "coinFullName": "SSV Token",
      "transferPrecision": 8,
      "networkConfigList": [
        {
          "coinSymbol": "SSV",
          "coinFullName": "SSV Token",
          "network": "ETH",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "0.5",
          "withdrawalMax": "9999999",
          "precision": 8,
          "withdrawalFee": "0.25",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$"
        }
      ],
      "depositEnable": true,
      "withdrawalEnable": true
    },
    {
      "coinId": 40,
      "coinSymbol": "COTI",
      "coinFullName": "COTI",
      "transferPrecision": 8,
      "networkConfigList": [
        {
          "coinSymbol": "COTI",
          "coinFullName": "COTI",
          "network": "ETH",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "184",
          "withdrawalMax": "10000000000",
          "precision": 8,
          "withdrawalFee": "92",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$"
        }
      ],
      "depositEnable": true,
      "withdrawalEnable": true
    },
    {
      "coinId": 41,
      "coinSymbol": "FDUSD",
      "coinFullName": "First Digital USD",
      "transferPrecision": 8,
      "networkConfigList": [
        {
          "coinSymbol": "FDUSD",
          "coinFullName": "First Digital USD",
          "network": "ETH",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "10",
          "withdrawalMax": "10000000000",
          "precision": 6,
          "withdrawalFee": "1",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$"
        },
        {
          "coinSymbol": "FDUSD",
          "coinFullName": "First Digital USD",
          "network": "BSC",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "10",
          "withdrawalMax": "10000000000",
          "precision": 8,
          "withdrawalFee": "0.8",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$"
        }
      ],
      "depositEnable": true,
      "withdrawalEnable": true
    },
    {
      "coinId": 42,
      "coinSymbol": "FRONT",
      "coinFullName": "Frontier",
      "transferPrecision": 8,
      "networkConfigList": [
        {
          "coinSymbol": "FRONT",
          "coinFullName": "Frontier",
          "network": "ETH",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "26",
          "withdrawalMax": "10000000000",
          "precision": 8,
          "withdrawalFee": "13",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$"
        }
      ],
      "depositEnable": true,
      "withdrawalEnable": true
    },
    {
      "coinId": 43,
      "coinSymbol": "WLD",
      "coinFullName": "Worldcoin",
      "transferPrecision": 8,
      "networkConfigList": [
        {
          "coinSymbol": "WLD",
          "coinFullName": "Worldcoin",
          "network": "ETH",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "4.54",
          "withdrawalMax": "9999999",
          "precision": 8,
          "withdrawalFee": "2.27",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$"
        }
      ],
      "depositEnable": true,
      "withdrawalEnable": true
    },
    {
      "coinId": 44,
      "coinSymbol": "WBETH",
      "coinFullName": "WBETH",
      "transferPrecision": 8,
      "networkConfigList": [
        {
          "coinSymbol": "WBETH",
          "coinFullName": "WBETH",
          "network": "ETH",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "0.0068",
          "withdrawalMax": "10000000000",
          "precision": 8,
          "withdrawalFee": "0.0034",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$"
        }
      ],
      "depositEnable": true,
      "withdrawalEnable": true
    },
    {
      "coinId": 45,
      "coinSymbol": "FTM",
      "coinFullName": "Fantom",
      "transferPrecision": 8,
      "networkConfigList": [
        {
          "coinSymbol": "FTM",
          "coinFullName": "Fantom",
          "network": "ETH",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "30",
          "withdrawalMax": "10000000000",
          "precision": 8,
          "withdrawalFee": "15",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$"
        }
      ],
      "depositEnable": true,
      "withdrawalEnable": true
    },
    {
      "coinId": 46,
      "coinSymbol": "INJ",
      "coinFullName": "Injective Protocol",
      "transferPrecision": 8,
      "networkConfigList": [],
      "depositEnable": true,
      "withdrawalEnable": true
    },
    {
      "coinId": 47,
      "coinSymbol": "ORN",
      "coinFullName": "Orion Protocol",
      "transferPrecision": 8,
      "networkConfigList": [
        {
          "coinSymbol": "ORN",
          "coinFullName": "Orion Protocol",
          "network": "ETH",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "15",
          "withdrawalMax": "10000000000",
          "precision": 8,
          "withdrawalFee": "7.51",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$"
        }
      ],
      "depositEnable": true,
      "withdrawalEnable": true
    },
    {
      "coinId": 48,
      "coinSymbol": "AUCTION",
      "coinFullName": "AUCTION",
      "transferPrecision": 8,
      "networkConfigList": [
        {
          "coinSymbol": "AUCTION",
          "coinFullName": "AUCTION",
          "network": "ETH",
          "depositEnable": true,
          "withdrawalEnable": true,
          "withdrawalMin": "1.3",
          "withdrawalMax": "10000000000",
          "precision": 8,
          "withdrawalFee": "0.65",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$"
        }
      ],
      "depositEnable": true,
      "withdrawalEnable": true
    }
  ],
  "code": "000000",
  "message": "Success"
}
Last modified: 9 months ago