Skip to main content

Retrieve an Account Effects REST API Endpoint

Retrieves effects associated with a specific account using its account ID

Updated on
Oct 4, 2023

Retrieve an Account Effects REST API Endpoint

Please note that this method can be used in streaming mode. Streaming mode allows you to listen for new effects 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

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
_embedded
object
The embedded account records
records
array
An array of account records
_links
object
The links related to the account record
operation
object
Link to operation related to the account
href
string
The URL for operation related to the account
templated
boolean
A boolean value that indicates whether the link is templated or not
succeeds
object
Link to succeeds related to the account
href
string
The URL for succeeds related to the account
templated
boolean
A boolean value that indicates whether the link is templated or not
precedes
object
Link to precedes related to the account
href
string
The URL for precedes related to the account
templated
boolean
A boolean value that indicates whether the link is templated or not
id
string
The effect ID
paging_token
string
The paging token
transaction_successful
boolean
A boolean value that indicates whether the transaction was successful or not
source_account
string
The source account of the transaction
type
string
The type of effect
type_i
string
The type of Effects as an integer
created_at
string
The timestamp when the effect was created
transaction_hash
string
The hash of the transaction associated with the effects
asset_type
string
The type of asset
amount
string
The amount associated with the effect
Request
1
curl -L -X GET 'https://docs-demo.stellar-mainnet.quiknode.pro/accounts/GATIKGYHD7NHFH4QIBQORDNABKPOKP6EKSVJIHDKGMIBBYUV4NIMRYUL/effects' \
2
-H 'Accept: application/json'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free