Skip to content

Get a LedgerStateDelta object for a given transaction group

GET
/v2/deltas/txn/group/{id}

Get a ledger delta for a given transaction group.

id
required
string
/[A-Z0-9]+/

A transaction ID, or transaction group ID

format
string
Allowed values: json msgpack

Configures whether the response object is JSON or MessagePack encoded. If not provided, defaults to JSON.

Response containing a ledger state delta for a single transaction group.

Ledger StateDelta object

object

Invalid API Token

An error response with optional data field.

object
data
object
message
required
string

Could not find a delta for transaction ID or group ID

An error response with optional data field.

object
data
object
message
required
string

Timed out on request

An error response with optional data field.

object
data
object
message
required
string

Internal Error

An error response with optional data field.

object
data
object
message
required
string

Not Implemented

An error response with optional data field.

object
data
object
message
required
string

Unknown Error