Ceffu OpenAPI Documentation Platform
  1. Ceffu Supported Asset Endpoint
Ceffu OpenAPI Documentation Platform
  • Changes
    • Upcoming Changes
    • Change log
  • Development Tools and Resource
    • Overview
      • Welcome to Ceffu OpenAPI
    • Quickstart
      • Initial Setup
      • Using the Ceffu SDK
    • Authentication
    • Rate limit
    • Error Codes
    • Webhook Introduction
  • Concepts
    • Ceffu Custody
  • System Endpoints
    • Get System status
  • Wallet Management
    • Ceffu Supported Asset Endpoint
      • Get Prime Wallet supported coins list
        GET
      • Get Qualified Wallet supported coins list
        GET
      • Get Cosign Wallet supported coins list
        GET
    • Qualified Wallets and Prime Wallets Endpoint
      • Create Wallet
      • Update Wallet Details
      • Get Wallet List
      • Get Asset Details
      • Get Wallet Asset Summary
    • Deposits
      • Get Deposit Address
      • Get Deposit History
      • Get Deposit Detail
    • Withdrawals
      • Withdrawal
      • Get Withdrawal Fee (estimated)
      • Get Withdrawal History
      • Get Withdrawal Details
    • Whitelisted Addresses
      • Get Whitelisted Address List
      • Get Correspondent’s Options
      • Add/Edit Whitelisted Address
    • Transactions
      • Transaction History List
  • PW Sub Wallets
    • Sub-Wallet Management
      • Create Sub-Wallet
      • Update Sub-Wallet Details
      • Get Sub-Wallet List
      • Get Sub-Wallet Asset Details
      • Get Sub-Wallet Asset Summary
    • Sub-Wallet Deposits
      • Get Sub-Wallet Deposit Address
      • Get Deposit Address List under Prime Wallet
      • Get Deposit History under Sub-Wallet
      • Get Sub-Wallet Deposit History By Prime Wallet
    • Internal Transfers
      • Transfer between Sub Wallet and Prime Wallet
      • Get Transfer History between Sub-Wallet and Prime Wallet
    • Transactions
      • Get Transaction Details of Prime Wallet Internal Transfer
  • MirrorX
    • Link & Account
      • Get MirrorX LinkId List
    • Balances & Positions
      • Check MirrorX Available amount
      • Get MirrorX Asset Positions
    • Orders
      • Get MirrorX Orders
      • Place MirrorX Orders
  • Webhooks & Notifications
    • Resend webhook notifications
  • Archive
    • Mirror Endpoints
      • Get Mirror Linked Binance UID List
      • MIrror Assets Application
      • MIrror Assets Settlement
      • Get Mirror Operation Records
      • Get Mirrored Asset Positions
      • Get Mirrored Asset Summary
    • Wallet Endpoints
      • Get Transfer Detail with Exchange
      • Get Transfer History with Exchange
      • Transfer with Exchange
      • Get Withdrawal History
      • Get Withdrawal Details
      • Withdrawal
      • Get Sub-Wallet List (V1)
  1. Ceffu Supported Asset Endpoint

Get Qualified Wallet supported coins list

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

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

API Key permission group : Enable Enquiry

Designated Wallet : Not Impacted

Request

Query Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/open-api/v1/wallet/qualified/coin?timestamp=1640995200000' \
--header 'open-apikey;' \
--header 'signature;'

Responses

🟢200The operation succeeded
application/json
Body

