HomeAPI ReferenceTransactionsGet Fees Categories transactions
GET/transactions/fees-categories

Get Fees Categories transactions

Outcome - Retrieves transactions specifically identified as system fees or gas station fees (non-vault transactions). This endpoint returns transactions where vaultId is null.

Query Parameters

cursorstringnullable

Cursor for pagination.

limitnumbernullable

Number of results per page.

sortKeystringnullable

Sort results by id, amount, dollarAmount, fees.

orderstringnullable

Sort order: 'ASC' or 'DESC'.

searchstringnullable

Search by senderAddress, receiverAddress.

filtersobjectnullable

Filters results. Can include gasStationCategoryId or systemFeesCategoryId.

Responses

Response attributes

messagestring

Success message

dataarray

List of transactions

metaobject

Pagination metadata

Show child attributes (5)
hasNextPageboolean

Whether there is a next page

hasPreviousPageboolean

Whether there is a previous page

nextCursorstringnullable

Cursor for the next page

previousCursorstringnullable

Cursor for the previous page

limitnumber

Limit of results

Was this page helpful?