Skip to content

Get LedgerStateDelta objects for all transaction groups in a given round

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

Get ledger deltas for transaction groups in a given round.

round
required
integer

A round number.

format
string
Allowed values: json msgpack

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

Response containing all ledger state deltas for transaction groups, with their associated Ids, in a single round.

object
Deltas
required
Array<object>

Contains a ledger delta for a single transaction group

object
Delta
required

Ledger StateDelta object

object
Ids
required
Array<string>

Invalid API Token

An error response with optional data field.

object
data
object
message
required
string

Could not find deltas for round

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