Get user farms transactions
Farms
Get user farms transactions
Get all farms program transactions for a given user (with pagination).
GET
Get user farms transactions
Path Parameters
Valid base58-encoded address of the user wallet
Example:
"AxqtG9SHDkZTLSWg81Sp7VqAzQpRqXtR9ziJ3VQAS8As"
Query Parameters
Maximum number of results to return (1-1000)
Required range:
1 <= x <= 1000Example:
100
Token for fetching the next page of results
Example:
"eyJsYXN0SWQiOiIxMjM0In0="
When true, returns all transactions without pagination
Example:
false
Sort order (asc for oldest first, desc for newest first)
Available options:
asc, desc Example:
"desc"