v1
latestOpenAPI 3.0.02026-07-1498163181.9 KBTransactions
List of transactions
Returns the list of transactions
get/api/v1/transactions
Query parameters
pagenumber
Page number. Starts from 1
limitnumber
Number of items per page
Filter by created date
idsstring
Filter by id. Returns items with given ids
subscriptionIdstring
paymentIntentIdstring
typestring
Response
Example response
{
"page": 1,
"limit": 10,
"count": 1,
"query": {
"page": 1,
"limit": 10
},
"data": [
{
"nonce": 1,
"gasLimit": 1,
"asset": {
"chainId": 1,
"decimals": 1,
"superToken": {
"decimals": 1
},
"chain": {
"id": 1
}
}
}
]
}