---
title: "GET /v2/storage/providers"
method: GET
path: "/v2/storage/providers"
tags: ["Storage"]
---

# GET /v2/storage/providers

`GET /v2/storage/providers`

Get TON storage providers deployed to the blockchain.

## Response `200`

a list of storage providers

- object
  - `providers` StorageProvider[], required
    - `accept_new_contracts` boolean, required
    - `address` string, address, required
    - `max_span` integer, required
    - `maximal_file_size` integer, required
    - `minimal_file_size` integer, required
    - `rate_per_mb_day` integer, required

## Other responses

- `default` — Some error during request processing

---

[API](https://skmtc.dev/tonapi/apis/rest-api-to-ton-blockchain-explorer.md) · [All operations](https://skmtc.dev/tonapi/apis/rest-api-to-ton-blockchain-explorer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tonapi/rest-api-to-ton-blockchain-explorer/revisions/fc4add7a71a0/schema)
