{
  "item": [
    {
      "name": "Blocks",
      "description": "Block listing and lookup (Blockscout REST v2).",
      "item": [
        {
          "id": "bb4c8c2c-51f2-4174-bd94-41a3d5896f57",
          "name": "List blocks",
          "request": {
            "name": "List blocks",
            "description": {},
            "url": {
              "path": [
                "v2",
                "blocks"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "type",
                  "value": "reorg"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "6b10081a-e0d3-41a3-bb19-d7cb73859a1f",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "blocks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "type",
                      "value": "reorg"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"example\": [\n    {\n      \"height\": 2850000,\n      \"hash\": \"0xabc...\",\n      \"timestamp\": \"2026-06-08T07:00:00Z\",\n      \"tx_count\": 12\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "dad37750-1b4d-4666-8f34-052f46bce78a",
          "name": "Get block by number or hash",
          "request": {
            "name": "Get block by number or hash",
            "description": {},
            "url": {
              "path": [
                "v2",
                "blocks",
                ":block_number_or_hash"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "block_number_or_hash",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "a5e9b251-b53e-4e69-94a2-aacfd39df8d7",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "blocks",
                    ":block_number_or_hash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"example\": {\n    \"height\": 2850000,\n    \"hash\": \"0xabc...\",\n    \"timestamp\": \"2026-06-08T07:00:00Z\",\n    \"gas_used\": \"21000\",\n    \"tx_count\": 12,\n    \"miner\": {\n      \"hash\": \"0x...\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c3c6bcc3-3a41-4fa3-9fc0-f600410be37a",
              "name": "Not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "blocks",
                    ":block_number_or_hash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"example\": {\n    \"message\": \"Not found\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Transactions",
      "description": "Transaction listing, lookup, token-transfers and logs.",
      "item": [
        {
          "id": "45686700-b07f-4b80-a698-cd3a1f7c6865",
          "name": "List transactions",
          "request": {
            "name": "List transactions",
            "description": {},
            "url": {
              "path": [
                "v2",
                "transactions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "validated"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "a513da24-f9be-4e95-84e8-352e1e2089b0",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "transactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "validated"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"example\": [\n    {\n      \"hash\": \"0x...\",\n      \"from\": {\n        \"hash\": \"0x...\"\n      },\n      \"to\": {\n        \"hash\": \"0x...\"\n      },\n      \"value\": \"1000000000000000000\",\n      \"status\": \"ok\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0fd7ab97-bb59-420e-a0da-7c2a6c21ecba",
          "name": "Get transaction by hash",
          "request": {
            "name": "Get transaction by hash",
            "description": {},
            "url": {
              "path": [
                "v2",
                "transactions",
                ":transaction_hash"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "0xBE048Ef6F5D31e4CcdcB6Df2aBBEc1BfFEaa7fad62F6cfEf88EC1CCFC86B42dc",
                  "key": "transaction_hash",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "f8e7899b-9610-40c6-82b1-d4c43427bfb7",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "transactions",
                    ":transaction_hash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"example\": {\n    \"hash\": \"0x...\",\n    \"status\": \"ok\",\n    \"block\": 2850000,\n    \"gas_used\": \"21000\",\n    \"from\": {\n      \"hash\": \"0x...\"\n    },\n    \"to\": {\n      \"hash\": \"0x...\"\n    },\n    \"value\": \"1000000000000000000\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "76852a9d-6b26-40ca-a07c-e8e6f4e42afc",
              "name": "Not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "transactions",
                    ":transaction_hash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"example\": {\n    \"message\": \"Not found\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "809f5c02-fcbd-4e0c-bc2c-4d6dca20ea1c",
          "name": "Token transfers of a transaction",
          "request": {
            "name": "Token transfers of a transaction",
            "description": {},
            "url": {
              "path": [
                "v2",
                "transactions",
                ":transaction_hash",
                "token-transfers"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "0xBE048Ef6F5D31e4CcdcB6Df2aBBEc1BfFEaa7fad62F6cfEf88EC1CCFC86B42dc",
                  "key": "transaction_hash",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "cd8cee00-c314-45d6-8a46-e3e1de97fe59",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "transactions",
                    ":transaction_hash",
                    "token-transfers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"example\": [\n    {\n      \"token\": {\n        \"address\": \"0x...\",\n        \"symbol\": \"tUSDT\"\n      },\n      \"total\": {\n        \"value\": \"100000000\",\n        \"decimals\": \"6\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7afc780e-f077-43f2-9699-c6721ae02e62",
          "name": "Logs of a transaction",
          "request": {
            "name": "Logs of a transaction",
            "description": {},
            "url": {
              "path": [
                "v2",
                "transactions",
                ":transaction_hash",
                "logs"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "0xBE048Ef6F5D31e4CcdcB6Df2aBBEc1BfFEaa7fad62F6cfEf88EC1CCFC86B42dc",
                  "key": "transaction_hash",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "0f419bb5-e3f5-4e3c-adb5-5b457021a054",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "transactions",
                    ":transaction_hash",
                    "logs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"example\": [\n    {\n      \"address\": {\n        \"hash\": \"0x...\"\n      },\n      \"topics\": [\n        \"0xddf2...\"\n      ],\n      \"data\": \"0x...\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Addresses",
      "description": "Address info, transactions, token transfers and balances.",
      "item": [
        {
          "id": "78b4eff9-82a5-4e09-ba23-2083603d08b2",
          "name": "Get address info",
          "request": {
            "name": "Get address info",
            "description": {},
            "url": {
              "path": [
                "v2",
                "addresses",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "0xDe0Aa1b3e0994E5c6580857cED650832102fd6BD",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "96dd9074-3162-4320-9ca8-39e3edd66edc",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "addresses",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"example\": {\n    \"hash\": \"0x...\",\n    \"coin_balance\": \"1000000000000000000\",\n    \"is_contract\": false,\n    \"is_verified\": false\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1f387dae-9301-4ad8-8079-838183f1358c",
          "name": "List transactions of an address",
          "request": {
            "name": "List transactions of an address",
            "description": {},
            "url": {
              "path": [
                "v2",
                "addresses",
                ":address",
                "transactions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "from"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "0xDe0Aa1b3e0994E5c6580857cED650832102fd6BD",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "8449b916-c0ad-4f86-b38b-5e425cafb4dd",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "addresses",
                    ":address",
                    "transactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "from"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"example\": [\n    {\n      \"hash\": \"0x...\",\n      \"value\": \"1000000000000000000\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3ec4b2ea-c314-4174-914f-ac532d2dbaaa",
          "name": "List token transfers of an address",
          "request": {
            "name": "List token transfers of an address",
            "description": {},
            "url": {
              "path": [
                "v2",
                "addresses",
                ":address",
                "token-transfers"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "0xDe0Aa1b3e0994E5c6580857cED650832102fd6BD",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "20da9a54-c802-40ad-be86-ebf64d8fd079",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "addresses",
                    ":address",
                    "token-transfers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"example\": [\n    {\n      \"token\": {\n        \"symbol\": \"tUSDC\"\n      },\n      \"total\": {\n        \"value\": \"5000000\",\n        \"decimals\": \"6\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c86db88e-5c2d-4718-a43a-95e06805c339",
          "name": "List token balances of an address",
          "request": {
            "name": "List token balances of an address",
            "description": {},
            "url": {
              "path": [
                "v2",
                "addresses",
                ":address",
                "tokens"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "0xDe0Aa1b3e0994E5c6580857cED650832102fd6BD",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "7a50b67b-a34a-40c7-976b-419ffe26d91b",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "addresses",
                    ":address",
                    "tokens"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"example\": [\n    {\n      \"token\": {\n        \"symbol\": \"tUSDT\",\n        \"decimals\": \"6\"\n      },\n      \"value\": \"100000000\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "153c1987-c697-49f3-a58a-faa18ae795b9",
          "name": "List logs emitted by an address",
          "request": {
            "name": "List logs emitted by an address",
            "description": {},
            "url": {
              "path": [
                "v2",
                "addresses",
                ":address",
                "logs"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "0xDe0Aa1b3e0994E5c6580857cED650832102fd6BD",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "647261f4-81bb-4db9-8378-90d15c5225ea",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "addresses",
                    ":address",
                    "logs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"example\": [\n    {\n      \"topics\": [\n        \"0x...\"\n      ],\n      \"data\": \"0x...\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Tokens",
      "description": "Token metadata, holders and transfers.",
      "item": [
        {
          "id": "93352627-ac25-43d5-b5b8-8cca8a2f9752",
          "name": "List tokens",
          "request": {
            "name": "List tokens",
            "description": {},
            "url": {
              "path": [
                "v2",
                "tokens"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "q",
                  "value": "<string>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "07f8071f-9589-4000-8bcf-76f3c8896a52",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "tokens"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "q",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "null",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7e964849-3776-447a-9352-13af520ccfbe",
          "name": "Get token by contract address",
          "request": {
            "name": "Get token by contract address",
            "description": {},
            "url": {
              "path": [
                "v2",
                "tokens",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "0xDe0Aa1b3e0994E5c6580857cED650832102fd6BD",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "5190c13f-5e13-43cd-bf2a-9ae27d6ce99f",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "tokens",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"example\": {\n    \"address\": \"0x67c8...\",\n    \"symbol\": \"tUSDT\",\n    \"name\": \"Test USDT\",\n    \"decimals\": \"6\",\n    \"total_supply\": \"100000000000000\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "22167ead-7da2-4cb5-b2f3-5662b3780ad1",
          "name": "List token holders",
          "request": {
            "name": "List token holders",
            "description": {},
            "url": {
              "path": [
                "v2",
                "tokens",
                ":address",
                "holders"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "0xDe0Aa1b3e0994E5c6580857cED650832102fd6BD",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "10e031a5-d2aa-437a-9edf-c84ab941b1a9",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "tokens",
                    ":address",
                    "holders"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"example\": [\n    {\n      \"address\": {\n        \"hash\": \"0x...\"\n      },\n      \"value\": \"100000000\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "52ddff05-be16-42fd-b898-debb3be65f6a",
          "name": "List token transfers",
          "request": {
            "name": "List token transfers",
            "description": {},
            "url": {
              "path": [
                "v2",
                "tokens",
                ":address",
                "transfers"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "0xDe0Aa1b3e0994E5c6580857cED650832102fd6BD",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "27364ecc-dd63-4ab0-b4dc-1aecbd525207",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "tokens",
                    ":address",
                    "transfers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"example\": [\n    {\n      \"from\": {\n        \"hash\": \"0x...\"\n      },\n      \"to\": {\n        \"hash\": \"0x...\"\n      },\n      \"total\": {\n        \"value\": \"100000000\",\n        \"decimals\": \"6\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Smart Contracts",
      "description": "Verified contract source, ABI and metadata.",
      "item": [
        {
          "id": "fc79e2df-d7b4-4d76-8f20-b436f01ac0fc",
          "name": "List verified smart contracts",
          "request": {
            "name": "List verified smart contracts",
            "description": {},
            "url": {
              "path": [
                "v2",
                "smart-contracts"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "0a777b44-1b5b-4698-aedc-3547d8004193",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "smart-contracts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"example\": [\n    {\n      \"address\": \"0x884f...\",\n      \"name\": \"WMO\",\n      \"compiler_version\": \"v0.8.20+commit...\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "903443ab-83b0-4c91-8599-77f04e3acf5c",
          "name": "Get verified contract source & ABI",
          "request": {
            "name": "Get verified contract source & ABI",
            "description": {},
            "url": {
              "path": [
                "v2",
                "smart-contracts",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "0xDe0Aa1b3e0994E5c6580857cED650832102fd6BD",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "491cee05-605d-469d-90ae-a324775ad4d9",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "smart-contracts",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"example\": {\n    \"name\": \"WMO\",\n    \"is_verified\": true,\n    \"compiler_version\": \"v0.8.20+commit...\",\n    \"abi\": [],\n    \"source_code\": \"// SPDX-License-Identifier: MIT ...\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Stats & Search",
      "description": "Network statistics, charts and unified search.",
      "item": [
        {
          "id": "a042ea6e-61d7-4a9d-9b21-7f07c28b2ec9",
          "name": "Network stats",
          "request": {
            "name": "Network stats",
            "description": {},
            "url": {
              "path": [
                "v2",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "7f1d1964-1552-4b5b-8a26-c03d9bcd614d",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"example\": {\n    \"total_blocks\": \"2850000\",\n    \"total_transactions\": \"12500000\",\n    \"total_addresses\": \"45000\",\n    \"average_block_time\": 304\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e66a245b-a09a-4f1e-a544-7fbf53eb4876",
          "name": "Daily transaction count chart",
          "request": {
            "name": "Daily transaction count chart",
            "description": {},
            "url": {
              "path": [
                "v2",
                "stats",
                "charts",
                "transactions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "a5208112-107f-4dd7-b6f7-f0237a83f1ab",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "stats",
                    "charts",
                    "transactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"example\": {\n    \"chart_data\": [\n      {\n        \"date\": \"2026-06-08\",\n        \"tx_count\": 120000\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ac9dd33c-335f-4f80-b2f7-304b134e2077",
          "name": "Search blocks / txs / addresses / tokens",
          "request": {
            "name": "Search blocks / txs / addresses / tokens",
            "description": {},
            "url": {
              "path": [
                "v2",
                "search"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  },
                  "key": "q",
                  "value": "<string>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "b2045569-0236-4cbe-87fc-f07a631033bc",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "q",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "null",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "JSON-RPC",
      "description": "Standard Ethereum JSON-RPC plus archive trace methods.",
      "item": [
        {
          "name": "eth_chainId",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{rpc_url}}",
              "host": [
                "{{rpc_url}}"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"2.0\",\n  \"id\": 1,\n  \"method\": \"eth_chainId\",\n  \"params\": []\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Public RPC node."
          }
        },
        {
          "name": "eth_blockNumber",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{rpc_url}}",
              "host": [
                "{{rpc_url}}"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"2.0\",\n  \"id\": 1,\n  \"method\": \"eth_blockNumber\",\n  \"params\": []\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Public RPC node."
          }
        },
        {
          "name": "eth_getBalance",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{rpc_url}}",
              "host": [
                "{{rpc_url}}"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"2.0\",\n  \"id\": 1,\n  \"method\": \"eth_getBalance\",\n  \"params\": [\n    \"0x0000000000000000000000000000000000000000\",\n    \"latest\"\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Public RPC node."
          }
        },
        {
          "name": "eth_getTransactionByHash",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{rpc_url}}",
              "host": [
                "{{rpc_url}}"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"2.0\",\n  \"id\": 1,\n  \"method\": \"eth_getTransactionByHash\",\n  \"params\": [\n    \"0x0000000000000000000000000000000000000000000000000000000000000000\"\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Public RPC node."
          }
        },
        {
          "name": "eth_getTransactionReceipt",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{rpc_url}}",
              "host": [
                "{{rpc_url}}"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"2.0\",\n  \"id\": 1,\n  \"method\": \"eth_getTransactionReceipt\",\n  \"params\": [\n    \"0x0000000000000000000000000000000000000000000000000000000000000000\"\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Public RPC node."
          }
        },
        {
          "name": "eth_call",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{rpc_url}}",
              "host": [
                "{{rpc_url}}"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"2.0\",\n  \"id\": 1,\n  \"method\": \"eth_call\",\n  \"params\": [\n    {\n      \"to\": \"0xcA11bde05977b3631167028862bE2a173976CA11\",\n      \"data\": \"0x0f28c97d\"\n    },\n    \"latest\"\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Public RPC node."
          }
        },
        {
          "name": "eth_estimateGas",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{rpc_url}}",
              "host": [
                "{{rpc_url}}"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"2.0\",\n  \"id\": 1,\n  \"method\": \"eth_estimateGas\",\n  \"params\": [\n    {\n      \"to\": \"0x0000000000000000000000000000000000000000\",\n      \"value\": \"0x1\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Public RPC node."
          }
        },
        {
          "name": "eth_sendRawTransaction",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{rpc_url}}",
              "host": [
                "{{rpc_url}}"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"2.0\",\n  \"id\": 1,\n  \"method\": \"eth_sendRawTransaction\",\n  \"params\": [\n    \"0x02f8...\"\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Public RPC node."
          }
        },
        {
          "name": "debug_traceTransaction",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{rpc_url}}",
              "host": [
                "{{rpc_url}}"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"2.0\",\n  \"id\": 1,\n  \"method\": \"debug_traceTransaction\",\n  \"params\": [\n    \"0x0000000000000000000000000000000000000000000000000000000000000000\",\n    {\n      \"tracer\": \"callTracer\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Archive node only (heavy response)."
          }
        },
        {
          "name": "debug_traceCall",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{rpc_url}}",
              "host": [
                "{{rpc_url}}"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"2.0\",\n  \"id\": 1,\n  \"method\": \"debug_traceCall\",\n  \"params\": [\n    {\n      \"to\": \"0x0000000000000000000000000000000000000000\",\n      \"data\": \"0x\"\n    },\n    \"latest\",\n    {\n      \"tracer\": \"callTracer\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Archive node only (heavy response)."
          }
        },
        {
          "name": "trace_block",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{rpc_url}}",
              "host": [
                "{{rpc_url}}"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"2.0\",\n  \"id\": 1,\n  \"method\": \"trace_block\",\n  \"params\": [\n    \"latest\"\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Archive node only (heavy response)."
          }
        },
        {
          "name": "trace_replayTransaction",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{rpc_url}}",
              "host": [
                "{{rpc_url}}"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"2.0\",\n  \"id\": 1,\n  \"method\": \"trace_replayTransaction\",\n  \"params\": [\n    \"0x0000000000000000000000000000000000000000000000000000000000000000\",\n    [\n      \"trace\"\n    ]\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Archive node only (heavy response)."
          }
        }
      ]
    }
  ],
  "event": [],
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://scan-testnet.rmb.cash/api"
    },
    {
      "key": "base_url",
      "value": "https://scan-testnet.mo.fit/api"
    },
    {
      "key": "rpc_url",
      "value": "https://rpc-testnet.mo.fit"
    }
  ],
  "info": {
    "_postman_id": "122c1a16-f3d8-4cf2-8970-ab9c540415f2",
    "name": "Mo Chain Explorer API",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "description": {
      "content": "Public REST + JSON-RPC endpoints for the **Mo Chain testnet** (Chain ID 6688 / MO).\n\n- **Blockscout v2 REST API** — blocks, transactions, addresses, tokens, contracts, stats.\n- **JSON-RPC** — standard Ethereum methods (subset) on the public RPC node.\n- **Archive trace** — `debug_*` / `trace_*` on the archive node (heavy responses).\n\nServers below are the production hyphenated subdomains. When this spec is served by the\nbundled `api-docs` container, the deploy script rewrites the server URLs to the actual\nhost so \"Try it out\" works against the deployed network.\n\n\nContact Support:\n Name: Mo Chain",
      "type": "text/plain"
    }
  }
}