Skip to main content
GET
List All Transactions

Authorizations

Authorization
string
header
required

Personal API key, created in the Digital Surge app under Account Settings → API Keys. Send it with every request as Authorization: Bearer <your-api-key>.

Query Parameters

asset
string

asset

o
string

Which field to use when ordering the results.

page
integer

A page number within the paginated result set.

page_size
integer

Number of results to return per page.

status
string

status

time
enum<string>

Time Period

  • 24h - 24 hours
  • week - Week
  • month - Month
  • year - Year
Available options:
24h,
month,
week,
year
transaction_type
string

transaction_type

Response

200 - application/json
count
integer
required
Example:

123

results
object[]
required
next
string<uri> | null
Example:

"http://api.example.org/accounts/?page=4"

previous
string<uri> | null
Example:

"http://api.example.org/accounts/?page=2"