Account
List transactions
Retrieves a list of transactions initiated by the user
get/transactions
Query parameters
cursorstring
Returns the ‘next’ paginated page.
end_atinteger
End Time (unix time millisecond)
page_sizeinteger
Limit the number of responses in the page
start_atinteger
Start Time (unix time millisecond)
Response
OK
Example response
{
"next": "eyJmaWx0ZXIiMsIm1hcmtlciI6eyJtYXJrZXIiOiIxNjc1NjUwMDE3NDMxMTAxNjk5N=",
"prev": "eyJmaWx0ZXIiOnsiTGltaXQiOjkwfSwidGltZSI6MTY4MTY3OTgzNzk3MTMwOTk1MywibWFya2VyIjp7Im1zMjExMD==",
"results": [
{
"hash": "0x445c05d6bfb899e39338440d199971c4d7f4cde7878ed3888df3f716efb8df2",
"id": "12342423"
}
]
}