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
The round for which the deltas are desired.
Query Parameters
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
Contains a ledger delta for a single transaction group
object
Ledger StateDelta object
object
object
Contains a ledger delta for a single transaction group
object
Ledger StateDelta object
object
401
Invalid API Token
An error response with optional data field.
object
object
An error response with optional data field.
object
object
404
Could not find deltas for round
An error response with optional data field.
object
object
An error response with optional data field.
object
object
408
Timed out on request
An error response with optional data field.
object
object
An error response with optional data field.
object
object
500
Internal Error
An error response with optional data field.
object
object
An error response with optional data field.
object
object
501
Not Implemented
An error response with optional data field.
object
object
An error response with optional data field.
object
object
default
Unknown Error