{
  "item": [
    {
      "name": "Blocks",
      "description": "Block listing and lookup (Blockscout REST v2).",
      "item": [
        {
          "id": "22db0d63-2341-431e-95b5-a28f1800f939",
          "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": "700ff9eb-9a95-4c0f-9b7f-2640a38be40c",
              "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": "8cff3095-ae0f-4587-a4ec-0f49028b04a3",
          "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": "04b1d1d7-1463-4ebe-ada9-cef9b9b12290",
              "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": "4524bb21-cdb4-4a4a-b013-52f9ab4cef2a",
              "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": "c61e3371-0293-4601-8ce9-82e886a8d800",
          "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": "pending"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "9fb21a61-e978-4d9e-b284-f0e7067a9534",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "transactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "pending"
                    }
                  ],
                  "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": "ad7a3ae7-c3be-4c20-b57e-ed9cee43a78c",
          "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": "0x8Eec1E95A611c7AE5ABAC7Fcc13Fb5DF7a1969Af64Fea8dbEAB99af5e440388A",
                  "key": "transaction_hash",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "d244d941-a70e-41ec-8cc6-21c92e5da626",
              "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": "9847eb21-4915-4811-98ea-9cfcdc274f9b",
              "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": "c0f911ba-b7f4-42c9-a1f7-d2f4d65fab90",
          "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": "0x8Eec1E95A611c7AE5ABAC7Fcc13Fb5DF7a1969Af64Fea8dbEAB99af5e440388A",
                  "key": "transaction_hash",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "6d5f88db-87d2-4a87-8d2f-2983496fd84a",
              "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": "abbe3715-7953-4a84-88a5-412e7734368b",
          "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": "0x8Eec1E95A611c7AE5ABAC7Fcc13Fb5DF7a1969Af64Fea8dbEAB99af5e440388A",
                  "key": "transaction_hash",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "63e50f92-e800-4f44-b8dd-3964ebd73059",
              "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": "65faa66b-72dd-4a2a-a063-343704e9dcbc",
          "name": "Get address info",
          "request": {
            "name": "Get address info",
            "description": {},
            "url": {
              "path": [
                "v2",
                "addresses",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "0x6B5BF4f0b14F2BABEeccffE50E8a41eCdf4BC0c6",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "d052e71d-e36b-4be2-a9b6-542d272f8c37",
              "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": "4e504db3-6489-4564-8ace-0563d206d95b",
          "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": "to"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "0x6B5BF4f0b14F2BABEeccffE50E8a41eCdf4BC0c6",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "3a35525c-b84d-435e-b2b0-517caa864392",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "addresses",
                    ":address",
                    "transactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "to"
                    }
                  ],
                  "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": "6ba0fec6-7992-47e1-abd3-36d7f9f793b7",
          "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": "0x6B5BF4f0b14F2BABEeccffE50E8a41eCdf4BC0c6",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "3e3e925b-0b22-4ef3-97d8-7b29dd6ee2cc",
              "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": "0ea975af-bb4c-44b4-a06b-db43007fc635",
          "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": "0x6B5BF4f0b14F2BABEeccffE50E8a41eCdf4BC0c6",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "4d643118-8045-4a75-9977-942778a605e3",
              "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": "577c19bd-6d0c-4a71-bc28-a8c812629451",
          "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": "0x6B5BF4f0b14F2BABEeccffE50E8a41eCdf4BC0c6",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "4083ed2a-3bde-4779-949d-b9770236fb3b",
              "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": "f9e64f57-a71d-4081-834f-3566fceb7caf",
          "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": "98c44b83-904d-4d80-8355-ea0ff78bec29",
              "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": "f641dc20-3342-4559-8c48-91813f71fb2d",
          "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": "0x6B5BF4f0b14F2BABEeccffE50E8a41eCdf4BC0c6",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "6a67425f-2390-4ce4-a40c-c144b738a335",
              "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": "15f06a4c-3f71-45b4-b92f-cecc0c9f3381",
          "name": "List token holders",
          "request": {
            "name": "List token holders",
            "description": {},
            "url": {
              "path": [
                "v2",
                "tokens",
                ":address",
                "holders"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "0x6B5BF4f0b14F2BABEeccffE50E8a41eCdf4BC0c6",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "d84d9411-226c-45ee-a384-ab21e8255f23",
              "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": "63b6eb9d-f59e-4934-8ed7-50a10493b229",
          "name": "List token transfers",
          "request": {
            "name": "List token transfers",
            "description": {},
            "url": {
              "path": [
                "v2",
                "tokens",
                ":address",
                "transfers"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "0x6B5BF4f0b14F2BABEeccffE50E8a41eCdf4BC0c6",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "3e177b8e-d555-4d99-b9b1-445bf7ef05a9",
              "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": "e9fd9bb3-f315-43bd-a723-0285d71b7523",
          "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": "9ab0927c-fe51-4536-94b4-ac641c9d9ff5",
              "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\": \"WRMB\",\n      \"compiler_version\": \"v0.8.20+commit...\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "829dce84-7350-4703-bfbe-be50b0848881",
          "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": "0x6B5BF4f0b14F2BABEeccffE50E8a41eCdf4BC0c6",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "44033dd1-7526-4838-b0b7-4cae35e49def",
              "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\": \"WRMB\",\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": "e1a48427-a877-43b9-8814-f1c0d424f2b6",
          "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": "a3a0e172-c606-4642-91a3-40f32e205f88",
              "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": "4005ba87-23a9-4854-abd1-de04f93a18d0",
          "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": "c5e111a5-d797-43d2-82b6-29ac93f66341",
              "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": "adc24329-b2d4-4479-8cb2-dafcb238efe8",
          "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": "377e242f-927d-439a-b7de-1fce8d9c17c1",
              "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.rmb.cash/api"
    },
    {
      "key": "base_url",
      "value": "https://scan.rmb.cash/api"
    },
    {
      "key": "rpc_url",
      "value": "https://rpc.rmb.cash"
    }
  ],
  "info": {
    "_postman_id": "60fb8209-4141-4983-b75c-481308ff6ae2",
    "name": "RMB Chain Explorer API",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "description": {
      "content": "Public REST + JSON-RPC endpoints for the **RMB Chain** (Chain ID 16688 / RMB).\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: RMB Chain",
      "type": "text/plain"
    }
  }
}