Skip to main content
GET
List points history

Authorizations

Authorization
string
header
required

API key authentication. Your API key should start with brb_.

Example: Authorization: Bearer brb_1234567890abcdef

Path Parameters

subnet_id
string
required

The unique identifier of the subnet (ULID format)

Pattern: ^[0-9A-HJKMNP-TV-Z]{26}$

Query Parameters

wallet_address
string

Filter by Solana wallet address

user_id
string

Filter by BitRobot user ID

task_run_id
string

Filter by task run ID. Returns the points a task_validate paid out for that run

start_date
string<date-time>

Filter events from this date (ISO 8601)

end_date
string<date-time>

Filter events until this date (ISO 8601)

page
integer
default:1

Page number for pagination

Required range: x >= 1
limit
integer
default:50

Results per page

Required range: 1 <= x <= 200

Response

Points history retrieved successfully.

status
enum<string>
required
Available options:
success
data
object
required