Skip to main content
GET
Stock activity

Authorizations

Authorization
string
header
required

Bearer Authentication

Headers

X-BU-PROFILE-ID
string

User profile header

Example:

"BUS_YOK8tp5Zga01qOKEsqp07"

Query Parameters

action
enum<string>

Restrict the page to one action; omit for both.

Available options:
buy,
sell
symbols
string[]

Restrict the page to comma-separated display tickers (e.g. AAPL,TSLA).

cursor
string<string>

The cursor

limit
integer

The number of items to return

Example:

10

Response

A page of stock activity, newest first.

General response Values

status
enum<string>
required
Available options:
success,
error
Example:

"success"

message
string
required
Example:

"message for success"

pagination
object
required
data
object[]
required