List transactions
GET
/transactions
transactions
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://transactions.srblabs.io/api/v1/transactions'
Response Response Example
200 - Example 1
{
"data": null,
"limit": 10,
"offset": 0,
"total_count": 42
}
Request
Query Params
limit
integer
optional
>= 1<= 100
Default:
10
offset
integer
optional
>= 0
Default:
0
status
enum<string>
optional
Allowed values:
pendingconfirmedfailed
blockchain
string
optional
type
enum<string>
optional
Allowed values:
transfercontract_deploycontract_calltoken_transfertoken_approvalswap
from_date
string <date-time>
optional
to_date
string <date-time>
optional
Responses
Modified at 2025-04-30 01:08:17