Skip to content
This new developer portal is under construction. For complete documentation, please refer to the old developer portal.

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.

Authorizations

Parameters

Path Parameters

round
required
integer

The round for which the deltas are desired.

Query Parameters

format
string
Allowed values: json msgpack

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

Responses

200

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>

401

Invalid API Token

An error response with optional data field.

object
data
object
message
required
string

404

Could not find deltas for round

An error response with optional data field.

object
data
object
message
required
string

408

Timed out on request

An error response with optional data field.

object
data
object
message
required
string

500

Internal Error

An error response with optional data field.

object
data
object
message
required
string

501

Not Implemented

An error response with optional data field.

object
data
object
message
required
string

default

Unknown Error