GET
/
api
/
mpc
/
coin_list
curl -X GET \
--url 'https://openapi.chainup.com/api/mpc/coin_list?app_id=16a9f17fc2ad61ca4339fdd6a8a37f21&data=SWYYr-LBVAmaS0eq8n-CUT_nHkM3OBxyWOsImMTe41UaqAoYI2ZghmaphXHov-7hsRsVmOhyPqC-JFuRGvonJKFd2Jirxv6Vn_8V40r_MMYTkhqcviQbZWYW5xX8Ai8CIpqas9fIWVDIYA_NKBl0UCJpwGxscxLNpjq5Z8-BTyIYDsVBquM9zEQGBCfcA7szD9n2fN_loSkoexlwqV8wg9HIZO5yQ6utZ_Kt0lNDQQb8zn8BwfAvsEsbJlOINUAqhxh1vV_AJ4bXn2uYx8TaYcBht-n_ZcBdxIDt975dbOFUiH-oCzIuDi1oLDtb4EylfCvhU5E4ozel_lQ-6cyIG0Dqiiyx0RFFOCJzPSXIoV031pvoa8pTCpkWklh8mRw1rylBgeZtqSxpnJO2_u2RIlXq6Hs8Yly9CmhIXaSrUgPir0h6xVxlf4VC6PFVCkiiTlp0kZ_H_UbKm0nUis3v3U2sflWJ2C449waSrikhuxVrFAQ6PQmrFVCAE6MYXNrFXJQuam2HAIQNSGbFQjspw8b_bXyfyZMGZ3K2oBC4I_v3eETTdPe0pfSNJb-5g37K0tOAr_UFbWK8pkC8yl56fSjn8tcR3yCRWwoi8jxTcUBiswTtvXZtzgG4dyzkaHXjsZjSGiywXSqP76VZWlyOmAx6IDSViLcPLPISdU3ruCI'
[
    {
        "id": 124,
        "address_regex": "\"^0x[0-9a-fA-F]{40}$\"",
        "address_tag_regex": "",
        "base_symbol": "ETH",
        "contract_address": "0xfe5f141bf94fe84bc28ded0ab966c16b17490657",
        "decimals": 18,
        "deposit_confirmation": 6,
        "withdraw_confirmation": 32,
        "address_link": "",
        "txid_link": "",
        "icon": "https://fin-tech-vip.oss-ap-southeast-1.aliyuncs.com/coin/1530191245093.png",
        "if_open_chain": true,
        "real_symbol": "LBA",
        "support_memo": "0",
        "support_token": "",
        "coin_net": "Ethereum",
        "symbol": "LBA",
        "symbol_alias": "LBA",
        "support_acceleration": true,
        "support_multi_addr": true,
        "merge_address_symbol": "ETH",
        "coin_type": 0,
        "min_withdraw": "0"         
    },
    {
        "id": 125,
        "address_regex": "\"^0x[0-9a-fA-F]{40}$\"",
        "address_tag_regex": "",
        "base_symbol": "ETH",
        "contract_address": "0x9992ec3cf6a55b00978cddf2b27bc6882d88d1ec",
        "decimals": 18,
        "deposit_confirmation": 6,
        "withdraw_confirmation": 32,
        "address_link": "",
        "txid_link": "",
        "icon": "https://fin-tech-vip.oss-ap-southeast-1.aliyuncs.com/coin/1530191280380.png",
        "if_open_chain": true,
        "real_symbol": "POLY",
        "support_memo": "0",
        "support_token": "",
        "coin_net": "Ethereum",
        "symbol": "POLY",
        "symbol_alias": "POLY",
        "support_acceleration": true,
        "support_multi_addr": true,
        "merge_address_symbol": "ETH",    
        "coin_type": 0,
        "min_withdraw": "0"    
    }

]

请求参数数据结构

time
long
required

当前时间戳,例: 1600128590

charset
string
required

编码格式,无特殊情况,传参数utf-8

symbol
string

币种唯一标识,转账时使用,例:USDTERC20

base_symbol
string

网络币种名称,币种唯一标识,转账时使用,例:ETH

