Accounts
Query parameters
firstnumberOptionalExample:
Maximum number of accounts to return (default: 100, max: 1000)
100skipnumberOptionalExample:
Number of accounts to skip for pagination (default: 0)
0sortBystring · enumOptionalExample:
Sort accounts by specific metrics:
- most_sales: Accounts with most items sold
- most_purchases: Accounts with most items purchased
- most_royalties: Accounts earning most royalties
- most_collections: Accounts with most collections created
- most_earned: Accounts with highest total earnings
- most_spent: Accounts with highest total spending
most_salesPossible values: idstringOptional
Filter by specific account ID
addressstring[]Optional
Filter by one or more account addresses (can be repeated or comma-separated)
networkstring · enumOptionalExample:
Filter by network
ETHEREUMPossible values: Responses
200
Account statistics
application/json
totalnumberRequired
Total number of accounts matching the filters
500
Internal server error
application/json
get/v1/accounts
Last updated