Example
{
    "data": [
        {
            "coinId": 10,
            "coinSymbol": "BTC",
            "coinFullName": "Bitcoin",
            "network": "BTC",
            "protocol": null,
            "depositEnable": true,
            "withdrawalEnable": true,
            "withdrawalMin": "0.0011",
            "withdrawalMax": null,
            "precision": 8,
            "addressRegex": "^[13][a-km-zA-HJ-NP-Z1-9]{25,34}$|^(bc1)[0-9A-Za-z]{39,59}$"
        },
        {
            "coinId": 11,
            "coinSymbol": "ETH",
            "coinFullName": "Ethereum",
            "network": "ETH",
            "protocol": "ERC 20",
            "depositEnable": true,
            "withdrawalEnable": true,
            "withdrawalMin": "0.0072",
            "withdrawalMax": null,
            "precision": 8,
            "addressRegex": "^(0x){1}[0-9a-fA-F]{40}$"
        },
        {
            "coinId": 12,
            "coinSymbol": "USDT",
            "coinFullName": "TetherUS",
            "network": "ETH",
            "protocol": "ERC20",
            "depositEnable": true,
            "withdrawalEnable": true,
            "withdrawalMin": "5",
            "withdrawalMax": null,
            "precision": 8,
            "addressRegex": "^(0x){1}[0-9a-fA-F]{40}$"
        },
        {
            "coinId": 13,
            "coinSymbol": "WBTC",
            "coinFullName": "Wrapped Bitcoin",
            "network": "ETH",
            "protocol": "ERC20",
            "depositEnable": true,
            "withdrawalEnable": true,
            "withdrawalMin": "0.0011",
            "withdrawalMax": null,
            "precision": 8,
            "addressRegex": "^(0x){1}[0-9a-fA-F]{40}$"
        },
        {
            "coinId": 14,
            "coinSymbol": "AXS",
            "coinFullName": "Axie Infinity",
            "network": "ETH",
            "protocol": "ERC20",
            "depositEnable": true,
            "withdrawalEnable": true,
            "withdrawalMin": "0.54",
            "withdrawalMax": null,
            "precision": 8,
            "addressRegex": "^(0x){1}[0-9a-fA-F]{40}$"
        },
        {
            "coinId": 15,
            "coinSymbol": "MATIC",
            "coinFullName": "Polygon",
            "network": "ETH",
            "protocol": "ERC20",
            "depositEnable": true,
            "withdrawalEnable": true,
            "withdrawalMin": "19.44",
            "withdrawalMax": null,
            "precision": 8,
            "addressRegex": "^(0x){1}[0-9a-fA-F]{40}$"
        },
        {
            "coinId": 16,
            "coinSymbol": "DAI",
            "coinFullName": "Dai",
            "network": "ETH",
            "protocol": "ERC20",
            "depositEnable": true,
            "withdrawalEnable": true,
            "withdrawalMin": "30",
            "withdrawalMax": null,
            "precision": 8,
            "addressRegex": "^(0x){1}[0-9a-fA-F]{40}$"
        },
        {
            "coinId": 17,
            "coinSymbol": "AAVE",
            "coinFullName": "Aave",
            "network": "ETH",
            "protocol": "ERC20",
            "depositEnable": true,
            "withdrawalEnable": true,
            "withdrawalMin": "0.42",
            "withdrawalMax": null,
            "precision": 8,
            "addressRegex": "^(0x){1}[0-9a-fA-F]{40}$"
        },
        {
            "coinId": 18,
            "coinSymbol": "MKR",
            "coinFullName": "Maker",
            "network": "ETH",
            "protocol": "ERC20",
            "depositEnable": true,
            "withdrawalEnable": true,
            "withdrawalMin": "0.028",
            "withdrawalMax": null,
            "precision": 8,
            "addressRegex": "^(0x){1}[0-9a-fA-F]{40}$"
        },
        {
            "coinId": 19,
            "coinSymbol": "UNI",
            "coinFullName": "Uniswap",
            "network": "ETH",
            "protocol": "ERC20",
            "depositEnable": true,
            "withdrawalEnable": true,
            "withdrawalMin": "2.52",
            "withdrawalMax": null,
            "precision": 8,
            "addressRegex": "^(0x){1}[0-9a-fA-F]{40}$"
        },
        {
            "coinId": 20,
            "coinSymbol": "LINK",
            "coinFullName": "ChainLink",
            "network": "ETH",
            "protocol": "ERC20",
            "depositEnable": true,
            "withdrawalEnable": true,
            "withdrawalMin": "1.024",
            "withdrawalMax": null,
            "precision": 8,
            "addressRegex": "^(0x){1}[0-9a-fA-F]{40}$"
        },
        {
            "coinId": 21,
            "coinSymbol": "MANA",
            "coinFullName": "Decentraland",
            "network": "ETH",
            "protocol": "ERC20",
            "depositEnable": true,
            "withdrawalEnable": true,
            "withdrawalMin": "80",
            "withdrawalMax": null,
            "precision": 8,
            "addressRegex": "^(0x){1}[0-9a-fA-F]{40}$"
        },
        
🟢200Business error
🟠400The client request is invalid
🟠401Authentication failed (e.g., invalid token specified by the Authorization header)
🟠403Authentication failed, but the operation is not allowed
🟠404Requested resource does not exist
🟠429Client request rate exceeded the limit
🔴500System error
Previous
Get Prime Wallet supported coins list
Next
Get Cosign Wallet supported coins list