---
title: "platform.validates"
method: POST
path: "/node/v1/avax/mainnet/{apiKey}/ext/bc/P"
---

# platform.validates

`POST /node/v1/avax/mainnet/{apiKey}/ext/bc/P`

Get the IDs of the blockchains a Subnet validates.

## Path parameters

- `apiKey` string, required

## Request body

- object
  - `id` integer, required
  - `jsonrpc` string, required
  - `method` string, required
  - `params` object, required
    - `subnetID` string — subnetID is the Subnet’s ID.

## Response `200`

200

- object
  - `id` integer
  - `jsonrpc` string
  - `result` object
    - `blockchainIDs` unknown[] — Each element of blockchainIDs is the ID of a blockchain the Subnet validates.
      - unknown

---

[API](https://skmtc.dev/zan/apis/zan-getnftmetadata.md) · [All operations](https://skmtc.dev/zan/apis/zan-getnftmetadata/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zan/zan-getnftmetadata/revisions/be8fa2338895/schema)
