查询数字货币

介绍

此接口用于查询支持的数字货币

接口说明

请求方式:GET

请求路径:/open/api/v4/merchant/crypto/list

请求参数

Header参数:

参数名必选类型说明
appidYstring应用的唯一标识
timestampYstring当前 UTC 13 位时间戳, 5 分钟内有效
signYstring签名,签名方式可参考这里

URL参数:

参数名必选类型说明
fiatNstring3位法币code,eg:USD,EUR,JPY,不传默认USD

响应参数

{ "success": true, "returnCode": "0000", "returnMsg": "SUCCESS", "extend": "", "data": [ { "crypto": "NEAR", "network": "BSC", "buyEnable": 1, "sellEnable": 0, "minPurchaseAmount": 15.75,// 买币最小的法币限额 "maxPurchaseAmount": 1900,// 买币最大的法币限额 "address": null, "icon": "https://static.alchemypay.org/alchemypay/crypto-images/NEAR.png", "minSellAmount": null,// 卖币最小的数字货币数量 "maxSellAmount": null// 卖币最大的数字货币数量 }, { "crypto": "NEAR", "network": "NEAR", "buyEnable": 1, "sellEnable": 0, "minPurchaseAmount": 15.75, "maxPurchaseAmount": 1900, "address": null, "icon": "https://static.alchemypay.org/alchemypay/crypto-images/NEAR.png", "minSellAmount": null, "maxSellAmount": null }, { "crypto": "BCH", "network": "BSC", "buyEnable": 1, "sellEnable": 0, "minPurchaseAmount": 15.75, "maxPurchaseAmount": 1900, "address": null, "icon": "https://static.alchemypay.org/alchemypay/crypto-images/BCH.png", "minSellAmount": null, "maxSellAmount": null }, { "crypto": "BCH", "network": "ETH", "buyEnable": 1, "sellEnable": 0, "minPurchaseAmount": 15.75, "maxPurchaseAmount": 1900, "address": null, "icon": "https://static.alchemypay.org/alchemypay/crypto-images/BCH.png", "minSellAmount": null, "maxSellAmount": null }, { "crypto": "ACH", "network": "BSC", "buyEnable": 1, "sellEnable": 0, "minPurchaseAmount": 15.75, "maxPurchaseAmount": 1900, "address": null, "icon": "https://static.alchemypay.org/alchemypay/crypto-images/ACH.png", "minSellAmount": null, "maxSellAmount": null }, { "crypto": "ACH", "network": "ETH", "buyEnable": 1, "sellEnable": 0, "minPurchaseAmount": 26.25, "maxPurchaseAmount": 1900, "address": null, "icon": "https://static.alchemypay.org/alchemypay/crypto-images/ACH.png", "minSellAmount": null, "maxSellAmount": null }, { "crypto": "ADA", "network": "BSC", "buyEnable": 1, "sellEnable": 0, "minPurchaseAmount": 15.75, "maxPurchaseAmount": 1900, "address": null, "icon": "https://static.alchemypay.org/alchemypay/crypto-images/ADA.png", "minSellAmount": null, "maxSellAmount": null } ] }

查看ACH支持的数字货币列表 点击这里


Did this page help you?