Skip to main content
GET
Stock position detail

Authorizations

Authorization
string
header
required

Bearer Authentication

Headers

X-BU-PROFILE-ID
string

User profile header

Example:

"BUS_YOK8tp5Zga01qOKEsqp07"

Path Parameters

symbol
string
required

The stock's display ticker (e.g. AAPL), never the vendor symbol.

Example:

"AAPL"

Query Parameters

cursor
string<string>

The cursor

limit
integer

The number of items to return

Example:

10

Response

Position detail with recent activity.

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