Zum Hauptinhalt springen
GET
List contracts

Autorisierungen

X-Api-Key
string
header
erforderlich

Abfrageparameter

status
enum<string>

Filter by contract status

Verfügbare Optionen:
pending,
in_progress,
completed
type
enum<string>

Filter by contract type

Verfügbare Optionen:
ppa,
day_ahead,
intraday
eic
string

Filter by buyer or seller EIC code

Beispiel:

"11YGREENENERGY-Z"

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"

active_on
string<date>

Filter contracts active on this date

Beispiel:

"2026-01-15"

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

Contracts list

contracts
object[]
erforderlich

List of contracts

pagination
object
erforderlich