GET
/
v2
/
staking
/
result
curl --request GET \
  --url https://backend.swap.coffee/v2/staking/result
"pending"

Authorizations

X-Api-Key
string
header
required

Query Parameters

query_id
integer
required

Public query id to track staking process

Response

200
application/json
Staking transaction status

The response is of type enum<string>.

Available options:
pending,
partially_complete,
succeeded,
failed,
timed_out