cURL
curl --request GET \ --url http://localhost:3000/api/account/history/{environment}/{index}/{accountId}/{mint}
[ { "account": "<string>", "history": [ { "signature": "<string>", "slot": 123, "err": "<string>", "memo": "<string>", "blockTime": 123 } ] } ]
Confirmed
Finalized
Processed
The response is of type object[].
object[]