Skip to main content
GET
/
v1
/
intent-status
Get Intent Status
curl --request GET \
  --url https://api.yieldo.xyz/v1/intent-status
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Query Parameters

intent_hash
string
required

Intent hash (bytes32 hex)

chain_id
integer
required

Chain ID where the deposit router lives

Response

Successful Response