Get transfer flow report
GET /api/v1/programmatic/reports/transfer-flow
/api/v1/programmatic/reports/transfer-flowReturns transfer volumes and directions for a month.
Parameters
| Name | In | Type | Description |
|---|---|---|---|
month | query | stringOptional | 2026-07 |
Code examples
curl --request GET \
--url 'https://api.tetri.app/api/v1/programmatic/reports/transfer-flow?month=2026-07' \
--header 'Authorization: Bearer $TETRI_API_TOKEN'