Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get smart transfer statistic
TypeScript
const response: Promise<FireblocksResponse<SmartTransferStatistic>> = fireblocks.smartTransfer.getSmartTransferStatistic();
{ "inflow": { "coins": [ { "asset": "BTC", "amount": 15 } ], "ticketCount": 4 }, "outflow": { "coins": [ { "asset": "BTC", "amount": 15 } ], "ticketCount": 4 }, "totalActiveTickets": 5, "totalInactiveTickets": 5 }
Smart Transfer ticket statistic returned successfully
Smart transfers statistic
Inflow tickets data
Show child attributes
Outflow tickets data
Number of total active tickets
5
Number of total inactive tickets (expired, canceled, completed)
Was this page helpful?