Get transitions by heights list
Returns the transitions for the given block heights list. Only valid heights will return transitions.
Request Body¶
| Type | Required | Description |
|---|---|---|
| Array | Yes | The block heights of the requested transitions. Must be of maximum length 1000 and consist of non-negative integers |
Response¶
| Parameter | Type | Description |
|---|---|---|
result | Array<Transition> | The requested transitions |
| ```` |