Introduction to APIs
MPC Self-Custody
- Integration Guide
- API Interface
- Overview
- Workspace
- Wallet
- Transfer (Withdrawal)
- Receiving (Deposit)
- Auto Sweep
- Web3 Transaction
- NFT
- Babylon
- Tron Resource
- Transaction Callback Notification
- Co-Signer
- Error Code
- SDK
Full Custody
Custody WAPI
Workspace
Get MPC Workspace Coin Details
Get the details of MPC workspace’s native tokens, and tokens supported
GET
/
api
/
mpc
/
coin_list
Copy
curl -X GET \
--url 'https://openapi.keysecure.io/
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'
Copy
[
{
"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"
}
]
Request Parameters
Current timestamp, e.g.: 1600128590
Encoding format, typically utf-8
Unique identifier for the coin, used for transfers, e.g.:USDTERC20
Native tokens, Unique identifier for the coin, used for transfers, e.g.:ETH
Native token, default to getting all, true to get opened coins, false to get unopened coins
The starting id of the currency, for example, 100, the system will return the currency after 101, for example: 100. Note: If not passed, the default return is the latest 1500 currencies
The number of currencies to be obtained each time. If not passed, the default value is 1500, for example: 100
Response Data Parameters
id
Address regex pattern, e.g.:
.*Address tag regex pattern
Unique identifier of the native token of the network, e.g.:
MATIC1Contract address supported by MPC network
Coin precision
Number of confirmations for deposits
Number of confirmations for withdraw
Prefix for the block explorer address query link.
Prefix for the block explorer address query link.
Coin icon
Indicates if the network is open (false/true)
Name of the coin on the blockchain
Indicates if memo is supported (0:not supported, 1:supported)
Indicates if token coins are supported (0:not supported, 1:supported for native tokens, empty for tokens)
Coin network
Unique identifier for the coin, e.g.:
MATIC1Real name of the coin
Indicates if acceleration is supported (false/true)
Support for multiple addresses,
true: supported, false: not supportedMerged address Native token, Unique identifier for the coin
Belongs to the native token type,
0 for account type, 1 for utxo-type network, 2 for Memo typeMinimum withdraw amount
Copy
curl -X GET \
--url 'https://openapi.keysecure.io/
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'
Copy
[
{
"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"
}
]
Copy
curl -X GET \
--url 'https://openapi.keysecure.io/
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'
Copy
[
{
"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"
}
]
Assistant
Responses are generated using AI and may contain mistakes.