Skip to main content
GET
/
v1
/
yield
/
result
Returns status of interaction with yield pool operation
curl --request GET \
  --url https://backend.swap.coffee/v1/yield/result \
  --header 'X-Api-Key: <api-key>'
[
  "pending"
]

Documentation Index

Fetch the complete documentation index at: https://docs.swap.coffee/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Api-Key
string
header
required

Query Parameters

query_id
string[]
required

Response

Operation status

Available options:
pending,
partially_complete,
request_confirmed,
second_stage_started,
refund,
succeeded,
failed,
timed_out