Introduction to APIs
MPC Self-Custody
- Integration Guide
- API Interface
- Transaction Callback Notification
- Co-Signer
- Error Code
- SDK
Full Custody
- Access Guidelines
- Integration
- Getting Started
- SDK
- API List
- Overview
- Get Address
- Account Balance
- User Deposit
- User Withdrawal
- Internal Transfer
- Error Code
Custody WAPI
Account Balance
List of Supported Coins
Get a list of the coins of the merchant
Copy
curl -X GET \
--url 'https://openapi.keysecure.io/
api/v2/user/getCoinList?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
{
"code":"0",
"data":[
{
"symbol":"BTC",
"icon":"http://Keysecure -oss.oss-cn-beijing.aliyuncs.com/saas/1565681771193.png",
"real_symbol":"BTC",
"decimals":"8",
"name":"Bitcoin",
"base_symbol":"BTC",
"contract_address":"",
"deposit_confirmation":"2",
"explorer":"https://btc.com/",
"address_regex":"^(1|3)[a-zA-Z0-9]{24,36}$",
"address_tag_regex":"",
"support_memo":"0",
"support_token":"0"
}
]
}
GET /api/v2/user/getCoinList
Decrypted Request Parameters
current timestamp
encoding format, no special case, pass parameter UTF-8
interface version number, no special case, pass parameter v2
Response Data Parameters
coin(Be sure to use the value returned by this field when calling the interface to withdraw coins, and any query interface)
coin icon
Crypto coin (coin) on-chain names
Decimals
Full name of coin
Main Chain Coin Name
Contract Address
Deposit Received
Withdrawal Available
Explorer
Address regex
Address tag regex
Whether memo is supported, 0 not supported 1 supported
Whether to support token coins, 0 does not support 1 supports, only main chain coins have value, tokens are empty
Prefix for the block explorer address query link.
Prefix for the block explorer address query link.
Merged address main chain coin, Unique identifier for the coin
Is it a margin coin
Copy
curl -X GET \
--url 'https://openapi.keysecure.io/
api/v2/user/getCoinList?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
{
"code":"0",
"data":[
{
"symbol":"BTC",
"icon":"http://Keysecure -oss.oss-cn-beijing.aliyuncs.com/saas/1565681771193.png",
"real_symbol":"BTC",
"decimals":"8",
"name":"Bitcoin",
"base_symbol":"BTC",
"contract_address":"",
"deposit_confirmation":"2",
"explorer":"https://btc.com/",
"address_regex":"^(1|3)[a-zA-Z0-9]{24,36}$",
"address_tag_regex":"",
"support_memo":"0",
"support_token":"0"
}
]
}
Copy
curl -X GET \
--url 'https://openapi.keysecure.io/
api/v2/user/getCoinList?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
{
"code":"0",
"data":[
{
"symbol":"BTC",
"icon":"http://Keysecure -oss.oss-cn-beijing.aliyuncs.com/saas/1565681771193.png",
"real_symbol":"BTC",
"decimals":"8",
"name":"Bitcoin",
"base_symbol":"BTC",
"contract_address":"",
"deposit_confirmation":"2",
"explorer":"https://btc.com/",
"address_regex":"^(1|3)[a-zA-Z0-9]{24,36}$",
"address_tag_regex":"",
"support_memo":"0",
"support_token":"0"
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.