This method allows you to get the supported coins list of cosign wallet.
API Key permission group : Enable Enquiry
Designated Wallet : Not Impacted
curl --location --request GET '/open-api/v1/wallet/cosign/coin?timestamp=1640995200000' \
--header 'open-apikey;' \
--header 'signature;'{
"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}$"
},