Skip to main content
GET
Get user farms transactions

Path Parameters

pubkey
string
required

Valid base58-encoded address of the user wallet

Example:

"AxqtG9SHDkZTLSWg81Sp7VqAzQpRqXtR9ziJ3VQAS8As"

Query Parameters

limit
integer
default:100

Maximum number of results to return (1-1000)

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

100

paginationToken
string

Token for fetching the next page of results

Example:

"eyJsYXN0SWQiOiIxMjM0In0="

noPagination
string

When true, returns all transactions without pagination

Example:

false

sort
enum<string>
default:asc

Sort order (asc for oldest first, desc for newest first)

Available options:
asc,
desc
Example:

"desc"

Response

OK

result
object[]
required
paginationToken
string

Token for fetching the next page. Absent when no more results.