Zum Hauptinhalt springen
GET
List contract transactions

Autorisierungen

X-Api-Key
string
header
erforderlich

Pfadparameter

contract_id
string
erforderlich

Contract identifier

Beispiel:

"con_a1b2c3d4"

Abfrageparameter

status
enum<string>

Filter by transaction status

Verfügbare Optionen:
valid,
invalid,
superseded
sender_eic
string

Filter by sender EIC code

Beispiel:

"11YWINDPARKNO--A"

receiver_eic
string

Filter by receiver EIC code

Beispiel:

"11YGREENENERGY-Z"

delivery_date
string<date>

Filter by delivery date (shorthand for full-day range)

Beispiel:

"2026-01-15"

delivery_start
string<date-time>

Filter: delivery start >= this value (ISO 8601)

Beispiel:

"2026-01-01T00:00:00Z"

delivery_end
string<date-time>

Filter: delivery end <= this value (ISO 8601)

Beispiel:

"2026-03-31T23:45:00Z"

slot_number_from
integer

Filter: slot number >= this value (1–100)

Erforderlicher Bereich: 1 <= x <= 100
slot_number_to
integer

Filter: slot number <= this value (1–100)

Erforderlicher Bereich: 1 <= x <= 100
include_assets
enum<string>
Standard:false

Include a deduplicated assets array in the response, containing all assets referenced by the returned transactions

Verfügbare Optionen:
true,
false
limit
integer
Standard:10

Maximum number of items per page

Erforderlicher Bereich: 1 <= x <= 100
after
string

Cursor for the next page — pass the next_cursor value from the previous response

Beispiel:

"con_a1b2c3d4"

Antwort

Transactions list

transactions
object[]
erforderlich

List of transactions

pagination
object
erforderlich
assets
object[]

Deduplicated list of assets referenced by the returned transactions (only present when include_assets=true)