Skip to main content
GET
Lấy danh sách yêu cầu đăng ký quyền mua

Ủy quyền

Authorization
string
header
bắt buộc

Bearer token used for protected REST API requests.

Phản hồi

Right subscription entitlements and requests for the current user/account.

id
integer<int64>

User subscription id.

accountId
string

Account eligible for the right subscription.

ruleId
integer<int64>

Source right subscription rule id.

symbol
string

Subscribed symbol.

eligibleShares
integer<int64>

Shares held or eligible for the entitlement.

maxNewShares
integer<int64>

Maximum new shares that can be subscribed.

subscribedShares
integer<int64>

Shares requested by the user.

remainingShares
integer<int64>

Remaining shares that can still be subscribed.

price
number

Subscription price per share.

heldAmount
number

Credit amount held for pending subscription.

status
enum<string>

Subscription request status.

Tùy chọn có sẵn:
pending,
approved,
rejected,
expired
rejectReason
string

Reason when rejected.

endDate
string<date>

Subscription end date.

createdAt
string<date-time>

Creation timestamp.

updatedAt
string<date-time> | null

Last update timestamp.