Skip to main content
GET
/
actions
/
{id}
Get tracked operation
curl --request GET \
  --url https://api.deframe.io/actions/{id} \
  --header 'x-api-key: <api-key>'
{
  "id": "65f1a2b3c4d5e6f789012345",
  "type": "CROSSCHAIN_INVESTMENT_DEPOSIT",
  "status": "PENDING",
  "strategyId": "65a1b2c3d4e5f6a7b8c9d0e1",
  "strategySlug": "aave-usdc-polygon",
  "originAddress": "0xb794F5eA0ba39494cE839613fffBA74279579268",
  "receiverAddress": "0xb794F5eA0ba39494cE839613fffBA74279579268",
  "amounts": "<unknown>",
  "transactions": [
    null
  ],
  "createdAt": "2026-05-19T14:30:00.000Z",
  "updatedAt": "2026-05-19T14:31:00.000Z",
  "finishedAt": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.deframe.io/llms.txt

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

Authorizations

x-api-key
string
header
required

API key for authentication. Obtain from your Deframe dashboard.

Path Parameters

id
string
required

ID

Example:

"65f1a2b3c4d5e6f789012345"

Response

Tracked operation retrieved successfully

Formatted tracking detail returned by GET /actions/{id}

id
string
required
Example:

"65f1a2b3c4d5e6f789012345"

type
string
required
Example:

"CROSSCHAIN_INVESTMENT_DEPOSIT"

status
string
required
Example:

"PENDING"

strategyId
string
Example:

"65a1b2c3d4e5f6a7b8c9d0e1"

strategySlug
string
Example:

"aave-usdc-polygon"

originAddress
string
Example:

"0xb794F5eA0ba39494cE839613fffBA74279579268"

receiverAddress
string
Example:

"0xb794F5eA0ba39494cE839613fffBA74279579268"

amounts
any | null

Formatted asset amounts for the tracked operation

transactions
null[]

Formatted transaction history for the tracked operation

createdAt
string<date-time>
Example:

"2026-05-19T14:30:00.000Z"

updatedAt
string<date-time>
Example:

"2026-05-19T14:31:00.000Z"

finishedAt
string<date-time> | null