Effects represent specific changes that occur in the ledger as a result of successful operations, but are not necessarily directly reflected in the ledger or history, as transactions and operations are.
This endpoint lists all effects and can be used in streaming mode. Streaming mode allows you to listen for new effects as they are added to the Stellar ledger. If called in streaming mode, Horizon will start at the earliest known effect unless a cursor is set, in which case it will start from that cursor. By setting the cursor value to now, you can stream effects created since your request time.
This method will use 20
Compute Units.
There are eight groups of effect types. Each effect type has its own set of attributes.
Account Created
create_account
Account Removed
merge_account
Account Credited
create_account, payment, path_payment, merge_account
Account Debited
create_account, payment, path_payment, merge_account
Account Thresholds Updated
set_options
Account Home Domain Updated
set_options
Account Flags Updated
set_options
Account Inflation Destination Updated
set_options
Signer Created
set_options
Signer Removed
set_options
Signer Updated
set_options
Trustline Created
change_trust
Trustline Removed
change_trust
Trustline Updated
change_trust, allow_trust
Trustline Authorized
allow_trust
Trustline Deauthorized
allow_trust
Offer Created
manage_buy_offer, manage_sell_offer, create_passive_sell_offer
Offer Removed
manage_buy_offer, manage_sell_offer, create_passive_sell_offer, path_payment
Offer Updated
manage_buy_offer, manage_sell_offer, create_passive_sell_offer, path_payment
Trade
manage_buy_offer, manage_sell_offer, create_passive_sell_offer, path_payment
Data Created
manage_data
Data Removed
manage_data
Data Updated
manage_data
Claimable Balance Created
create_claimable_balance
Claimable Balance Claimant Created
create_claimable_balance
Claimable Balance Claimed
claim_claimable_balance
Account Sponsorship Created
create_account
Account Sponsorship Updated
revoke_sponsorship
Account Sponsorship Removed
revoke_sponsorship
Trustline Sponsorship Created
change_trust
Trustline Sponsorship Updated
revoke_sponsorship
Trustline Sponsorship Removed
revoke_sponsorship
Account Data Sponsorship Created
manage_data
Account Data Sponsorship Updated
revoke_sponsorship
Account Data Sponsorship Removed
revoke_sponsorship
Claimable Balance Sponsorship Created
create_claimable_balance
Claimable Balance Sponsorship Updated
revoke_sponsorship
Claimable Balance Sponsorship Removed
revoke_sponsorship
Account Signer Sponsorship Created
set_options
Account Signer Sponsorship Updated
revoke_sponsorship
Account Signer Sponsorship Removed
revoke_sponsorship
Liquidity Pool Created
change_trust
Liquidity Pool Removed
change_trust
Liquidity Pool Revoked
change_trust, allow_trust
Liquidity Pool Deposited
liquidity_pool_deposit
Liquidity Pool Withdraw
liquidity_pool_withdraw
Liquidity Pool Trade
path_payment
Sequence Bumped
bump_sequence
This endpoint lists all effects and can be used in streaming mode. Streaming mode allows you to listen for new effects as they are added to the Stellar ledger. If called in streaming mode, Horizon will start at the earliest known effect unless a cursor is set, in which case it will start from that cursor. By setting the cursor value to now, you can stream effects created since your request time.
A number that points to a specific location in a collection of responses and is pulled from the paging_token value of a record.
6606617478959105
A designation of the order in which records should appear. Options include asc (ascending) or desc (descending). If this argument isn’t set, it defaults to asc.
The maximum number of records returned. The limit can range from 1 to 200 - an upper limit that is hardcoded in Horizon for performance reasons. If this argument isn’t designated, it defaults to 10.
10
Success
G[A-Z0-9]{55}
1