> For the complete documentation index, see [llms.txt](https://docs.rpc.forbole.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rpc.forbole.com/rpc-api-documentation/guide-to-rpc/endpoints/rest.md).

# REST

## Cosmos-SDK based chain

### Request

```bash
curl https://api-mainnet-akash-fullnode.forbole.com/cosmos/auth/v1beta1/params \
  -H "apiKey: {apiKey}"
```

### Response

```bash
{
  "jsonrpc": "2.0",
  "id": -1,
  "result": {
    "response": {
      "data": "sgn",
      "version": "1.19.6",
      "last_block_height": "16723601",
      "last_block_app_hash": "hQ48dvpbZNKNVVNTo6iwXdH2eP0GB+y5q99bGcrKpkc="
    }
  }
}
```
