Skip to main content

Retrieve an Operation Effects REST API Endpoint

Returns the effects of a specific operation

Updated on
Oct 04, 2023

Retrieve an Operation Effects REST API Endpoint

Path Parameters

id
string
REQUIRED
The ID number for this operation

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 operations
next
object
The next link object which contains the following field:
href
string
A link to the next page of operations, allowing for pagination
prev
object
The prev link object which contains the following field:
href
string
A link to the previous page of operations, 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 current operation, allowing navigation to the details of the operation
succeeds
object
The succeeds link object which contains the following field:
href
string
A link to effects with an order in descending order relative to this operation's order
precedes
object
The precedes link object which contains the following field:
href
string
A link to effects with an order in ascending order relative to this operation's order
id
string
The unique identifier of the operation
paging_token
string
A token used for pagination, providing a reference point for navigating between pages of operation records
account
string
The account that initiated the operation
type
string
The type of operation
type_i
integer
The numeric code representing the operation type
created_at
string
The timestamp indicating when the operation was created
asset_type
string
The type of asset involved in the operation
asset_code
string
The code of asset involved in the operation
asset_issuer
string
The issuer of asset involved in the operation
amount
string
The amount of the asset involved in the operation
Request
1
curl -L -X GET 'https://docs-demo.stellar-mainnet.quiknode.pro/operations/4337053680537601/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