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