---
title: "Get the node's mining policy in ARC-compatible format."
method: GET
path: "/v1/policy"
tags: ["policy"]
---

# Get the node's mining policy in ARC-compatible format.

`GET /v1/policy`

## Response `200`

Policy response (ARC-compatible)

- PolicyResponse
  - `policy` Policy
    - `maxscriptsizepolicy` integer
    - `maxtxsigopscountspolicy` integer
    - `maxtxsizepolicy` integer
    - `miningFee` FeeAmount
      - `bytes` integer
      - `satoshis` integer
    - `standardFormatSupported` boolean
  - `timestamp` string, date-time

## Other responses

- `500` — Error response

---

[API](https://skmtc.net/bsv-blockchain/apis/teranode-asset-service-api.md) · [All operations](https://skmtc.net/bsv-blockchain/apis/teranode-asset-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bsv-blockchain/teranode-asset-service-api/revisions/5bc9be41e029/schema)
