curl --request GET \
--url https://api.mnemom.ai/v1/on-chain/history \
--header 'Authorization: Bearer <token>'{
"anchors": [
{
"anchor_id": "<string>",
"merkle_root": "<string>",
"tx_hash": "<string>",
"block_number": 123,
"gas_used": 123,
"chain": "ethereum",
"agent_ids": [
"<string>"
],
"anchored_at": "2023-11-07T05:31:56Z"
}
],
"total": 123
}Retrieve the history of on-chain Merkle root anchoring events. Returns a paginated list of all anchors with their transaction details, included agents, and verification status.
curl --request GET \
--url https://api.mnemom.ai/v1/on-chain/history \
--header 'Authorization: Bearer <token>'{
"anchors": [
{
"anchor_id": "<string>",
"merkle_root": "<string>",
"tx_hash": "<string>",
"block_number": 123,
"gas_used": 123,
"chain": "ethereum",
"agent_ids": [
"<string>"
],
"anchored_at": "2023-11-07T05:31:56Z"
}
],
"total": 123
}Supabase JWT token in Authorization: Bearer header
Filter by blockchain network
ethereum, polygon, base Filter anchors that include this agent
Start of time range
End of time range
Maximum number of records to return
1 <= x <= 100Number of records to skip for pagination
x >= 0