Перейти до основного вмісту
GET
/
v1
/
transactions
Отримати транзакції
curl --request GET \
  --url https://api.example.com/v1/transactions
[
  {
    "id": 123,
    "amount": 123,
    "created": "2023-11-07T05:31:56Z",
    "processed": "2023-11-07T05:31:56Z"
  }
]

Параметри запиту

sorting
string
offset
integer<int32>
limit
integer<int32>
fields
string

Відповідь

OK

id
integer<int32>
amount
number<double>
created
string<date-time>
processed
string<date-time> | null