---
title: "Get Vault Type"
method: GET
path: "/checks/address/vault"
tags: ["Contract Checker"]
---

# Get Vault Type

`GET /checks/address/vault`

Get the vault type of a contract address (ERC4626, ERC5115, ERC7540)

## Query parameters

- `chain_id` integer
- `contract_address` string

## Response `200`

OK

- VaultTypeFE
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `form_implementation_id` integer, required
  - `type` string, required

## Other responses

- `default` — Error

---

[API](https://skmtc.net/superform/apis/superform-api.md) · [All operations](https://skmtc.net/superform/apis/superform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/superform/superform-api/revisions/6eb27ced1c96/schema)
