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
Estimated Mining Fee For Transfer
Estimated mining fee for current coin transfer
GET
/
v2
/
chain
/
minerfee
Copy
curl -X GET \
--url 'https://openapi.keysecure.io/
/v2/chain/minerfee?app_id=ea30b0bf1881a02690e7203bf855cb9f&data=dca-L22ng-RrqDkT-O1WNDR0L3kJKC6jc4rGLfC6L1nBM5A8JSv-Z74Ao5JL4HtDgU5oveunbVSPoHnnubCuPJM4MRqmKRpLGm-9M9AmpKP8AQT7XqdLR1YVKb0Rz8RYiy-Qsf_lYFunLWAcNhqAaWXC2rsN1KPVKmufwtbWlFI-ZTFbp_bYsibKAU8mC4F5tMRmMWhitysBG-VFZIni4joWAZLcGctdY9zhVZC0THqSwP27F0iaCR4Q5af5pz5iiirCsslGg0tIp15qoqcMZVN_hIav94MBcuL0I2o_Of3ut7XagG5AXGNWyFaQdfwQLM04Lt6KexOv4WyyplC4rg=='
Copy
[
{
"feeSymbol":"ETH",
"symbol":"ETH",
"fee":"0.000255378",
"ifCollection":true,
"type":0
},
{
"feeSymbol":"ETH",
"symbol":"ETH Token",
"fee":"0.00037216",
"ifCollection":true,
"type":1
}
]
请求参数数据结构
Current timestamp, e.g.: 1600128590
Encoding format, typically utf-8
Version format, typically v2
Unique identifier for the coin, used for transfers, e.g.:USDTERC20
响应参数数据结构
Copy
curl -X GET \
--url 'https://openapi.keysecure.io/
/v2/chain/minerfee?app_id=ea30b0bf1881a02690e7203bf855cb9f&data=dca-L22ng-RrqDkT-O1WNDR0L3kJKC6jc4rGLfC6L1nBM5A8JSv-Z74Ao5JL4HtDgU5oveunbVSPoHnnubCuPJM4MRqmKRpLGm-9M9AmpKP8AQT7XqdLR1YVKb0Rz8RYiy-Qsf_lYFunLWAcNhqAaWXC2rsN1KPVKmufwtbWlFI-ZTFbp_bYsibKAU8mC4F5tMRmMWhitysBG-VFZIni4joWAZLcGctdY9zhVZC0THqSwP27F0iaCR4Q5af5pz5iiirCsslGg0tIp15qoqcMZVN_hIav94MBcuL0I2o_Of3ut7XagG5AXGNWyFaQdfwQLM04Lt6KexOv4WyyplC4rg=='
Copy
[
{
"feeSymbol":"ETH",
"symbol":"ETH",
"fee":"0.000255378",
"ifCollection":true,
"type":0
},
{
"feeSymbol":"ETH",
"symbol":"ETH Token",
"fee":"0.00037216",
"ifCollection":true,
"type":1
}
]
Copy
curl -X GET \
--url 'https://openapi.keysecure.io/
/v2/chain/minerfee?app_id=ea30b0bf1881a02690e7203bf855cb9f&data=dca-L22ng-RrqDkT-O1WNDR0L3kJKC6jc4rGLfC6L1nBM5A8JSv-Z74Ao5JL4HtDgU5oveunbVSPoHnnubCuPJM4MRqmKRpLGm-9M9AmpKP8AQT7XqdLR1YVKb0Rz8RYiy-Qsf_lYFunLWAcNhqAaWXC2rsN1KPVKmufwtbWlFI-ZTFbp_bYsibKAU8mC4F5tMRmMWhitysBG-VFZIni4joWAZLcGctdY9zhVZC0THqSwP27F0iaCR4Q5af5pz5iiirCsslGg0tIp15qoqcMZVN_hIav94MBcuL0I2o_Of3ut7XagG5AXGNWyFaQdfwQLM04Lt6KexOv4WyyplC4rg=='
Copy
[
{
"feeSymbol":"ETH",
"symbol":"ETH",
"fee":"0.000255378",
"ifCollection":true,
"type":0
},
{
"feeSymbol":"ETH",
"symbol":"ETH Token",
"fee":"0.00037216",
"ifCollection":true,
"type":1
}
]
Assistant
Responses are generated using AI and may contain mistakes.