Skip to main content
GET
TypeScript

Path Parameters

id
string
required

Unique identifier of the staking position.

Query Parameters

pageSize
integer<int32>
required

Number of results per page (minimum: 1, maximum: 100).

Required range: 1 <= x <= 100
Example:

10

pageCursor
string

Cursor for the next page of results. Use the value from the 'next' field in the previous response.

Example:

"eJ0eXAiOiJKV1QiLCJhbGcOiJIUzI1NiJ9"

order
enum<string>
default:DESC

ASC / DESC ordering for completed/failed history (default DESC). The in-flight transaction is always returned first.

Available options:
ASC,
DESC
Example:

"ASC"

Response

Paginated list of related transactions for the position returned successfully.

data
object[]
required

The related transactions for the current page.

Example:
next
string | null

Cursor for the next page. Use this value in the pageCursor parameter to fetch the next page. Null if no more pages.

Example:

"eJ0eXAiOiJKV1QiLCJhbGcOiJIUzI1NiJ9"