Skip to main content
POST
/
api
/
v1
/
ika
/
agent
/
tx
/
unstake
Build unstake transaction
curl --request POST \
  --url https://backend.inkwell.finance/api/v1/ika/agent/tx/unstake \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "stakedIkaId": "<string>",
  "sender": "<string>"
}
'
{
  "target": "<string>",
  "arguments": [
    "<unknown>"
  ],
  "typeArguments": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.inkwell.finance/llms.txt

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

Authorizations

X-API-Key
string
header
required

Agent API key obtained via self-registration or admin registration

Body

application/json
stakedIkaId
string
required

Object ID of the StakedIka NFT

Pattern: ^0x[a-f0-9]{64}$
sender
string

Response

Move call parameters

Parameters to construct a Sui Move call transaction. The caller signs and submits.

target
string

Move function target (e.g. package::module::function)

arguments
any[]
typeArguments
string[]