查询session_id
POST
/api/v1/mining_nodes/session_id请求参数
Body 参数application/json
peer_nodes_list
array[string]
必需
additional
object
必需
nonce
string
必需
sign
string
必需
wallet
string
必需
示例
{
"peer_nodes_list": [
"{{peer_node_id}}"
],
"additional": {},
"nonce": "3Spg7pK2sn4Yes31tVkTwVoBTz3b4Va74ELngmnUqdvYzvYxmNX3qwp",
"sign": "c0ebe39a65260e8debd2877f58299011950b0fefee068a87651a539e3cee5438030e7958db7f79a2ffebab9dbb1ec6904ebcf42272908576137f506040017584",
"wallet": "5G6Bb5Lo9em2wxm2NcSGiV4APxp5Fr9LtvMSLEspRVSq1yUF",
"rent_order": "{{rent_order}}"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 2 年前