Skip to main content
GET
Get Arweave Uploads

Query Parameters

period
enum<string>

Restrict results to approximately the last day, week, or month. Omit or use all for no time limit.

Available options:
day,
week,
month,
all
limit
integer
default:20

Page size (1 to 100). Default 20.

Required range: 1 <= x <= 100
page
integer
default:1

1-based page number. Defaults to 1.

Required range: x >= 1
artist
string

Filter by wallet (0x + 40 hex) or username.

Minimum string length: 1
sort_by
enum<string>
default:usdc_cost

Sort by total USDC or total WinC.

Available options:
usdc_cost,
winc_cost
sort_order
enum<string>
default:desc

asc or desc.

Available options:
asc,
desc

Response

Successful response; see schema for field meanings.

uploads
object[]
required

One object per artist: that artist's total WinC, total USDC (string with six decimal places), and artist (username and address).

count
integer
required

Total number of artists matching the request (for pagination).

total_usdc_cost
number
required

Sum of USDC across all matching artists (not only the current page).