Skip to main content
GET
/
api
/
v1
/
ika
/
agent
/
metadata
Network metadata
curl --request GET \
  --url https://backend.inkwell.finance/api/v1/ika/agent/metadata \
  --header 'X-API-Key: <api-key>'
{
  "network": "mainnet",
  "minStakeAmount": "1000000000",
  "decimals": 9,
  "coinType": "<string>",
  "stakedIkaType": "<string>",
  "systemObjectId": "<string>",
  "epochDurationMs": 86400000,
  "minValidatorJoiningStake": "<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

Response

200 - application/json

Network metadata

network
string
Example:

"mainnet"

minStakeAmount
string

Minimum stake in MIST (1 IKA = 1e9 MIST)

Example:

"1000000000"

decimals
integer
Example:

9

coinType
string
stakedIkaType
string
systemObjectId
string
epochDurationMs
integer
Example:

86400000

minValidatorJoiningStake
string