Estimated Order Amount
Last updated
Was this helpful?
Last updated
Was this helpful?
delegation energy quantity,must >= 65000
Duration of the order: allowed values are 1h
The API Access key as a string
your api key
The Base64-encoded signature (see signing messages subsection for details)
signature
The UTC timestamp of your request .e.g : 2008-08-08T08:08:08.888Z
GET /v1/estimate HTTP/1.1
Host: api.catfee.io
CF-ACCESS-KEY: text
CF-ACCESS-SIGN: text
CF-ACCESS-TIMESTAMP: text
Accept: */*
OK
{
"code": 1,
"msg": "text",
"sub_code": "text",
"sub_msg": "text",
"data": 1
}