curl --request GET \
--url https://api.fragapi.com/v1/transactions/chart \
--header 'Authorization: Bearer <token>'[
{
"date": "2023-12-25",
"tonAmount": 123,
"transactionsCount": 123
}
]Get transactions chart data
curl --request GET \
--url https://api.fragapi.com/v1/transactions/chart \
--header 'Authorization: Bearer <token>'[
{
"date": "2023-12-25",
"tonAmount": 123,
"transactionsCount": 123
}
]Documentation Index
Fetch the complete documentation index at: https://docs.fragapi.com/llms.txt
Use this file to discover all available pages before exploring further.