Skip to main content
GET
/
v1
/
transactions
/
chart
Get Transactions Chart
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.

Authorizations

Authorization
string
header
required

User session scheme

Response

200 - application/json

Successful Response

date
string<date>
required
tonAmount
number
required
transactionsCount
integer
required