Skip to main content

Retrieve an Account Operations REST API Endpoint

Retrieve successful operations for a given account

Updated on
Oct 4, 2023

Retrieve an Account Operations REST API Endpoint

Please note that this method can be used in streaming mode. Streaming mode allows you to listen for new operations for this account as they are added to the Stellar ledger.

Path Parameters

account_id
string
REQUIRED
The account id to retrieve transaction records

Query Parameters

cursor
integer
The position of the data set to retrieve
order
string
The order in which transactions are retrieved. The possible values include ascending and descending order
limit
integer
The maximum number of transactions to retrieve in a single request
include_failed
boolean
A boolean value that determines whether to include failed transactions in the result or not
join
array
The set to transactions to include the transactions which created each of the operations in the response

Returns

_links
object
The links related to the account data
self
object
The self-reference link
href
string
The URL for self-reference
templated
boolean
A boolean value that indicates whether the link is templated or not
next
object
The link to the next set of data
href
string
The URL for next set of data
templated
boolean
A boolean value that indicates whether the link is templated or not
prev
object
The link to the previous set of data
href
string
The URL for previous set of data
templated
boolean
A boolean value that indicates whether the link is templated or not
Request
1
curl -L -X GET 'https://docs-demo.stellar-mainnet.quiknode.pro/accounts/GATRERJBSQH5C7S5FPMG4Q2NXVRR6NF25NKTO7PAXUR7UFOE7CTPB2R6/operations' \
2
-H 'Accept: application/json'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free