Return transactions statistics
API - TRANSACTIONS - V2
Return transactions statistics
GET
Return transactions statistics
Documentation Index
Fetch the complete documentation index at: https://docs.zodia-custody.com/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
Start and inclusive date/time of the query
End and inclusive date/time of the query
Response
OK
Start and inclusive date/time of the query
Example:
"2021-08-03T18:17:57Z"
End and inclusive date/time of the query
Example:
"2021-08-03T18:17:57Z"
Statistics per outgoing transaction status
Example:
{
"CANCELLED BY MAKER": 110,
"REJECTED BY AUTHORISER": 40,
"FAILED": 367,
"CONFIRMED": 20,
"REJECTED BY SYSTEM": 126
}Statistics per incoming transaction status
Example:
{
"UNLOCKED": 994,
"REJECTED BY SYSTEM": 37,
"PENDING UNLOCK": 38
}