Skip to main content
GET
/
v1
/
ui
/
admin
/
transactions
Get all transactions (admin only)
curl --request GET \
  --url https://api.example.com/v1/ui/admin/transactions
{}

Query Parameters

currency
string

Filter by currency

transactionType
string

Filter by transaction type

status
string

Filter by status

fromDate
string

Start date (ISO 8601 format)

toDate
string

End date (ISO 8601 format)

limit
number

Maximum number of transactions to return

offset
number

Number of transactions to skip

providerId
string

Filter by provider ID

Response

200 - application/json

All transactions retrieved successfully

The response is of type object.