# hmy\_getCurrentStakingErrorSink

## API v1

### Returns

### Sample Curl Request

```bash
curl --location --request POST 'httpss://api.s0.b.hmny.io/' \
--header 'Content-Type: application/json' \
--data-raw '{
    "jsonrpc": "2.0",
    "method": "hmy_getCurrentStakingErrorSink",
    "params": [],
    "id": 1
}'
```

### Sample Curl Response

```bash
{
    "jsonrpc": "2.0",
    "id": 1,
    "result": []
}
```

## API v2

### Returns

### Sample Curl Request

```bash
curl --location --request POST 'httpss://api.s0.b.hmny.io/' \
--header 'Content-Type: application/json' \
--data-raw '{
    "jsonrpc": "2.0",
    "method": "hmyv2_getCurrentStakingErrorSink",
    "params": [],
    "id": 1
}'
```

### Sample Curl Response

```bash
{
    "jsonrpc": "2.0",
    "id": 1,
    "result": []
}
```