open_chain
bool

网络开通币种,默认获取全部,true获取开通币种,false获取未开通币种

max_id
integer

币种起始id,例100,系统将返回101后的币种,例:100,注意:不传时默认返回最新的1500个币种

limit
integer

每次获取币种数量,不传时默认1500,例:100

响应参数数据结构

curl -X GET \
--url 'https://openapi.chainup.com/api/mpc/coin_list?app_id=16a9f17fc2ad61ca4339fdd6a8a37f21&data=SWYYr-LBVAmaS0eq8n-CUT_nHkM3OBxyWOsImMTe41UaqAoYI2ZghmaphXHov-7hsRsVmOhyPqC-JFuRGvonJKFd2Jirxv6Vn_8V40r_MMYTkhqcviQbZWYW5xX8Ai8CIpqas9fIWVDIYA_NKBl0UCJpwGxscxLNpjq5Z8-BTyIYDsVBquM9zEQGBCfcA7szD9n2fN_loSkoexlwqV8wg9HIZO5yQ6utZ_Kt0lNDQQb8zn8BwfAvsEsbJlOINUAqhxh1vV_AJ4bXn2uYx8TaYcBht-n_ZcBdxIDt975dbOFUiH-oCzIuDi1oLDtb4EylfCvhU5E4ozel_lQ-6cyIG0Dqiiyx0RFFOCJzPSXIoV031pvoa8pTCpkWklh8mRw1rylBgeZtqSxpnJO2_u2RIlXq6Hs8Yly9CmhIXaSrUgPir0h6xVxlf4VC6PFVCkiiTlp0kZ_H_UbKm0nUis3v3U2sflWJ2C449waSrikhuxVrFAQ6PQmrFVCAE6MYXNrFXJQuam2HAIQNSGbFQjspw8b_bXyfyZMGZ3K2oBC4I_v3eETTdPe0pfSNJb-5g37K0tOAr_UFbWK8pkC8yl56fSjn8tcR3yCRWwoi8jxTcUBiswTtvXZtzgG4dyzkaHXjsZjSGiywXSqP76VZWlyOmAx6IDSViLcPLPISdU3ruCI'
[
    {
        "id": 124,
        "address_regex": "\"^0x[0-9a-fA-F]{40}$\"",
        "address_tag_regex": "",
        "base_symbol": "ETH",
        "contract_address": "0xfe5f141bf94fe84bc28ded0ab966c16b17490657",
        "decimals": 18,
        "deposit_confirmation": 6,
        "withdraw_confirmation": 32,
        "address_link": "",
        "txid_link": "",
        "icon": "https://fin-tech-vip.oss-ap-southeast-1.aliyuncs.com/coin/1530191245093.png",
        "if_open_chain": true,
        "real_symbol": "LBA",
        "support_memo": "0",
        "support_token": "",
        "coin_net": "Ethereum",
        "symbol": "LBA",
        "symbol_alias": "LBA",
        "support_acceleration": true,
        "support_multi_addr": true,
        "merge_address_symbol": "ETH",
        "coin_type": 0,
        "min_withdraw": "0"         
    },
    {
        "id": 125,
        "address_regex": "\"^0x[0-9a-fA-F]{40}$\"",
        "address_tag_regex": "",
        "base_symbol": "ETH",
        "contract_address": "0x9992ec3cf6a55b00978cddf2b27bc6882d88d1ec",
        "decimals": 18,
        "deposit_confirmation": 6,
        "withdraw_confirmation": 32,
        "address_link": "",
        "txid_link": "",
        "icon": "https://fin-tech-vip.oss-ap-southeast-1.aliyuncs.com/coin/1530191280380.png",
        "if_open_chain": true,
        "real_symbol": "POLY",
        "support_memo": "0",
        "support_token": "",
        "coin_net": "Ethereum",
        "symbol": "POLY",
        "symbol_alias": "POLY",
        "support_acceleration": true,
        "support_multi_addr": true,
        "merge_address_symbol": "ETH",    
        "coin_type": 0,
        "min_withdraw": "0"    
    }

]