This method returns the account's history.
The account's ID
GET /accounts/{account_id}/history HTTP/1.1
Host:
X-Ledger-API-Key: YOUR_API_KEY
Accept: */*
{
"history": [
[
{
"created_by": 5,
"created_on": "2025-06-20T11:07:31.569Z",
"expired_at": "2025-06-20T11:07:31.569Z",
"id": 1,
"is_complete": true,
"status": "ACTIVE",
"type": "CREATE_ACCOUNT"
}
]
]
}