Skip to main content
GET
Get operation

Authorizations

X-API-Key
string
header
default:sk_your_secret_key_here
required

Your partner secret key (server-side only)

Headers

X-Request-Id
string<uuid>

UUID for request tracing. Para returns one if omitted.

Path Parameters

walletId
string<uuid>
required

Wallet UUID. A malformed or inaccessible wallet ID returns 404.

Example:

"0a1b2c3d-4e5f-6789-abcd-ef0123456789"

operationId
string<uuid>
required

Response

Current operation state.

id
string<uuid>
required
walletId
string<uuid>
required
chainId
enum<integer>
required
Available options:
1,
8453,
11155111
source
enum<string>
required
Available options:
aave-v3
action
enum<string>
required
Available options:
deposit,
withdraw
amount
string
required

Normalized decimal USDC amount, or all for withdrawals.

Example:

"10.0"

status
enum<string>
required

pending work automatically retries recognized temporary RPC failures before signing and waits for another yield operation on the same wallet. submitted can mean signed and durably stored even when RPC acceptance is uncertain. confirmed requires two confirmations of the canonical block; this is not finality. failed means an on-chain revert or NONCE_CONSUMED; it does not guarantee that no funds moved. requires_action needs an explicit retry after correcting the issue.

Available options:
pending,
submitted,
confirmed,
failed,
requires_action,
cancelled
transactions
object[]
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
error
object