Get Account Keys
GET/api/v1/accounts/:accountAddress/key-histories
Free [1 Credits]
Request
Path Parameters
account address
Query Parameters
Possible values: >= 1
Results page you want to retrieve (1..N)
Number of records per page, min: 1, Max: 2000
Responses
- 200
OK
- */*
- Schema
- Example (from schema)
Schema
Array [
]
results
object[]
required
Possible values: [Account Update
, Fee Delegated Account Update
, Fee Delegated Account Update With Ratio
, Cancel
, Fee Delegated Cancel
, Fee Delegated Cancel With Ratio
, Smart Contract Deploy
, Fee Delegated Smart Contract Deploy
, Fee Delegated Smart Contract Deploy With Ratio
, Smart Contract Execution
, Fee Delegated Smart Contract Execution
, Fee Delegated Smart Contract Execution With Ratio
, Legacy
, Chain Data Anchoring
, Fee Delegated Chain Data Anchoring
, Fee Delegated Chain Data Anchoring With Ratio
, Value Transfer
, Fee Delegated Value Transfer
, Fee Delegated Value Transfer With Ratio
, Value Transfer Memo
, Fee Delegated Value Transfer Memo
, Fee Delegated Value Transfer Memo With Ratio
, Ethereum Access List
, Ethereum Dynamic Fee
]
Possible values: [AccountKeyLegacy
, AccountKeyPublic
, AccountKeyFail
, AccountKeyWeightedMultiSig
, AccountKeyRoleBased
]
account_key
object
Possible values: [AccountKeyLegacy
, AccountKeyPublic
, AccountKeyFail
, AccountKeyWeightedMultiSig
, AccountKeyRoleBased
]
paging
object
required
property
object
{
"results": [
{
"block_number": 0,
"transaction_hash": "string",
"transaction_type": "Account Update",
"account_address": "string",
"account_key_type": "AccountKeyLegacy",
"key": "string",
"account_key": {
"type": "AccountKeyLegacy"
},
"datetime": "2025-04-16T01:16:41.373Z"
}
],
"paging": {
"total_count": 0,
"current_page": 0,
"last": true,
"total_page": 0
},
"property": {}
}