Retrieve a Transaction Effects REST API Endpoint
Path Parameters
transaction_hash
string
REQUIRED
The hash of the transaction
Query Parameters
cursor
integer
A number that points to a specific location in a collection of responses which is pulled from the paging_token value of a record
order
string
The designation of the order of the records. It can be ascending or descending. By default it is set to ascending
limit
integer
The maximum number of records returned
Returns
_links
object
The link object which provides links to various related resources
self
object
The self link object which contains the following field:
href
string
A link that points to the current page of effects
next
object
The next link object which contains the following field:
href
string
A link to the next page of effects, allowing for pagination
prev
object
The prev link object which contains the following field:
href
string
A link to the previous page of effects, enabling navigation backward
_embedded
object
Embedded operation object which contains the following fields:
records
array
An array containing individual operation records that match the query parameters
_links
object
Links to related resources associated with the specific operation
operation
object
The operation link object which contains the following field:
href
string
A link to the operation associated with the effect
succeeds
object
The succeeds link object which contains the following field:
href
string
A link to the effect that succeeds the current one
precedes
object
The precedes link object which contains the following field:
href
string
A link to the effect that precedes the current one
id
string
The unique identifier for the effect record
paging_token
string
The paging token for the effect record, aiding in navigation
account
string
The Stellar account affected by the effect. Value must match regular expression G[A-Z0-9]{55}
type
string
The type of effect, indicating the nature of the event
type_i
integer
The numeric code representing the effect type
created_at
string
The timestamp indicating when the effect was created
asset_type
string
The type of asset involved in the effect
amount
string
The amount of the asset involved in the effect
Request
1curl -L -X GET 'https://docs-demo.stellar-mainnet.quiknode.pro/transactions/bb596a47307f0c97014cff7606374d861313f52bc0b2aebbf31d0016f007cf34/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