Returns all gas station operations with optional filtering by chain, type, and status.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
chain |
query | string |
no | Filter by blockchain chain. |
type |
query | string |
no | Filter by operation type. |
status |
query | string |
no | Filter by operation status. |
limit |
query | integer |
no | Maximum number of operations to return. |
offset |
query | integer |
no | Number of operations to skip. |
Responses
| Status | Body | Description |
|---|---|---|
200 |
GasStationOperationsHistoryResponse |
Operations history retrieved. |
Specification
This page is generated from the OpenAPI specification, which remains the authoritative machine-readable source.