GET
/
v2
/
chain
/
minerfee
curl -X GET \
--url 'https://openapi.chainup.com//v2/chain/minerfee?app_id=ea30b0bf1881a02690e7203bf855cb9f&data=dca-L22ng-RrqDkT-O1WNDR0L3kJKC6jc4rGLfC6L1nBM5A8JSv-Z74Ao5JL4HtDgU5oveunbVSPoHnnubCuPJM4MRqmKRpLGm-9M9AmpKP8AQT7XqdLR1YVKb0Rz8RYiy-Qsf_lYFunLWAcNhqAaWXC2rsN1KPVKmufwtbWlFI-ZTFbp_bYsibKAU8mC4F5tMRmMWhitysBG-VFZIni4joWAZLcGctdY9zhVZC0THqSwP27F0iaCR4Q5af5pz5iiirCsslGg0tIp15qoqcMZVN_hIav94MBcuL0I2o_Of3ut7XagG5AXGNWyFaQdfwQLM04Lt6KexOv4WyyplC4rg=='
[
{
    "feeSymbol":"ETH",
    "symbol":"ETH",
    "fee":"0.000255378",
    "ifCollection":true,
    "type":0
},
{
    "feeSymbol":"ETH",
    "symbol":"ETH Token",
    "fee":"0.00037216",
    "ifCollection":true,
    "type":1
}
]

请求参数数据结构

time
long
required

Current timestamp, e.g.: 1600128590

charset
string
required

Encoding format, typically utf-8

version
string
required

Version format, typically v2

symbol
string
required

Unique identifier for the coin, used for transfers, e.g.:USDTERC20

响应参数数据结构

curl -X GET \
--url 'https://openapi.chainup.com//v2/chain/minerfee?app_id=ea30b0bf1881a02690e7203bf855cb9f&data=dca-L22ng-RrqDkT-O1WNDR0L3kJKC6jc4rGLfC6L1nBM5A8JSv-Z74Ao5JL4HtDgU5oveunbVSPoHnnubCuPJM4MRqmKRpLGm-9M9AmpKP8AQT7XqdLR1YVKb0Rz8RYiy-Qsf_lYFunLWAcNhqAaWXC2rsN1KPVKmufwtbWlFI-ZTFbp_bYsibKAU8mC4F5tMRmMWhitysBG-VFZIni4joWAZLcGctdY9zhVZC0THqSwP27F0iaCR4Q5af5pz5iiirCsslGg0tIp15qoqcMZVN_hIav94MBcuL0I2o_Of3ut7XagG5AXGNWyFaQdfwQLM04Lt6KexOv4WyyplC4rg=='
[
{
    "feeSymbol":"ETH",
    "symbol":"ETH",
    "fee":"0.000255378",
    "ifCollection":true,
    "type":0
},
{
    "feeSymbol":"ETH",
    "symbol":"ETH Token",
    "fee":"0.00037216",
    "ifCollection":true,
    "type":1
}
]