Untitled

 avatar
unknown
plain_text
2 years ago
719 kB
3
Indexable
					"name": "INJ",
					"item": [
						{
							"name": "cosmos",
							"item": [
								{
									"name": "auth/v1beta1",
									"item": [
										{
											"name": "accounts",
											"item": [
												{
													"name": "Accounts",
													"request": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															}
														],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/auth/v1beta1/accounts",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"auth",
																"v1beta1",
																"accounts"
															],
															"query": [
																{
																	"key": "pagination.key",
																	"value": "<byte>",
																	"description": "key is a value returned in PageResponse.next_key to begin\nquerying the next page most efficiently. Only one of offset or key\nshould be set.",
																	"disabled": true
																},
																{
																	"key": "pagination.offset",
																	"value": "<uint64>",
																	"description": "offset is a numeric offset that can be used when key is unavailable.\nIt is less efficient than using key. Only one of offset or key should\nbe set.",
																	"disabled": true
																},
																{
																	"key": "pagination.limit",
																	"value": "<uint64>",
																	"description": "limit is the total number of results to be returned in the result page.\nIf left empty it will default to a value to be set by each app.",
																	"disabled": true
																},
																{
																	"key": "pagination.count_total",
																	"value": "<boolean>",
																	"description": "count_total is set to true  to indicate that the result set should include\na count of the total number of items available for pagination in UIs.\ncount_total is only respected when offset is used. It is ignored when key\nis set.",
																	"disabled": true
																},
																{
																	"key": "pagination.reverse",
																	"value": "<boolean>",
																	"description": "reverse is set to true if results are to be returned in the descending order.\n\nSince: cosmos-sdk 0.43",
																	"disabled": true
																}
															]
														},
														"description": "returns all the existing accounts  \n\nSince: cosmos-sdk 0.43"
													},
													"response": [
														{
															"name": "A successful response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/auth/v1beta1/accounts?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"auth",
																		"v1beta1",
																		"accounts"
																	],
																	"query": [
																		{
																			"key": "pagination.key",
																			"value": "<byte>"
																		},
																		{
																			"key": "pagination.offset",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.limit",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.count_total",
																			"value": "<boolean>"
																		},
																		{
																			"key": "pagination.reverse",
																			"value": "<boolean>"
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"accounts\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ],\n  \"pagination\": {\n    \"next_key\": \"<byte>\",\n    \"total\": \"<uint64>\"\n  }\n}"
														},
														{
															"name": "An unexpected error response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/auth/v1beta1/accounts?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"auth",
																		"v1beta1",
																		"accounts"
																	],
																	"query": [
																		{
																			"key": "pagination.key",
																			"value": "<byte>"
																		},
																		{
																			"key": "pagination.offset",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.limit",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.count_total",
																			"value": "<boolean>"
																		},
																		{
																			"key": "pagination.reverse",
																			"value": "<boolean>"
																		}
																	]
																}
															},
															"status": "Internal Server Error",
															"code": 500,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
														}
													]
												},
												{
													"name": "Account",
													"request": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															}
														],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/auth/v1beta1/accounts/:address",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"auth",
																"v1beta1",
																"accounts",
																":address"
															],
															"variable": [
																{
																	"key": "address",
																	"value": "<string>"
																}
															]
														},
														"description": "returns account details based on address"
													},
													"response": [
														{
															"name": "A successful response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/auth/v1beta1/accounts/:address",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"auth",
																		"v1beta1",
																		"accounts",
																		":address"
																	],
																	"variable": [
																		{
																			"key": "address",
																			"value": "<string>",
																			"description": "(Required) address defines the address to query for."
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"account\": {\n    \"type_url\": \"<string>\",\n    \"value\": \"<byte>\"\n  }\n}"
														},
														{
															"name": "An unexpected error response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/auth/v1beta1/accounts/:address",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"auth",
																		"v1beta1",
																		"accounts",
																		":address"
																	],
																	"variable": [
																		{
																			"key": "address",
																			"value": "<string>",
																			"description": "(Required) address defines the address to query for."
																		}
																	]
																}
															},
															"status": "Internal Server Error",
															"code": 500,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
														}
													]
												}
											]
										},
										{
											"name": "bech32",
											"item": [
												{
													"name": "Bech32Prefix",
													"request": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															}
														],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/auth/v1beta1/bech32",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"auth",
																"v1beta1",
																"bech32"
															]
														},
														"description": "queries bech32Prefix\n\nSince: cosmos-sdk 0.46"
													},
													"response": [
														{
															"name": "A successful response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/auth/v1beta1/bech32",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"auth",
																		"v1beta1",
																		"bech32"
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"bech32_prefix\": \"<string>\"\n}"
														},
														{
															"name": "An unexpected error response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/auth/v1beta1/bech32",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"auth",
																		"v1beta1",
																		"bech32"
																	]
																}
															},
															"status": "Internal Server Error",
															"code": 500,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
														}
													]
												},
												{
													"name": "AddressBytesToString",
													"request": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															}
														],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/auth/v1beta1/bech32/:address_bytes",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"auth",
																"v1beta1",
																"bech32",
																":address_bytes"
															],
															"variable": [
																{
																	"key": "address_bytes",
																	"value": "<byte>",
																	"description": "(Required) "
																}
															]
														},
														"description": "converts Account Address bytes to string\n\nSince: cosmos-sdk 0.46"
													},
													"response": [
														{
															"name": "A successful response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/auth/v1beta1/bech32/:address_bytes",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"auth",
																		"v1beta1",
																		"bech32",
																		":address_bytes"
																	],
																	"variable": [
																		{
																			"key": "address_bytes",
																			"value": "<byte>",
																			"description": "(Required) "
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"address_string\": \"<string>\"\n}"
														},
														{
															"name": "An unexpected error response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/auth/v1beta1/bech32/:address_bytes",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"auth",
																		"v1beta1",
																		"bech32",
																		":address_bytes"
																	],
																	"variable": [
																		{
																			"key": "address_bytes",
																			"value": "<byte>",
																			"description": "(Required) "
																		}
																	]
																}
															},
															"status": "Internal Server Error",
															"code": 500,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
														}
													]
												},
												{
													"name": "AddressStringToBytes",
													"request": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															}
														],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/auth/v1beta1/bech32/:address_string",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"auth",
																"v1beta1",
																"bech32",
																":address_string"
															],
															"variable": [
																{
																	"key": "address_string",
																	"value": "<string>",
																	"description": "(Required) "
																}
															]
														},
														"description": "converts Address string to bytes\n\nSince: cosmos-sdk 0.46"
													},
													"response": [
														{
															"name": "A successful response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/auth/v1beta1/bech32/:address_string",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"auth",
																		"v1beta1",
																		"bech32",
																		":address_string"
																	],
																	"variable": [
																		{
																			"key": "address_string",
																			"value": "<string>",
																			"description": "(Required) "
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"address_bytes\": \"<byte>\"\n}"
														},
														{
															"name": "An unexpected error response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/auth/v1beta1/bech32/:address_string",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"auth",
																		"v1beta1",
																		"bech32",
																		":address_string"
																	],
																	"variable": [
																		{
																			"key": "address_string",
																			"value": "<string>",
																			"description": "(Required) "
																		}
																	]
																}
															},
															"status": "Internal Server Error",
															"code": 500,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
														}
													]
												}
											]
										},
										{
											"name": "module_accounts",
											"item": [
												{
													"name": "ModuleAccounts",
													"request": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															}
														],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/auth/v1beta1/module_accounts",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"auth",
																"v1beta1",
																"module_accounts"
															]
														},
														"description": "returns all the existing module accounts\n\nSince: cosmos-sdk 0.46"
													},
													"response": [
														{
															"name": "A successful response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/auth/v1beta1/module_accounts",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"auth",
																		"v1beta1",
																		"module_accounts"
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"accounts\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
														},
														{
															"name": "An unexpected error response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/auth/v1beta1/module_accounts",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"auth",
																		"v1beta1",
																		"module_accounts"
																	]
																}
															},
															"status": "Internal Server Error",
															"code": 500,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
														}
													]
												},
												{
													"name": "ModuleAccountByName",
													"request": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															}
														],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/auth/v1beta1/module_accounts/:name",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"auth",
																"v1beta1",
																"module_accounts",
																":name"
															],
															"variable": [
																{
																	"key": "name",
																	"value": "<string>",
																	"description": "(Required) "
																}
															]
														},
														"description": "returns the module account info by module name"
													},
													"response": [
														{
															"name": "A successful response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/auth/v1beta1/module_accounts/:name",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"auth",
																		"v1beta1",
																		"module_accounts",
																		":name"
																	],
																	"variable": [
																		{
																			"key": "name",
																			"value": "<string>",
																			"description": "(Required) "
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"account\": {\n    \"type_url\": \"<string>\",\n    \"value\": \"<byte>\"\n  }\n}"
														},
														{
															"name": "An unexpected error response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/auth/v1beta1/module_accounts/:name",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"auth",
																		"v1beta1",
																		"module_accounts",
																		":name"
																	],
																	"variable": [
																		{
																			"key": "name",
																			"value": "<string>",
																			"description": "(Required) "
																		}
																	]
																}
															},
															"status": "Internal Server Error",
															"code": 500,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
														}
													]
												}
											]
										},
										{
											"name": "AccountAddressByID",
											"request": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													}
												],
												"url": {
													"raw": "https://inj.nownodes.io/cosmos/auth/v1beta1/address_by_id/:address_id",
													"protocol": "https",
													"host": [
														"inj",
														"nownodes",
														"io"
													],
													"path": [
														"cosmos",
														"auth",
														"v1beta1",
														"address_by_id",
														":address_id"
													],
													"variable": [
														{
															"key": "address_id",
															"value": "<string>"
														}
													]
												},
												"description": "returns account address based on account number\n\nSince: cosmos-sdk 0.46.2"
											},
											"response": [
												{
													"name": "A successful response.",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/auth/v1beta1/address_by_id/:id",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"auth",
																"v1beta1",
																"address_by_id",
																":id"
															],
															"variable": [
																{
																	"key": "id",
																	"value": "<int64>",
																	"description": "(Required) id is the account number of the address to be queried. This field\nshould have been an uint64 (like all account numbers), and will be\nupdated to uint64 in a future version of the auth query."
																}
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"account_address\": \"<string>\"\n}"
												},
												{
													"name": "An unexpected error response.",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/auth/v1beta1/address_by_id/:id",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"auth",
																"v1beta1",
																"address_by_id",
																":id"
															],
															"variable": [
																{
																	"key": "id",
																	"value": "<int64>",
																	"description": "(Required) id is the account number of the address to be queried. This field\nshould have been an uint64 (like all account numbers), and will be\nupdated to uint64 in a future version of the auth query."
																}
															]
														}
													},
													"status": "Internal Server Error",
													"code": 500,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
												}
											]
										},
										{
											"name": "Params",
											"request": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													}
												],
												"url": {
													"raw": "https://inj.nownodes.io/cosmos/auth/v1beta1/params",
													"protocol": "https",
													"host": [
														"inj",
														"nownodes",
														"io"
													],
													"path": [
														"cosmos",
														"auth",
														"v1beta1",
														"params"
													]
												},
												"description": "queries all parameters"
											},
											"response": [
												{
													"name": "A successful response.",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/auth/v1beta1/params",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"auth",
																"v1beta1",
																"params"
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"params\": {\n    \"max_memo_characters\": \"<uint64>\",\n    \"tx_sig_limit\": \"<uint64>\",\n    \"tx_size_cost_per_byte\": \"<uint64>\",\n    \"sig_verify_cost_ed25519\": \"<uint64>\",\n    \"sig_verify_cost_secp256k1\": \"<uint64>\"\n  }\n}"
												},
												{
													"name": "An unexpected error response.",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/auth/v1beta1/params",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"auth",
																"v1beta1",
																"params"
															]
														}
													},
													"status": "Internal Server Error",
													"code": 500,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
												}
											]
										}
									]
								},
								{
									"name": "bank/v1beta1",
									"item": [
										{
											"name": "balances/{address}",
											"item": [
												{
													"name": "AllBalances",
													"request": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															}
														],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/bank/v1beta1/balances/:address",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"bank",
																"v1beta1",
																"balances",
																":address"
															],
															"query": [
																{
																	"key": "pagination.key",
																	"value": "<byte>",
																	"description": "key is a value returned in PageResponse.next_key to begin\nquerying the next page most efficiently. Only one of offset or key\nshould be set.",
																	"disabled": true
																},
																{
																	"key": "pagination.offset",
																	"value": "<uint64>",
																	"description": "offset is a numeric offset that can be used when key is unavailable.\nIt is less efficient than using key. Only one of offset or key should\nbe set.",
																	"disabled": true
																},
																{
																	"key": "pagination.limit",
																	"value": "<uint64>",
																	"description": "limit is the total number of results to be returned in the result page.\nIf left empty it will default to a value to be set by each app.",
																	"disabled": true
																},
																{
																	"key": "pagination.count_total",
																	"value": "<boolean>",
																	"description": "count_total is set to true  to indicate that the result set should include\na count of the total number of items available for pagination in UIs.\ncount_total is only respected when offset is used. It is ignored when key\nis set.",
																	"disabled": true
																},
																{
																	"key": "pagination.reverse",
																	"value": "<boolean>",
																	"description": "reverse is set to true if results are to be returned in the descending order.\n\nSince: cosmos-sdk 0.43",
																	"disabled": true
																}
															],
															"variable": [
																{
																	"key": "address",
																	"value": ""
																}
															]
														},
														"description": "queries the balance of all coins for a single account"
													},
													"response": [
														{
															"name": "A successful response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/bank/v1beta1/balances/:address?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"bank",
																		"v1beta1",
																		"balances",
																		":address"
																	],
																	"query": [
																		{
																			"key": "pagination.key",
																			"value": "<byte>"
																		},
																		{
																			"key": "pagination.offset",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.limit",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.count_total",
																			"value": "<boolean>"
																		},
																		{
																			"key": "pagination.reverse",
																			"value": "<boolean>"
																		}
																	],
																	"variable": [
																		{
																			"key": "address",
																			"value": "<string>",
																			"description": "(Required) address is the address to query balances for."
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"balances\": [\n    {\n      \"denom\": \"<string>\",\n      \"amount\": \"<string>\"\n    },\n    {\n      \"denom\": \"<string>\",\n      \"amount\": \"<string>\"\n    }\n  ],\n  \"pagination\": {\n    \"next_key\": \"<byte>\",\n    \"total\": \"<uint64>\"\n  }\n}"
														},
														{
															"name": "An unexpected error response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/bank/v1beta1/balances/:address?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"bank",
																		"v1beta1",
																		"balances",
																		":address"
																	],
																	"query": [
																		{
																			"key": "pagination.key",
																			"value": "<byte>"
																		},
																		{
																			"key": "pagination.offset",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.limit",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.count_total",
																			"value": "<boolean>"
																		},
																		{
																			"key": "pagination.reverse",
																			"value": "<boolean>"
																		}
																	],
																	"variable": [
																		{
																			"key": "address",
																			"value": "<string>",
																			"description": "(Required) address is the address to query balances for."
																		}
																	]
																}
															},
															"status": "Internal Server Error",
															"code": 500,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
														}
													]
												},
												{
													"name": "Balance",
													"request": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															}
														],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/bank/v1beta1/balances/:address/by_denom?denom=",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"bank",
																"v1beta1",
																"balances",
																":address",
																"by_denom"
															],
															"query": [
																{
																	"key": "denom",
																	"value": "",
																	"description": "(Required) denom is the coin denom to query balances for."
																}
															],
															"variable": [
																{
																	"key": "address",
																	"value": "",
																	"description": "(Required) address is the address to query balances for."
																}
															]
														},
														"description": "queries the balance of a single coin for a single account"
													},
													"response": [
														{
															"name": "A successful response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/bank/v1beta1/balances/:address/by_denom?denom=<string>",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"bank",
																		"v1beta1",
																		"balances",
																		":address",
																		"by_denom"
																	],
																	"query": [
																		{
																			"key": "denom",
																			"value": "<string>"
																		}
																	],
																	"variable": [
																		{
																			"key": "address",
																			"value": "<string>",
																			"description": "(Required) address is the address to query balances for."
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"balance\": {\n    \"denom\": \"<string>\",\n    \"amount\": \"<string>\"\n  }\n}"
														},
														{
															"name": "An unexpected error response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/bank/v1beta1/balances/:address/by_denom?denom=<string>",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"bank",
																		"v1beta1",
																		"balances",
																		":address",
																		"by_denom"
																	],
																	"query": [
																		{
																			"key": "denom",
																			"value": "<string>"
																		}
																	],
																	"variable": [
																		{
																			"key": "address",
																			"value": "<string>",
																			"description": "(Required) address is the address to query balances for."
																		}
																	]
																}
															},
															"status": "Internal Server Error",
															"code": 500,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
														}
													]
												}
											]
										},
										{
											"name": "denoms_metadata",
											"item": [
												{
													"name": "DenomsMetadata",
													"request": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															}
														],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/bank/v1beta1/denoms_metadata",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"bank",
																"v1beta1",
																"denoms_metadata"
															],
															"query": [
																{
																	"key": "pagination.key",
																	"value": "<byte>",
																	"description": "key is a value returned in PageResponse.next_key to begin\nquerying the next page most efficiently. Only one of offset or key\nshould be set.",
																	"disabled": true
																},
																{
																	"key": "pagination.offset",
																	"value": "<uint64>",
																	"description": "offset is a numeric offset that can be used when key is unavailable.\nIt is less efficient than using key. Only one of offset or key should\nbe set.",
																	"disabled": true
																},
																{
																	"key": "pagination.limit",
																	"value": "<uint64>",
																	"description": "limit is the total number of results to be returned in the result page.\nIf left empty it will default to a value to be set by each app.",
																	"disabled": true
																},
																{
																	"key": "pagination.count_total",
																	"value": "<boolean>",
																	"description": "count_total is set to true  to indicate that the result set should include\na count of the total number of items available for pagination in UIs.\ncount_total is only respected when offset is used. It is ignored when key\nis set.",
																	"disabled": true
																},
																{
																	"key": "pagination.reverse",
																	"value": "<boolean>",
																	"description": "reverse is set to true if results are to be returned in the descending order.\n\nSince: cosmos-sdk 0.43",
																	"disabled": true
																}
															]
														},
														"description": "queries the client metadata for all registered coindenominations"
													},
													"response": [
														{
															"name": "A successful response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/bank/v1beta1/denoms_metadata?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"bank",
																		"v1beta1",
																		"denoms_metadata"
																	],
																	"query": [
																		{
																			"key": "pagination.key",
																			"value": "<byte>"
																		},
																		{
																			"key": "pagination.offset",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.limit",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.count_total",
																			"value": "<boolean>"
																		},
																		{
																			"key": "pagination.reverse",
																			"value": "<boolean>"
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"metadatas\": [\n    {\n      \"description\": \"<string>\",\n      \"denom_units\": [\n        {\n          \"denom\": \"<string>\",\n          \"exponent\": \"<long>\",\n          \"aliases\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        {\n          \"denom\": \"<string>\",\n          \"exponent\": \"<long>\",\n          \"aliases\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      ],\n      \"base\": \"<string>\",\n      \"display\": \"<string>\",\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"uri\": \"<string>\",\n      \"uri_hash\": \"<string>\"\n    },\n    {\n      \"description\": \"<string>\",\n      \"denom_units\": [\n        {\n          \"denom\": \"<string>\",\n          \"exponent\": \"<long>\",\n          \"aliases\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        {\n          \"denom\": \"<string>\",\n          \"exponent\": \"<long>\",\n          \"aliases\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      ],\n      \"base\": \"<string>\",\n      \"display\": \"<string>\",\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"uri\": \"<string>\",\n      \"uri_hash\": \"<string>\"\n    }\n  ],\n  \"pagination\": {\n    \"next_key\": \"<byte>\",\n    \"total\": \"<uint64>\"\n  }\n}"
														},
														{
															"name": "An unexpected error response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/bank/v1beta1/denoms_metadata?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"bank",
																		"v1beta1",
																		"denoms_metadata"
																	],
																	"query": [
																		{
																			"key": "pagination.key",
																			"value": "<byte>"
																		},
																		{
																			"key": "pagination.offset",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.limit",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.count_total",
																			"value": "<boolean>"
																		},
																		{
																			"key": "pagination.reverse",
																			"value": "<boolean>"
																		}
																	]
																}
															},
															"status": "Internal Server Error",
															"code": 500,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
														}
													]
												}
											]
										},
										{
											"name": "supply",
											"item": [
												{
													"name": "TotalSupply",
													"request": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															}
														],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/bank/v1beta1/supply",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"bank",
																"v1beta1",
																"supply"
															],
															"query": [
																{
																	"key": "pagination.key",
																	"value": "<byte>",
																	"description": "key is a value returned in PageResponse.next_key to begin\nquerying the next page most efficiently. Only one of offset or key\nshould be set.",
																	"disabled": true
																},
																{
																	"key": "pagination.offset",
																	"value": "<uint64>",
																	"description": "offset is a numeric offset that can be used when key is unavailable.\nIt is less efficient than using key. Only one of offset or key should\nbe set.",
																	"disabled": true
																},
																{
																	"key": "pagination.limit",
																	"value": "<uint64>",
																	"description": "limit is the total number of results to be returned in the result page.\nIf left empty it will default to a value to be set by each app.",
																	"disabled": true
																},
																{
																	"key": "pagination.count_total",
																	"value": "<boolean>",
																	"description": "count_total is set to true  to indicate that the result set should include\na count of the total number of items available for pagination in UIs.\ncount_total is only respected when offset is used. It is ignored when key\nis set.",
																	"disabled": true
																},
																{
																	"key": "pagination.reverse",
																	"value": "<boolean>",
																	"description": "reverse is set to true if results are to be returned in the descending order.\n\nSince: cosmos-sdk 0.43",
																	"disabled": true
																}
															]
														},
														"description": "queries the total supply of all coins"
													},
													"response": [
														{
															"name": "A successful response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/bank/v1beta1/supply?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"bank",
																		"v1beta1",
																		"supply"
																	],
																	"query": [
																		{
																			"key": "pagination.key",
																			"value": "<byte>"
																		},
																		{
																			"key": "pagination.offset",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.limit",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.count_total",
																			"value": "<boolean>"
																		},
																		{
																			"key": "pagination.reverse",
																			"value": "<boolean>"
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"supply\": [\n    {\n      \"denom\": \"<string>\",\n      \"amount\": \"<string>\"\n    },\n    {\n      \"denom\": \"<string>\",\n      \"amount\": \"<string>\"\n    }\n  ],\n  \"pagination\": {\n    \"next_key\": \"<byte>\",\n    \"total\": \"<uint64>\"\n  }\n}"
														},
														{
															"name": "An unexpected error response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/bank/v1beta1/supply?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"bank",
																		"v1beta1",
																		"supply"
																	],
																	"query": [
																		{
																			"key": "pagination.key",
																			"value": "<byte>"
																		},
																		{
																			"key": "pagination.offset",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.limit",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.count_total",
																			"value": "<boolean>"
																		},
																		{
																			"key": "pagination.reverse",
																			"value": "<boolean>"
																		}
																	]
																}
															},
															"status": "Internal Server Error",
															"code": 500,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
														}
													]
												},
												{
													"name": "SupplyOf",
													"request": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															}
														],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/bank/v1beta1/supply/by_denom?denom=<string>",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"bank",
																"v1beta1",
																"supply",
																"by_denom"
															],
															"query": [
																{
																	"key": "denom",
																	"value": "<string>",
																	"description": "denom is the coin denom to query balances for."
																}
															]
														},
														"description": "queries the supply of a single coin"
													},
													"response": [
														{
															"name": "A successful response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/bank/v1beta1/supply/by_denom?denom=<string>",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"bank",
																		"v1beta1",
																		"supply",
																		"by_denom"
																	],
																	"query": [
																		{
																			"key": "denom",
																			"value": "<string>"
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"amount\": {\n    \"denom\": \"<string>\",\n    \"amount\": \"<string>\"\n  }\n}"
														},
														{
															"name": "An unexpected error response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/bank/v1beta1/supply/by_denom?denom=<string>",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"bank",
																		"v1beta1",
																		"supply",
																		"by_denom"
																	],
																	"query": [
																		{
																			"key": "denom",
																			"value": "<string>"
																		}
																	]
																}
															},
															"status": "Internal Server Error",
															"code": 500,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
														}
													]
												}
											]
										},
										{
											"name": "Params",
											"request": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													}
												],
												"url": {
													"raw": "https://inj.nownodes.io/cosmos/bank/v1beta1/params",
													"protocol": "https",
													"host": [
														"inj",
														"nownodes",
														"io"
													],
													"path": [
														"cosmos",
														"bank",
														"v1beta1",
														"params"
													]
												},
												"description": "queries the parameters of x/bank module"
											},
											"response": [
												{
													"name": "A successful response.",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/bank/v1beta1/params",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"bank",
																"v1beta1",
																"params"
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"params\": {\n    \"send_enabled\": [\n      {\n        \"denom\": \"<string>\",\n        \"enabled\": \"<boolean>\"\n      },\n      {\n        \"denom\": \"<string>\",\n        \"enabled\": \"<boolean>\"\n      }\n    ],\n    \"default_send_enabled\": \"<boolean>\"\n  }\n}"
												},
												{
													"name": "An unexpected error response.",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/bank/v1beta1/params",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"bank",
																"v1beta1",
																"params"
															]
														}
													},
													"status": "Internal Server Error",
													"code": 500,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
												}
											]
										},
										{
											"name": "SpendableBalances",
											"request": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													}
												],
												"url": {
													"raw": "https://inj.nownodes.io/cosmos/bank/v1beta1/spendable_balances/:address",
													"protocol": "https",
													"host": [
														"inj",
														"nownodes",
														"io"
													],
													"path": [
														"cosmos",
														"bank",
														"v1beta1",
														"spendable_balances",
														":address"
													],
													"query": [
														{
															"key": "pagination.key",
															"value": "<byte>",
															"description": "key is a value returned in PageResponse.next_key to begin\nquerying the next page most efficiently. Only one of offset or key\nshould be set.",
															"disabled": true
														},
														{
															"key": "pagination.offset",
															"value": "<uint64>",
															"description": "offset is a numeric offset that can be used when key is unavailable.\nIt is less efficient than using key. Only one of offset or key should\nbe set.",
															"disabled": true
														},
														{
															"key": "pagination.limit",
															"value": "<uint64>",
															"description": "limit is the total number of results to be returned in the result page.\nIf left empty it will default to a value to be set by each app.",
															"disabled": true
														},
														{
															"key": "pagination.count_total",
															"value": "<boolean>",
															"description": "count_total is set to true  to indicate that the result set should include\na count of the total number of items available for pagination in UIs.\ncount_total is only respected when offset is used. It is ignored when key\nis set.",
															"disabled": true
														},
														{
															"key": "pagination.reverse",
															"value": "<boolean>",
															"description": "reverse is set to true if results are to be returned in the descending order.\n\nSince: cosmos-sdk 0.43",
															"disabled": true
														}
													],
													"variable": [
														{
															"key": "address",
															"value": "inj1j4v4f4dvpfsmpxtvemvag039xjcdn867qml5yk",
															"description": "(Required) address is the address to query spendable balances for."
														}
													]
												},
												"description": "queries the spenable balance of all coins for a singleaccount\n\nSince: cosmos-sdk 0.46"
											},
											"response": [
												{
													"name": "A successful response.",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/bank/v1beta1/spendable_balances/:address?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"bank",
																"v1beta1",
																"spendable_balances",
																":address"
															],
															"query": [
																{
																	"key": "pagination.key",
																	"value": "<byte>"
																},
																{
																	"key": "pagination.offset",
																	"value": "<uint64>"
																},
																{
																	"key": "pagination.limit",
																	"value": "<uint64>"
																},
																{
																	"key": "pagination.count_total",
																	"value": "<boolean>"
																},
																{
																	"key": "pagination.reverse",
																	"value": "<boolean>"
																}
															],
															"variable": [
																{
																	"key": "address",
																	"value": "<string>",
																	"description": "(Required) address is the address to query spendable balances for."
																}
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"balances\": [\n    {\n      \"denom\": \"<string>\",\n      \"amount\": \"<string>\"\n    },\n    {\n      \"denom\": \"<string>\",\n      \"amount\": \"<string>\"\n    }\n  ],\n  \"pagination\": {\n    \"next_key\": \"<byte>\",\n    \"total\": \"<uint64>\"\n  }\n}"
												},
												{
													"name": "An unexpected error response.",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/bank/v1beta1/spendable_balances/:address?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"bank",
																"v1beta1",
																"spendable_balances",
																":address"
															],
															"query": [
																{
																	"key": "pagination.key",
																	"value": "<byte>"
																},
																{
																	"key": "pagination.offset",
																	"value": "<uint64>"
																},
																{
																	"key": "pagination.limit",
																	"value": "<uint64>"
																},
																{
																	"key": "pagination.count_total",
																	"value": "<boolean>"
																},
																{
																	"key": "pagination.reverse",
																	"value": "<boolean>"
																}
															],
															"variable": [
																{
																	"key": "address",
																	"value": "<string>",
																	"description": "(Required) address is the address to query spendable balances for."
																}
															]
														}
													},
													"status": "Internal Server Error",
													"code": 500,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
												}
											]
										}
									]
								},
								{
									"name": "base/tendermint/v1beta1",
									"item": [
										{
											"name": "blocks",
											"item": [
												{
													"name": "GetLatestBlock",
													"request": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*",
																"disabled": true
															},
															{
																"key": "",
																"value": "",
																"type": "text",
																"disabled": true
															}
														],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/base/tendermint/v1beta1/blocks/latest",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"base",
																"tendermint",
																"v1beta1",
																"blocks",
																"latest"
															]
														},
														"description": "returns the latest block"
													},
													"response": [
														{
															"name": "A successful response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/base/tendermint/v1beta1/blocks/latest",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"base",
																		"tendermint",
																		"v1beta1",
																		"blocks",
																		"latest"
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"block_id\": {\n    \"hash\": \"<byte>\",\n    \"part_set_header\": {\n      \"total\": \"<long>\",\n      \"hash\": \"<byte>\"\n    }\n  },\n  \"block\": {\n    \"header\": {\n      \"version\": {\n        \"block\": \"<uint64>\",\n        \"app\": \"<uint64>\"\n      },\n      \"chain_id\": \"<string>\",\n      \"height\": \"<int64>\",\n      \"time\": \"<dateTime>\",\n      \"last_block_id\": {\n        \"hash\": \"<byte>\",\n        \"part_set_header\": {\n          \"total\": \"<long>\",\n          \"hash\": \"<byte>\"\n        }\n      },\n      \"last_commit_hash\": \"<byte>\",\n      \"data_hash\": \"<byte>\",\n      \"validators_hash\": \"<byte>\",\n      \"next_validators_hash\": \"<byte>\",\n      \"consensus_hash\": \"<byte>\",\n      \"app_hash\": \"<byte>\",\n      \"last_results_hash\": \"<byte>\",\n      \"evidence_hash\": \"<byte>\",\n      \"proposer_address\": \"<byte>\"\n    },\n    \"data\": {\n      \"txs\": [\n        \"<byte>\",\n        \"<byte>\"\n      ]\n    },\n    \"evidence\": {\n      \"evidence\": [\n        {\n          \"duplicate_vote_evidence\": {\n            \"vote_a\": {\n              \"type\": \"SIGNED_MSG_TYPE_UNKNOWN\",\n              \"height\": \"<int64>\",\n              \"round\": \"<integer>\",\n              \"block_id\": {\n                \"hash\": \"<byte>\",\n                \"part_set_header\": {\n                  \"total\": \"<long>\",\n                  \"hash\": \"<byte>\"\n                }\n              },\n              \"timestamp\": \"<dateTime>\",\n              \"validator_address\": \"<byte>\",\n              \"validator_index\": \"<integer>\",\n              \"signature\": \"<byte>\"\n            },\n            \"vote_b\": {\n              \"type\": \"SIGNED_MSG_TYPE_UNKNOWN\",\n              \"height\": \"<int64>\",\n              \"round\": \"<integer>\",\n              \"block_id\": {\n                \"hash\": \"<byte>\",\n                \"part_set_header\": {\n                  \"total\": \"<long>\",\n                  \"hash\": \"<byte>\"\n                }\n              },\n              \"timestamp\": \"<dateTime>\",\n              \"validator_address\": \"<byte>\",\n              \"validator_index\": \"<integer>\",\n              \"signature\": \"<byte>\"\n            },\n            \"total_voting_power\": \"<int64>\",\n            \"validator_power\": \"<int64>\",\n            \"timestamp\": \"<dateTime>\"\n          },\n          \"light_client_attack_evidence\": {\n            \"conflicting_block\": {\n              \"signed_header\": {\n                \"header\": {\n                  \"version\": {\n                    \"block\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"app\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  \"chain_id\": \"<string>\",\n                  \"height\": \"<int64>\",\n                  \"time\": \"<dateTime>\",\n                  \"last_block_id\": {\n                    \"hash\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"part_set_header\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  \"last_commit_hash\": \"<byte>\",\n                  \"data_hash\": \"<byte>\",\n                  \"validators_hash\": \"<byte>\",\n                  \"next_validators_hash\": \"<byte>\",\n                  \"consensus_hash\": \"<byte>\",\n                  \"app_hash\": \"<byte>\",\n                  \"last_results_hash\": \"<byte>\",\n                  \"evidence_hash\": \"<byte>\",\n                  \"proposer_address\": \"<byte>\"\n                },\n                \"commit\": {\n                  \"height\": \"<int64>\",\n                  \"round\": \"<integer>\",\n                  \"block_id\": {\n                    \"hash\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"part_set_header\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  \"signatures\": [\n                    {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  ]\n                }\n              },\n              \"validator_set\": {\n                \"validators\": [\n                  {\n                    \"address\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"pub_key\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"voting_power\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"proposer_priority\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  {\n                    \"address\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"pub_key\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"voting_power\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"proposer_priority\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  }\n                ],\n                \"proposer\": {\n                  \"address\": \"<byte>\",\n                  \"pub_key\": {\n                    \"ed25519\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"secp256k1\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  \"voting_power\": \"<int64>\",\n                  \"proposer_priority\": \"<int64>\"\n                },\n                \"total_voting_power\": \"<int64>\"\n              }\n            },\n            \"common_height\": \"<int64>\",\n            \"byzantine_validators\": [\n              {\n                \"address\": \"<byte>\",\n                \"pub_key\": {\n                  \"ed25519\": \"<byte>\",\n                  \"secp256k1\": \"<byte>\"\n                },\n                \"voting_power\": \"<int64>\",\n                \"proposer_priority\": \"<int64>\"\n              },\n              {\n                \"address\": \"<byte>\",\n                \"pub_key\": {\n                  \"ed25519\": \"<byte>\",\n                  \"secp256k1\": \"<byte>\"\n                },\n                \"voting_power\": \"<int64>\",\n                \"proposer_priority\": \"<int64>\"\n              }\n            ],\n            \"total_voting_power\": \"<int64>\",\n            \"timestamp\": \"<dateTime>\"\n          }\n        },\n        {\n          \"duplicate_vote_evidence\": {\n            \"vote_a\": {\n              \"type\": \"SIGNED_MSG_TYPE_UNKNOWN\",\n              \"height\": \"<int64>\",\n              \"round\": \"<integer>\",\n              \"block_id\": {\n                \"hash\": \"<byte>\",\n                \"part_set_header\": {\n                  \"total\": \"<long>\",\n                  \"hash\": \"<byte>\"\n                }\n              },\n              \"timestamp\": \"<dateTime>\",\n              \"validator_address\": \"<byte>\",\n              \"validator_index\": \"<integer>\",\n              \"signature\": \"<byte>\"\n            },\n            \"vote_b\": {\n              \"type\": \"SIGNED_MSG_TYPE_UNKNOWN\",\n              \"height\": \"<int64>\",\n              \"round\": \"<integer>\",\n              \"block_id\": {\n                \"hash\": \"<byte>\",\n                \"part_set_header\": {\n                  \"total\": \"<long>\",\n                  \"hash\": \"<byte>\"\n                }\n              },\n              \"timestamp\": \"<dateTime>\",\n              \"validator_address\": \"<byte>\",\n              \"validator_index\": \"<integer>\",\n              \"signature\": \"<byte>\"\n            },\n            \"total_voting_power\": \"<int64>\",\n            \"validator_power\": \"<int64>\",\n            \"timestamp\": \"<dateTime>\"\n          },\n          \"light_client_attack_evidence\": {\n            \"conflicting_block\": {\n              \"signed_header\": {\n                \"header\": {\n                  \"version\": {\n                    \"block\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"app\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  \"chain_id\": \"<string>\",\n                  \"height\": \"<int64>\",\n                  \"time\": \"<dateTime>\",\n                  \"last_block_id\": {\n                    \"hash\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"part_set_header\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  \"last_commit_hash\": \"<byte>\",\n                  \"data_hash\": \"<byte>\",\n                  \"validators_hash\": \"<byte>\",\n                  \"next_validators_hash\": \"<byte>\",\n                  \"consensus_hash\": \"<byte>\",\n                  \"app_hash\": \"<byte>\",\n                  \"last_results_hash\": \"<byte>\",\n                  \"evidence_hash\": \"<byte>\",\n                  \"proposer_address\": \"<byte>\"\n                },\n                \"commit\": {\n                  \"height\": \"<int64>\",\n                  \"round\": \"<integer>\",\n                  \"block_id\": {\n                    \"hash\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"part_set_header\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  \"signatures\": [\n                    {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  ]\n                }\n              },\n              \"validator_set\": {\n                \"validators\": [\n                  {\n                    \"address\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"pub_key\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"voting_power\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"proposer_priority\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  {\n                    \"address\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"pub_key\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"voting_power\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"proposer_priority\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  }\n                ],\n                \"proposer\": {\n                  \"address\": \"<byte>\",\n                  \"pub_key\": {\n                    \"ed25519\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"secp256k1\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  \"voting_power\": \"<int64>\",\n                  \"proposer_priority\": \"<int64>\"\n                },\n                \"total_voting_power\": \"<int64>\"\n              }\n            },\n            \"common_height\": \"<int64>\",\n            \"byzantine_validators\": [\n              {\n                \"address\": \"<byte>\",\n                \"pub_key\": {\n                  \"ed25519\": \"<byte>\",\n                  \"secp256k1\": \"<byte>\"\n                },\n                \"voting_power\": \"<int64>\",\n                \"proposer_priority\": \"<int64>\"\n              },\n              {\n                \"address\": \"<byte>\",\n                \"pub_key\": {\n                  \"ed25519\": \"<byte>\",\n                  \"secp256k1\": \"<byte>\"\n                },\n                \"voting_power\": \"<int64>\",\n                \"proposer_priority\": \"<int64>\"\n              }\n            ],\n            \"total_voting_power\": \"<int64>\",\n            \"timestamp\": \"<dateTime>\"\n          }\n        }\n      ]\n    },\n    \"last_commit\": {\n      \"height\": \"<int64>\",\n      \"round\": \"<integer>\",\n      \"block_id\": {\n        \"hash\": \"<byte>\",\n        \"part_set_header\": {\n          \"total\": \"<long>\",\n          \"hash\": \"<byte>\"\n        }\n      },\n      \"signatures\": [\n        {\n          \"block_id_flag\": \"BLOCK_ID_FLAG_UNKNOWN\",\n          \"validator_address\": \"<byte>\",\n          \"timestamp\": \"<dateTime>\",\n          \"signature\": \"<byte>\"\n        },\n        {\n          \"block_id_flag\": \"BLOCK_ID_FLAG_UNKNOWN\",\n          \"validator_address\": \"<byte>\",\n          \"timestamp\": \"<dateTime>\",\n          \"signature\": \"<byte>\"\n        }\n      ]\n    }\n  },\n  \"sdk_block\": {\n    \"header\": {\n      \"version\": {\n        \"block\": \"<uint64>\",\n        \"app\": \"<uint64>\"\n      },\n      \"chain_id\": \"<string>\",\n      \"height\": \"<int64>\",\n      \"time\": \"<dateTime>\",\n      \"last_block_id\": {\n        \"hash\": \"<byte>\",\n        \"part_set_header\": {\n          \"total\": \"<long>\",\n          \"hash\": \"<byte>\"\n        }\n      },\n      \"last_commit_hash\": \"<byte>\",\n      \"data_hash\": \"<byte>\",\n      \"validators_hash\": \"<byte>\",\n      \"next_validators_hash\": \"<byte>\",\n      \"consensus_hash\": \"<byte>\",\n      \"app_hash\": \"<byte>\",\n      \"last_results_hash\": \"<byte>\",\n      \"evidence_hash\": \"<byte>\",\n      \"proposer_address\": \"<string>\"\n    },\n    \"data\": {\n      \"txs\": [\n        \"<byte>\",\n        \"<byte>\"\n      ]\n    },\n    \"evidence\": {\n      \"evidence\": [\n        {\n          \"duplicate_vote_evidence\": {\n            \"vote_a\": {\n              \"type\": \"SIGNED_MSG_TYPE_UNKNOWN\",\n              \"height\": \"<int64>\",\n              \"round\": \"<integer>\",\n              \"block_id\": {\n                \"hash\": \"<byte>\",\n                \"part_set_header\": {\n                  \"total\": \"<long>\",\n                  \"hash\": \"<byte>\"\n                }\n              },\n              \"timestamp\": \"<dateTime>\",\n              \"validator_address\": \"<byte>\",\n              \"validator_index\": \"<integer>\",\n              \"signature\": \"<byte>\"\n            },\n            \"vote_b\": {\n              \"type\": \"SIGNED_MSG_TYPE_UNKNOWN\",\n              \"height\": \"<int64>\",\n              \"round\": \"<integer>\",\n              \"block_id\": {\n                \"hash\": \"<byte>\",\n                \"part_set_header\": {\n                  \"total\": \"<long>\",\n                  \"hash\": \"<byte>\"\n                }\n              },\n              \"timestamp\": \"<dateTime>\",\n              \"validator_address\": \"<byte>\",\n              \"validator_index\": \"<integer>\",\n              \"signature\": \"<byte>\"\n            },\n            \"total_voting_power\": \"<int64>\",\n            \"validator_power\": \"<int64>\",\n            \"timestamp\": \"<dateTime>\"\n          },\n          \"light_client_attack_evidence\": {\n            \"conflicting_block\": {\n              \"signed_header\": {\n                \"header\": {\n                  \"version\": {\n                    \"block\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"app\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  \"chain_id\": \"<string>\",\n                  \"height\": \"<int64>\",\n                  \"time\": \"<dateTime>\",\n                  \"last_block_id\": {\n                    \"hash\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"part_set_header\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  \"last_commit_hash\": \"<byte>\",\n                  \"data_hash\": \"<byte>\",\n                  \"validators_hash\": \"<byte>\",\n                  \"next_validators_hash\": \"<byte>\",\n                  \"consensus_hash\": \"<byte>\",\n                  \"app_hash\": \"<byte>\",\n                  \"last_results_hash\": \"<byte>\",\n                  \"evidence_hash\": \"<byte>\",\n                  \"proposer_address\": \"<byte>\"\n                },\n                \"commit\": {\n                  \"height\": \"<int64>\",\n                  \"round\": \"<integer>\",\n                  \"block_id\": {\n                    \"hash\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"part_set_header\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  \"signatures\": [\n                    {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  ]\n                }\n              },\n              \"validator_set\": {\n                \"validators\": [\n                  {\n                    \"address\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"pub_key\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"voting_power\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"proposer_priority\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  {\n                    \"address\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"pub_key\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"voting_power\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"proposer_priority\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  }\n                ],\n                \"proposer\": {\n                  \"address\": \"<byte>\",\n                  \"pub_key\": {\n                    \"ed25519\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"secp256k1\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  \"voting_power\": \"<int64>\",\n                  \"proposer_priority\": \"<int64>\"\n                },\n                \"total_voting_power\": \"<int64>\"\n              }\n            },\n            \"common_height\": \"<int64>\",\n            \"byzantine_validators\": [\n              {\n                \"address\": \"<byte>\",\n                \"pub_key\": {\n                  \"ed25519\": \"<byte>\",\n                  \"secp256k1\": \"<byte>\"\n                },\n                \"voting_power\": \"<int64>\",\n                \"proposer_priority\": \"<int64>\"\n              },\n              {\n                \"address\": \"<byte>\",\n                \"pub_key\": {\n                  \"ed25519\": \"<byte>\",\n                  \"secp256k1\": \"<byte>\"\n                },\n                \"voting_power\": \"<int64>\",\n                \"proposer_priority\": \"<int64>\"\n              }\n            ],\n            \"total_voting_power\": \"<int64>\",\n            \"timestamp\": \"<dateTime>\"\n          }\n        },\n        {\n          \"duplicate_vote_evidence\": {\n            \"vote_a\": {\n              \"type\": \"SIGNED_MSG_TYPE_UNKNOWN\",\n              \"height\": \"<int64>\",\n              \"round\": \"<integer>\",\n              \"block_id\": {\n                \"hash\": \"<byte>\",\n                \"part_set_header\": {\n                  \"total\": \"<long>\",\n                  \"hash\": \"<byte>\"\n                }\n              },\n              \"timestamp\": \"<dateTime>\",\n              \"validator_address\": \"<byte>\",\n              \"validator_index\": \"<integer>\",\n              \"signature\": \"<byte>\"\n            },\n            \"vote_b\": {\n              \"type\": \"SIGNED_MSG_TYPE_UNKNOWN\",\n              \"height\": \"<int64>\",\n              \"round\": \"<integer>\",\n              \"block_id\": {\n                \"hash\": \"<byte>\",\n                \"part_set_header\": {\n                  \"total\": \"<long>\",\n                  \"hash\": \"<byte>\"\n                }\n              },\n              \"timestamp\": \"<dateTime>\",\n              \"validator_address\": \"<byte>\",\n              \"validator_index\": \"<integer>\",\n              \"signature\": \"<byte>\"\n            },\n            \"total_voting_power\": \"<int64>\",\n            \"validator_power\": \"<int64>\",\n            \"timestamp\": \"<dateTime>\"\n          },\n          \"light_client_attack_evidence\": {\n            \"conflicting_block\": {\n              \"signed_header\": {\n                \"header\": {\n                  \"version\": {\n                    \"block\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"app\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  \"chain_id\": \"<string>\",\n                  \"height\": \"<int64>\",\n                  \"time\": \"<dateTime>\",\n                  \"last_block_id\": {\n                    \"hash\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"part_set_header\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  \"last_commit_hash\": \"<byte>\",\n                  \"data_hash\": \"<byte>\",\n                  \"validators_hash\": \"<byte>\",\n                  \"next_validators_hash\": \"<byte>\",\n                  \"consensus_hash\": \"<byte>\",\n                  \"app_hash\": \"<byte>\",\n                  \"last_results_hash\": \"<byte>\",\n                  \"evidence_hash\": \"<byte>\",\n                  \"proposer_address\": \"<byte>\"\n                },\n                \"commit\": {\n                  \"height\": \"<int64>\",\n                  \"round\": \"<integer>\",\n                  \"block_id\": {\n                    \"hash\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"part_set_header\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  \"signatures\": [\n                    {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  ]\n                }\n              },\n              \"validator_set\": {\n                \"validators\": [\n                  {\n                    \"address\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"pub_key\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"voting_power\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"proposer_priority\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  {\n                    \"address\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"pub_key\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"voting_power\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"proposer_priority\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  }\n                ],\n                \"proposer\": {\n                  \"address\": \"<byte>\",\n                  \"pub_key\": {\n                    \"ed25519\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"secp256k1\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  \"voting_power\": \"<int64>\",\n                  \"proposer_priority\": \"<int64>\"\n                },\n                \"total_voting_power\": \"<int64>\"\n              }\n            },\n            \"common_height\": \"<int64>\",\n            \"byzantine_validators\": [\n              {\n                \"address\": \"<byte>\",\n                \"pub_key\": {\n                  \"ed25519\": \"<byte>\",\n                  \"secp256k1\": \"<byte>\"\n                },\n                \"voting_power\": \"<int64>\",\n                \"proposer_priority\": \"<int64>\"\n              },\n              {\n                \"address\": \"<byte>\",\n                \"pub_key\": {\n                  \"ed25519\": \"<byte>\",\n                  \"secp256k1\": \"<byte>\"\n                },\n                \"voting_power\": \"<int64>\",\n                \"proposer_priority\": \"<int64>\"\n              }\n            ],\n            \"total_voting_power\": \"<int64>\",\n            \"timestamp\": \"<dateTime>\"\n          }\n        }\n      ]\n    },\n    \"last_commit\": {\n      \"height\": \"<int64>\",\n      \"round\": \"<integer>\",\n      \"block_id\": {\n        \"hash\": \"<byte>\",\n        \"part_set_header\": {\n          \"total\": \"<long>\",\n          \"hash\": \"<byte>\"\n        }\n      },\n      \"signatures\": [\n        {\n          \"block_id_flag\": \"BLOCK_ID_FLAG_UNKNOWN\",\n          \"validator_address\": \"<byte>\",\n          \"timestamp\": \"<dateTime>\",\n          \"signature\": \"<byte>\"\n        },\n        {\n          \"block_id_flag\": \"BLOCK_ID_FLAG_UNKNOWN\",\n          \"validator_address\": \"<byte>\",\n          \"timestamp\": \"<dateTime>\",\n          \"signature\": \"<byte>\"\n        }\n      ]\n    }\n  }\n}"
														},
														{
															"name": "An unexpected error response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/base/tendermint/v1beta1/blocks/latest",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"base",
																		"tendermint",
																		"v1beta1",
																		"blocks",
																		"latest"
																	]
																}
															},
															"status": "Internal Server Error",
															"code": 500,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
														}
													]
												},
												{
													"name": "GetBlockByHeight",
													"request": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															}
														],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/base/tendermint/v1beta1/blocks/:height",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"base",
																"tendermint",
																"v1beta1",
																"blocks",
																":height"
															],
															"variable": [
																{
																	"key": "height",
																	"value": "",
																	"description": "(Required) "
																}
															]
														},
														"description": "queries block for given height"
													},
													"response": [
														{
															"name": "A successful response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/base/tendermint/v1beta1/blocks/:height",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"base",
																		"tendermint",
																		"v1beta1",
																		"blocks",
																		":height"
																	],
																	"variable": [
																		{
																			"key": "height",
																			"value": "<int64>",
																			"description": "(Required) "
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"block_id\": {\n    \"hash\": \"<byte>\",\n    \"part_set_header\": {\n      \"total\": \"<long>\",\n      \"hash\": \"<byte>\"\n    }\n  },\n  \"block\": {\n    \"header\": {\n      \"version\": {\n        \"block\": \"<uint64>\",\n        \"app\": \"<uint64>\"\n      },\n      \"chain_id\": \"<string>\",\n      \"height\": \"<int64>\",\n      \"time\": \"<dateTime>\",\n      \"last_block_id\": {\n        \"hash\": \"<byte>\",\n        \"part_set_header\": {\n          \"total\": \"<long>\",\n          \"hash\": \"<byte>\"\n        }\n      },\n      \"last_commit_hash\": \"<byte>\",\n      \"data_hash\": \"<byte>\",\n      \"validators_hash\": \"<byte>\",\n      \"next_validators_hash\": \"<byte>\",\n      \"consensus_hash\": \"<byte>\",\n      \"app_hash\": \"<byte>\",\n      \"last_results_hash\": \"<byte>\",\n      \"evidence_hash\": \"<byte>\",\n      \"proposer_address\": \"<byte>\"\n    },\n    \"data\": {\n      \"txs\": [\n        \"<byte>\",\n        \"<byte>\"\n      ]\n    },\n    \"evidence\": {\n      \"evidence\": [\n        {\n          \"duplicate_vote_evidence\": {\n            \"vote_a\": {\n              \"type\": \"SIGNED_MSG_TYPE_UNKNOWN\",\n              \"height\": \"<int64>\",\n              \"round\": \"<integer>\",\n              \"block_id\": {\n                \"hash\": \"<byte>\",\n                \"part_set_header\": {\n                  \"total\": \"<long>\",\n                  \"hash\": \"<byte>\"\n                }\n              },\n              \"timestamp\": \"<dateTime>\",\n              \"validator_address\": \"<byte>\",\n              \"validator_index\": \"<integer>\",\n              \"signature\": \"<byte>\"\n            },\n            \"vote_b\": {\n              \"type\": \"SIGNED_MSG_TYPE_UNKNOWN\",\n              \"height\": \"<int64>\",\n              \"round\": \"<integer>\",\n              \"block_id\": {\n                \"hash\": \"<byte>\",\n                \"part_set_header\": {\n                  \"total\": \"<long>\",\n                  \"hash\": \"<byte>\"\n                }\n              },\n              \"timestamp\": \"<dateTime>\",\n              \"validator_address\": \"<byte>\",\n              \"validator_index\": \"<integer>\",\n              \"signature\": \"<byte>\"\n            },\n            \"total_voting_power\": \"<int64>\",\n            \"validator_power\": \"<int64>\",\n            \"timestamp\": \"<dateTime>\"\n          },\n          \"light_client_attack_evidence\": {\n            \"conflicting_block\": {\n              \"signed_header\": {\n                \"header\": {\n                  \"version\": {\n                    \"block\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"app\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  \"chain_id\": \"<string>\",\n                  \"height\": \"<int64>\",\n                  \"time\": \"<dateTime>\",\n                  \"last_block_id\": {\n                    \"hash\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"part_set_header\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  \"last_commit_hash\": \"<byte>\",\n                  \"data_hash\": \"<byte>\",\n                  \"validators_hash\": \"<byte>\",\n                  \"next_validators_hash\": \"<byte>\",\n                  \"consensus_hash\": \"<byte>\",\n                  \"app_hash\": \"<byte>\",\n                  \"last_results_hash\": \"<byte>\",\n                  \"evidence_hash\": \"<byte>\",\n                  \"proposer_address\": \"<byte>\"\n                },\n                \"commit\": {\n                  \"height\": \"<int64>\",\n                  \"round\": \"<integer>\",\n                  \"block_id\": {\n                    \"hash\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"part_set_header\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  \"signatures\": [\n                    {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  ]\n                }\n              },\n              \"validator_set\": {\n                \"validators\": [\n                  {\n                    \"address\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"pub_key\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"voting_power\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"proposer_priority\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  {\n                    \"address\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"pub_key\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"voting_power\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"proposer_priority\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  }\n                ],\n                \"proposer\": {\n                  \"address\": \"<byte>\",\n                  \"pub_key\": {\n                    \"ed25519\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"secp256k1\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  \"voting_power\": \"<int64>\",\n                  \"proposer_priority\": \"<int64>\"\n                },\n                \"total_voting_power\": \"<int64>\"\n              }\n            },\n            \"common_height\": \"<int64>\",\n            \"byzantine_validators\": [\n              {\n                \"address\": \"<byte>\",\n                \"pub_key\": {\n                  \"ed25519\": \"<byte>\",\n                  \"secp256k1\": \"<byte>\"\n                },\n                \"voting_power\": \"<int64>\",\n                \"proposer_priority\": \"<int64>\"\n              },\n              {\n                \"address\": \"<byte>\",\n                \"pub_key\": {\n                  \"ed25519\": \"<byte>\",\n                  \"secp256k1\": \"<byte>\"\n                },\n                \"voting_power\": \"<int64>\",\n                \"proposer_priority\": \"<int64>\"\n              }\n            ],\n            \"total_voting_power\": \"<int64>\",\n            \"timestamp\": \"<dateTime>\"\n          }\n        },\n        {\n          \"duplicate_vote_evidence\": {\n            \"vote_a\": {\n              \"type\": \"SIGNED_MSG_TYPE_UNKNOWN\",\n              \"height\": \"<int64>\",\n              \"round\": \"<integer>\",\n              \"block_id\": {\n                \"hash\": \"<byte>\",\n                \"part_set_header\": {\n                  \"total\": \"<long>\",\n                  \"hash\": \"<byte>\"\n                }\n              },\n              \"timestamp\": \"<dateTime>\",\n              \"validator_address\": \"<byte>\",\n              \"validator_index\": \"<integer>\",\n              \"signature\": \"<byte>\"\n            },\n            \"vote_b\": {\n              \"type\": \"SIGNED_MSG_TYPE_UNKNOWN\",\n              \"height\": \"<int64>\",\n              \"round\": \"<integer>\",\n              \"block_id\": {\n                \"hash\": \"<byte>\",\n                \"part_set_header\": {\n                  \"total\": \"<long>\",\n                  \"hash\": \"<byte>\"\n                }\n              },\n              \"timestamp\": \"<dateTime>\",\n              \"validator_address\": \"<byte>\",\n              \"validator_index\": \"<integer>\",\n              \"signature\": \"<byte>\"\n            },\n            \"total_voting_power\": \"<int64>\",\n            \"validator_power\": \"<int64>\",\n            \"timestamp\": \"<dateTime>\"\n          },\n          \"light_client_attack_evidence\": {\n            \"conflicting_block\": {\n              \"signed_header\": {\n                \"header\": {\n                  \"version\": {\n                    \"block\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"app\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  \"chain_id\": \"<string>\",\n                  \"height\": \"<int64>\",\n                  \"time\": \"<dateTime>\",\n                  \"last_block_id\": {\n                    \"hash\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"part_set_header\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  \"last_commit_hash\": \"<byte>\",\n                  \"data_hash\": \"<byte>\",\n                  \"validators_hash\": \"<byte>\",\n                  \"next_validators_hash\": \"<byte>\",\n                  \"consensus_hash\": \"<byte>\",\n                  \"app_hash\": \"<byte>\",\n                  \"last_results_hash\": \"<byte>\",\n                  \"evidence_hash\": \"<byte>\",\n                  \"proposer_address\": \"<byte>\"\n                },\n                \"commit\": {\n                  \"height\": \"<int64>\",\n                  \"round\": \"<integer>\",\n                  \"block_id\": {\n                    \"hash\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"part_set_header\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  \"signatures\": [\n                    {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  ]\n                }\n              },\n              \"validator_set\": {\n                \"validators\": [\n                  {\n                    \"address\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"pub_key\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"voting_power\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"proposer_priority\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  {\n                    \"address\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"pub_key\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"voting_power\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"proposer_priority\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  }\n                ],\n                \"proposer\": {\n                  \"address\": \"<byte>\",\n                  \"pub_key\": {\n                    \"ed25519\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"secp256k1\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  \"voting_power\": \"<int64>\",\n                  \"proposer_priority\": \"<int64>\"\n                },\n                \"total_voting_power\": \"<int64>\"\n              }\n            },\n            \"common_height\": \"<int64>\",\n            \"byzantine_validators\": [\n              {\n                \"address\": \"<byte>\",\n                \"pub_key\": {\n                  \"ed25519\": \"<byte>\",\n                  \"secp256k1\": \"<byte>\"\n                },\n                \"voting_power\": \"<int64>\",\n                \"proposer_priority\": \"<int64>\"\n              },\n              {\n                \"address\": \"<byte>\",\n                \"pub_key\": {\n                  \"ed25519\": \"<byte>\",\n                  \"secp256k1\": \"<byte>\"\n                },\n                \"voting_power\": \"<int64>\",\n                \"proposer_priority\": \"<int64>\"\n              }\n            ],\n            \"total_voting_power\": \"<int64>\",\n            \"timestamp\": \"<dateTime>\"\n          }\n        }\n      ]\n    },\n    \"last_commit\": {\n      \"height\": \"<int64>\",\n      \"round\": \"<integer>\",\n      \"block_id\": {\n        \"hash\": \"<byte>\",\n        \"part_set_header\": {\n          \"total\": \"<long>\",\n          \"hash\": \"<byte>\"\n        }\n      },\n      \"signatures\": [\n        {\n          \"block_id_flag\": \"BLOCK_ID_FLAG_UNKNOWN\",\n          \"validator_address\": \"<byte>\",\n          \"timestamp\": \"<dateTime>\",\n          \"signature\": \"<byte>\"\n        },\n        {\n          \"block_id_flag\": \"BLOCK_ID_FLAG_UNKNOWN\",\n          \"validator_address\": \"<byte>\",\n          \"timestamp\": \"<dateTime>\",\n          \"signature\": \"<byte>\"\n        }\n      ]\n    }\n  },\n  \"sdk_block\": {\n    \"header\": {\n      \"version\": {\n        \"block\": \"<uint64>\",\n        \"app\": \"<uint64>\"\n      },\n      \"chain_id\": \"<string>\",\n      \"height\": \"<int64>\",\n      \"time\": \"<dateTime>\",\n      \"last_block_id\": {\n        \"hash\": \"<byte>\",\n        \"part_set_header\": {\n          \"total\": \"<long>\",\n          \"hash\": \"<byte>\"\n        }\n      },\n      \"last_commit_hash\": \"<byte>\",\n      \"data_hash\": \"<byte>\",\n      \"validators_hash\": \"<byte>\",\n      \"next_validators_hash\": \"<byte>\",\n      \"consensus_hash\": \"<byte>\",\n      \"app_hash\": \"<byte>\",\n      \"last_results_hash\": \"<byte>\",\n      \"evidence_hash\": \"<byte>\",\n      \"proposer_address\": \"<string>\"\n    },\n    \"data\": {\n      \"txs\": [\n        \"<byte>\",\n        \"<byte>\"\n      ]\n    },\n    \"evidence\": {\n      \"evidence\": [\n        {\n          \"duplicate_vote_evidence\": {\n            \"vote_a\": {\n              \"type\": \"SIGNED_MSG_TYPE_UNKNOWN\",\n              \"height\": \"<int64>\",\n              \"round\": \"<integer>\",\n              \"block_id\": {\n                \"hash\": \"<byte>\",\n                \"part_set_header\": {\n                  \"total\": \"<long>\",\n                  \"hash\": \"<byte>\"\n                }\n              },\n              \"timestamp\": \"<dateTime>\",\n              \"validator_address\": \"<byte>\",\n              \"validator_index\": \"<integer>\",\n              \"signature\": \"<byte>\"\n            },\n            \"vote_b\": {\n              \"type\": \"SIGNED_MSG_TYPE_UNKNOWN\",\n              \"height\": \"<int64>\",\n              \"round\": \"<integer>\",\n              \"block_id\": {\n                \"hash\": \"<byte>\",\n                \"part_set_header\": {\n                  \"total\": \"<long>\",\n                  \"hash\": \"<byte>\"\n                }\n              },\n              \"timestamp\": \"<dateTime>\",\n              \"validator_address\": \"<byte>\",\n              \"validator_index\": \"<integer>\",\n              \"signature\": \"<byte>\"\n            },\n            \"total_voting_power\": \"<int64>\",\n            \"validator_power\": \"<int64>\",\n            \"timestamp\": \"<dateTime>\"\n          },\n          \"light_client_attack_evidence\": {\n            \"conflicting_block\": {\n              \"signed_header\": {\n                \"header\": {\n                  \"version\": {\n                    \"block\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"app\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  \"chain_id\": \"<string>\",\n                  \"height\": \"<int64>\",\n                  \"time\": \"<dateTime>\",\n                  \"last_block_id\": {\n                    \"hash\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"part_set_header\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  \"last_commit_hash\": \"<byte>\",\n                  \"data_hash\": \"<byte>\",\n                  \"validators_hash\": \"<byte>\",\n                  \"next_validators_hash\": \"<byte>\",\n                  \"consensus_hash\": \"<byte>\",\n                  \"app_hash\": \"<byte>\",\n                  \"last_results_hash\": \"<byte>\",\n                  \"evidence_hash\": \"<byte>\",\n                  \"proposer_address\": \"<byte>\"\n                },\n                \"commit\": {\n                  \"height\": \"<int64>\",\n                  \"round\": \"<integer>\",\n                  \"block_id\": {\n                    \"hash\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"part_set_header\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  \"signatures\": [\n                    {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  ]\n                }\n              },\n              \"validator_set\": {\n                \"validators\": [\n                  {\n                    \"address\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"pub_key\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"voting_power\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"proposer_priority\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  {\n                    \"address\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"pub_key\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"voting_power\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"proposer_priority\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  }\n                ],\n                \"proposer\": {\n                  \"address\": \"<byte>\",\n                  \"pub_key\": {\n                    \"ed25519\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"secp256k1\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  \"voting_power\": \"<int64>\",\n                  \"proposer_priority\": \"<int64>\"\n                },\n                \"total_voting_power\": \"<int64>\"\n              }\n            },\n            \"common_height\": \"<int64>\",\n            \"byzantine_validators\": [\n              {\n                \"address\": \"<byte>\",\n                \"pub_key\": {\n                  \"ed25519\": \"<byte>\",\n                  \"secp256k1\": \"<byte>\"\n                },\n                \"voting_power\": \"<int64>\",\n                \"proposer_priority\": \"<int64>\"\n              },\n              {\n                \"address\": \"<byte>\",\n                \"pub_key\": {\n                  \"ed25519\": \"<byte>\",\n                  \"secp256k1\": \"<byte>\"\n                },\n                \"voting_power\": \"<int64>\",\n                \"proposer_priority\": \"<int64>\"\n              }\n            ],\n            \"total_voting_power\": \"<int64>\",\n            \"timestamp\": \"<dateTime>\"\n          }\n        },\n        {\n          \"duplicate_vote_evidence\": {\n            \"vote_a\": {\n              \"type\": \"SIGNED_MSG_TYPE_UNKNOWN\",\n              \"height\": \"<int64>\",\n              \"round\": \"<integer>\",\n              \"block_id\": {\n                \"hash\": \"<byte>\",\n                \"part_set_header\": {\n                  \"total\": \"<long>\",\n                  \"hash\": \"<byte>\"\n                }\n              },\n              \"timestamp\": \"<dateTime>\",\n              \"validator_address\": \"<byte>\",\n              \"validator_index\": \"<integer>\",\n              \"signature\": \"<byte>\"\n            },\n            \"vote_b\": {\n              \"type\": \"SIGNED_MSG_TYPE_UNKNOWN\",\n              \"height\": \"<int64>\",\n              \"round\": \"<integer>\",\n              \"block_id\": {\n                \"hash\": \"<byte>\",\n                \"part_set_header\": {\n                  \"total\": \"<long>\",\n                  \"hash\": \"<byte>\"\n                }\n              },\n              \"timestamp\": \"<dateTime>\",\n              \"validator_address\": \"<byte>\",\n              \"validator_index\": \"<integer>\",\n              \"signature\": \"<byte>\"\n            },\n            \"total_voting_power\": \"<int64>\",\n            \"validator_power\": \"<int64>\",\n            \"timestamp\": \"<dateTime>\"\n          },\n          \"light_client_attack_evidence\": {\n            \"conflicting_block\": {\n              \"signed_header\": {\n                \"header\": {\n                  \"version\": {\n                    \"block\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"app\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  \"chain_id\": \"<string>\",\n                  \"height\": \"<int64>\",\n                  \"time\": \"<dateTime>\",\n                  \"last_block_id\": {\n                    \"hash\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"part_set_header\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  \"last_commit_hash\": \"<byte>\",\n                  \"data_hash\": \"<byte>\",\n                  \"validators_hash\": \"<byte>\",\n                  \"next_validators_hash\": \"<byte>\",\n                  \"consensus_hash\": \"<byte>\",\n                  \"app_hash\": \"<byte>\",\n                  \"last_results_hash\": \"<byte>\",\n                  \"evidence_hash\": \"<byte>\",\n                  \"proposer_address\": \"<byte>\"\n                },\n                \"commit\": {\n                  \"height\": \"<int64>\",\n                  \"round\": \"<integer>\",\n                  \"block_id\": {\n                    \"hash\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"part_set_header\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  \"signatures\": [\n                    {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  ]\n                }\n              },\n              \"validator_set\": {\n                \"validators\": [\n                  {\n                    \"address\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"pub_key\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"voting_power\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"proposer_priority\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  {\n                    \"address\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"pub_key\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"voting_power\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"proposer_priority\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  }\n                ],\n                \"proposer\": {\n                  \"address\": \"<byte>\",\n                  \"pub_key\": {\n                    \"ed25519\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"secp256k1\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  \"voting_power\": \"<int64>\",\n                  \"proposer_priority\": \"<int64>\"\n                },\n                \"total_voting_power\": \"<int64>\"\n              }\n            },\n            \"common_height\": \"<int64>\",\n            \"byzantine_validators\": [\n              {\n                \"address\": \"<byte>\",\n                \"pub_key\": {\n                  \"ed25519\": \"<byte>\",\n                  \"secp256k1\": \"<byte>\"\n                },\n                \"voting_power\": \"<int64>\",\n                \"proposer_priority\": \"<int64>\"\n              },\n              {\n                \"address\": \"<byte>\",\n                \"pub_key\": {\n                  \"ed25519\": \"<byte>\",\n                  \"secp256k1\": \"<byte>\"\n                },\n                \"voting_power\": \"<int64>\",\n                \"proposer_priority\": \"<int64>\"\n              }\n            ],\n            \"total_voting_power\": \"<int64>\",\n            \"timestamp\": \"<dateTime>\"\n          }\n        }\n      ]\n    },\n    \"last_commit\": {\n      \"height\": \"<int64>\",\n      \"round\": \"<integer>\",\n      \"block_id\": {\n        \"hash\": \"<byte>\",\n        \"part_set_header\": {\n          \"total\": \"<long>\",\n          \"hash\": \"<byte>\"\n        }\n      },\n      \"signatures\": [\n        {\n          \"block_id_flag\": \"BLOCK_ID_FLAG_UNKNOWN\",\n          \"validator_address\": \"<byte>\",\n          \"timestamp\": \"<dateTime>\",\n          \"signature\": \"<byte>\"\n        },\n        {\n          \"block_id_flag\": \"BLOCK_ID_FLAG_UNKNOWN\",\n          \"validator_address\": \"<byte>\",\n          \"timestamp\": \"<dateTime>\",\n          \"signature\": \"<byte>\"\n        }\n      ]\n    }\n  }\n}"
														},
														{
															"name": "An unexpected error response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/base/tendermint/v1beta1/blocks/:height",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"base",
																		"tendermint",
																		"v1beta1",
																		"blocks",
																		":height"
																	],
																	"variable": [
																		{
																			"key": "height",
																			"value": "<int64>",
																			"description": "(Required) "
																		}
																	]
																}
															},
															"status": "Internal Server Error",
															"code": 500,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
														}
													]
												}
											]
										},
										{
											"name": "validatorsets",
											"item": [
												{
													"name": "GetLatestValidatorSet",
													"request": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															}
														],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/base/tendermint/v1beta1/validatorsets/latest",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"base",
																"tendermint",
																"v1beta1",
																"validatorsets",
																"latest"
															],
															"query": [
																{
																	"key": "pagination.key",
																	"value": "<byte>",
																	"description": "key is a value returned in PageResponse.next_key to begin\nquerying the next page most efficiently. Only one of offset or key\nshould be set.",
																	"disabled": true
																},
																{
																	"key": "pagination.offset",
																	"value": "<uint64>",
																	"description": "offset is a numeric offset that can be used when key is unavailable.\nIt is less efficient than using key. Only one of offset or key should\nbe set.",
																	"disabled": true
																},
																{
																	"key": "pagination.limit",
																	"value": "<uint64>",
																	"description": "limit is the total number of results to be returned in the result page.\nIf left empty it will default to a value to be set by each app.",
																	"disabled": true
																},
																{
																	"key": "pagination.count_total",
																	"value": "<boolean>",
																	"description": "count_total is set to true  to indicate that the result set should include\na count of the total number of items available for pagination in UIs.\ncount_total is only respected when offset is used. It is ignored when key\nis set.",
																	"disabled": true
																},
																{
																	"key": "pagination.reverse",
																	"value": "<boolean>",
																	"description": "reverse is set to true if results are to be returned in the descending order.\n\nSince: cosmos-sdk 0.43",
																	"disabled": true
																}
															]
														},
														"description": "queries latest validator set"
													},
													"response": [
														{
															"name": "A successful response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/base/tendermint/v1beta1/validatorsets/latest?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"base",
																		"tendermint",
																		"v1beta1",
																		"validatorsets",
																		"latest"
																	],
																	"query": [
																		{
																			"key": "pagination.key",
																			"value": "<byte>"
																		},
																		{
																			"key": "pagination.offset",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.limit",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.count_total",
																			"value": "<boolean>"
																		},
																		{
																			"key": "pagination.reverse",
																			"value": "<boolean>"
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"block_height\": \"<int64>\",\n  \"validators\": [\n    {\n      \"address\": \"<string>\",\n      \"pub_key\": {\n        \"type_url\": \"<string>\",\n        \"value\": \"<byte>\"\n      },\n      \"voting_power\": \"<int64>\",\n      \"proposer_priority\": \"<int64>\"\n    },\n    {\n      \"address\": \"<string>\",\n      \"pub_key\": {\n        \"type_url\": \"<string>\",\n        \"value\": \"<byte>\"\n      },\n      \"voting_power\": \"<int64>\",\n      \"proposer_priority\": \"<int64>\"\n    }\n  ],\n  \"pagination\": {\n    \"next_key\": \"<byte>\",\n    \"total\": \"<uint64>\"\n  }\n}"
														},
														{
															"name": "An unexpected error response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/base/tendermint/v1beta1/validatorsets/latest?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"base",
																		"tendermint",
																		"v1beta1",
																		"validatorsets",
																		"latest"
																	],
																	"query": [
																		{
																			"key": "pagination.key",
																			"value": "<byte>"
																		},
																		{
																			"key": "pagination.offset",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.limit",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.count_total",
																			"value": "<boolean>"
																		},
																		{
																			"key": "pagination.reverse",
																			"value": "<boolean>"
																		}
																	]
																}
															},
															"status": "Internal Server Error",
															"code": 500,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
														}
													]
												},
												{
													"name": "GetValidatorSetByHeight",
													"request": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															}
														],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/base/tendermint/v1beta1/validatorsets/:height",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"base",
																"tendermint",
																"v1beta1",
																"validatorsets",
																":height"
															],
															"query": [
																{
																	"key": "pagination.key",
																	"value": "<byte>",
																	"description": "key is a value returned in PageResponse.next_key to begin\nquerying the next page most efficiently. Only one of offset or key\nshould be set.",
																	"disabled": true
																},
																{
																	"key": "pagination.offset",
																	"value": "<uint64>",
																	"description": "offset is a numeric offset that can be used when key is unavailable.\nIt is less efficient than using key. Only one of offset or key should\nbe set.",
																	"disabled": true
																},
																{
																	"key": "pagination.limit",
																	"value": "<uint64>",
																	"description": "limit is the total number of results to be returned in the result page.\nIf left empty it will default to a value to be set by each app.",
																	"disabled": true
																},
																{
																	"key": "pagination.count_total",
																	"value": "<boolean>",
																	"description": "count_total is set to true  to indicate that the result set should include\na count of the total number of items available for pagination in UIs.\ncount_total is only respected when offset is used. It is ignored when key\nis set.",
																	"disabled": true
																},
																{
																	"key": "pagination.reverse",
																	"value": "<boolean>",
																	"description": "reverse is set to true if results are to be returned in the descending order.\n\nSince: cosmos-sdk 0.43",
																	"disabled": true
																}
															],
															"variable": [
																{
																	"key": "height",
																	"value": "",
																	"description": "(Required) "
																}
															]
														},
														"description": "queries validator set at a given height"
													},
													"response": [
														{
															"name": "A successful response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/base/tendermint/v1beta1/validatorsets/:height?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"base",
																		"tendermint",
																		"v1beta1",
																		"validatorsets",
																		":height"
																	],
																	"query": [
																		{
																			"key": "pagination.key",
																			"value": "<byte>"
																		},
																		{
																			"key": "pagination.offset",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.limit",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.count_total",
																			"value": "<boolean>"
																		},
																		{
																			"key": "pagination.reverse",
																			"value": "<boolean>"
																		}
																	],
																	"variable": [
																		{
																			"key": "height",
																			"value": "<int64>",
																			"description": "(Required) "
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"block_height\": \"<int64>\",\n  \"validators\": [\n    {\n      \"address\": \"<string>\",\n      \"pub_key\": {\n        \"type_url\": \"<string>\",\n        \"value\": \"<byte>\"\n      },\n      \"voting_power\": \"<int64>\",\n      \"proposer_priority\": \"<int64>\"\n    },\n    {\n      \"address\": \"<string>\",\n      \"pub_key\": {\n        \"type_url\": \"<string>\",\n        \"value\": \"<byte>\"\n      },\n      \"voting_power\": \"<int64>\",\n      \"proposer_priority\": \"<int64>\"\n    }\n  ],\n  \"pagination\": {\n    \"next_key\": \"<byte>\",\n    \"total\": \"<uint64>\"\n  }\n}"
														},
														{
															"name": "An unexpected error response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/base/tendermint/v1beta1/validatorsets/:height?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"base",
																		"tendermint",
																		"v1beta1",
																		"validatorsets",
																		":height"
																	],
																	"query": [
																		{
																			"key": "pagination.key",
																			"value": "<byte>"
																		},
																		{
																			"key": "pagination.offset",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.limit",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.count_total",
																			"value": "<boolean>"
																		},
																		{
																			"key": "pagination.reverse",
																			"value": "<boolean>"
																		}
																	],
																	"variable": [
																		{
																			"key": "height",
																			"value": "<int64>",
																			"description": "(Required) "
																		}
																	]
																}
															},
															"status": "Internal Server Error",
															"code": 500,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
														}
													]
												}
											]
										},
										{
											"name": "ABCIQuery",
											"request": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													}
												],
												"url": {
													"raw": "https://inj.nownodes.io/cosmos/base/tendermint/v1beta1/abci_query",
													"protocol": "https",
													"host": [
														"inj",
														"nownodes",
														"io"
													],
													"path": [
														"cosmos",
														"base",
														"tendermint",
														"v1beta1",
														"abci_query"
													],
													"query": [
														{
															"key": "data",
															"value": "<byte>",
															"disabled": true
														},
														{
															"key": "path",
															"value": "<string>",
															"disabled": true
														},
														{
															"key": "height",
															"value": "<int64>",
															"disabled": true
														},
														{
															"key": "prove",
															"value": "<boolean>",
															"disabled": true
														}
													]
												},
												"description": "defines a query handler that supports ABCI queries directly to the application, bypassing Tendermint completely. The ABCI query must contain a valid and supported path, including app, custom, p2p, and store.\n\nSince: cosmos-sdk 0.46"
											},
											"response": [
												{
													"name": "A successful response.",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/base/tendermint/v1beta1/abci_query?data=<byte>&path=<string>&height=<int64>&prove=<boolean>",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"base",
																"tendermint",
																"v1beta1",
																"abci_query"
															],
															"query": [
																{
																	"key": "data",
																	"value": "<byte>"
																},
																{
																	"key": "path",
																	"value": "<string>"
																},
																{
																	"key": "height",
																	"value": "<int64>"
																},
																{
																	"key": "prove",
																	"value": "<boolean>"
																}
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"code\": \"<long>\",\n  \"log\": \"<string>\",\n  \"info\": \"<string>\",\n  \"index\": \"<int64>\",\n  \"key\": \"<byte>\",\n  \"value\": \"<byte>\",\n  \"proof_ops\": {\n    \"ops\": [\n      {\n        \"type\": \"<string>\",\n        \"key\": \"<byte>\",\n        \"data\": \"<byte>\"\n      },\n      {\n        \"type\": \"<string>\",\n        \"key\": \"<byte>\",\n        \"data\": \"<byte>\"\n      }\n    ]\n  },\n  \"height\": \"<int64>\",\n  \"codespace\": \"<string>\"\n}"
												},
												{
													"name": "An unexpected error response.",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/base/tendermint/v1beta1/abci_query?data=<byte>&path=<string>&height=<int64>&prove=<boolean>",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"base",
																"tendermint",
																"v1beta1",
																"abci_query"
															],
															"query": [
																{
																	"key": "data",
																	"value": "<byte>"
																},
																{
																	"key": "path",
																	"value": "<string>"
																},
																{
																	"key": "height",
																	"value": "<int64>"
																},
																{
																	"key": "prove",
																	"value": "<boolean>"
																}
															]
														}
													},
													"status": "Internal Server Error",
													"code": 500,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
												}
											]
										},
										{
											"name": "GetNodeInfo",
											"request": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													}
												],
												"url": {
													"raw": "https://inj.nownodes.io/cosmos/base/tendermint/v1beta1/node_info",
													"protocol": "https",
													"host": [
														"inj",
														"nownodes",
														"io"
													],
													"path": [
														"cosmos",
														"base",
														"tendermint",
														"v1beta1",
														"node_info"
													]
												},
												"description": "queries the current node info"
											},
											"response": [
												{
													"name": "A successful response.",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/base/tendermint/v1beta1/node_info",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"base",
																"tendermint",
																"v1beta1",
																"node_info"
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"default_node_info\": {\n    \"protocol_version\": {\n      \"p2p\": \"<uint64>\",\n      \"block\": \"<uint64>\",\n      \"app\": \"<uint64>\"\n    },\n    \"default_node_id\": \"<string>\",\n    \"listen_addr\": \"<string>\",\n    \"network\": \"<string>\",\n    \"version\": \"<string>\",\n    \"channels\": \"<byte>\",\n    \"moniker\": \"<string>\",\n    \"other\": {\n      \"tx_index\": \"<string>\",\n      \"rpc_address\": \"<string>\"\n    }\n  },\n  \"application_version\": {\n    \"name\": \"<string>\",\n    \"app_name\": \"<string>\",\n    \"version\": \"<string>\",\n    \"git_commit\": \"<string>\",\n    \"build_tags\": \"<string>\",\n    \"go_version\": \"<string>\",\n    \"build_deps\": [\n      {\n        \"path\": \"<string>\",\n        \"version\": \"<string>\",\n        \"sum\": \"<string>\"\n      },\n      {\n        \"path\": \"<string>\",\n        \"version\": \"<string>\",\n        \"sum\": \"<string>\"\n      }\n    ],\n    \"cosmos_sdk_version\": \"<string>\"\n  }\n}"
												},
												{
													"name": "An unexpected error response.",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/base/tendermint/v1beta1/node_info",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"base",
																"tendermint",
																"v1beta1",
																"node_info"
															]
														}
													},
													"status": "Internal Server Error",
													"code": 500,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
												}
											]
										},
										{
											"name": "GetSyncing",
											"request": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													}
												],
												"url": {
													"raw": "https://inj.nownodes.io/cosmos/base/tendermint/v1beta1/syncing",
													"protocol": "https",
													"host": [
														"inj",
														"nownodes",
														"io"
													],
													"path": [
														"cosmos",
														"base",
														"tendermint",
														"v1beta1",
														"syncing"
													]
												},
												"description": "queries node syncing status"
											},
											"response": [
												{
													"name": "A successful response.",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/base/tendermint/v1beta1/syncing",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"base",
																"tendermint",
																"v1beta1",
																"syncing"
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"syncing\": \"<boolean>\"\n}"
												},
												{
													"name": "An unexpected error response.",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/base/tendermint/v1beta1/syncing",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"base",
																"tendermint",
																"v1beta1",
																"syncing"
															]
														}
													},
													"status": "Internal Server Error",
													"code": 500,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
												}
											]
										}
									]
								},
								{
									"name": "distribution/v1beta1",
									"item": [
										{
											"name": "delegators/{delegator_address}",
											"item": [
												{
													"name": "rewards",
													"item": [
														{
															"name": "DelegationTotalRewards",
															"request": {
																"method": "GET",
																"header": [
																	{
																		"key": "Accept",
																		"value": "*/*"
																	}
																],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/distribution/v1beta1/delegators/:delegator_address/rewards",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"distribution",
																		"v1beta1",
																		"delegators",
																		":delegator_address",
																		"rewards"
																	],
																	"variable": [
																		{
																			"key": "delegator_address",
																			"value": "<string>",
																			"description": "(Required) delegator_address defines the delegator address to query for."
																		}
																	]
																},
																"description": "queries the total rewards accrued by a each validator"
															},
															"response": [
																{
																	"name": "A successful response.",
																	"originalRequest": {
																		"method": "GET",
																		"header": [],
																		"url": {
																			"raw": "https://inj.nownodes.io/cosmos/distribution/v1beta1/delegators/:delegator_address/rewards",
																			"protocol": "https",
																			"host": [
																				"inj",
																				"nownodes",
																				"io"
																			],
																			"path": [
																				"cosmos",
																				"distribution",
																				"v1beta1",
																				"delegators",
																				":delegator_address",
																				"rewards"
																			],
																			"variable": [
																				{
																					"key": "delegator_address",
																					"value": "<string>",
																					"description": "(Required) delegator_address defines the delegator address to query for."
																				}
																			]
																		}
																	},
																	"status": "OK",
																	"code": 200,
																	"_postman_previewlanguage": "json",
																	"header": [
																		{
																			"key": "Content-Type",
																			"value": "*/*"
																		}
																	],
																	"cookie": [],
																	"body": "{\n  \"rewards\": [\n    {\n      \"validator_address\": \"<string>\",\n      \"reward\": [\n        {\n          \"denom\": \"<string>\",\n          \"amount\": \"<string>\"\n        },\n        {\n          \"denom\": \"<string>\",\n          \"amount\": \"<string>\"\n        }\n      ]\n    },\n    {\n      \"validator_address\": \"<string>\",\n      \"reward\": [\n        {\n          \"denom\": \"<string>\",\n          \"amount\": \"<string>\"\n        },\n        {\n          \"denom\": \"<string>\",\n          \"amount\": \"<string>\"\n        }\n      ]\n    }\n  ],\n  \"total\": [\n    {\n      \"denom\": \"<string>\",\n      \"amount\": \"<string>\"\n    },\n    {\n      \"denom\": \"<string>\",\n      \"amount\": \"<string>\"\n    }\n  ]\n}"
																},
																{
																	"name": "An unexpected error response.",
																	"originalRequest": {
																		"method": "GET",
																		"header": [],
																		"url": {
																			"raw": "https://inj.nownodes.io/cosmos/distribution/v1beta1/delegators/:delegator_address/rewards",
																			"protocol": "https",
																			"host": [
																				"inj",
																				"nownodes",
																				"io"
																			],
																			"path": [
																				"cosmos",
																				"distribution",
																				"v1beta1",
																				"delegators",
																				":delegator_address",
																				"rewards"
																			],
																			"variable": [
																				{
																					"key": "delegator_address",
																					"value": "<string>",
																					"description": "(Required) delegator_address defines the delegator address to query for."
																				}
																			]
																		}
																	},
																	"status": "Internal Server Error",
																	"code": 500,
																	"_postman_previewlanguage": "json",
																	"header": [
																		{
																			"key": "Content-Type",
																			"value": "*/*"
																		}
																	],
																	"cookie": [],
																	"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
																}
															]
														},
														{
															"name": "DelegationRewards",
															"request": {
																"method": "GET",
																"header": [
																	{
																		"key": "Accept",
																		"value": "*/*"
																	}
																],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/distribution/v1beta1/delegators/:delegator_address/rewards/:validator_address",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"distribution",
																		"v1beta1",
																		"delegators",
																		":delegator_address",
																		"rewards",
																		":validator_address"
																	],
																	"variable": [
																		{
																			"key": "delegator_address",
																			"value": "<string>",
																			"description": "(Required) delegator_address defines the delegator address to query for."
																		},
																		{
																			"key": "validator_address",
																			"value": "<string>",
																			"description": "(Required) validator_address defines the validator address to query for."
																		}
																	]
																},
																"description": "queries the total rewards accrued by a delegation"
															},
															"response": [
																{
																	"name": "A successful response.",
																	"originalRequest": {
																		"method": "GET",
																		"header": [],
																		"url": {
																			"raw": "https://inj.nownodes.io/cosmos/distribution/v1beta1/delegators/:delegator_address/rewards/:validator_address",
																			"protocol": "https",
																			"host": [
																				"inj",
																				"nownodes",
																				"io"
																			],
																			"path": [
																				"cosmos",
																				"distribution",
																				"v1beta1",
																				"delegators",
																				":delegator_address",
																				"rewards",
																				":validator_address"
																			],
																			"variable": [
																				{
																					"key": "delegator_address",
																					"value": "<string>",
																					"description": "(Required) delegator_address defines the delegator address to query for."
																				},
																				{
																					"key": "validator_address",
																					"value": "<string>",
																					"description": "(Required) validator_address defines the validator address to query for."
																				}
																			]
																		}
																	},
																	"status": "OK",
																	"code": 200,
																	"_postman_previewlanguage": "json",
																	"header": [
																		{
																			"key": "Content-Type",
																			"value": "*/*"
																		}
																	],
																	"cookie": [],
																	"body": "{\n  \"rewards\": [\n    {\n      \"denom\": \"<string>\",\n      \"amount\": \"<string>\"\n    },\n    {\n      \"denom\": \"<string>\",\n      \"amount\": \"<string>\"\n    }\n  ]\n}"
																},
																{
																	"name": "An unexpected error response.",
																	"originalRequest": {
																		"method": "GET",
																		"header": [],
																		"url": {
																			"raw": "https://inj.nownodes.io/cosmos/distribution/v1beta1/delegators/:delegator_address/rewards/:validator_address",
																			"protocol": "https",
																			"host": [
																				"inj",
																				"nownodes",
																				"io"
																			],
																			"path": [
																				"cosmos",
																				"distribution",
																				"v1beta1",
																				"delegators",
																				":delegator_address",
																				"rewards",
																				":validator_address"
																			],
																			"variable": [
																				{
																					"key": "delegator_address",
																					"value": "<string>",
																					"description": "(Required) delegator_address defines the delegator address to query for."
																				},
																				{
																					"key": "validator_address",
																					"value": "<string>",
																					"description": "(Required) validator_address defines the validator address to query for."
																				}
																			]
																		}
																	},
																	"status": "Internal Server Error",
																	"code": 500,
																	"_postman_previewlanguage": "json",
																	"header": [
																		{
																			"key": "Content-Type",
																			"value": "*/*"
																		}
																	],
																	"cookie": [],
																	"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
																}
															]
														}
													]
												},
												{
													"name": "DelegatorValidators",
													"request": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															}
														],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/distribution/v1beta1/delegators/:delegator_address/validators",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"distribution",
																"v1beta1",
																"delegators",
																":delegator_address",
																"validators"
															],
															"variable": [
																{
																	"key": "delegator_address",
																	"value": "<string>",
																	"description": "(Required) delegator_address defines the delegator address to query for."
																}
															]
														},
														"description": "queries the validators of a delegator"
													},
													"response": [
														{
															"name": "A successful response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/distribution/v1beta1/delegators/:delegator_address/validators",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"distribution",
																		"v1beta1",
																		"delegators",
																		":delegator_address",
																		"validators"
																	],
																	"variable": [
																		{
																			"key": "delegator_address",
																			"value": "<string>",
																			"description": "(Required) delegator_address defines the delegator address to query for."
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"validators\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}"
														},
														{
															"name": "An unexpected error response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/distribution/v1beta1/delegators/:delegator_address/validators",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"distribution",
																		"v1beta1",
																		"delegators",
																		":delegator_address",
																		"validators"
																	],
																	"variable": [
																		{
																			"key": "delegator_address",
																			"value": "<string>",
																			"description": "(Required) delegator_address defines the delegator address to query for."
																		}
																	]
																}
															},
															"status": "Internal Server Error",
															"code": 500,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
														}
													]
												},
												{
													"name": "DelegatorWithdrawAddress",
													"request": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															}
														],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/distribution/v1beta1/delegators/:delegator_address/withdraw_address",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"distribution",
																"v1beta1",
																"delegators",
																":delegator_address",
																"withdraw_address"
															],
															"variable": [
																{
																	"key": "delegator_address",
																	"value": "<string>",
																	"description": "(Required) delegator_address defines the delegator address to query for."
																}
															]
														},
														"description": "queries withdraw address of a delegator"
													},
													"response": [
														{
															"name": "A successful response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/distribution/v1beta1/delegators/:delegator_address/withdraw_address",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"distribution",
																		"v1beta1",
																		"delegators",
																		":delegator_address",
																		"withdraw_address"
																	],
																	"variable": [
																		{
																			"key": "delegator_address",
																			"value": "<string>",
																			"description": "(Required) delegator_address defines the delegator address to query for."
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"withdraw_address\": \"<string>\"\n}"
														},
														{
															"name": "An unexpected error response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/distribution/v1beta1/delegators/:delegator_address/withdraw_address",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"distribution",
																		"v1beta1",
																		"delegators",
																		":delegator_address",
																		"withdraw_address"
																	],
																	"variable": [
																		{
																			"key": "delegator_address",
																			"value": "<string>",
																			"description": "(Required) delegator_address defines the delegator address to query for."
																		}
																	]
																}
															},
															"status": "Internal Server Error",
															"code": 500,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
														}
													]
												}
											]
										},
										{
											"name": "validators/{validator_address}",
											"item": [
												{
													"name": "ValidatorCommission",
													"request": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															}
														],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/distribution/v1beta1/validators/:validator_address/commission",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"distribution",
																"v1beta1",
																"validators",
																":validator_address",
																"commission"
															],
															"variable": [
																{
																	"key": "validator_address",
																	"value": "<string>",
																	"description": "(Required) validator_address defines the validator address to query for."
																}
															]
														},
														"description": "queries accumulated commission for a validator"
													},
													"response": [
														{
															"name": "A successful response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/distribution/v1beta1/validators/:validator_address/commission",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"distribution",
																		"v1beta1",
																		"validators",
																		":validator_address",
																		"commission"
																	],
																	"variable": [
																		{
																			"key": "validator_address",
																			"value": "<string>",
																			"description": "(Required) validator_address defines the validator address to query for."
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"commission\": {\n    \"commission\": [\n      {\n        \"denom\": \"<string>\",\n        \"amount\": \"<string>\"\n      },\n      {\n        \"denom\": \"<string>\",\n        \"amount\": \"<string>\"\n      }\n    ]\n  }\n}"
														},
														{
															"name": "An unexpected error response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/distribution/v1beta1/validators/:validator_address/commission",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"distribution",
																		"v1beta1",
																		"validators",
																		":validator_address",
																		"commission"
																	],
																	"variable": [
																		{
																			"key": "validator_address",
																			"value": "<string>",
																			"description": "(Required) validator_address defines the validator address to query for."
																		}
																	]
																}
															},
															"status": "Internal Server Error",
															"code": 500,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
														}
													]
												},
												{
													"name": "ValidatorOutstandingRewards",
													"request": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															}
														],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/distribution/v1beta1/validators/:validator_address/outstanding_rewards",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"distribution",
																"v1beta1",
																"validators",
																":validator_address",
																"outstanding_rewards"
															],
															"variable": [
																{
																	"key": "validator_address",
																	"value": "<string>",
																	"description": "(Required) validator_address defines the validator address to query for."
																}
															]
														},
														"description": "queries rewards of a validator address"
													},
													"response": [
														{
															"name": "A successful response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/distribution/v1beta1/validators/:validator_address/outstanding_rewards",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"distribution",
																		"v1beta1",
																		"validators",
																		":validator_address",
																		"outstanding_rewards"
																	],
																	"variable": [
																		{
																			"key": "validator_address",
																			"value": "<string>",
																			"description": "(Required) validator_address defines the validator address to query for."
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"rewards\": {\n    \"rewards\": [\n      {\n        \"denom\": \"<string>\",\n        \"amount\": \"<string>\"\n      },\n      {\n        \"denom\": \"<string>\",\n        \"amount\": \"<string>\"\n      }\n    ]\n  }\n}"
														},
														{
															"name": "An unexpected error response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/distribution/v1beta1/validators/:validator_address/outstanding_rewards",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"distribution",
																		"v1beta1",
																		"validators",
																		":validator_address",
																		"outstanding_rewards"
																	],
																	"variable": [
																		{
																			"key": "validator_address",
																			"value": "<string>",
																			"description": "(Required) validator_address defines the validator address to query for."
																		}
																	]
																}
															},
															"status": "Internal Server Error",
															"code": 500,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
														}
													]
												},
												{
													"name": "ValidatorSlashes",
													"request": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															}
														],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/distribution/v1beta1/validators/:validator_address/slashes",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"distribution",
																"v1beta1",
																"validators",
																":validator_address",
																"slashes"
															],
															"query": [
																{
																	"key": "starting_height",
																	"value": "<uint64>",
																	"description": "starting_height defines the optional starting height to query the slashes.",
																	"disabled": true
																},
																{
																	"key": "ending_height",
																	"value": "<uint64>",
																	"description": "starting_height defines the optional ending height to query the slashes.",
																	"disabled": true
																},
																{
																	"key": "pagination.key",
																	"value": "<byte>",
																	"description": "key is a value returned in PageResponse.next_key to begin\nquerying the next page most efficiently. Only one of offset or key\nshould be set.",
																	"disabled": true
																},
																{
																	"key": "pagination.offset",
																	"value": "<uint64>",
																	"description": "offset is a numeric offset that can be used when key is unavailable.\nIt is less efficient than using key. Only one of offset or key should\nbe set.",
																	"disabled": true
																},
																{
																	"key": "pagination.limit",
																	"value": "<uint64>",
																	"description": "limit is the total number of results to be returned in the result page.\nIf left empty it will default to a value to be set by each app.",
																	"disabled": true
																},
																{
																	"key": "pagination.count_total",
																	"value": "<boolean>",
																	"description": "count_total is set to true  to indicate that the result set should include\na count of the total number of items available for pagination in UIs.\ncount_total is only respected when offset is used. It is ignored when key\nis set.",
																	"disabled": true
																},
																{
																	"key": "pagination.reverse",
																	"value": "<boolean>",
																	"description": "reverse is set to true if results are to be returned in the descending order.\n\nSince: cosmos-sdk 0.43",
																	"disabled": true
																}
															],
															"variable": [
																{
																	"key": "validator_address",
																	"value": "<string>",
																	"description": "(Required) validator_address defines the validator address to query for."
																}
															]
														},
														"description": "queries slash events of a validator"
													},
													"response": [
														{
															"name": "A successful response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/distribution/v1beta1/validators/:validator_address/slashes?starting_height=<uint64>&ending_height=<uint64>&pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"distribution",
																		"v1beta1",
																		"validators",
																		":validator_address",
																		"slashes"
																	],
																	"query": [
																		{
																			"key": "starting_height",
																			"value": "<uint64>"
																		},
																		{
																			"key": "ending_height",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.key",
																			"value": "<byte>"
																		},
																		{
																			"key": "pagination.offset",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.limit",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.count_total",
																			"value": "<boolean>"
																		},
																		{
																			"key": "pagination.reverse",
																			"value": "<boolean>"
																		}
																	],
																	"variable": [
																		{
																			"key": "validator_address",
																			"value": "<string>",
																			"description": "(Required) validator_address defines the validator address to query for."
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"slashes\": [\n    {\n      \"validator_period\": \"<uint64>\",\n      \"fraction\": \"<string>\"\n    },\n    {\n      \"validator_period\": \"<uint64>\",\n      \"fraction\": \"<string>\"\n    }\n  ],\n  \"pagination\": {\n    \"next_key\": \"<byte>\",\n    \"total\": \"<uint64>\"\n  }\n}"
														},
														{
															"name": "An unexpected error response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/distribution/v1beta1/validators/:validator_address/slashes?starting_height=<uint64>&ending_height=<uint64>&pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"distribution",
																		"v1beta1",
																		"validators",
																		":validator_address",
																		"slashes"
																	],
																	"query": [
																		{
																			"key": "starting_height",
																			"value": "<uint64>"
																		},
																		{
																			"key": "ending_height",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.key",
																			"value": "<byte>"
																		},
																		{
																			"key": "pagination.offset",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.limit",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.count_total",
																			"value": "<boolean>"
																		},
																		{
																			"key": "pagination.reverse",
																			"value": "<boolean>"
																		}
																	],
																	"variable": [
																		{
																			"key": "validator_address",
																			"value": "<string>",
																			"description": "(Required) validator_address defines the validator address to query for."
																		}
																	]
																}
															},
															"status": "Internal Server Error",
															"code": 500,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
														}
													]
												}
											]
										},
										{
											"name": "CommunityPool",
											"request": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													}
												],
												"url": {
													"raw": "https://inj.nownodes.io/cosmos/distribution/v1beta1/community_pool",
													"protocol": "https",
													"host": [
														"inj",
														"nownodes",
														"io"
													],
													"path": [
														"cosmos",
														"distribution",
														"v1beta1",
														"community_pool"
													]
												},
												"description": "queries the community pool coins"
											},
											"response": [
												{
													"name": "A successful response.",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/distribution/v1beta1/community_pool",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"distribution",
																"v1beta1",
																"community_pool"
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"pool\": [\n    {\n      \"denom\": \"<string>\",\n      \"amount\": \"<string>\"\n    },\n    {\n      \"denom\": \"<string>\",\n      \"amount\": \"<string>\"\n    }\n  ]\n}"
												},
												{
													"name": "An unexpected error response.",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/distribution/v1beta1/community_pool",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"distribution",
																"v1beta1",
																"community_pool"
															]
														}
													},
													"status": "Internal Server Error",
													"code": 500,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
												}
											]
										},
										{
											"name": "Params",
											"request": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													}
												],
												"url": {
													"raw": "https://inj.nownodes.io/cosmos/distribution/v1beta1/params",
													"protocol": "https",
													"host": [
														"inj",
														"nownodes",
														"io"
													],
													"path": [
														"cosmos",
														"distribution",
														"v1beta1",
														"params"
													]
												},
												"description": "queries params of the distribution module"
											},
											"response": [
												{
													"name": "A successful response.",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/distribution/v1beta1/params",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"distribution",
																"v1beta1",
																"params"
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"params\": {\n    \"community_tax\": \"<string>\",\n    \"base_proposer_reward\": \"<string>\",\n    \"bonus_proposer_reward\": \"<string>\",\n    \"withdraw_addr_enabled\": \"<boolean>\"\n  }\n}"
												},
												{
													"name": "An unexpected error response.",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/distribution/v1beta1/params",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"distribution",
																"v1beta1",
																"params"
															]
														}
													},
													"status": "Internal Server Error",
													"code": 500,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
												}
											]
										}
									]
								},
								{
									"name": "evidence/v1beta1/evidence",
									"item": [
										{
											"name": "AllEvidence",
											"request": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													}
												],
												"url": {
													"raw": "https://inj.nownodes.io/cosmos/evidence/v1beta1/evidence",
													"protocol": "https",
													"host": [
														"inj",
														"nownodes",
														"io"
													],
													"path": [
														"cosmos",
														"evidence",
														"v1beta1",
														"evidence"
													],
													"query": [
														{
															"key": "pagination.key",
															"value": "<byte>",
															"description": "key is a value returned in PageResponse.next_key to begin\nquerying the next page most efficiently. Only one of offset or key\nshould be set.",
															"disabled": true
														},
														{
															"key": "pagination.offset",
															"value": "<uint64>",
															"description": "offset is a numeric offset that can be used when key is unavailable.\nIt is less efficient than using key. Only one of offset or key should\nbe set.",
															"disabled": true
														},
														{
															"key": "pagination.limit",
															"value": "<uint64>",
															"description": "limit is the total number of results to be returned in the result page.\nIf left empty it will default to a value to be set by each app.",
															"disabled": true
														},
														{
															"key": "pagination.count_total",
															"value": "<boolean>",
															"description": "count_total is set to true  to indicate that the result set should include\na count of the total number of items available for pagination in UIs.\ncount_total is only respected when offset is used. It is ignored when key\nis set.",
															"disabled": true
														},
														{
															"key": "pagination.reverse",
															"value": "<boolean>",
															"description": "reverse is set to true if results are to be returned in the descending order.\n\nSince: cosmos-sdk 0.43",
															"disabled": true
														}
													]
												},
												"description": "queries all evidence"
											},
											"response": [
												{
													"name": "A successful response.",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/evidence/v1beta1/evidence?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"evidence",
																"v1beta1",
																"evidence"
															],
															"query": [
																{
																	"key": "pagination.key",
																	"value": "<byte>"
																},
																{
																	"key": "pagination.offset",
																	"value": "<uint64>"
																},
																{
																	"key": "pagination.limit",
																	"value": "<uint64>"
																},
																{
																	"key": "pagination.count_total",
																	"value": "<boolean>"
																},
																{
																	"key": "pagination.reverse",
																	"value": "<boolean>"
																}
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"evidence\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ],\n  \"pagination\": {\n    \"next_key\": \"<byte>\",\n    \"total\": \"<uint64>\"\n  }\n}"
												},
												{
													"name": "An unexpected error response.",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/evidence/v1beta1/evidence?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"evidence",
																"v1beta1",
																"evidence"
															],
															"query": [
																{
																	"key": "pagination.key",
																	"value": "<byte>"
																},
																{
																	"key": "pagination.offset",
																	"value": "<uint64>"
																},
																{
																	"key": "pagination.limit",
																	"value": "<uint64>"
																},
																{
																	"key": "pagination.count_total",
																	"value": "<boolean>"
																},
																{
																	"key": "pagination.reverse",
																	"value": "<boolean>"
																}
															]
														}
													},
													"status": "Internal Server Error",
													"code": 500,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
												}
											]
										},
										{
											"name": "Evidence",
											"request": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													}
												],
												"url": {
													"raw": "https://inj.nownodes.io/cosmos/evidence/v1beta1/evidence/:evidence_hash",
													"protocol": "https",
													"host": [
														"inj",
														"nownodes",
														"io"
													],
													"path": [
														"cosmos",
														"evidence",
														"v1beta1",
														"evidence",
														":evidence_hash"
													],
													"variable": [
														{
															"key": "evidence_hash",
															"value": "<byte>",
															"description": "(Required) evidence_hash defines the hash of the requested evidence."
														}
													]
												},
												"description": "queries evidence based on evidence hash"
											},
											"response": [
												{
													"name": "A successful response.",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/evidence/v1beta1/evidence/:evidence_hash",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"evidence",
																"v1beta1",
																"evidence",
																":evidence_hash"
															],
															"variable": [
																{
																	"key": "evidence_hash",
																	"value": "<byte>",
																	"description": "(Required) evidence_hash defines the hash of the requested evidence."
																}
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"evidence\": {\n    \"type_url\": \"<string>\",\n    \"value\": \"<byte>\"\n  }\n}"
												},
												{
													"name": "An unexpected error response.",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/evidence/v1beta1/evidence/:evidence_hash",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"evidence",
																"v1beta1",
																"evidence",
																":evidence_hash"
															],
															"variable": [
																{
																	"key": "evidence_hash",
																	"value": "<byte>",
																	"description": "(Required) evidence_hash defines the hash of the requested evidence."
																}
															]
														}
													},
													"status": "Internal Server Error",
													"code": 500,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
												}
											]
										}
									]
								},
								{
									"name": "gov",
									"item": [
										{
											"name": "v1beta1",
											"item": [
												{
													"name": "proposals",
													"item": [
														{
															"name": "{proposal_id}",
															"item": [
																{
																	"name": "deposits",
																	"item": [
																		{
																			"name": "Deposits",
																			"request": {
																				"method": "GET",
																				"header": [
																					{
																						"key": "Accept",
																						"value": "*/*"
																					}
																				],
																				"url": {
																					"raw": "https://inj.nownodes.io/cosmos/gov/v1beta1/proposals/:proposal_id/deposits",
																					"protocol": "https",
																					"host": [
																						"inj",
																						"nownodes",
																						"io"
																					],
																					"path": [
																						"cosmos",
																						"gov",
																						"v1beta1",
																						"proposals",
																						":proposal_id",
																						"deposits"
																					],
																					"query": [
																						{
																							"key": "pagination.key",
																							"value": "<byte>",
																							"description": "key is a value returned in PageResponse.next_key to begin\nquerying the next page most efficiently. Only one of offset or key\nshould be set.",
																							"disabled": true
																						},
																						{
																							"key": "pagination.offset",
																							"value": "<uint64>",
																							"description": "offset is a numeric offset that can be used when key is unavailable.\nIt is less efficient than using key. Only one of offset or key should\nbe set.",
																							"disabled": true
																						},
																						{
																							"key": "pagination.limit",
																							"value": "<uint64>",
																							"description": "limit is the total number of results to be returned in the result page.\nIf left empty it will default to a value to be set by each app.",
																							"disabled": true
																						},
																						{
																							"key": "pagination.count_total",
																							"value": "<boolean>",
																							"description": "count_total is set to true  to indicate that the result set should include\na count of the total number of items available for pagination in UIs.\ncount_total is only respected when offset is used. It is ignored when key\nis set.",
																							"disabled": true
																						},
																						{
																							"key": "pagination.reverse",
																							"value": "<boolean>",
																							"description": "reverse is set to true if results are to be returned in the descending order.\n\nSince: cosmos-sdk 0.43",
																							"disabled": true
																						}
																					],
																					"variable": [
																						{
																							"key": "proposal_id",
																							"value": "<uint64>",
																							"description": "(Required) proposal_id defines the unique id of the proposal."
																						}
																					]
																				},
																				"description": "queries all deposits of a single proposal"
																			},
																			"response": [
																				{
																					"name": "A successful response.",
																					"originalRequest": {
																						"method": "GET",
																						"header": [],
																						"url": {
																							"raw": "https://inj.nownodes.io/cosmos/gov/v1beta1/proposals/:proposal_id/deposits?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																							"protocol": "https",
																							"host": [
																								"inj",
																								"nownodes",
																								"io"
																							],
																							"path": [
																								"cosmos",
																								"gov",
																								"v1beta1",
																								"proposals",
																								":proposal_id",
																								"deposits"
																							],
																							"query": [
																								{
																									"key": "pagination.key",
																									"value": "<byte>"
																								},
																								{
																									"key": "pagination.offset",
																									"value": "<uint64>"
																								},
																								{
																									"key": "pagination.limit",
																									"value": "<uint64>"
																								},
																								{
																									"key": "pagination.count_total",
																									"value": "<boolean>"
																								},
																								{
																									"key": "pagination.reverse",
																									"value": "<boolean>"
																								}
																							],
																							"variable": [
																								{
																									"key": "proposal_id",
																									"value": "<uint64>",
																									"description": "(Required) proposal_id defines the unique id of the proposal."
																								}
																							]
																						}
																					},
																					"status": "OK",
																					"code": 200,
																					"_postman_previewlanguage": "json",
																					"header": [
																						{
																							"key": "Content-Type",
																							"value": "*/*"
																						}
																					],
																					"cookie": [],
																					"body": "{\n  \"deposits\": [\n    {\n      \"proposal_id\": \"<uint64>\",\n      \"depositor\": \"<string>\",\n      \"amount\": [\n        {\n          \"denom\": \"<string>\",\n          \"amount\": \"<string>\"\n        },\n        {\n          \"denom\": \"<string>\",\n          \"amount\": \"<string>\"\n        }\n      ]\n    },\n    {\n      \"proposal_id\": \"<uint64>\",\n      \"depositor\": \"<string>\",\n      \"amount\": [\n        {\n          \"denom\": \"<string>\",\n          \"amount\": \"<string>\"\n        },\n        {\n          \"denom\": \"<string>\",\n          \"amount\": \"<string>\"\n        }\n      ]\n    }\n  ],\n  \"pagination\": {\n    \"next_key\": \"<byte>\",\n    \"total\": \"<uint64>\"\n  }\n}"
																				},
																				{
																					"name": "An unexpected error response.",
																					"originalRequest": {
																						"method": "GET",
																						"header": [],
																						"url": {
																							"raw": "https://inj.nownodes.io/cosmos/gov/v1beta1/proposals/:proposal_id/deposits?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																							"protocol": "https",
																							"host": [
																								"inj",
																								"nownodes",
																								"io"
																							],
																							"path": [
																								"cosmos",
																								"gov",
																								"v1beta1",
																								"proposals",
																								":proposal_id",
																								"deposits"
																							],
																							"query": [
																								{
																									"key": "pagination.key",
																									"value": "<byte>"
																								},
																								{
																									"key": "pagination.offset",
																									"value": "<uint64>"
																								},
																								{
																									"key": "pagination.limit",
																									"value": "<uint64>"
																								},
																								{
																									"key": "pagination.count_total",
																									"value": "<boolean>"
																								},
																								{
																									"key": "pagination.reverse",
																									"value": "<boolean>"
																								}
																							],
																							"variable": [
																								{
																									"key": "proposal_id",
																									"value": "<uint64>",
																									"description": "(Required) proposal_id defines the unique id of the proposal."
																								}
																							]
																						}
																					},
																					"status": "Internal Server Error",
																					"code": 500,
																					"_postman_previewlanguage": "json",
																					"header": [
																						{
																							"key": "Content-Type",
																							"value": "*/*"
																						}
																					],
																					"cookie": [],
																					"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
																				}
																			]
																		},
																		{
																			"name": "Deposit",
																			"request": {
																				"method": "GET",
																				"header": [
																					{
																						"key": "Accept",
																						"value": "*/*"
																					}
																				],
																				"url": {
																					"raw": "https://inj.nownodes.io/cosmos/gov/v1beta1/proposals/:proposal_id/deposits/:depositor",
																					"protocol": "https",
																					"host": [
																						"inj",
																						"nownodes",
																						"io"
																					],
																					"path": [
																						"cosmos",
																						"gov",
																						"v1beta1",
																						"proposals",
																						":proposal_id",
																						"deposits",
																						":depositor"
																					],
																					"variable": [
																						{
																							"key": "proposal_id",
																							"value": "<uint64>",
																							"description": "(Required) proposal_id defines the unique id of the proposal."
																						},
																						{
																							"key": "depositor",
																							"value": "<string>",
																							"description": "(Required) depositor defines the deposit addresses from the proposals."
																						}
																					]
																				},
																				"description": "queries single deposit information based proposalID, depositAddr"
																			},
																			"response": [
																				{
																					"name": "A successful response.",
																					"originalRequest": {
																						"method": "GET",
																						"header": [],
																						"url": {
																							"raw": "https://inj.nownodes.io/cosmos/gov/v1beta1/proposals/:proposal_id/deposits/:depositor",
																							"protocol": "https",
																							"host": [
																								"inj",
																								"nownodes",
																								"io"
																							],
																							"path": [
																								"cosmos",
																								"gov",
																								"v1beta1",
																								"proposals",
																								":proposal_id",
																								"deposits",
																								":depositor"
																							],
																							"variable": [
																								{
																									"key": "proposal_id",
																									"value": "<uint64>",
																									"description": "(Required) proposal_id defines the unique id of the proposal."
																								},
																								{
																									"key": "depositor",
																									"value": "<string>",
																									"description": "(Required) depositor defines the deposit addresses from the proposals."
																								}
																							]
																						}
																					},
																					"status": "OK",
																					"code": 200,
																					"_postman_previewlanguage": "json",
																					"header": [
																						{
																							"key": "Content-Type",
																							"value": "*/*"
																						}
																					],
																					"cookie": [],
																					"body": "{\n  \"deposit\": {\n    \"proposal_id\": \"<uint64>\",\n    \"depositor\": \"<string>\",\n    \"amount\": [\n      {\n        \"denom\": \"<string>\",\n        \"amount\": \"<string>\"\n      },\n      {\n        \"denom\": \"<string>\",\n        \"amount\": \"<string>\"\n      }\n    ]\n  }\n}"
																				},
																				{
																					"name": "An unexpected error response.",
																					"originalRequest": {
																						"method": "GET",
																						"header": [],
																						"url": {
																							"raw": "https://inj.nownodes.io/cosmos/gov/v1beta1/proposals/:proposal_id/deposits/:depositor",
																							"protocol": "https",
																							"host": [
																								"inj",
																								"nownodes",
																								"io"
																							],
																							"path": [
																								"cosmos",
																								"gov",
																								"v1beta1",
																								"proposals",
																								":proposal_id",
																								"deposits",
																								":depositor"
																							],
																							"variable": [
																								{
																									"key": "proposal_id",
																									"value": "<uint64>",
																									"description": "(Required) proposal_id defines the unique id of the proposal."
																								},
																								{
																									"key": "depositor",
																									"value": "<string>",
																									"description": "(Required) depositor defines the deposit addresses from the proposals."
																								}
																							]
																						}
																					},
																					"status": "Internal Server Error",
																					"code": 500,
																					"_postman_previewlanguage": "json",
																					"header": [
																						{
																							"key": "Content-Type",
																							"value": "*/*"
																						}
																					],
																					"cookie": [],
																					"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
																				}
																			]
																		}
																	]
																},
																{
																	"name": "votes",
																	"item": [
																		{
																			"name": "Votes",
																			"request": {
																				"method": "GET",
																				"header": [
																					{
																						"key": "Accept",
																						"value": "*/*"
																					}
																				],
																				"url": {
																					"raw": "https://inj.nownodes.io/cosmos/gov/v1beta1/proposals/:proposal_id/votes",
																					"protocol": "https",
																					"host": [
																						"inj",
																						"nownodes",
																						"io"
																					],
																					"path": [
																						"cosmos",
																						"gov",
																						"v1beta1",
																						"proposals",
																						":proposal_id",
																						"votes"
																					],
																					"query": [
																						{
																							"key": "pagination.key",
																							"value": "<byte>",
																							"description": "key is a value returned in PageResponse.next_key to begin\nquerying the next page most efficiently. Only one of offset or key\nshould be set.",
																							"disabled": true
																						},
																						{
																							"key": "pagination.offset",
																							"value": "<uint64>",
																							"description": "offset is a numeric offset that can be used when key is unavailable.\nIt is less efficient than using key. Only one of offset or key should\nbe set.",
																							"disabled": true
																						},
																						{
																							"key": "pagination.limit",
																							"value": "<uint64>",
																							"description": "limit is the total number of results to be returned in the result page.\nIf left empty it will default to a value to be set by each app.",
																							"disabled": true
																						},
																						{
																							"key": "pagination.count_total",
																							"value": "<boolean>",
																							"description": "count_total is set to true  to indicate that the result set should include\na count of the total number of items available for pagination in UIs.\ncount_total is only respected when offset is used. It is ignored when key\nis set.",
																							"disabled": true
																						},
																						{
																							"key": "pagination.reverse",
																							"value": "<boolean>",
																							"description": "reverse is set to true if results are to be returned in the descending order.\n\nSince: cosmos-sdk 0.43",
																							"disabled": true
																						}
																					],
																					"variable": [
																						{
																							"key": "proposal_id",
																							"value": "<uint64>",
																							"description": "(Required) proposal_id defines the unique id of the proposal."
																						}
																					]
																				},
																				"description": "queries votes of a given proposal"
																			},
																			"response": [
																				{
																					"name": "A successful response.",
																					"originalRequest": {
																						"method": "GET",
																						"header": [],
																						"url": {
																							"raw": "https://inj.nownodes.io/cosmos/gov/v1beta1/proposals/:proposal_id/votes?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																							"protocol": "https",
																							"host": [
																								"inj",
																								"nownodes",
																								"io"
																							],
																							"path": [
																								"cosmos",
																								"gov",
																								"v1beta1",
																								"proposals",
																								":proposal_id",
																								"votes"
																							],
																							"query": [
																								{
																									"key": "pagination.key",
																									"value": "<byte>"
																								},
																								{
																									"key": "pagination.offset",
																									"value": "<uint64>"
																								},
																								{
																									"key": "pagination.limit",
																									"value": "<uint64>"
																								},
																								{
																									"key": "pagination.count_total",
																									"value": "<boolean>"
																								},
																								{
																									"key": "pagination.reverse",
																									"value": "<boolean>"
																								}
																							],
																							"variable": [
																								{
																									"key": "proposal_id",
																									"value": "<uint64>",
																									"description": "(Required) proposal_id defines the unique id of the proposal."
																								}
																							]
																						}
																					},
																					"status": "OK",
																					"code": 200,
																					"_postman_previewlanguage": "json",
																					"header": [
																						{
																							"key": "Content-Type",
																							"value": "*/*"
																						}
																					],
																					"cookie": [],
																					"body": "{\n  \"votes\": [\n    {\n      \"proposal_id\": \"<uint64>\",\n      \"voter\": \"<string>\",\n      \"option\": \"VOTE_OPTION_UNSPECIFIED\",\n      \"options\": [\n        {\n          \"option\": \"VOTE_OPTION_UNSPECIFIED\",\n          \"weight\": \"<string>\"\n        },\n        {\n          \"option\": \"VOTE_OPTION_UNSPECIFIED\",\n          \"weight\": \"<string>\"\n        }\n      ]\n    },\n    {\n      \"proposal_id\": \"<uint64>\",\n      \"voter\": \"<string>\",\n      \"option\": \"VOTE_OPTION_UNSPECIFIED\",\n      \"options\": [\n        {\n          \"option\": \"VOTE_OPTION_UNSPECIFIED\",\n          \"weight\": \"<string>\"\n        },\n        {\n          \"option\": \"VOTE_OPTION_UNSPECIFIED\",\n          \"weight\": \"<string>\"\n        }\n      ]\n    }\n  ],\n  \"pagination\": {\n    \"next_key\": \"<byte>\",\n    \"total\": \"<uint64>\"\n  }\n}"
																				},
																				{
																					"name": "An unexpected error response.",
																					"originalRequest": {
																						"method": "GET",
																						"header": [],
																						"url": {
																							"raw": "https://inj.nownodes.io/cosmos/gov/v1beta1/proposals/:proposal_id/votes?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																							"protocol": "https",
																							"host": [
																								"inj",
																								"nownodes",
																								"io"
																							],
																							"path": [
																								"cosmos",
																								"gov",
																								"v1beta1",
																								"proposals",
																								":proposal_id",
																								"votes"
																							],
																							"query": [
																								{
																									"key": "pagination.key",
																									"value": "<byte>"
																								},
																								{
																									"key": "pagination.offset",
																									"value": "<uint64>"
																								},
																								{
																									"key": "pagination.limit",
																									"value": "<uint64>"
																								},
																								{
																									"key": "pagination.count_total",
																									"value": "<boolean>"
																								},
																								{
																									"key": "pagination.reverse",
																									"value": "<boolean>"
																								}
																							],
																							"variable": [
																								{
																									"key": "proposal_id",
																									"value": "<uint64>",
																									"description": "(Required) proposal_id defines the unique id of the proposal."
																								}
																							]
																						}
																					},
																					"status": "Internal Server Error",
																					"code": 500,
																					"_postman_previewlanguage": "json",
																					"header": [
																						{
																							"key": "Content-Type",
																							"value": "*/*"
																						}
																					],
																					"cookie": [],
																					"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
																				}
																			]
																		},
																		{
																			"name": "Vote",
																			"request": {
																				"method": "GET",
																				"header": [
																					{
																						"key": "Accept",
																						"value": "*/*"
																					}
																				],
																				"url": {
																					"raw": "https://inj.nownodes.io/cosmos/gov/v1beta1/proposals/:proposal_id/votes/:voter",
																					"protocol": "https",
																					"host": [
																						"inj",
																						"nownodes",
																						"io"
																					],
																					"path": [
																						"cosmos",
																						"gov",
																						"v1beta1",
																						"proposals",
																						":proposal_id",
																						"votes",
																						":voter"
																					],
																					"variable": [
																						{
																							"key": "proposal_id",
																							"value": "<uint64>",
																							"description": "(Required) proposal_id defines the unique id of the proposal."
																						},
																						{
																							"key": "voter",
																							"value": "<string>",
																							"description": "(Required) voter defines the voter address for the proposals."
																						}
																					]
																				},
																				"description": "queries voted information based on proposalID, voterAddr"
																			},
																			"response": [
																				{
																					"name": "A successful response.",
																					"originalRequest": {
																						"method": "GET",
																						"header": [],
																						"url": {
																							"raw": "https://inj.nownodes.io/cosmos/gov/v1beta1/proposals/:proposal_id/votes/:voter",
																							"protocol": "https",
																							"host": [
																								"inj",
																								"nownodes",
																								"io"
																							],
																							"path": [
																								"cosmos",
																								"gov",
																								"v1beta1",
																								"proposals",
																								":proposal_id",
																								"votes",
																								":voter"
																							],
																							"variable": [
																								{
																									"key": "proposal_id",
																									"value": "<uint64>",
																									"description": "(Required) proposal_id defines the unique id of the proposal."
																								},
																								{
																									"key": "voter",
																									"value": "<string>",
																									"description": "(Required) voter defines the voter address for the proposals."
																								}
																							]
																						}
																					},
																					"status": "OK",
																					"code": 200,
																					"_postman_previewlanguage": "json",
																					"header": [
																						{
																							"key": "Content-Type",
																							"value": "*/*"
																						}
																					],
																					"cookie": [],
																					"body": "{\n  \"vote\": {\n    \"proposal_id\": \"<uint64>\",\n    \"voter\": \"<string>\",\n    \"option\": \"VOTE_OPTION_UNSPECIFIED\",\n    \"options\": [\n      {\n        \"option\": \"VOTE_OPTION_UNSPECIFIED\",\n        \"weight\": \"<string>\"\n      },\n      {\n        \"option\": \"VOTE_OPTION_UNSPECIFIED\",\n        \"weight\": \"<string>\"\n      }\n    ]\n  }\n}"
																				},
																				{
																					"name": "An unexpected error response.",
																					"originalRequest": {
																						"method": "GET",
																						"header": [],
																						"url": {
																							"raw": "https://inj.nownodes.io/cosmos/gov/v1beta1/proposals/:proposal_id/votes/:voter",
																							"protocol": "https",
																							"host": [
																								"inj",
																								"nownodes",
																								"io"
																							],
																							"path": [
																								"cosmos",
																								"gov",
																								"v1beta1",
																								"proposals",
																								":proposal_id",
																								"votes",
																								":voter"
																							],
																							"variable": [
																								{
																									"key": "proposal_id",
																									"value": "<uint64>",
																									"description": "(Required) proposal_id defines the unique id of the proposal."
																								},
																								{
																									"key": "voter",
																									"value": "<string>",
																									"description": "(Required) voter defines the voter address for the proposals."
																								}
																							]
																						}
																					},
																					"status": "Internal Server Error",
																					"code": 500,
																					"_postman_previewlanguage": "json",
																					"header": [
																						{
																							"key": "Content-Type",
																							"value": "*/*"
																						}
																					],
																					"cookie": [],
																					"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
																				}
																			]
																		}
																	]
																},
																{
																	"name": "Proposal",
																	"request": {
																		"method": "GET",
																		"header": [
																			{
																				"key": "Accept",
																				"value": "*/*"
																			}
																		],
																		"url": {
																			"raw": "https://inj.nownodes.io/cosmos/gov/v1beta1/proposals/:proposal_id",
																			"protocol": "https",
																			"host": [
																				"inj",
																				"nownodes",
																				"io"
																			],
																			"path": [
																				"cosmos",
																				"gov",
																				"v1beta1",
																				"proposals",
																				":proposal_id"
																			],
																			"variable": [
																				{
																					"key": "proposal_id",
																					"value": "<uint64>",
																					"description": "(Required) proposal_id defines the unique id of the proposal."
																				}
																			]
																		},
																		"description": "queries proposal details based on ProposalID"
																	},
																	"response": [
																		{
																			"name": "A successful response.",
																			"originalRequest": {
																				"method": "GET",
																				"header": [],
																				"url": {
																					"raw": "https://inj.nownodes.io/cosmos/gov/v1beta1/proposals/:proposal_id",
																					"protocol": "https",
																					"host": [
																						"inj",
																						"nownodes",
																						"io"
																					],
																					"path": [
																						"cosmos",
																						"gov",
																						"v1beta1",
																						"proposals",
																						":proposal_id"
																					],
																					"variable": [
																						{
																							"key": "proposal_id",
																							"value": "<uint64>",
																							"description": "(Required) proposal_id defines the unique id of the proposal."
																						}
																					]
																				}
																			},
																			"status": "OK",
																			"code": 200,
																			"_postman_previewlanguage": "json",
																			"header": [
																				{
																					"key": "Content-Type",
																					"value": "*/*"
																				}
																			],
																			"cookie": [],
																			"body": "{\n  \"proposal\": {\n    \"proposal_id\": \"<uint64>\",\n    \"content\": {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    \"status\": \"PROPOSAL_STATUS_UNSPECIFIED\",\n    \"final_tally_result\": {\n      \"yes\": \"<string>\",\n      \"abstain\": \"<string>\",\n      \"no\": \"<string>\",\n      \"no_with_veto\": \"<string>\"\n    },\n    \"submit_time\": \"<dateTime>\",\n    \"deposit_end_time\": \"<dateTime>\",\n    \"total_deposit\": [\n      {\n        \"denom\": \"<string>\",\n        \"amount\": \"<string>\"\n      },\n      {\n        \"denom\": \"<string>\",\n        \"amount\": \"<string>\"\n      }\n    ],\n    \"voting_start_time\": \"<dateTime>\",\n    \"voting_end_time\": \"<dateTime>\"\n  }\n}"
																		},
																		{
																			"name": "An unexpected error response.",
																			"originalRequest": {
																				"method": "GET",
																				"header": [],
																				"url": {
																					"raw": "https://inj.nownodes.io/cosmos/gov/v1beta1/proposals/:proposal_id",
																					"protocol": "https",
																					"host": [
																						"inj",
																						"nownodes",
																						"io"
																					],
																					"path": [
																						"cosmos",
																						"gov",
																						"v1beta1",
																						"proposals",
																						":proposal_id"
																					],
																					"variable": [
																						{
																							"key": "proposal_id",
																							"value": "<uint64>",
																							"description": "(Required) proposal_id defines the unique id of the proposal."
																						}
																					]
																				}
																			},
																			"status": "Internal Server Error",
																			"code": 500,
																			"_postman_previewlanguage": "json",
																			"header": [
																				{
																					"key": "Content-Type",
																					"value": "*/*"
																				}
																			],
																			"cookie": [],
																			"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
																		}
																	]
																},
																{
																	"name": "TallyResult",
																	"request": {
																		"method": "GET",
																		"header": [
																			{
																				"key": "Accept",
																				"value": "*/*"
																			}
																		],
																		"url": {
																			"raw": "https://inj.nownodes.io/cosmos/gov/v1beta1/proposals/:proposal_id/tally",
																			"protocol": "https",
																			"host": [
																				"inj",
																				"nownodes",
																				"io"
																			],
																			"path": [
																				"cosmos",
																				"gov",
																				"v1beta1",
																				"proposals",
																				":proposal_id",
																				"tally"
																			],
																			"variable": [
																				{
																					"key": "proposal_id",
																					"value": "<uint64>",
																					"description": "(Required) proposal_id defines the unique id of the proposal."
																				}
																			]
																		},
																		"description": "queries the tally of a proposal vote"
																	},
																	"response": [
																		{
																			"name": "A successful response.",
																			"originalRequest": {
																				"method": "GET",
																				"header": [],
																				"url": {
																					"raw": "https://inj.nownodes.io/cosmos/gov/v1beta1/proposals/:proposal_id/tally",
																					"protocol": "https",
																					"host": [
																						"inj",
																						"nownodes",
																						"io"
																					],
																					"path": [
																						"cosmos",
																						"gov",
																						"v1beta1",
																						"proposals",
																						":proposal_id",
																						"tally"
																					],
																					"variable": [
																						{
																							"key": "proposal_id",
																							"value": "<uint64>",
																							"description": "(Required) proposal_id defines the unique id of the proposal."
																						}
																					]
																				}
																			},
																			"status": "OK",
																			"code": 200,
																			"_postman_previewlanguage": "json",
																			"header": [
																				{
																					"key": "Content-Type",
																					"value": "*/*"
																				}
																			],
																			"cookie": [],
																			"body": "{\n  \"tally\": {\n    \"yes\": \"<string>\",\n    \"abstain\": \"<string>\",\n    \"no\": \"<string>\",\n    \"no_with_veto\": \"<string>\"\n  }\n}"
																		},
																		{
																			"name": "An unexpected error response.",
																			"originalRequest": {
																				"method": "GET",
																				"header": [],
																				"url": {
																					"raw": "https://inj.nownodes.io/cosmos/gov/v1beta1/proposals/:proposal_id/tally",
																					"protocol": "https",
																					"host": [
																						"inj",
																						"nownodes",
																						"io"
																					],
																					"path": [
																						"cosmos",
																						"gov",
																						"v1beta1",
																						"proposals",
																						":proposal_id",
																						"tally"
																					],
																					"variable": [
																						{
																							"key": "proposal_id",
																							"value": "<uint64>",
																							"description": "(Required) proposal_id defines the unique id of the proposal."
																						}
																					]
																				}
																			},
																			"status": "Internal Server Error",
																			"code": 500,
																			"_postman_previewlanguage": "json",
																			"header": [
																				{
																					"key": "Content-Type",
																					"value": "*/*"
																				}
																			],
																			"cookie": [],
																			"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
																		}
																	]
																}
															]
														},
														{
															"name": "Proposals",
															"request": {
																"method": "GET",
																"header": [
																	{
																		"key": "Accept",
																		"value": "*/*"
																	}
																],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/gov/v1beta1/proposals",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"gov",
																		"v1beta1",
																		"proposals"
																	],
																	"query": [
																		{
																			"key": "proposal_status",
																			"value": "PROPOSAL_STATUS_UNSPECIFIED",
																			"description": "proposal_status defines the status of the proposals.\n\n - PROPOSAL_STATUS_UNSPECIFIED: PROPOSAL_STATUS_UNSPECIFIED defines the default proposal status.\n - PROPOSAL_STATUS_DEPOSIT_PERIOD: PROPOSAL_STATUS_DEPOSIT_PERIOD defines a proposal status during the deposit\nperiod.\n - PROPOSAL_STATUS_VOTING_PERIOD: PROPOSAL_STATUS_VOTING_PERIOD defines a proposal status during the voting\nperiod.\n - PROPOSAL_STATUS_PASSED: PROPOSAL_STATUS_PASSED defines a proposal status of a proposal that has\npassed.\n - PROPOSAL_STATUS_REJECTED: PROPOSAL_STATUS_REJECTED defines a proposal status of a proposal that has\nbeen rejected.\n - PROPOSAL_STATUS_FAILED: PROPOSAL_STATUS_FAILED defines a proposal status of a proposal that has\nfailed.",
																			"disabled": true
																		},
																		{
																			"key": "voter",
																			"value": "<string>",
																			"description": "voter defines the voter address for the proposals.",
																			"disabled": true
																		},
																		{
																			"key": "depositor",
																			"value": "<string>",
																			"description": "depositor defines the deposit addresses from the proposals.",
																			"disabled": true
																		},
																		{
																			"key": "pagination.key",
																			"value": "<byte>",
																			"description": "key is a value returned in PageResponse.next_key to begin\nquerying the next page most efficiently. Only one of offset or key\nshould be set.",
																			"disabled": true
																		},
																		{
																			"key": "pagination.offset",
																			"value": "<uint64>",
																			"description": "offset is a numeric offset that can be used when key is unavailable.\nIt is less efficient than using key. Only one of offset or key should\nbe set.",
																			"disabled": true
																		},
																		{
																			"key": "pagination.limit",
																			"value": "<uint64>",
																			"description": "limit is the total number of results to be returned in the result page.\nIf left empty it will default to a value to be set by each app.",
																			"disabled": true
																		},
																		{
																			"key": "pagination.count_total",
																			"value": "<boolean>",
																			"description": "count_total is set to true  to indicate that the result set should include\na count of the total number of items available for pagination in UIs.\ncount_total is only respected when offset is used. It is ignored when key\nis set.",
																			"disabled": true
																		},
																		{
																			"key": "pagination.reverse",
																			"value": "<boolean>",
																			"description": "reverse is set to true if results are to be returned in the descending order.\n\nSince: cosmos-sdk 0.43",
																			"disabled": true
																		}
																	]
																},
																"description": "queries all proposals based on given status"
															},
															"response": [
																{
																	"name": "A successful response.",
																	"originalRequest": {
																		"method": "GET",
																		"header": [],
																		"url": {
																			"raw": "https://inj.nownodes.io/cosmos/gov/v1beta1/proposals?proposal_status=PROPOSAL_STATUS_UNSPECIFIED&voter=<string>&depositor=<string>&pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																			"protocol": "https",
																			"host": [
																				"inj",
																				"nownodes",
																				"io"
																			],
																			"path": [
																				"cosmos",
																				"gov",
																				"v1beta1",
																				"proposals"
																			],
																			"query": [
																				{
																					"key": "proposal_status",
																					"value": "PROPOSAL_STATUS_UNSPECIFIED"
																				},
																				{
																					"key": "voter",
																					"value": "<string>"
																				},
																				{
																					"key": "depositor",
																					"value": "<string>"
																				},
																				{
																					"key": "pagination.key",
																					"value": "<byte>"
																				},
																				{
																					"key": "pagination.offset",
																					"value": "<uint64>"
																				},
																				{
																					"key": "pagination.limit",
																					"value": "<uint64>"
																				},
																				{
																					"key": "pagination.count_total",
																					"value": "<boolean>"
																				},
																				{
																					"key": "pagination.reverse",
																					"value": "<boolean>"
																				}
																			]
																		}
																	},
																	"status": "OK",
																	"code": 200,
																	"_postman_previewlanguage": "json",
																	"header": [
																		{
																			"key": "Content-Type",
																			"value": "*/*"
																		}
																	],
																	"cookie": [],
																	"body": "{\n  \"proposals\": [\n    {\n      \"proposal_id\": \"<uint64>\",\n      \"content\": {\n        \"type_url\": \"<string>\",\n        \"value\": \"<byte>\"\n      },\n      \"status\": \"PROPOSAL_STATUS_UNSPECIFIED\",\n      \"final_tally_result\": {\n        \"yes\": \"<string>\",\n        \"abstain\": \"<string>\",\n        \"no\": \"<string>\",\n        \"no_with_veto\": \"<string>\"\n      },\n      \"submit_time\": \"<dateTime>\",\n      \"deposit_end_time\": \"<dateTime>\",\n      \"total_deposit\": [\n        {\n          \"denom\": \"<string>\",\n          \"amount\": \"<string>\"\n        },\n        {\n          \"denom\": \"<string>\",\n          \"amount\": \"<string>\"\n        }\n      ],\n      \"voting_start_time\": \"<dateTime>\",\n      \"voting_end_time\": \"<dateTime>\"\n    },\n    {\n      \"proposal_id\": \"<uint64>\",\n      \"content\": {\n        \"type_url\": \"<string>\",\n        \"value\": \"<byte>\"\n      },\n      \"status\": \"PROPOSAL_STATUS_UNSPECIFIED\",\n      \"final_tally_result\": {\n        \"yes\": \"<string>\",\n        \"abstain\": \"<string>\",\n        \"no\": \"<string>\",\n        \"no_with_veto\": \"<string>\"\n      },\n      \"submit_time\": \"<dateTime>\",\n      \"deposit_end_time\": \"<dateTime>\",\n      \"total_deposit\": [\n        {\n          \"denom\": \"<string>\",\n          \"amount\": \"<string>\"\n        },\n        {\n          \"denom\": \"<string>\",\n          \"amount\": \"<string>\"\n        }\n      ],\n      \"voting_start_time\": \"<dateTime>\",\n      \"voting_end_time\": \"<dateTime>\"\n    }\n  ],\n  \"pagination\": {\n    \"next_key\": \"<byte>\",\n    \"total\": \"<uint64>\"\n  }\n}"
																},
																{
																	"name": "An unexpected error response.",
																	"originalRequest": {
																		"method": "GET",
																		"header": [],
																		"url": {
																			"raw": "https://inj.nownodes.io/cosmos/gov/v1beta1/proposals?proposal_status=PROPOSAL_STATUS_UNSPECIFIED&voter=<string>&depositor=<string>&pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																			"protocol": "https",
																			"host": [
																				"inj",
																				"nownodes",
																				"io"
																			],
																			"path": [
																				"cosmos",
																				"gov",
																				"v1beta1",
																				"proposals"
																			],
																			"query": [
																				{
																					"key": "proposal_status",
																					"value": "PROPOSAL_STATUS_UNSPECIFIED"
																				},
																				{
																					"key": "voter",
																					"value": "<string>"
																				},
																				{
																					"key": "depositor",
																					"value": "<string>"
																				},
																				{
																					"key": "pagination.key",
																					"value": "<byte>"
																				},
																				{
																					"key": "pagination.offset",
																					"value": "<uint64>"
																				},
																				{
																					"key": "pagination.limit",
																					"value": "<uint64>"
																				},
																				{
																					"key": "pagination.count_total",
																					"value": "<boolean>"
																				},
																				{
																					"key": "pagination.reverse",
																					"value": "<boolean>"
																				}
																			]
																		}
																	},
																	"status": "Internal Server Error",
																	"code": 500,
																	"_postman_previewlanguage": "json",
																	"header": [
																		{
																			"key": "Content-Type",
																			"value": "*/*"
																		}
																	],
																	"cookie": [],
																	"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
																}
															]
														}
													]
												},
												{
													"name": "Params",
													"request": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															}
														],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/gov/v1beta1/params/:params_type",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"gov",
																"v1beta1",
																"params",
																":params_type"
															],
															"variable": [
																{
																	"key": "params_type",
																	"value": "<string>",
																	"description": "(Required) params_type defines which parameters to query for, can be one of \"voting\",\n\"tallying\" or \"deposit\"."
																}
															]
														},
														"description": "queries all parameters of the gov module"
													},
													"response": [
														{
															"name": "A successful response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/gov/v1beta1/params/:params_type",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"gov",
																		"v1beta1",
																		"params",
																		":params_type"
																	],
																	"variable": [
																		{
																			"key": "params_type",
																			"value": "<string>",
																			"description": "(Required) params_type defines which parameters to query for, can be one of \"voting\",\n\"tallying\" or \"deposit\"."
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"voting_params\": {\n    \"voting_period\": \"<string>\"\n  },\n  \"deposit_params\": {\n    \"min_deposit\": [\n      {\n        \"denom\": \"<string>\",\n        \"amount\": \"<string>\"\n      },\n      {\n        \"denom\": \"<string>\",\n        \"amount\": \"<string>\"\n      }\n    ],\n    \"max_deposit_period\": \"<string>\"\n  },\n  \"tally_params\": {\n    \"quorum\": \"<byte>\",\n    \"threshold\": \"<byte>\",\n    \"veto_threshold\": \"<byte>\"\n  }\n}"
														},
														{
															"name": "An unexpected error response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/gov/v1beta1/params/:params_type",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"gov",
																		"v1beta1",
																		"params",
																		":params_type"
																	],
																	"variable": [
																		{
																			"key": "params_type",
																			"value": "<string>",
																			"description": "(Required) params_type defines which parameters to query for, can be one of \"voting\",\n\"tallying\" or \"deposit\"."
																		}
																	]
																}
															},
															"status": "Internal Server Error",
															"code": 500,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
														}
													]
												}
											]
										}
									]
								},
								{
									"name": "mint/v1beta1",
									"item": [
										{
											"name": "AnnualProvisions",
											"request": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													}
												],
												"url": {
													"raw": "https://inj.nownodes.io/cosmos/mint/v1beta1/annual_provisions",
													"protocol": "https",
													"host": [
														"inj",
														"nownodes",
														"io"
													],
													"path": [
														"cosmos",
														"mint",
														"v1beta1",
														"annual_provisions"
													]
												},
												"description": "current minting annual provisions value"
											},
											"response": [
												{
													"name": "A successful response.",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/mint/v1beta1/annual_provisions",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"mint",
																"v1beta1",
																"annual_provisions"
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"annual_provisions\": \"<byte>\"\n}"
												},
												{
													"name": "An unexpected error response.",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/mint/v1beta1/annual_provisions",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"mint",
																"v1beta1",
																"annual_provisions"
															]
														}
													},
													"status": "Internal Server Error",
													"code": 500,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
												}
											]
										},
										{
											"name": "Inflation",
											"request": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													}
												],
												"url": {
													"raw": "https://inj.nownodes.io/cosmos/mint/v1beta1/inflation",
													"protocol": "https",
													"host": [
														"inj",
														"nownodes",
														"io"
													],
													"path": [
														"cosmos",
														"mint",
														"v1beta1",
														"inflation"
													]
												},
												"description": "returns the current minting inflation value"
											},
											"response": [
												{
													"name": "A successful response.",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/mint/v1beta1/inflation",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"mint",
																"v1beta1",
																"inflation"
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"inflation\": \"<byte>\"\n}"
												},
												{
													"name": "An unexpected error response.",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/mint/v1beta1/inflation",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"mint",
																"v1beta1",
																"inflation"
															]
														}
													},
													"status": "Internal Server Error",
													"code": 500,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
												}
											]
										},
										{
											"name": "Params",
											"request": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													}
												],
												"url": {
													"raw": "https://inj.nownodes.io/cosmos/mint/v1beta1/params",
													"protocol": "https",
													"host": [
														"inj",
														"nownodes",
														"io"
													],
													"path": [
														"cosmos",
														"mint",
														"v1beta1",
														"params"
													]
												},
												"description": "returns the total set of minting parameters"
											},
											"response": [
												{
													"name": "A successful response.",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/mint/v1beta1/params",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"mint",
																"v1beta1",
																"params"
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"params\": {\n    \"mint_denom\": \"<string>\",\n    \"inflation_rate_change\": \"<string>\",\n    \"inflation_max\": \"<string>\",\n    \"inflation_min\": \"<string>\",\n    \"goal_bonded\": \"<string>\",\n    \"blocks_per_year\": \"<uint64>\"\n  }\n}"
												},
												{
													"name": "An unexpected error response.",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/mint/v1beta1/params",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"mint",
																"v1beta1",
																"params"
															]
														}
													},
													"status": "Internal Server Error",
													"code": 500,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
												}
											]
										}
									]
								},
								{
									"name": "slashing/v1beta1",
									"item": [
										{
											"name": "signing_infos",
											"item": [
												{
													"name": "SigningInfos",
													"request": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															}
														],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/slashing/v1beta1/signing_infos",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"slashing",
																"v1beta1",
																"signing_infos"
															],
															"query": [
																{
																	"key": "pagination.key",
																	"value": "<byte>",
																	"description": "key is a value returned in PageResponse.next_key to begin\nquerying the next page most efficiently. Only one of offset or key\nshould be set.",
																	"disabled": true
																},
																{
																	"key": "pagination.offset",
																	"value": "<uint64>",
																	"description": "offset is a numeric offset that can be used when key is unavailable.\nIt is less efficient than using key. Only one of offset or key should\nbe set.",
																	"disabled": true
																},
																{
																	"key": "pagination.limit",
																	"value": "<uint64>",
																	"description": "limit is the total number of results to be returned in the result page.\nIf left empty it will default to a value to be set by each app.",
																	"disabled": true
																},
																{
																	"key": "pagination.count_total",
																	"value": "<boolean>",
																	"description": "count_total is set to true  to indicate that the result set should include\na count of the total number of items available for pagination in UIs.\ncount_total is only respected when offset is used. It is ignored when key\nis set.",
																	"disabled": true
																},
																{
																	"key": "pagination.reverse",
																	"value": "<boolean>",
																	"description": "reverse is set to true if results are to be returned in the descending order.\n\nSince: cosmos-sdk 0.43",
																	"disabled": true
																}
															]
														},
														"description": "queries signing info of all validators"
													},
													"response": [
														{
															"name": "A successful response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/slashing/v1beta1/signing_infos?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"slashing",
																		"v1beta1",
																		"signing_infos"
																	],
																	"query": [
																		{
																			"key": "pagination.key",
																			"value": "<byte>"
																		},
																		{
																			"key": "pagination.offset",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.limit",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.count_total",
																			"value": "<boolean>"
																		},
																		{
																			"key": "pagination.reverse",
																			"value": "<boolean>"
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"info\": [\n    {\n      \"address\": \"<string>\",\n      \"start_height\": \"<int64>\",\n      \"index_offset\": \"<int64>\",\n      \"jailed_until\": \"<dateTime>\",\n      \"tombstoned\": \"<boolean>\",\n      \"missed_blocks_counter\": \"<int64>\"\n    },\n    {\n      \"address\": \"<string>\",\n      \"start_height\": \"<int64>\",\n      \"index_offset\": \"<int64>\",\n      \"jailed_until\": \"<dateTime>\",\n      \"tombstoned\": \"<boolean>\",\n      \"missed_blocks_counter\": \"<int64>\"\n    }\n  ],\n  \"pagination\": {\n    \"next_key\": \"<byte>\",\n    \"total\": \"<uint64>\"\n  }\n}"
														},
														{
															"name": "An unexpected error response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/slashing/v1beta1/signing_infos?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"slashing",
																		"v1beta1",
																		"signing_infos"
																	],
																	"query": [
																		{
																			"key": "pagination.key",
																			"value": "<byte>"
																		},
																		{
																			"key": "pagination.offset",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.limit",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.count_total",
																			"value": "<boolean>"
																		},
																		{
																			"key": "pagination.reverse",
																			"value": "<boolean>"
																		}
																	]
																}
															},
															"status": "Internal Server Error",
															"code": 500,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
														}
													]
												},
												{
													"name": "SigningInfo",
													"request": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															}
														],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/slashing/v1beta1/signing_infos/:cons_address",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"slashing",
																"v1beta1",
																"signing_infos",
																":cons_address"
															],
															"variable": [
																{
																	"key": "cons_address",
																	"value": "<string>",
																	"description": "(Required) cons_address is the address to query signing info of"
																}
															]
														},
														"description": "queries the signing info of given cons address"
													},
													"response": [
														{
															"name": "A successful response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/slashing/v1beta1/signing_infos/:cons_address",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"slashing",
																		"v1beta1",
																		"signing_infos",
																		":cons_address"
																	],
																	"variable": [
																		{
																			"key": "cons_address",
																			"value": "<string>",
																			"description": "(Required) cons_address is the address to query signing info of"
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"val_signing_info\": {\n    \"address\": \"<string>\",\n    \"start_height\": \"<int64>\",\n    \"index_offset\": \"<int64>\",\n    \"jailed_until\": \"<dateTime>\",\n    \"tombstoned\": \"<boolean>\",\n    \"missed_blocks_counter\": \"<int64>\"\n  }\n}"
														},
														{
															"name": "An unexpected error response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/slashing/v1beta1/signing_infos/:cons_address",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"slashing",
																		"v1beta1",
																		"signing_infos",
																		":cons_address"
																	],
																	"variable": [
																		{
																			"key": "cons_address",
																			"value": "<string>",
																			"description": "(Required) cons_address is the address to query signing info of"
																		}
																	]
																}
															},
															"status": "Internal Server Error",
															"code": 500,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
														}
													]
												}
											]
										},
										{
											"name": "Params",
											"request": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													}
												],
												"url": {
													"raw": "https://inj.nownodes.io/cosmos/slashing/v1beta1/params",
													"protocol": "https",
													"host": [
														"inj",
														"nownodes",
														"io"
													],
													"path": [
														"cosmos",
														"slashing",
														"v1beta1",
														"params"
													]
												},
												"description": "queries the parameters of slashing module"
											},
											"response": [
												{
													"name": "A successful response.",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/slashing/v1beta1/params",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"slashing",
																"v1beta1",
																"params"
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"params\": {\n    \"signed_blocks_window\": \"<int64>\",\n    \"min_signed_per_window\": \"<byte>\",\n    \"downtime_jail_duration\": \"<string>\",\n    \"slash_fraction_double_sign\": \"<byte>\",\n    \"slash_fraction_downtime\": \"<byte>\"\n  }\n}"
												},
												{
													"name": "An unexpected error response.",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/slashing/v1beta1/params",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"slashing",
																"v1beta1",
																"params"
															]
														}
													},
													"status": "Internal Server Error",
													"code": 500,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
												}
											]
										}
									]
								},
								{
									"name": "staking/v1beta1",
									"item": [
										{
											"name": "delegators/{delegator_addr}",
											"item": [
												{
													"name": "validators",
													"item": [
														{
															"name": "DelegatorValidators",
															"request": {
																"method": "GET",
																"header": [
																	{
																		"key": "Accept",
																		"value": "*/*"
																	}
																],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/staking/v1beta1/delegators/:delegator_addr/validators",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"staking",
																		"v1beta1",
																		"delegators",
																		":delegator_addr",
																		"validators"
																	],
																	"query": [
																		{
																			"key": "pagination.key",
																			"value": "<byte>",
																			"description": "key is a value returned in PageResponse.next_key to begin\nquerying the next page most efficiently. Only one of offset or key\nshould be set.",
																			"disabled": true
																		},
																		{
																			"key": "pagination.offset",
																			"value": "<uint64>",
																			"description": "offset is a numeric offset that can be used when key is unavailable.\nIt is less efficient than using key. Only one of offset or key should\nbe set.",
																			"disabled": true
																		},
																		{
																			"key": "pagination.limit",
																			"value": "<uint64>",
																			"description": "limit is the total number of results to be returned in the result page.\nIf left empty it will default to a value to be set by each app.",
																			"disabled": true
																		},
																		{
																			"key": "pagination.count_total",
																			"value": "<boolean>",
																			"description": "count_total is set to true  to indicate that the result set should include\na count of the total number of items available for pagination in UIs.\ncount_total is only respected when offset is used. It is ignored when key\nis set.",
																			"disabled": true
																		},
																		{
																			"key": "pagination.reverse",
																			"value": "<boolean>",
																			"description": "reverse is set to true if results are to be returned in the descending order.\n\nSince: cosmos-sdk 0.43",
																			"disabled": true
																		}
																	],
																	"variable": [
																		{
																			"key": "delegator_addr",
																			"value": "<string>",
																			"description": "(Required) delegator_addr defines the delegator address to query for."
																		}
																	]
																},
																"description": "queries all validators info for given delegatoraddress"
															},
															"response": [
																{
																	"name": "A successful response.",
																	"originalRequest": {
																		"method": "GET",
																		"header": [],
																		"url": {
																			"raw": "https://inj.nownodes.io/cosmos/staking/v1beta1/delegators/:delegator_addr/validators?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																			"protocol": "https",
																			"host": [
																				"inj",
																				"nownodes",
																				"io"
																			],
																			"path": [
																				"cosmos",
																				"staking",
																				"v1beta1",
																				"delegators",
																				":delegator_addr",
																				"validators"
																			],
																			"query": [
																				{
																					"key": "pagination.key",
																					"value": "<byte>"
																				},
																				{
																					"key": "pagination.offset",
																					"value": "<uint64>"
																				},
																				{
																					"key": "pagination.limit",
																					"value": "<uint64>"
																				},
																				{
																					"key": "pagination.count_total",
																					"value": "<boolean>"
																				},
																				{
																					"key": "pagination.reverse",
																					"value": "<boolean>"
																				}
																			],
																			"variable": [
																				{
																					"key": "delegator_addr",
																					"value": "<string>",
																					"description": "(Required) delegator_addr defines the delegator address to query for."
																				}
																			]
																		}
																	},
																	"status": "OK",
																	"code": 200,
																	"_postman_previewlanguage": "json",
																	"header": [
																		{
																			"key": "Content-Type",
																			"value": "*/*"
																		}
																	],
																	"cookie": [],
																	"body": "{\n  \"validators\": [\n    {\n      \"operator_address\": \"<string>\",\n      \"consensus_pubkey\": {\n        \"type_url\": \"<string>\",\n        \"value\": \"<byte>\"\n      },\n      \"jailed\": \"<boolean>\",\n      \"status\": \"BOND_STATUS_UNSPECIFIED\",\n      \"tokens\": \"<string>\",\n      \"delegator_shares\": \"<string>\",\n      \"description\": {\n        \"moniker\": \"<string>\",\n        \"identity\": \"<string>\",\n        \"website\": \"<string>\",\n        \"security_contact\": \"<string>\",\n        \"details\": \"<string>\"\n      },\n      \"unbonding_height\": \"<int64>\",\n      \"unbonding_time\": \"<dateTime>\",\n      \"commission\": {\n        \"commission_rates\": {\n          \"rate\": \"<string>\",\n          \"max_rate\": \"<string>\",\n          \"max_change_rate\": \"<string>\"\n        },\n        \"update_time\": \"<dateTime>\"\n      },\n      \"min_self_delegation\": \"<string>\"\n    },\n    {\n      \"operator_address\": \"<string>\",\n      \"consensus_pubkey\": {\n        \"type_url\": \"<string>\",\n        \"value\": \"<byte>\"\n      },\n      \"jailed\": \"<boolean>\",\n      \"status\": \"BOND_STATUS_UNSPECIFIED\",\n      \"tokens\": \"<string>\",\n      \"delegator_shares\": \"<string>\",\n      \"description\": {\n        \"moniker\": \"<string>\",\n        \"identity\": \"<string>\",\n        \"website\": \"<string>\",\n        \"security_contact\": \"<string>\",\n        \"details\": \"<string>\"\n      },\n      \"unbonding_height\": \"<int64>\",\n      \"unbonding_time\": \"<dateTime>\",\n      \"commission\": {\n        \"commission_rates\": {\n          \"rate\": \"<string>\",\n          \"max_rate\": \"<string>\",\n          \"max_change_rate\": \"<string>\"\n        },\n        \"update_time\": \"<dateTime>\"\n      },\n      \"min_self_delegation\": \"<string>\"\n    }\n  ],\n  \"pagination\": {\n    \"next_key\": \"<byte>\",\n    \"total\": \"<uint64>\"\n  }\n}"
																},
																{
																	"name": "An unexpected error response.",
																	"originalRequest": {
																		"method": "GET",
																		"header": [],
																		"url": {
																			"raw": "https://inj.nownodes.io/cosmos/staking/v1beta1/delegators/:delegator_addr/validators?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																			"protocol": "https",
																			"host": [
																				"inj",
																				"nownodes",
																				"io"
																			],
																			"path": [
																				"cosmos",
																				"staking",
																				"v1beta1",
																				"delegators",
																				":delegator_addr",
																				"validators"
																			],
																			"query": [
																				{
																					"key": "pagination.key",
																					"value": "<byte>"
																				},
																				{
																					"key": "pagination.offset",
																					"value": "<uint64>"
																				},
																				{
																					"key": "pagination.limit",
																					"value": "<uint64>"
																				},
																				{
																					"key": "pagination.count_total",
																					"value": "<boolean>"
																				},
																				{
																					"key": "pagination.reverse",
																					"value": "<boolean>"
																				}
																			],
																			"variable": [
																				{
																					"key": "delegator_addr",
																					"value": "<string>",
																					"description": "(Required) delegator_addr defines the delegator address to query for."
																				}
																			]
																		}
																	},
																	"status": "Internal Server Error",
																	"code": 500,
																	"_postman_previewlanguage": "json",
																	"header": [
																		{
																			"key": "Content-Type",
																			"value": "*/*"
																		}
																	],
																	"cookie": [],
																	"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
																}
															]
														},
														{
															"name": "DelegatorValidator",
															"request": {
																"method": "GET",
																"header": [
																	{
																		"key": "Accept",
																		"value": "*/*"
																	}
																],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/staking/v1beta1/delegators/:delegator_addr/validators/:validator_addr",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"staking",
																		"v1beta1",
																		"delegators",
																		":delegator_addr",
																		"validators",
																		":validator_addr"
																	],
																	"variable": [
																		{
																			"key": "delegator_addr",
																			"value": "<string>",
																			"description": "(Required) delegator_addr defines the delegator address to query for."
																		},
																		{
																			"key": "validator_addr",
																			"value": "<string>",
																			"description": "(Required) validator_addr defines the validator address to query for."
																		}
																	]
																},
																"description": "queries validator info for given delegator validator pair"
															},
															"response": [
																{
																	"name": "A successful response.",
																	"originalRequest": {
																		"method": "GET",
																		"header": [],
																		"url": {
																			"raw": "https://inj.nownodes.io/cosmos/staking/v1beta1/delegators/:delegator_addr/validators/:validator_addr",
																			"protocol": "https",
																			"host": [
																				"inj",
																				"nownodes",
																				"io"
																			],
																			"path": [
																				"cosmos",
																				"staking",
																				"v1beta1",
																				"delegators",
																				":delegator_addr",
																				"validators",
																				":validator_addr"
																			],
																			"variable": [
																				{
																					"key": "delegator_addr",
																					"value": "<string>",
																					"description": "(Required) delegator_addr defines the delegator address to query for."
																				},
																				{
																					"key": "validator_addr",
																					"value": "<string>",
																					"description": "(Required) validator_addr defines the validator address to query for."
																				}
																			]
																		}
																	},
																	"status": "OK",
																	"code": 200,
																	"_postman_previewlanguage": "json",
																	"header": [
																		{
																			"key": "Content-Type",
																			"value": "*/*"
																		}
																	],
																	"cookie": [],
																	"body": "{\n  \"validator\": {\n    \"operator_address\": \"<string>\",\n    \"consensus_pubkey\": {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    \"jailed\": \"<boolean>\",\n    \"status\": \"BOND_STATUS_UNSPECIFIED\",\n    \"tokens\": \"<string>\",\n    \"delegator_shares\": \"<string>\",\n    \"description\": {\n      \"moniker\": \"<string>\",\n      \"identity\": \"<string>\",\n      \"website\": \"<string>\",\n      \"security_contact\": \"<string>\",\n      \"details\": \"<string>\"\n    },\n    \"unbonding_height\": \"<int64>\",\n    \"unbonding_time\": \"<dateTime>\",\n    \"commission\": {\n      \"commission_rates\": {\n        \"rate\": \"<string>\",\n        \"max_rate\": \"<string>\",\n        \"max_change_rate\": \"<string>\"\n      },\n      \"update_time\": \"<dateTime>\"\n    },\n    \"min_self_delegation\": \"<string>\"\n  }\n}"
																},
																{
																	"name": "An unexpected error response.",
																	"originalRequest": {
																		"method": "GET",
																		"header": [],
																		"url": {
																			"raw": "https://inj.nownodes.io/cosmos/staking/v1beta1/delegators/:delegator_addr/validators/:validator_addr",
																			"protocol": "https",
																			"host": [
																				"inj",
																				"nownodes",
																				"io"
																			],
																			"path": [
																				"cosmos",
																				"staking",
																				"v1beta1",
																				"delegators",
																				":delegator_addr",
																				"validators",
																				":validator_addr"
																			],
																			"variable": [
																				{
																					"key": "delegator_addr",
																					"value": "<string>",
																					"description": "(Required) delegator_addr defines the delegator address to query for."
																				},
																				{
																					"key": "validator_addr",
																					"value": "<string>",
																					"description": "(Required) validator_addr defines the validator address to query for."
																				}
																			]
																		}
																	},
																	"status": "Internal Server Error",
																	"code": 500,
																	"_postman_previewlanguage": "json",
																	"header": [
																		{
																			"key": "Content-Type",
																			"value": "*/*"
																		}
																	],
																	"cookie": [],
																	"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
																}
															]
														}
													]
												},
												{
													"name": "Redelegations",
													"request": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															}
														],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/staking/v1beta1/delegators/:delegator_addr/redelegations",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"staking",
																"v1beta1",
																"delegators",
																":delegator_addr",
																"redelegations"
															],
															"query": [
																{
																	"key": "src_validator_addr",
																	"value": "<string>",
																	"description": "src_validator_addr defines the validator address to redelegate from.",
																	"disabled": true
																},
																{
																	"key": "dst_validator_addr",
																	"value": "<string>",
																	"description": "dst_validator_addr defines the validator address to redelegate to.",
																	"disabled": true
																},
																{
																	"key": "pagination.key",
																	"value": "<byte>",
																	"description": "key is a value returned in PageResponse.next_key to begin\nquerying the next page most efficiently. Only one of offset or key\nshould be set.",
																	"disabled": true
																},
																{
																	"key": "pagination.offset",
																	"value": "<uint64>",
																	"description": "offset is a numeric offset that can be used when key is unavailable.\nIt is less efficient than using key. Only one of offset or key should\nbe set.",
																	"disabled": true
																},
																{
																	"key": "pagination.limit",
																	"value": "<uint64>",
																	"description": "limit is the total number of results to be returned in the result page.\nIf left empty it will default to a value to be set by each app.",
																	"disabled": true
																},
																{
																	"key": "pagination.count_total",
																	"value": "<boolean>",
																	"description": "count_total is set to true  to indicate that the result set should include\na count of the total number of items available for pagination in UIs.\ncount_total is only respected when offset is used. It is ignored when key\nis set.",
																	"disabled": true
																},
																{
																	"key": "pagination.reverse",
																	"value": "<boolean>",
																	"description": "reverse is set to true if results are to be returned in the descending order.\n\nSince: cosmos-sdk 0.43",
																	"disabled": true
																}
															],
															"variable": [
																{
																	"key": "delegator_addr",
																	"value": "<string>",
																	"description": "(Required) delegator_addr defines the delegator address to query for."
																}
															]
														},
														"description": "queries redelegations of given address"
													},
													"response": [
														{
															"name": "A successful response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/staking/v1beta1/delegators/:delegator_addr/redelegations?src_validator_addr=<string>&dst_validator_addr=<string>&pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"staking",
																		"v1beta1",
																		"delegators",
																		":delegator_addr",
																		"redelegations"
																	],
																	"query": [
																		{
																			"key": "src_validator_addr",
																			"value": "<string>"
																		},
																		{
																			"key": "dst_validator_addr",
																			"value": "<string>"
																		},
																		{
																			"key": "pagination.key",
																			"value": "<byte>"
																		},
																		{
																			"key": "pagination.offset",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.limit",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.count_total",
																			"value": "<boolean>"
																		},
																		{
																			"key": "pagination.reverse",
																			"value": "<boolean>"
																		}
																	],
																	"variable": [
																		{
																			"key": "delegator_addr",
																			"value": "<string>",
																			"description": "(Required) delegator_addr defines the delegator address to query for."
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"redelegation_responses\": [\n    {\n      \"redelegation\": {\n        \"delegator_address\": \"<string>\",\n        \"validator_src_address\": \"<string>\",\n        \"validator_dst_address\": \"<string>\",\n        \"entries\": [\n          {\n            \"creation_height\": \"<int64>\",\n            \"completion_time\": \"<dateTime>\",\n            \"initial_balance\": \"<string>\",\n            \"shares_dst\": \"<string>\"\n          },\n          {\n            \"creation_height\": \"<int64>\",\n            \"completion_time\": \"<dateTime>\",\n            \"initial_balance\": \"<string>\",\n            \"shares_dst\": \"<string>\"\n          }\n        ]\n      },\n      \"entries\": [\n        {\n          \"redelegation_entry\": {\n            \"creation_height\": \"<int64>\",\n            \"completion_time\": \"<dateTime>\",\n            \"initial_balance\": \"<string>\",\n            \"shares_dst\": \"<string>\"\n          },\n          \"balance\": \"<string>\"\n        },\n        {\n          \"redelegation_entry\": {\n            \"creation_height\": \"<int64>\",\n            \"completion_time\": \"<dateTime>\",\n            \"initial_balance\": \"<string>\",\n            \"shares_dst\": \"<string>\"\n          },\n          \"balance\": \"<string>\"\n        }\n      ]\n    },\n    {\n      \"redelegation\": {\n        \"delegator_address\": \"<string>\",\n        \"validator_src_address\": \"<string>\",\n        \"validator_dst_address\": \"<string>\",\n        \"entries\": [\n          {\n            \"creation_height\": \"<int64>\",\n            \"completion_time\": \"<dateTime>\",\n            \"initial_balance\": \"<string>\",\n            \"shares_dst\": \"<string>\"\n          },\n          {\n            \"creation_height\": \"<int64>\",\n            \"completion_time\": \"<dateTime>\",\n            \"initial_balance\": \"<string>\",\n            \"shares_dst\": \"<string>\"\n          }\n        ]\n      },\n      \"entries\": [\n        {\n          \"redelegation_entry\": {\n            \"creation_height\": \"<int64>\",\n            \"completion_time\": \"<dateTime>\",\n            \"initial_balance\": \"<string>\",\n            \"shares_dst\": \"<string>\"\n          },\n          \"balance\": \"<string>\"\n        },\n        {\n          \"redelegation_entry\": {\n            \"creation_height\": \"<int64>\",\n            \"completion_time\": \"<dateTime>\",\n            \"initial_balance\": \"<string>\",\n            \"shares_dst\": \"<string>\"\n          },\n          \"balance\": \"<string>\"\n        }\n      ]\n    }\n  ],\n  \"pagination\": {\n    \"next_key\": \"<byte>\",\n    \"total\": \"<uint64>\"\n  }\n}"
														},
														{
															"name": "An unexpected error response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/staking/v1beta1/delegators/:delegator_addr/redelegations?src_validator_addr=<string>&dst_validator_addr=<string>&pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"staking",
																		"v1beta1",
																		"delegators",
																		":delegator_addr",
																		"redelegations"
																	],
																	"query": [
																		{
																			"key": "src_validator_addr",
																			"value": "<string>"
																		},
																		{
																			"key": "dst_validator_addr",
																			"value": "<string>"
																		},
																		{
																			"key": "pagination.key",
																			"value": "<byte>"
																		},
																		{
																			"key": "pagination.offset",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.limit",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.count_total",
																			"value": "<boolean>"
																		},
																		{
																			"key": "pagination.reverse",
																			"value": "<boolean>"
																		}
																	],
																	"variable": [
																		{
																			"key": "delegator_addr",
																			"value": "<string>",
																			"description": "(Required) delegator_addr defines the delegator address to query for."
																		}
																	]
																}
															},
															"status": "Internal Server Error",
															"code": 500,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
														}
													]
												},
												{
													"name": "DelegatorUnbondingDelegations",
													"request": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															}
														],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/staking/v1beta1/delegators/:delegator_addr/unbonding_delegations",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"staking",
																"v1beta1",
																"delegators",
																":delegator_addr",
																"unbonding_delegations"
															],
															"query": [
																{
																	"key": "pagination.key",
																	"value": "<byte>",
																	"description": "key is a value returned in PageResponse.next_key to begin\nquerying the next page most efficiently. Only one of offset or key\nshould be set.",
																	"disabled": true
																},
																{
																	"key": "pagination.offset",
																	"value": "<uint64>",
																	"description": "offset is a numeric offset that can be used when key is unavailable.\nIt is less efficient than using key. Only one of offset or key should\nbe set.",
																	"disabled": true
																},
																{
																	"key": "pagination.limit",
																	"value": "<uint64>",
																	"description": "limit is the total number of results to be returned in the result page.\nIf left empty it will default to a value to be set by each app.",
																	"disabled": true
																},
																{
																	"key": "pagination.count_total",
																	"value": "<boolean>",
																	"description": "count_total is set to true  to indicate that the result set should include\na count of the total number of items available for pagination in UIs.\ncount_total is only respected when offset is used. It is ignored when key\nis set.",
																	"disabled": true
																},
																{
																	"key": "pagination.reverse",
																	"value": "<boolean>",
																	"description": "reverse is set to true if results are to be returned in the descending order.\n\nSince: cosmos-sdk 0.43",
																	"disabled": true
																}
															],
															"variable": [
																{
																	"key": "delegator_addr",
																	"value": "<string>",
																	"description": "(Required) delegator_addr defines the delegator address to query for."
																}
															]
														},
														"description": "queries all unbonding delegations of a given delegator address"
													},
													"response": [
														{
															"name": "A successful response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/staking/v1beta1/delegators/:delegator_addr/unbonding_delegations?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"staking",
																		"v1beta1",
																		"delegators",
																		":delegator_addr",
																		"unbonding_delegations"
																	],
																	"query": [
																		{
																			"key": "pagination.key",
																			"value": "<byte>"
																		},
																		{
																			"key": "pagination.offset",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.limit",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.count_total",
																			"value": "<boolean>"
																		},
																		{
																			"key": "pagination.reverse",
																			"value": "<boolean>"
																		}
																	],
																	"variable": [
																		{
																			"key": "delegator_addr",
																			"value": "<string>",
																			"description": "(Required) delegator_addr defines the delegator address to query for."
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"unbonding_responses\": [\n    {\n      \"delegator_address\": \"<string>\",\n      \"validator_address\": \"<string>\",\n      \"entries\": [\n        {\n          \"creation_height\": \"<int64>\",\n          \"completion_time\": \"<dateTime>\",\n          \"initial_balance\": \"<string>\",\n          \"balance\": \"<string>\"\n        },\n        {\n          \"creation_height\": \"<int64>\",\n          \"completion_time\": \"<dateTime>\",\n          \"initial_balance\": \"<string>\",\n          \"balance\": \"<string>\"\n        }\n      ]\n    },\n    {\n      \"delegator_address\": \"<string>\",\n      \"validator_address\": \"<string>\",\n      \"entries\": [\n        {\n          \"creation_height\": \"<int64>\",\n          \"completion_time\": \"<dateTime>\",\n          \"initial_balance\": \"<string>\",\n          \"balance\": \"<string>\"\n        },\n        {\n          \"creation_height\": \"<int64>\",\n          \"completion_time\": \"<dateTime>\",\n          \"initial_balance\": \"<string>\",\n          \"balance\": \"<string>\"\n        }\n      ]\n    }\n  ],\n  \"pagination\": {\n    \"next_key\": \"<byte>\",\n    \"total\": \"<uint64>\"\n  }\n}"
														},
														{
															"name": "An unexpected error response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/staking/v1beta1/delegators/:delegator_addr/unbonding_delegations?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"staking",
																		"v1beta1",
																		"delegators",
																		":delegator_addr",
																		"unbonding_delegations"
																	],
																	"query": [
																		{
																			"key": "pagination.key",
																			"value": "<byte>"
																		},
																		{
																			"key": "pagination.offset",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.limit",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.count_total",
																			"value": "<boolean>"
																		},
																		{
																			"key": "pagination.reverse",
																			"value": "<boolean>"
																		}
																	],
																	"variable": [
																		{
																			"key": "delegator_addr",
																			"value": "<string>",
																			"description": "(Required) delegator_addr defines the delegator address to query for."
																		}
																	]
																}
															},
															"status": "Internal Server Error",
															"code": 500,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
														}
													]
												}
											]
										},
										{
											"name": "validators",
											"item": [
												{
													"name": "{validator_addr}",
													"item": [
														{
															"name": "delegations",
															"item": [
																{
																	"name": "{delegator_addr}",
																	"item": [
																		{
																			"name": "Delegation",
																			"request": {
																				"method": "GET",
																				"header": [
																					{
																						"key": "Accept",
																						"value": "*/*"
																					}
																				],
																				"url": {
																					"raw": "https://inj.nownodes.io/cosmos/staking/v1beta1/validators/:validator_addr/delegations/:delegator_addr",
																					"protocol": "https",
																					"host": [
																						"inj",
																						"nownodes",
																						"io"
																					],
																					"path": [
																						"cosmos",
																						"staking",
																						"v1beta1",
																						"validators",
																						":validator_addr",
																						"delegations",
																						":delegator_addr"
																					],
																					"variable": [
																						{
																							"key": "validator_addr",
																							"value": "<string>",
																							"description": "(Required) validator_addr defines the validator address to query for."
																						},
																						{
																							"key": "delegator_addr",
																							"value": "<string>",
																							"description": "(Required) delegator_addr defines the delegator address to query for."
																						}
																					]
																				},
																				"description": "queries delegate info for given validator delegator pair"
																			},
																			"response": [
																				{
																					"name": "A successful response.",
																					"originalRequest": {
																						"method": "GET",
																						"header": [],
																						"url": {
																							"raw": "https://inj.nownodes.io/cosmos/staking/v1beta1/validators/:validator_addr/delegations/:delegator_addr",
																							"protocol": "https",
																							"host": [
																								"inj",
																								"nownodes",
																								"io"
																							],
																							"path": [
																								"cosmos",
																								"staking",
																								"v1beta1",
																								"validators",
																								":validator_addr",
																								"delegations",
																								":delegator_addr"
																							],
																							"variable": [
																								{
																									"key": "validator_addr",
																									"value": "<string>",
																									"description": "(Required) validator_addr defines the validator address to query for."
																								},
																								{
																									"key": "delegator_addr",
																									"value": "<string>",
																									"description": "(Required) delegator_addr defines the delegator address to query for."
																								}
																							]
																						}
																					},
																					"status": "OK",
																					"code": 200,
																					"_postman_previewlanguage": "json",
																					"header": [
																						{
																							"key": "Content-Type",
																							"value": "*/*"
																						}
																					],
																					"cookie": [],
																					"body": "{\n  \"delegation_response\": {\n    \"delegation\": {\n      \"delegator_address\": \"<string>\",\n      \"validator_address\": \"<string>\",\n      \"shares\": \"<string>\"\n    },\n    \"balance\": {\n      \"denom\": \"<string>\",\n      \"amount\": \"<string>\"\n    }\n  }\n}"
																				},
																				{
																					"name": "An unexpected error response.",
																					"originalRequest": {
																						"method": "GET",
																						"header": [],
																						"url": {
																							"raw": "https://inj.nownodes.io/cosmos/staking/v1beta1/validators/:validator_addr/delegations/:delegator_addr",
																							"protocol": "https",
																							"host": [
																								"inj",
																								"nownodes",
																								"io"
																							],
																							"path": [
																								"cosmos",
																								"staking",
																								"v1beta1",
																								"validators",
																								":validator_addr",
																								"delegations",
																								":delegator_addr"
																							],
																							"variable": [
																								{
																									"key": "validator_addr",
																									"value": "<string>",
																									"description": "(Required) validator_addr defines the validator address to query for."
																								},
																								{
																									"key": "delegator_addr",
																									"value": "<string>",
																									"description": "(Required) delegator_addr defines the delegator address to query for."
																								}
																							]
																						}
																					},
																					"status": "Internal Server Error",
																					"code": 500,
																					"_postman_previewlanguage": "json",
																					"header": [
																						{
																							"key": "Content-Type",
																							"value": "*/*"
																						}
																					],
																					"cookie": [],
																					"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
																				}
																			]
																		},
																		{
																			"name": "UnbondingDelegation",
																			"request": {
																				"method": "GET",
																				"header": [
																					{
																						"key": "Accept",
																						"value": "*/*"
																					}
																				],
																				"url": {
																					"raw": "https://inj.nownodes.io/cosmos/staking/v1beta1/validators/:validator_addr/delegations/:delegator_addr/unbonding_delegation",
																					"protocol": "https",
																					"host": [
																						"inj",
																						"nownodes",
																						"io"
																					],
																					"path": [
																						"cosmos",
																						"staking",
																						"v1beta1",
																						"validators",
																						":validator_addr",
																						"delegations",
																						":delegator_addr",
																						"unbonding_delegation"
																					],
																					"variable": [
																						{
																							"key": "validator_addr",
																							"value": "<string>",
																							"description": "(Required) validator_addr defines the validator address to query for."
																						},
																						{
																							"key": "delegator_addr",
																							"value": "",
																							"description": "(Required) delegator_addr defines the delegator address to query for."
																						}
																					]
																				},
																				"description": "queries unbonding info for given validator delegator pair"
																			},
																			"response": [
																				{
																					"name": "A successful response.",
																					"originalRequest": {
																						"method": "GET",
																						"header": [],
																						"url": {
																							"raw": "https://inj.nownodes.io/cosmos/staking/v1beta1/validators/:validator_addr/delegations/:delegator_addr/unbonding_delegation",
																							"protocol": "https",
																							"host": [
																								"inj",
																								"nownodes",
																								"io"
																							],
																							"path": [
																								"cosmos",
																								"staking",
																								"v1beta1",
																								"validators",
																								":validator_addr",
																								"delegations",
																								":delegator_addr",
																								"unbonding_delegation"
																							],
																							"variable": [
																								{
																									"key": "validator_addr",
																									"value": "<string>",
																									"description": "(Required) validator_addr defines the validator address to query for."
																								},
																								{
																									"key": "delegator_addr",
																									"value": "<string>",
																									"description": "(Required) delegator_addr defines the delegator address to query for."
																								}
																							]
																						}
																					},
																					"status": "OK",
																					"code": 200,
																					"_postman_previewlanguage": "json",
																					"header": [
																						{
																							"key": "Content-Type",
																							"value": "*/*"
																						}
																					],
																					"cookie": [],
																					"body": "{\n  \"unbond\": {\n    \"delegator_address\": \"<string>\",\n    \"validator_address\": \"<string>\",\n    \"entries\": [\n      {\n        \"creation_height\": \"<int64>\",\n        \"completion_time\": \"<dateTime>\",\n        \"initial_balance\": \"<string>\",\n        \"balance\": \"<string>\"\n      },\n      {\n        \"creation_height\": \"<int64>\",\n        \"completion_time\": \"<dateTime>\",\n        \"initial_balance\": \"<string>\",\n        \"balance\": \"<string>\"\n      }\n    ]\n  }\n}"
																				},
																				{
																					"name": "An unexpected error response.",
																					"originalRequest": {
																						"method": "GET",
																						"header": [],
																						"url": {
																							"raw": "https://inj.nownodes.io/cosmos/staking/v1beta1/validators/:validator_addr/delegations/:delegator_addr/unbonding_delegation",
																							"protocol": "https",
																							"host": [
																								"inj",
																								"nownodes",
																								"io"
																							],
																							"path": [
																								"cosmos",
																								"staking",
																								"v1beta1",
																								"validators",
																								":validator_addr",
																								"delegations",
																								":delegator_addr",
																								"unbonding_delegation"
																							],
																							"variable": [
																								{
																									"key": "validator_addr",
																									"value": "<string>",
																									"description": "(Required) validator_addr defines the validator address to query for."
																								},
																								{
																									"key": "delegator_addr",
																									"value": "<string>",
																									"description": "(Required) delegator_addr defines the delegator address to query for."
																								}
																							]
																						}
																					},
																					"status": "Internal Server Error",
																					"code": 500,
																					"_postman_previewlanguage": "json",
																					"header": [
																						{
																							"key": "Content-Type",
																							"value": "*/*"
																						}
																					],
																					"cookie": [],
																					"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
																				}
																			]
																		}
																	]
																},
																{
																	"name": "ValidatorDelegations",
																	"request": {
																		"method": "GET",
																		"header": [
																			{
																				"key": "Accept",
																				"value": "*/*"
																			}
																		],
																		"url": {
																			"raw": "https://inj.nownodes.io/cosmos/staking/v1beta1/validators/:validator_addr/delegations",
																			"protocol": "https",
																			"host": [
																				"inj",
																				"nownodes",
																				"io"
																			],
																			"path": [
																				"cosmos",
																				"staking",
																				"v1beta1",
																				"validators",
																				":validator_addr",
																				"delegations"
																			],
																			"query": [
																				{
																					"key": "pagination.key",
																					"value": "<byte>",
																					"description": "key is a value returned in PageResponse.next_key to begin\nquerying the next page most efficiently. Only one of offset or key\nshould be set.",
																					"disabled": true
																				},
																				{
																					"key": "pagination.offset",
																					"value": "<uint64>",
																					"description": "offset is a numeric offset that can be used when key is unavailable.\nIt is less efficient than using key. Only one of offset or key should\nbe set.",
																					"disabled": true
																				},
																				{
																					"key": "pagination.limit",
																					"value": "<uint64>",
																					"description": "limit is the total number of results to be returned in the result page.\nIf left empty it will default to a value to be set by each app.",
																					"disabled": true
																				},
																				{
																					"key": "pagination.count_total",
																					"value": "<boolean>",
																					"description": "count_total is set to true  to indicate that the result set should include\na count of the total number of items available for pagination in UIs.\ncount_total is only respected when offset is used. It is ignored when key\nis set.",
																					"disabled": true
																				},
																				{
																					"key": "pagination.reverse",
																					"value": "<boolean>",
																					"description": "reverse is set to true if results are to be returned in the descending order.\n\nSince: cosmos-sdk 0.43",
																					"disabled": true
																				}
																			],
																			"variable": [
																				{
																					"key": "validator_addr",
																					"value": "<string>",
																					"description": "(Required) validator_addr defines the validator address to query for."
																				}
																			]
																		},
																		"description": "queries delegate info for given validator"
																	},
																	"response": [
																		{
																			"name": "A successful response.",
																			"originalRequest": {
																				"method": "GET",
																				"header": [],
																				"url": {
																					"raw": "https://inj.nownodes.io/cosmos/staking/v1beta1/validators/:validator_addr/delegations?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																					"protocol": "https",
																					"host": [
																						"inj",
																						"nownodes",
																						"io"
																					],
																					"path": [
																						"cosmos",
																						"staking",
																						"v1beta1",
																						"validators",
																						":validator_addr",
																						"delegations"
																					],
																					"query": [
																						{
																							"key": "pagination.key",
																							"value": "<byte>"
																						},
																						{
																							"key": "pagination.offset",
																							"value": "<uint64>"
																						},
																						{
																							"key": "pagination.limit",
																							"value": "<uint64>"
																						},
																						{
																							"key": "pagination.count_total",
																							"value": "<boolean>"
																						},
																						{
																							"key": "pagination.reverse",
																							"value": "<boolean>"
																						}
																					],
																					"variable": [
																						{
																							"key": "validator_addr",
																							"value": "<string>",
																							"description": "(Required) validator_addr defines the validator address to query for."
																						}
																					]
																				}
																			},
																			"status": "OK",
																			"code": 200,
																			"_postman_previewlanguage": "json",
																			"header": [
																				{
																					"key": "Content-Type",
																					"value": "*/*"
																				}
																			],
																			"cookie": [],
																			"body": "{\n  \"delegation_responses\": [\n    {\n      \"delegation\": {\n        \"delegator_address\": \"<string>\",\n        \"validator_address\": \"<string>\",\n        \"shares\": \"<string>\"\n      },\n      \"balance\": {\n        \"denom\": \"<string>\",\n        \"amount\": \"<string>\"\n      }\n    },\n    {\n      \"delegation\": {\n        \"delegator_address\": \"<string>\",\n        \"validator_address\": \"<string>\",\n        \"shares\": \"<string>\"\n      },\n      \"balance\": {\n        \"denom\": \"<string>\",\n        \"amount\": \"<string>\"\n      }\n    }\n  ],\n  \"pagination\": {\n    \"next_key\": \"<byte>\",\n    \"total\": \"<uint64>\"\n  }\n}"
																		},
																		{
																			"name": "An unexpected error response.",
																			"originalRequest": {
																				"method": "GET",
																				"header": [],
																				"url": {
																					"raw": "https://inj.nownodes.io/cosmos/staking/v1beta1/validators/:validator_addr/delegations?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																					"protocol": "https",
																					"host": [
																						"inj",
																						"nownodes",
																						"io"
																					],
																					"path": [
																						"cosmos",
																						"staking",
																						"v1beta1",
																						"validators",
																						":validator_addr",
																						"delegations"
																					],
																					"query": [
																						{
																							"key": "pagination.key",
																							"value": "<byte>"
																						},
																						{
																							"key": "pagination.offset",
																							"value": "<uint64>"
																						},
																						{
																							"key": "pagination.limit",
																							"value": "<uint64>"
																						},
																						{
																							"key": "pagination.count_total",
																							"value": "<boolean>"
																						},
																						{
																							"key": "pagination.reverse",
																							"value": "<boolean>"
																						}
																					],
																					"variable": [
																						{
																							"key": "validator_addr",
																							"value": "<string>",
																							"description": "(Required) validator_addr defines the validator address to query for."
																						}
																					]
																				}
																			},
																			"status": "Internal Server Error",
																			"code": 500,
																			"_postman_previewlanguage": "json",
																			"header": [
																				{
																					"key": "Content-Type",
																					"value": "*/*"
																				}
																			],
																			"cookie": [],
																			"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
																		}
																	]
																}
															]
														},
														{
															"name": "Validator",
															"request": {
																"method": "GET",
																"header": [
																	{
																		"key": "Accept",
																		"value": "*/*"
																	}
																],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/staking/v1beta1/validators/:validator_addr",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"staking",
																		"v1beta1",
																		"validators",
																		":validator_addr"
																	],
																	"variable": [
																		{
																			"key": "validator_addr",
																			"value": "<string>",
																			"description": "(Required) validator_addr defines the validator address to query for."
																		}
																	]
																},
																"description": "queries validator info for given validator address"
															},
															"response": [
																{
																	"name": "A successful response.",
																	"originalRequest": {
																		"method": "GET",
																		"header": [],
																		"url": {
																			"raw": "https://inj.nownodes.io/cosmos/staking/v1beta1/validators/:validator_addr",
																			"protocol": "https",
																			"host": [
																				"inj",
																				"nownodes",
																				"io"
																			],
																			"path": [
																				"cosmos",
																				"staking",
																				"v1beta1",
																				"validators",
																				":validator_addr"
																			],
																			"variable": [
																				{
																					"key": "validator_addr",
																					"value": "<string>",
																					"description": "(Required) validator_addr defines the validator address to query for."
																				}
																			]
																		}
																	},
																	"status": "OK",
																	"code": 200,
																	"_postman_previewlanguage": "json",
																	"header": [
																		{
																			"key": "Content-Type",
																			"value": "*/*"
																		}
																	],
																	"cookie": [],
																	"body": "{\n  \"validator\": {\n    \"operator_address\": \"<string>\",\n    \"consensus_pubkey\": {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    \"jailed\": \"<boolean>\",\n    \"status\": \"BOND_STATUS_UNSPECIFIED\",\n    \"tokens\": \"<string>\",\n    \"delegator_shares\": \"<string>\",\n    \"description\": {\n      \"moniker\": \"<string>\",\n      \"identity\": \"<string>\",\n      \"website\": \"<string>\",\n      \"security_contact\": \"<string>\",\n      \"details\": \"<string>\"\n    },\n    \"unbonding_height\": \"<int64>\",\n    \"unbonding_time\": \"<dateTime>\",\n    \"commission\": {\n      \"commission_rates\": {\n        \"rate\": \"<string>\",\n        \"max_rate\": \"<string>\",\n        \"max_change_rate\": \"<string>\"\n      },\n      \"update_time\": \"<dateTime>\"\n    },\n    \"min_self_delegation\": \"<string>\"\n  }\n}"
																},
																{
																	"name": "An unexpected error response.",
																	"originalRequest": {
																		"method": "GET",
																		"header": [],
																		"url": {
																			"raw": "https://inj.nownodes.io/cosmos/staking/v1beta1/validators/:validator_addr",
																			"protocol": "https",
																			"host": [
																				"inj",
																				"nownodes",
																				"io"
																			],
																			"path": [
																				"cosmos",
																				"staking",
																				"v1beta1",
																				"validators",
																				":validator_addr"
																			],
																			"variable": [
																				{
																					"key": "validator_addr",
																					"value": "<string>",
																					"description": "(Required) validator_addr defines the validator address to query for."
																				}
																			]
																		}
																	},
																	"status": "Internal Server Error",
																	"code": 500,
																	"_postman_previewlanguage": "json",
																	"header": [
																		{
																			"key": "Content-Type",
																			"value": "*/*"
																		}
																	],
																	"cookie": [],
																	"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
																}
															]
														},
														{
															"name": "ValidatorUnbondingDelegations",
															"request": {
																"method": "GET",
																"header": [
																	{
																		"key": "Accept",
																		"value": "*/*"
																	}
																],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/staking/v1beta1/validators/:validator_addr/unbonding_delegations",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"staking",
																		"v1beta1",
																		"validators",
																		":validator_addr",
																		"unbonding_delegations"
																	],
																	"query": [
																		{
																			"key": "pagination.key",
																			"value": "<byte>",
																			"description": "key is a value returned in PageResponse.next_key to begin\nquerying the next page most efficiently. Only one of offset or key\nshould be set.",
																			"disabled": true
																		},
																		{
																			"key": "pagination.offset",
																			"value": "<uint64>",
																			"description": "offset is a numeric offset that can be used when key is unavailable.\nIt is less efficient than using key. Only one of offset or key should\nbe set.",
																			"disabled": true
																		},
																		{
																			"key": "pagination.limit",
																			"value": "<uint64>",
																			"description": "limit is the total number of results to be returned in the result page.\nIf left empty it will default to a value to be set by each app.",
																			"disabled": true
																		},
																		{
																			"key": "pagination.count_total",
																			"value": "<boolean>",
																			"description": "count_total is set to true  to indicate that the result set should include\na count of the total number of items available for pagination in UIs.\ncount_total is only respected when offset is used. It is ignored when key\nis set.",
																			"disabled": true
																		},
																		{
																			"key": "pagination.reverse",
																			"value": "<boolean>",
																			"description": "reverse is set to true if results are to be returned in the descending order.\n\nSince: cosmos-sdk 0.43",
																			"disabled": true
																		}
																	],
																	"variable": [
																		{
																			"key": "validator_addr",
																			"value": "<string>",
																			"description": "(Required) validator_addr defines the validator address to query for."
																		}
																	]
																},
																"description": "queries unbonding delegations of a validator"
															},
															"response": [
																{
																	"name": "A successful response.",
																	"originalRequest": {
																		"method": "GET",
																		"header": [],
																		"url": {
																			"raw": "https://inj.nownodes.io/cosmos/staking/v1beta1/validators/:validator_addr/unbonding_delegations?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																			"protocol": "https",
																			"host": [
																				"inj",
																				"nownodes",
																				"io"
																			],
																			"path": [
																				"cosmos",
																				"staking",
																				"v1beta1",
																				"validators",
																				":validator_addr",
																				"unbonding_delegations"
																			],
																			"query": [
																				{
																					"key": "pagination.key",
																					"value": "<byte>"
																				},
																				{
																					"key": "pagination.offset",
																					"value": "<uint64>"
																				},
																				{
																					"key": "pagination.limit",
																					"value": "<uint64>"
																				},
																				{
																					"key": "pagination.count_total",
																					"value": "<boolean>"
																				},
																				{
																					"key": "pagination.reverse",
																					"value": "<boolean>"
																				}
																			],
																			"variable": [
																				{
																					"key": "validator_addr",
																					"value": "<string>",
																					"description": "(Required) validator_addr defines the validator address to query for."
																				}
																			]
																		}
																	},
																	"status": "OK",
																	"code": 200,
																	"_postman_previewlanguage": "json",
																	"header": [
																		{
																			"key": "Content-Type",
																			"value": "*/*"
																		}
																	],
																	"cookie": [],
																	"body": "{\n  \"unbonding_responses\": [\n    {\n      \"delegator_address\": \"<string>\",\n      \"validator_address\": \"<string>\",\n      \"entries\": [\n        {\n          \"creation_height\": \"<int64>\",\n          \"completion_time\": \"<dateTime>\",\n          \"initial_balance\": \"<string>\",\n          \"balance\": \"<string>\"\n        },\n        {\n          \"creation_height\": \"<int64>\",\n          \"completion_time\": \"<dateTime>\",\n          \"initial_balance\": \"<string>\",\n          \"balance\": \"<string>\"\n        }\n      ]\n    },\n    {\n      \"delegator_address\": \"<string>\",\n      \"validator_address\": \"<string>\",\n      \"entries\": [\n        {\n          \"creation_height\": \"<int64>\",\n          \"completion_time\": \"<dateTime>\",\n          \"initial_balance\": \"<string>\",\n          \"balance\": \"<string>\"\n        },\n        {\n          \"creation_height\": \"<int64>\",\n          \"completion_time\": \"<dateTime>\",\n          \"initial_balance\": \"<string>\",\n          \"balance\": \"<string>\"\n        }\n      ]\n    }\n  ],\n  \"pagination\": {\n    \"next_key\": \"<byte>\",\n    \"total\": \"<uint64>\"\n  }\n}"
																},
																{
																	"name": "An unexpected error response.",
																	"originalRequest": {
																		"method": "GET",
																		"header": [],
																		"url": {
																			"raw": "https://inj.nownodes.io/cosmos/staking/v1beta1/validators/:validator_addr/unbonding_delegations?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																			"protocol": "https",
																			"host": [
																				"inj",
																				"nownodes",
																				"io"
																			],
																			"path": [
																				"cosmos",
																				"staking",
																				"v1beta1",
																				"validators",
																				":validator_addr",
																				"unbonding_delegations"
																			],
																			"query": [
																				{
																					"key": "pagination.key",
																					"value": "<byte>"
																				},
																				{
																					"key": "pagination.offset",
																					"value": "<uint64>"
																				},
																				{
																					"key": "pagination.limit",
																					"value": "<uint64>"
																				},
																				{
																					"key": "pagination.count_total",
																					"value": "<boolean>"
																				},
																				{
																					"key": "pagination.reverse",
																					"value": "<boolean>"
																				}
																			],
																			"variable": [
																				{
																					"key": "validator_addr",
																					"value": "<string>",
																					"description": "(Required) validator_addr defines the validator address to query for."
																				}
																			]
																		}
																	},
																	"status": "Internal Server Error",
																	"code": 500,
																	"_postman_previewlanguage": "json",
																	"header": [
																		{
																			"key": "Content-Type",
																			"value": "*/*"
																		}
																	],
																	"cookie": [],
																	"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
																}
															]
														}
													]
												},
												{
													"name": "Validators",
													"request": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															}
														],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/staking/v1beta1/validators",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"staking",
																"v1beta1",
																"validators"
															],
															"query": [
																{
																	"key": "status",
																	"value": "<string>",
																	"description": "status enables to query for validators matching a given status.",
																	"disabled": true
																},
																{
																	"key": "pagination.key",
																	"value": "<byte>",
																	"description": "key is a value returned in PageResponse.next_key to begin\nquerying the next page most efficiently. Only one of offset or key\nshould be set.",
																	"disabled": true
																},
																{
																	"key": "pagination.offset",
																	"value": "<uint64>",
																	"description": "offset is a numeric offset that can be used when key is unavailable.\nIt is less efficient than using key. Only one of offset or key should\nbe set.",
																	"disabled": true
																},
																{
																	"key": "pagination.limit",
																	"value": "<uint64>",
																	"description": "limit is the total number of results to be returned in the result page.\nIf left empty it will default to a value to be set by each app.",
																	"disabled": true
																},
																{
																	"key": "pagination.count_total",
																	"value": "<boolean>",
																	"description": "count_total is set to true  to indicate that the result set should include\na count of the total number of items available for pagination in UIs.\ncount_total is only respected when offset is used. It is ignored when key\nis set.",
																	"disabled": true
																},
																{
																	"key": "pagination.reverse",
																	"value": "<boolean>",
																	"description": "reverse is set to true if results are to be returned in the descending order.\n\nSince: cosmos-sdk 0.43",
																	"disabled": true
																}
															]
														},
														"description": "queries all validators that match the given status"
													},
													"response": [
														{
															"name": "A successful response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/staking/v1beta1/validators?status=<string>&pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"staking",
																		"v1beta1",
																		"validators"
																	],
																	"query": [
																		{
																			"key": "status",
																			"value": "<string>"
																		},
																		{
																			"key": "pagination.key",
																			"value": "<byte>"
																		},
																		{
																			"key": "pagination.offset",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.limit",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.count_total",
																			"value": "<boolean>"
																		},
																		{
																			"key": "pagination.reverse",
																			"value": "<boolean>"
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"validators\": [\n    {\n      \"operator_address\": \"<string>\",\n      \"consensus_pubkey\": {\n        \"type_url\": \"<string>\",\n        \"value\": \"<byte>\"\n      },\n      \"jailed\": \"<boolean>\",\n      \"status\": \"BOND_STATUS_UNSPECIFIED\",\n      \"tokens\": \"<string>\",\n      \"delegator_shares\": \"<string>\",\n      \"description\": {\n        \"moniker\": \"<string>\",\n        \"identity\": \"<string>\",\n        \"website\": \"<string>\",\n        \"security_contact\": \"<string>\",\n        \"details\": \"<string>\"\n      },\n      \"unbonding_height\": \"<int64>\",\n      \"unbonding_time\": \"<dateTime>\",\n      \"commission\": {\n        \"commission_rates\": {\n          \"rate\": \"<string>\",\n          \"max_rate\": \"<string>\",\n          \"max_change_rate\": \"<string>\"\n        },\n        \"update_time\": \"<dateTime>\"\n      },\n      \"min_self_delegation\": \"<string>\"\n    },\n    {\n      \"operator_address\": \"<string>\",\n      \"consensus_pubkey\": {\n        \"type_url\": \"<string>\",\n        \"value\": \"<byte>\"\n      },\n      \"jailed\": \"<boolean>\",\n      \"status\": \"BOND_STATUS_UNSPECIFIED\",\n      \"tokens\": \"<string>\",\n      \"delegator_shares\": \"<string>\",\n      \"description\": {\n        \"moniker\": \"<string>\",\n        \"identity\": \"<string>\",\n        \"website\": \"<string>\",\n        \"security_contact\": \"<string>\",\n        \"details\": \"<string>\"\n      },\n      \"unbonding_height\": \"<int64>\",\n      \"unbonding_time\": \"<dateTime>\",\n      \"commission\": {\n        \"commission_rates\": {\n          \"rate\": \"<string>\",\n          \"max_rate\": \"<string>\",\n          \"max_change_rate\": \"<string>\"\n        },\n        \"update_time\": \"<dateTime>\"\n      },\n      \"min_self_delegation\": \"<string>\"\n    }\n  ],\n  \"pagination\": {\n    \"next_key\": \"<byte>\",\n    \"total\": \"<uint64>\"\n  }\n}"
														},
														{
															"name": "An unexpected error response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/staking/v1beta1/validators?status=<string>&pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"staking",
																		"v1beta1",
																		"validators"
																	],
																	"query": [
																		{
																			"key": "status",
																			"value": "<string>"
																		},
																		{
																			"key": "pagination.key",
																			"value": "<byte>"
																		},
																		{
																			"key": "pagination.offset",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.limit",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.count_total",
																			"value": "<boolean>"
																		},
																		{
																			"key": "pagination.reverse",
																			"value": "<boolean>"
																		}
																	]
																}
															},
															"status": "Internal Server Error",
															"code": 500,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
														}
													]
												}
											]
										},
										{
											"name": "DelegatorDelegations",
											"request": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													}
												],
												"url": {
													"raw": "https://inj.nownodes.io/cosmos/staking/v1beta1/delegations/:delegator_addr",
													"protocol": "https",
													"host": [
														"inj",
														"nownodes",
														"io"
													],
													"path": [
														"cosmos",
														"staking",
														"v1beta1",
														"delegations",
														":delegator_addr"
													],
													"query": [
														{
															"key": "pagination.key",
															"value": "<byte>",
															"description": "key is a value returned in PageResponse.next_key to begin\nquerying the next page most efficiently. Only one of offset or key\nshould be set.",
															"disabled": true
														},
														{
															"key": "pagination.offset",
															"value": "<uint64>",
															"description": "offset is a numeric offset that can be used when key is unavailable.\nIt is less efficient than using key. Only one of offset or key should\nbe set.",
															"disabled": true
														},
														{
															"key": "pagination.limit",
															"value": "<uint64>",
															"description": "limit is the total number of results to be returned in the result page.\nIf left empty it will default to a value to be set by each app.",
															"disabled": true
														},
														{
															"key": "pagination.count_total",
															"value": "<boolean>",
															"description": "count_total is set to true  to indicate that the result set should include\na count of the total number of items available for pagination in UIs.\ncount_total is only respected when offset is used. It is ignored when key\nis set.",
															"disabled": true
														},
														{
															"key": "pagination.reverse",
															"value": "<boolean>",
															"description": "reverse is set to true if results are to be returned in the descending order.\n\nSince: cosmos-sdk 0.43",
															"disabled": true
														}
													],
													"variable": [
														{
															"key": "delegator_addr",
															"value": "<string>",
															"description": "(Required) delegator_addr defines the delegator address to query for."
														}
													]
												},
												"description": "queries all delegations of a given delegator address"
											},
											"response": [
												{
													"name": "A successful response.",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/staking/v1beta1/delegations/:delegator_addr?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"staking",
																"v1beta1",
																"delegations",
																":delegator_addr"
															],
															"query": [
																{
																	"key": "pagination.key",
																	"value": "<byte>"
																},
																{
																	"key": "pagination.offset",
																	"value": "<uint64>"
																},
																{
																	"key": "pagination.limit",
																	"value": "<uint64>"
																},
																{
																	"key": "pagination.count_total",
																	"value": "<boolean>"
																},
																{
																	"key": "pagination.reverse",
																	"value": "<boolean>"
																}
															],
															"variable": [
																{
																	"key": "delegator_addr",
																	"value": "<string>",
																	"description": "(Required) delegator_addr defines the delegator address to query for."
																}
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"delegation_responses\": [\n    {\n      \"delegation\": {\n        \"delegator_address\": \"<string>\",\n        \"validator_address\": \"<string>\",\n        \"shares\": \"<string>\"\n      },\n      \"balance\": {\n        \"denom\": \"<string>\",\n        \"amount\": \"<string>\"\n      }\n    },\n    {\n      \"delegation\": {\n        \"delegator_address\": \"<string>\",\n        \"validator_address\": \"<string>\",\n        \"shares\": \"<string>\"\n      },\n      \"balance\": {\n        \"denom\": \"<string>\",\n        \"amount\": \"<string>\"\n      }\n    }\n  ],\n  \"pagination\": {\n    \"next_key\": \"<byte>\",\n    \"total\": \"<uint64>\"\n  }\n}"
												},
												{
													"name": "An unexpected error response.",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/staking/v1beta1/delegations/:delegator_addr?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"staking",
																"v1beta1",
																"delegations",
																":delegator_addr"
															],
															"query": [
																{
																	"key": "pagination.key",
																	"value": "<byte>"
																},
																{
																	"key": "pagination.offset",
																	"value": "<uint64>"
																},
																{
																	"key": "pagination.limit",
																	"value": "<uint64>"
																},
																{
																	"key": "pagination.count_total",
																	"value": "<boolean>"
																},
																{
																	"key": "pagination.reverse",
																	"value": "<boolean>"
																}
															],
															"variable": [
																{
																	"key": "delegator_addr",
																	"value": "<string>",
																	"description": "(Required) delegator_addr defines the delegator address to query for."
																}
															]
														}
													},
													"status": "Internal Server Error",
													"code": 500,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
												}
											]
										},
										{
											"name": "HistoricalInfo",
											"request": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													}
												],
												"url": {
													"raw": "https://inj.nownodes.io/cosmos/staking/v1beta1/historical_info/:height",
													"protocol": "https",
													"host": [
														"inj",
														"nownodes",
														"io"
													],
													"path": [
														"cosmos",
														"staking",
														"v1beta1",
														"historical_info",
														":height"
													],
													"variable": [
														{
															"key": "height",
															"value": "",
															"description": "(Required) height defines at which height to query the historical info."
														}
													]
												},
												"description": "queries the historical info for given height"
											},
											"response": [
												{
													"name": "A successful response.",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/staking/v1beta1/historical_info/:height",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"staking",
																"v1beta1",
																"historical_info",
																":height"
															],
															"variable": [
																{
																	"key": "height",
																	"value": "<int64>",
																	"description": "(Required) height defines at which height to query the historical info."
																}
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"hist\": {\n    \"header\": {\n      \"version\": {\n        \"block\": \"<uint64>\",\n        \"app\": \"<uint64>\"\n      },\n      \"chain_id\": \"<string>\",\n      \"height\": \"<int64>\",\n      \"time\": \"<dateTime>\",\n      \"last_block_id\": {\n        \"hash\": \"<byte>\",\n        \"part_set_header\": {\n          \"total\": \"<long>\",\n          \"hash\": \"<byte>\"\n        }\n      },\n      \"last_commit_hash\": \"<byte>\",\n      \"data_hash\": \"<byte>\",\n      \"validators_hash\": \"<byte>\",\n      \"next_validators_hash\": \"<byte>\",\n      \"consensus_hash\": \"<byte>\",\n      \"app_hash\": \"<byte>\",\n      \"last_results_hash\": \"<byte>\",\n      \"evidence_hash\": \"<byte>\",\n      \"proposer_address\": \"<byte>\"\n    },\n    \"valset\": [\n      {\n        \"operator_address\": \"<string>\",\n        \"consensus_pubkey\": {\n          \"type_url\": \"<string>\",\n          \"value\": \"<byte>\"\n        },\n        \"jailed\": \"<boolean>\",\n        \"status\": \"BOND_STATUS_UNSPECIFIED\",\n        \"tokens\": \"<string>\",\n        \"delegator_shares\": \"<string>\",\n        \"description\": {\n          \"moniker\": \"<string>\",\n          \"identity\": \"<string>\",\n          \"website\": \"<string>\",\n          \"security_contact\": \"<string>\",\n          \"details\": \"<string>\"\n        },\n        \"unbonding_height\": \"<int64>\",\n        \"unbonding_time\": \"<dateTime>\",\n        \"commission\": {\n          \"commission_rates\": {\n            \"rate\": \"<string>\",\n            \"max_rate\": \"<string>\",\n            \"max_change_rate\": \"<string>\"\n          },\n          \"update_time\": \"<dateTime>\"\n        },\n        \"min_self_delegation\": \"<string>\"\n      },\n      {\n        \"operator_address\": \"<string>\",\n        \"consensus_pubkey\": {\n          \"type_url\": \"<string>\",\n          \"value\": \"<byte>\"\n        },\n        \"jailed\": \"<boolean>\",\n        \"status\": \"BOND_STATUS_UNSPECIFIED\",\n        \"tokens\": \"<string>\",\n        \"delegator_shares\": \"<string>\",\n        \"description\": {\n          \"moniker\": \"<string>\",\n          \"identity\": \"<string>\",\n          \"website\": \"<string>\",\n          \"security_contact\": \"<string>\",\n          \"details\": \"<string>\"\n        },\n        \"unbonding_height\": \"<int64>\",\n        \"unbonding_time\": \"<dateTime>\",\n        \"commission\": {\n          \"commission_rates\": {\n            \"rate\": \"<string>\",\n            \"max_rate\": \"<string>\",\n            \"max_change_rate\": \"<string>\"\n          },\n          \"update_time\": \"<dateTime>\"\n        },\n        \"min_self_delegation\": \"<string>\"\n      }\n    ]\n  }\n}"
												},
												{
													"name": "An unexpected error response.",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/staking/v1beta1/historical_info/:height",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"staking",
																"v1beta1",
																"historical_info",
																":height"
															],
															"variable": [
																{
																	"key": "height",
																	"value": "<int64>",
																	"description": "(Required) height defines at which height to query the historical info."
																}
															]
														}
													},
													"status": "Internal Server Error",
													"code": 500,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
												}
											]
										},
										{
											"name": "Parameters",
											"request": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													}
												],
												"url": {
													"raw": "https://inj.nownodes.io/cosmos/staking/v1beta1/params",
													"protocol": "https",
													"host": [
														"inj",
														"nownodes",
														"io"
													],
													"path": [
														"cosmos",
														"staking",
														"v1beta1",
														"params"
													]
												},
												"description": "queries the staking parameters"
											},
											"response": [
												{
													"name": "A successful response.",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/staking/v1beta1/params",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"staking",
																"v1beta1",
																"params"
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"params\": {\n    \"unbonding_time\": \"<string>\",\n    \"max_validators\": \"<long>\",\n    \"max_entries\": \"<long>\",\n    \"historical_entries\": \"<long>\",\n    \"bond_denom\": \"<string>\",\n    \"min_commission_rate\": \"<string>\"\n  }\n}"
												},
												{
													"name": "An unexpected error response.",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/staking/v1beta1/params",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"staking",
																"v1beta1",
																"params"
															]
														}
													},
													"status": "Internal Server Error",
													"code": 500,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
												}
											]
										},
										{
											"name": "Pool",
											"request": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													}
												],
												"url": {
													"raw": "https://inj.nownodes.io/cosmos/staking/v1beta1/pool",
													"protocol": "https",
													"host": [
														"inj",
														"nownodes",
														"io"
													],
													"path": [
														"cosmos",
														"staking",
														"v1beta1",
														"pool"
													]
												},
												"description": "queries the pool info"
											},
											"response": [
												{
													"name": "A successful response.",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/staking/v1beta1/pool",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"staking",
																"v1beta1",
																"pool"
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"pool\": {\n    \"not_bonded_tokens\": \"<string>\",\n    \"bonded_tokens\": \"<string>\"\n  }\n}"
												},
												{
													"name": "An unexpected error response.",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/staking/v1beta1/pool",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"staking",
																"v1beta1",
																"pool"
															]
														}
													},
													"status": "Internal Server Error",
													"code": 500,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
												}
											]
										}
									]
								},
								{
									"name": "tx/v1beta1",
									"item": [
										{
											"name": "txs",
											"item": [
												{
													"name": "GetTxsEvent",
													"request": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															}
														],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/tx/v1beta1/txs",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"tx",
																"v1beta1",
																"txs"
															],
															"query": [
																{
																	"key": "events",
																	"value": "<string>",
																	"description": "events is the list of transaction event type.",
																	"disabled": true
																},
																{
																	"key": "events",
																	"value": "<string>",
																	"description": "events is the list of transaction event type.",
																	"disabled": true
																},
																{
																	"key": "pagination.key",
																	"value": "<byte>",
																	"description": "key is a value returned in PageResponse.next_key to begin\nquerying the next page most efficiently. Only one of offset or key\nshould be set.",
																	"disabled": true
																},
																{
																	"key": "pagination.offset",
																	"value": "<uint64>",
																	"description": "offset is a numeric offset that can be used when key is unavailable.\nIt is less efficient than using key. Only one of offset or key should\nbe set.",
																	"disabled": true
																},
																{
																	"key": "pagination.limit",
																	"value": "<uint64>",
																	"description": "limit is the total number of results to be returned in the result page.\nIf left empty it will default to a value to be set by each app.",
																	"disabled": true
																},
																{
																	"key": "pagination.count_total",
																	"value": "<boolean>",
																	"description": "count_total is set to true  to indicate that the result set should include\na count of the total number of items available for pagination in UIs.\ncount_total is only respected when offset is used. It is ignored when key\nis set.",
																	"disabled": true
																},
																{
																	"key": "pagination.reverse",
																	"value": "<boolean>",
																	"description": "reverse is set to true if results are to be returned in the descending order.\n\nSince: cosmos-sdk 0.43",
																	"disabled": true
																},
																{
																	"key": "order_by",
																	"value": "ORDER_BY_UNSPECIFIED",
																	"description": " - ORDER_BY_UNSPECIFIED: ORDER_BY_UNSPECIFIED specifies an unknown sorting order. OrderBy defaults to ASC in this case.\n - ORDER_BY_ASC: ORDER_BY_ASC defines ascending order\n - ORDER_BY_DESC: ORDER_BY_DESC defines descending order",
																	"disabled": true
																},
																{
																	"key": "page",
																	"value": "<uint64>",
																	"description": "page is the page number to query, starts at 1. If not provided, will default to first page.",
																	"disabled": true
																},
																{
																	"key": "limit",
																	"value": "<uint64>",
																	"description": "limit is the total number of results to be returned in the result page.\nIf left empty it will default to a value to be set by each app.",
																	"disabled": true
																}
															]
														},
														"description": "fetches txs by event"
													},
													"response": [
														{
															"name": "A successful response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/tx/v1beta1/txs?events=<string>&events=<string>&pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>&order_by=ORDER_BY_UNSPECIFIED&page=<uint64>&limit=<uint64>",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"tx",
																		"v1beta1",
																		"txs"
																	],
																	"query": [
																		{
																			"key": "events",
																			"value": "<string>"
																		},
																		{
																			"key": "events",
																			"value": "<string>"
																		},
																		{
																			"key": "pagination.key",
																			"value": "<byte>"
																		},
																		{
																			"key": "pagination.offset",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.limit",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.count_total",
																			"value": "<boolean>"
																		},
																		{
																			"key": "pagination.reverse",
																			"value": "<boolean>"
																		},
																		{
																			"key": "order_by",
																			"value": "ORDER_BY_UNSPECIFIED"
																		},
																		{
																			"key": "page",
																			"value": "<uint64>"
																		},
																		{
																			"key": "limit",
																			"value": "<uint64>"
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"txs\": [\n    {\n      \"body\": {\n        \"messages\": [\n          {\n            \"type_url\": \"<string>\",\n            \"value\": \"<byte>\"\n          },\n          {\n            \"type_url\": \"<string>\",\n            \"value\": \"<byte>\"\n          }\n        ],\n        \"memo\": \"<string>\",\n        \"timeout_height\": \"<uint64>\",\n        \"extension_options\": [\n          {\n            \"type_url\": \"<string>\",\n            \"value\": \"<byte>\"\n          },\n          {\n            \"type_url\": \"<string>\",\n            \"value\": \"<byte>\"\n          }\n        ],\n        \"non_critical_extension_options\": [\n          {\n            \"type_url\": \"<string>\",\n            \"value\": \"<byte>\"\n          },\n          {\n            \"type_url\": \"<string>\",\n            \"value\": \"<byte>\"\n          }\n        ]\n      },\n      \"auth_info\": {\n        \"signer_infos\": [\n          {\n            \"public_key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"mode_info\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sequence\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"public_key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"mode_info\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sequence\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"fee\": {\n          \"amount\": [\n            {\n              \"denom\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"amount\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"denom\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"amount\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"gas_limit\": \"<uint64>\",\n          \"payer\": \"<string>\",\n          \"granter\": \"<string>\"\n        },\n        \"tip\": {\n          \"amount\": [\n            {\n              \"denom\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"amount\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"denom\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"amount\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"tipper\": \"<string>\"\n        }\n      },\n      \"signatures\": [\n        \"<byte>\",\n        \"<byte>\"\n      ]\n    },\n    {\n      \"body\": {\n        \"messages\": [\n          {\n            \"type_url\": \"<string>\",\n            \"value\": \"<byte>\"\n          },\n          {\n            \"type_url\": \"<string>\",\n            \"value\": \"<byte>\"\n          }\n        ],\n        \"memo\": \"<string>\",\n        \"timeout_height\": \"<uint64>\",\n        \"extension_options\": [\n          {\n            \"type_url\": \"<string>\",\n            \"value\": \"<byte>\"\n          },\n          {\n            \"type_url\": \"<string>\",\n            \"value\": \"<byte>\"\n          }\n        ],\n        \"non_critical_extension_options\": [\n          {\n            \"type_url\": \"<string>\",\n            \"value\": \"<byte>\"\n          },\n          {\n            \"type_url\": \"<string>\",\n            \"value\": \"<byte>\"\n          }\n        ]\n      },\n      \"auth_info\": {\n        \"signer_infos\": [\n          {\n            \"public_key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"mode_info\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sequence\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"public_key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"mode_info\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sequence\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"fee\": {\n          \"amount\": [\n            {\n              \"denom\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"amount\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"denom\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"amount\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"gas_limit\": \"<uint64>\",\n          \"payer\": \"<string>\",\n          \"granter\": \"<string>\"\n        },\n        \"tip\": {\n          \"amount\": [\n            {\n              \"denom\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"amount\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"denom\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"amount\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"tipper\": \"<string>\"\n        }\n      },\n      \"signatures\": [\n        \"<byte>\",\n        \"<byte>\"\n      ]\n    }\n  ],\n  \"tx_responses\": [\n    {\n      \"height\": \"<int64>\",\n      \"txhash\": \"<string>\",\n      \"codespace\": \"<string>\",\n      \"code\": \"<long>\",\n      \"data\": \"<string>\",\n      \"raw_log\": \"<string>\",\n      \"logs\": [\n        {\n          \"msg_index\": \"<long>\",\n          \"log\": \"<string>\",\n          \"events\": [\n            {\n              \"type\": \"<string>\",\n              \"attributes\": [\n                {\n                  \"key\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"value\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                },\n                {\n                  \"key\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"value\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                }\n              ]\n            },\n            {\n              \"type\": \"<string>\",\n              \"attributes\": [\n                {\n                  \"key\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"value\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                },\n                {\n                  \"key\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"value\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                }\n              ]\n            }\n          ]\n        },\n        {\n          \"msg_index\": \"<long>\",\n          \"log\": \"<string>\",\n          \"events\": [\n            {\n              \"type\": \"<string>\",\n              \"attributes\": [\n                {\n                  \"key\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"value\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                },\n                {\n                  \"key\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"value\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                }\n              ]\n            },\n            {\n              \"type\": \"<string>\",\n              \"attributes\": [\n                {\n                  \"key\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"value\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                },\n                {\n                  \"key\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"value\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                }\n              ]\n            }\n          ]\n        }\n      ],\n      \"info\": \"<string>\",\n      \"gas_wanted\": \"<int64>\",\n      \"gas_used\": \"<int64>\",\n      \"tx\": {\n        \"type_url\": \"<string>\",\n        \"value\": \"<byte>\"\n      },\n      \"timestamp\": \"<string>\",\n      \"events\": [\n        {\n          \"type\": \"<string>\",\n          \"attributes\": [\n            {\n              \"key\": \"<byte>\",\n              \"value\": \"<byte>\",\n              \"index\": \"<boolean>\"\n            },\n            {\n              \"key\": \"<byte>\",\n              \"value\": \"<byte>\",\n              \"index\": \"<boolean>\"\n            }\n          ]\n        },\n        {\n          \"type\": \"<string>\",\n          \"attributes\": [\n            {\n              \"key\": \"<byte>\",\n              \"value\": \"<byte>\",\n              \"index\": \"<boolean>\"\n            },\n            {\n              \"key\": \"<byte>\",\n              \"value\": \"<byte>\",\n              \"index\": \"<boolean>\"\n            }\n          ]\n        }\n      ]\n    },\n    {\n      \"height\": \"<int64>\",\n      \"txhash\": \"<string>\",\n      \"codespace\": \"<string>\",\n      \"code\": \"<long>\",\n      \"data\": \"<string>\",\n      \"raw_log\": \"<string>\",\n      \"logs\": [\n        {\n          \"msg_index\": \"<long>\",\n          \"log\": \"<string>\",\n          \"events\": [\n            {\n              \"type\": \"<string>\",\n              \"attributes\": [\n                {\n                  \"key\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"value\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                },\n                {\n                  \"key\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"value\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                }\n              ]\n            },\n            {\n              \"type\": \"<string>\",\n              \"attributes\": [\n                {\n                  \"key\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"value\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                },\n                {\n                  \"key\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"value\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                }\n              ]\n            }\n          ]\n        },\n        {\n          \"msg_index\": \"<long>\",\n          \"log\": \"<string>\",\n          \"events\": [\n            {\n              \"type\": \"<string>\",\n              \"attributes\": [\n                {\n                  \"key\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"value\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                },\n                {\n                  \"key\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"value\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                }\n              ]\n            },\n            {\n              \"type\": \"<string>\",\n              \"attributes\": [\n                {\n                  \"key\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"value\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                },\n                {\n                  \"key\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"value\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                }\n              ]\n            }\n          ]\n        }\n      ],\n      \"info\": \"<string>\",\n      \"gas_wanted\": \"<int64>\",\n      \"gas_used\": \"<int64>\",\n      \"tx\": {\n        \"type_url\": \"<string>\",\n        \"value\": \"<byte>\"\n      },\n      \"timestamp\": \"<string>\",\n      \"events\": [\n        {\n          \"type\": \"<string>\",\n          \"attributes\": [\n            {\n              \"key\": \"<byte>\",\n              \"value\": \"<byte>\",\n              \"index\": \"<boolean>\"\n            },\n            {\n              \"key\": \"<byte>\",\n              \"value\": \"<byte>\",\n              \"index\": \"<boolean>\"\n            }\n          ]\n        },\n        {\n          \"type\": \"<string>\",\n          \"attributes\": [\n            {\n              \"key\": \"<byte>\",\n              \"value\": \"<byte>\",\n              \"index\": \"<boolean>\"\n            },\n            {\n              \"key\": \"<byte>\",\n              \"value\": \"<byte>\",\n              \"index\": \"<boolean>\"\n            }\n          ]\n        }\n      ]\n    }\n  ],\n  \"pagination\": {\n    \"next_key\": \"<byte>\",\n    \"total\": \"<uint64>\"\n  },\n  \"total\": \"<uint64>\"\n}"
														},
														{
															"name": "An unexpected error response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/tx/v1beta1/txs?events=<string>&events=<string>&pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>&order_by=ORDER_BY_UNSPECIFIED&page=<uint64>&limit=<uint64>",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"tx",
																		"v1beta1",
																		"txs"
																	],
																	"query": [
																		{
																			"key": "events",
																			"value": "<string>"
																		},
																		{
																			"key": "events",
																			"value": "<string>"
																		},
																		{
																			"key": "pagination.key",
																			"value": "<byte>"
																		},
																		{
																			"key": "pagination.offset",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.limit",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.count_total",
																			"value": "<boolean>"
																		},
																		{
																			"key": "pagination.reverse",
																			"value": "<boolean>"
																		},
																		{
																			"key": "order_by",
																			"value": "ORDER_BY_UNSPECIFIED"
																		},
																		{
																			"key": "page",
																			"value": "<uint64>"
																		},
																		{
																			"key": "limit",
																			"value": "<uint64>"
																		}
																	]
																}
															},
															"status": "Internal Server Error",
															"code": 500,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
														}
													]
												},
												{
													"name": "BroadcastTx",
													"request": {
														"method": "POST",
														"header": [
															{
																"key": "Content-Type",
																"value": "application/json"
															},
															{
																"key": "Accept",
																"value": "*/*"
															}
														],
														"body": {
															"mode": "raw",
															"raw": "{\n  \"tx_bytes\": \"<byte>\",\n  \"mode\": \"BROADCAST_MODE_UNSPECIFIED\"\n}",
															"options": {
																"raw": {
																	"language": "json"
																}
															}
														},
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/tx/v1beta1/txs",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"tx",
																"v1beta1",
																"txs"
															]
														},
														"description": "broadcast transaction"
													},
													"response": [
														{
															"name": "A successful response.",
															"originalRequest": {
																"method": "POST",
																"header": [],
																"body": {
																	"mode": "raw",
																	"raw": "{\n  \"tx_bytes\": \"<byte>\",\n  \"mode\": \"BROADCAST_MODE_UNSPECIFIED\"\n}",
																	"options": {
																		"raw": {
																			"language": "json"
																		}
																	}
																},
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/tx/v1beta1/txs",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"tx",
																		"v1beta1",
																		"txs"
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"tx_response\": {\n    \"height\": \"<int64>\",\n    \"txhash\": \"<string>\",\n    \"codespace\": \"<string>\",\n    \"code\": \"<long>\",\n    \"data\": \"<string>\",\n    \"raw_log\": \"<string>\",\n    \"logs\": [\n      {\n        \"msg_index\": \"<long>\",\n        \"log\": \"<string>\",\n        \"events\": [\n          {\n            \"type\": \"<string>\",\n            \"attributes\": [\n              {\n                \"key\": \"<string>\",\n                \"value\": \"<string>\"\n              },\n              {\n                \"key\": \"<string>\",\n                \"value\": \"<string>\"\n              }\n            ]\n          },\n          {\n            \"type\": \"<string>\",\n            \"attributes\": [\n              {\n                \"key\": \"<string>\",\n                \"value\": \"<string>\"\n              },\n              {\n                \"key\": \"<string>\",\n                \"value\": \"<string>\"\n              }\n            ]\n          }\n        ]\n      },\n      {\n        \"msg_index\": \"<long>\",\n        \"log\": \"<string>\",\n        \"events\": [\n          {\n            \"type\": \"<string>\",\n            \"attributes\": [\n              {\n                \"key\": \"<string>\",\n                \"value\": \"<string>\"\n              },\n              {\n                \"key\": \"<string>\",\n                \"value\": \"<string>\"\n              }\n            ]\n          },\n          {\n            \"type\": \"<string>\",\n            \"attributes\": [\n              {\n                \"key\": \"<string>\",\n                \"value\": \"<string>\"\n              },\n              {\n                \"key\": \"<string>\",\n                \"value\": \"<string>\"\n              }\n            ]\n          }\n        ]\n      }\n    ],\n    \"info\": \"<string>\",\n    \"gas_wanted\": \"<int64>\",\n    \"gas_used\": \"<int64>\",\n    \"tx\": {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    \"timestamp\": \"<string>\",\n    \"events\": [\n      {\n        \"type\": \"<string>\",\n        \"attributes\": [\n          {\n            \"key\": \"<byte>\",\n            \"value\": \"<byte>\",\n            \"index\": \"<boolean>\"\n          },\n          {\n            \"key\": \"<byte>\",\n            \"value\": \"<byte>\",\n            \"index\": \"<boolean>\"\n          }\n        ]\n      },\n      {\n        \"type\": \"<string>\",\n        \"attributes\": [\n          {\n            \"key\": \"<byte>\",\n            \"value\": \"<byte>\",\n            \"index\": \"<boolean>\"\n          },\n          {\n            \"key\": \"<byte>\",\n            \"value\": \"<byte>\",\n            \"index\": \"<boolean>\"\n          }\n        ]\n      }\n    ]\n  }\n}"
														},
														{
															"name": "An unexpected error response.",
															"originalRequest": {
																"method": "POST",
																"header": [],
																"body": {
																	"mode": "raw",
																	"raw": "{\n  \"tx_bytes\": \"<byte>\",\n  \"mode\": \"BROADCAST_MODE_UNSPECIFIED\"\n}",
																	"options": {
																		"raw": {
																			"language": "json"
																		}
																	}
																},
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/tx/v1beta1/txs",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"tx",
																		"v1beta1",
																		"txs"
																	]
																}
															},
															"status": "Internal Server Error",
															"code": 500,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
														}
													]
												},
												{
													"name": "GetBlockWithTxs",
													"request": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															}
														],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/tx/v1beta1/txs/block/:height",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"tx",
																"v1beta1",
																"txs",
																"block",
																":height"
															],
															"query": [
																{
																	"key": "pagination.key",
																	"value": "<byte>",
																	"description": "key is a value returned in PageResponse.next_key to begin\nquerying the next page most efficiently. Only one of offset or key\nshould be set.",
																	"disabled": true
																},
																{
																	"key": "pagination.offset",
																	"value": "<uint64>",
																	"description": "offset is a numeric offset that can be used when key is unavailable.\nIt is less efficient than using key. Only one of offset or key should\nbe set.",
																	"disabled": true
																},
																{
																	"key": "pagination.limit",
																	"value": "<uint64>",
																	"description": "limit is the total number of results to be returned in the result page.\nIf left empty it will default to a value to be set by each app.",
																	"disabled": true
																},
																{
																	"key": "pagination.count_total",
																	"value": "<boolean>",
																	"description": "count_total is set to true  to indicate that the result set should include\na count of the total number of items available for pagination in UIs.\ncount_total is only respected when offset is used. It is ignored when key\nis set.",
																	"disabled": true
																},
																{
																	"key": "pagination.reverse",
																	"value": "<boolean>",
																	"description": "reverse is set to true if results are to be returned in the descending order.\n\nSince: cosmos-sdk 0.43",
																	"disabled": true
																}
															],
															"variable": [
																{
																	"key": "height",
																	"value": "",
																	"description": "(Required) height is the height of the block to query."
																}
															]
														},
														"description": "fetches a block with decoded txs\n\nSince: cosmos-sdk 0.45.2"
													},
													"response": [
														{
															"name": "A successful response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/tx/v1beta1/txs/block/:height?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"tx",
																		"v1beta1",
																		"txs",
																		"block",
																		":height"
																	],
																	"query": [
																		{
																			"key": "pagination.key",
																			"value": "<byte>"
																		},
																		{
																			"key": "pagination.offset",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.limit",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.count_total",
																			"value": "<boolean>"
																		},
																		{
																			"key": "pagination.reverse",
																			"value": "<boolean>"
																		}
																	],
																	"variable": [
																		{
																			"key": "height",
																			"value": "<int64>",
																			"description": "(Required) height is the height of the block to query."
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"txs\": [\n    {\n      \"body\": {\n        \"messages\": [\n          {\n            \"type_url\": \"<string>\",\n            \"value\": \"<byte>\"\n          },\n          {\n            \"type_url\": \"<string>\",\n            \"value\": \"<byte>\"\n          }\n        ],\n        \"memo\": \"<string>\",\n        \"timeout_height\": \"<uint64>\",\n        \"extension_options\": [\n          {\n            \"type_url\": \"<string>\",\n            \"value\": \"<byte>\"\n          },\n          {\n            \"type_url\": \"<string>\",\n            \"value\": \"<byte>\"\n          }\n        ],\n        \"non_critical_extension_options\": [\n          {\n            \"type_url\": \"<string>\",\n            \"value\": \"<byte>\"\n          },\n          {\n            \"type_url\": \"<string>\",\n            \"value\": \"<byte>\"\n          }\n        ]\n      },\n      \"auth_info\": {\n        \"signer_infos\": [\n          {\n            \"public_key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"mode_info\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sequence\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"public_key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"mode_info\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sequence\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"fee\": {\n          \"amount\": [\n            {\n              \"denom\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"amount\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"denom\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"amount\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"gas_limit\": \"<uint64>\",\n          \"payer\": \"<string>\",\n          \"granter\": \"<string>\"\n        },\n        \"tip\": {\n          \"amount\": [\n            {\n              \"denom\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"amount\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"denom\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"amount\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"tipper\": \"<string>\"\n        }\n      },\n      \"signatures\": [\n        \"<byte>\",\n        \"<byte>\"\n      ]\n    },\n    {\n      \"body\": {\n        \"messages\": [\n          {\n            \"type_url\": \"<string>\",\n            \"value\": \"<byte>\"\n          },\n          {\n            \"type_url\": \"<string>\",\n            \"value\": \"<byte>\"\n          }\n        ],\n        \"memo\": \"<string>\",\n        \"timeout_height\": \"<uint64>\",\n        \"extension_options\": [\n          {\n            \"type_url\": \"<string>\",\n            \"value\": \"<byte>\"\n          },\n          {\n            \"type_url\": \"<string>\",\n            \"value\": \"<byte>\"\n          }\n        ],\n        \"non_critical_extension_options\": [\n          {\n            \"type_url\": \"<string>\",\n            \"value\": \"<byte>\"\n          },\n          {\n            \"type_url\": \"<string>\",\n            \"value\": \"<byte>\"\n          }\n        ]\n      },\n      \"auth_info\": {\n        \"signer_infos\": [\n          {\n            \"public_key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"mode_info\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sequence\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"public_key\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"mode_info\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sequence\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"fee\": {\n          \"amount\": [\n            {\n              \"denom\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"amount\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"denom\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"amount\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"gas_limit\": \"<uint64>\",\n          \"payer\": \"<string>\",\n          \"granter\": \"<string>\"\n        },\n        \"tip\": {\n          \"amount\": [\n            {\n              \"denom\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"amount\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"denom\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"amount\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"tipper\": \"<string>\"\n        }\n      },\n      \"signatures\": [\n        \"<byte>\",\n        \"<byte>\"\n      ]\n    }\n  ],\n  \"block_id\": {\n    \"hash\": \"<byte>\",\n    \"part_set_header\": {\n      \"total\": \"<long>\",\n      \"hash\": \"<byte>\"\n    }\n  },\n  \"block\": {\n    \"header\": {\n      \"version\": {\n        \"block\": \"<uint64>\",\n        \"app\": \"<uint64>\"\n      },\n      \"chain_id\": \"<string>\",\n      \"height\": \"<int64>\",\n      \"time\": \"<dateTime>\",\n      \"last_block_id\": {\n        \"hash\": \"<byte>\",\n        \"part_set_header\": {\n          \"total\": \"<long>\",\n          \"hash\": \"<byte>\"\n        }\n      },\n      \"last_commit_hash\": \"<byte>\",\n      \"data_hash\": \"<byte>\",\n      \"validators_hash\": \"<byte>\",\n      \"next_validators_hash\": \"<byte>\",\n      \"consensus_hash\": \"<byte>\",\n      \"app_hash\": \"<byte>\",\n      \"last_results_hash\": \"<byte>\",\n      \"evidence_hash\": \"<byte>\",\n      \"proposer_address\": \"<byte>\"\n    },\n    \"data\": {\n      \"txs\": [\n        \"<byte>\",\n        \"<byte>\"\n      ]\n    },\n    \"evidence\": {\n      \"evidence\": [\n        {\n          \"duplicate_vote_evidence\": {\n            \"vote_a\": {\n              \"type\": \"SIGNED_MSG_TYPE_UNKNOWN\",\n              \"height\": \"<int64>\",\n              \"round\": \"<integer>\",\n              \"block_id\": {\n                \"hash\": \"<byte>\",\n                \"part_set_header\": {\n                  \"total\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"hash\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                }\n              },\n              \"timestamp\": \"<dateTime>\",\n              \"validator_address\": \"<byte>\",\n              \"validator_index\": \"<integer>\",\n              \"signature\": \"<byte>\"\n            },\n            \"vote_b\": {\n              \"type\": \"SIGNED_MSG_TYPE_UNKNOWN\",\n              \"height\": \"<int64>\",\n              \"round\": \"<integer>\",\n              \"block_id\": {\n                \"hash\": \"<byte>\",\n                \"part_set_header\": {\n                  \"total\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"hash\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                }\n              },\n              \"timestamp\": \"<dateTime>\",\n              \"validator_address\": \"<byte>\",\n              \"validator_index\": \"<integer>\",\n              \"signature\": \"<byte>\"\n            },\n            \"total_voting_power\": \"<int64>\",\n            \"validator_power\": \"<int64>\",\n            \"timestamp\": \"<dateTime>\"\n          },\n          \"light_client_attack_evidence\": {\n            \"conflicting_block\": {\n              \"signed_header\": {\n                \"header\": {\n                  \"version\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"chain_id\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"height\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"time\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"last_block_id\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"last_commit_hash\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"data_hash\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"validators_hash\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"next_validators_hash\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"consensus_hash\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"app_hash\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"last_results_hash\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"evidence_hash\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"proposer_address\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                },\n                \"commit\": {\n                  \"height\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"round\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"block_id\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"signatures\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                }\n              },\n              \"validator_set\": {\n                \"validators\": [\n                  {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                ],\n                \"proposer\": {\n                  \"address\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"pub_key\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"voting_power\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"proposer_priority\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                },\n                \"total_voting_power\": \"<int64>\"\n              }\n            },\n            \"common_height\": \"<int64>\",\n            \"byzantine_validators\": [\n              {\n                \"address\": \"<byte>\",\n                \"pub_key\": {\n                  \"ed25519\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"secp256k1\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                },\n                \"voting_power\": \"<int64>\",\n                \"proposer_priority\": \"<int64>\"\n              },\n              {\n                \"address\": \"<byte>\",\n                \"pub_key\": {\n                  \"ed25519\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"secp256k1\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                },\n                \"voting_power\": \"<int64>\",\n                \"proposer_priority\": \"<int64>\"\n              }\n            ],\n            \"total_voting_power\": \"<int64>\",\n            \"timestamp\": \"<dateTime>\"\n          }\n        },\n        {\n          \"duplicate_vote_evidence\": {\n            \"vote_a\": {\n              \"type\": \"SIGNED_MSG_TYPE_UNKNOWN\",\n              \"height\": \"<int64>\",\n              \"round\": \"<integer>\",\n              \"block_id\": {\n                \"hash\": \"<byte>\",\n                \"part_set_header\": {\n                  \"total\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"hash\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                }\n              },\n              \"timestamp\": \"<dateTime>\",\n              \"validator_address\": \"<byte>\",\n              \"validator_index\": \"<integer>\",\n              \"signature\": \"<byte>\"\n            },\n            \"vote_b\": {\n              \"type\": \"SIGNED_MSG_TYPE_UNKNOWN\",\n              \"height\": \"<int64>\",\n              \"round\": \"<integer>\",\n              \"block_id\": {\n                \"hash\": \"<byte>\",\n                \"part_set_header\": {\n                  \"total\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"hash\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                }\n              },\n              \"timestamp\": \"<dateTime>\",\n              \"validator_address\": \"<byte>\",\n              \"validator_index\": \"<integer>\",\n              \"signature\": \"<byte>\"\n            },\n            \"total_voting_power\": \"<int64>\",\n            \"validator_power\": \"<int64>\",\n            \"timestamp\": \"<dateTime>\"\n          },\n          \"light_client_attack_evidence\": {\n            \"conflicting_block\": {\n              \"signed_header\": {\n                \"header\": {\n                  \"version\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"chain_id\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"height\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"time\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"last_block_id\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"last_commit_hash\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"data_hash\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"validators_hash\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"next_validators_hash\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"consensus_hash\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"app_hash\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"last_results_hash\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"evidence_hash\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"proposer_address\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                },\n                \"commit\": {\n                  \"height\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"round\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"block_id\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"signatures\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                }\n              },\n              \"validator_set\": {\n                \"validators\": [\n                  {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                ],\n                \"proposer\": {\n                  \"address\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"pub_key\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"voting_power\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"proposer_priority\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                },\n                \"total_voting_power\": \"<int64>\"\n              }\n            },\n            \"common_height\": \"<int64>\",\n            \"byzantine_validators\": [\n              {\n                \"address\": \"<byte>\",\n                \"pub_key\": {\n                  \"ed25519\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"secp256k1\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                },\n                \"voting_power\": \"<int64>\",\n                \"proposer_priority\": \"<int64>\"\n              },\n              {\n                \"address\": \"<byte>\",\n                \"pub_key\": {\n                  \"ed25519\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  },\n                  \"secp256k1\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                },\n                \"voting_power\": \"<int64>\",\n                \"proposer_priority\": \"<int64>\"\n              }\n            ],\n            \"total_voting_power\": \"<int64>\",\n            \"timestamp\": \"<dateTime>\"\n          }\n        }\n      ]\n    },\n    \"last_commit\": {\n      \"height\": \"<int64>\",\n      \"round\": \"<integer>\",\n      \"block_id\": {\n        \"hash\": \"<byte>\",\n        \"part_set_header\": {\n          \"total\": \"<long>\",\n          \"hash\": \"<byte>\"\n        }\n      },\n      \"signatures\": [\n        {\n          \"block_id_flag\": \"BLOCK_ID_FLAG_UNKNOWN\",\n          \"validator_address\": \"<byte>\",\n          \"timestamp\": \"<dateTime>\",\n          \"signature\": \"<byte>\"\n        },\n        {\n          \"block_id_flag\": \"BLOCK_ID_FLAG_UNKNOWN\",\n          \"validator_address\": \"<byte>\",\n          \"timestamp\": \"<dateTime>\",\n          \"signature\": \"<byte>\"\n        }\n      ]\n    }\n  },\n  \"pagination\": {\n    \"next_key\": \"<byte>\",\n    \"total\": \"<uint64>\"\n  }\n}"
														},
														{
															"name": "An unexpected error response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/tx/v1beta1/txs/block/:height?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"tx",
																		"v1beta1",
																		"txs",
																		"block",
																		":height"
																	],
																	"query": [
																		{
																			"key": "pagination.key",
																			"value": "<byte>"
																		},
																		{
																			"key": "pagination.offset",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.limit",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.count_total",
																			"value": "<boolean>"
																		},
																		{
																			"key": "pagination.reverse",
																			"value": "<boolean>"
																		}
																	],
																	"variable": [
																		{
																			"key": "height",
																			"value": "<int64>",
																			"description": "(Required) height is the height of the block to query."
																		}
																	]
																}
															},
															"status": "Internal Server Error",
															"code": 500,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
														}
													]
												},
												{
													"name": "GetTx",
													"request": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															}
														],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/tx/v1beta1/txs/:hash",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"tx",
																"v1beta1",
																"txs",
																":hash"
															],
															"variable": [
																{
																	"key": "hash",
																	"value": "<string>",
																	"description": "(Required) hash is the tx hash to query, encoded as a hex string."
																}
															]
														},
														"description": "fetches a tx by hash"
													},
													"response": [
														{
															"name": "A successful response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/tx/v1beta1/txs/:hash",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"tx",
																		"v1beta1",
																		"txs",
																		":hash"
																	],
																	"variable": [
																		{
																			"key": "hash",
																			"value": "<string>",
																			"description": "(Required) hash is the tx hash to query, encoded as a hex string."
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"tx\": {\n    \"body\": {\n      \"messages\": [\n        {\n          \"type_url\": \"<string>\",\n          \"value\": \"<byte>\"\n        },\n        {\n          \"type_url\": \"<string>\",\n          \"value\": \"<byte>\"\n        }\n      ],\n      \"memo\": \"<string>\",\n      \"timeout_height\": \"<uint64>\",\n      \"extension_options\": [\n        {\n          \"type_url\": \"<string>\",\n          \"value\": \"<byte>\"\n        },\n        {\n          \"type_url\": \"<string>\",\n          \"value\": \"<byte>\"\n        }\n      ],\n      \"non_critical_extension_options\": [\n        {\n          \"type_url\": \"<string>\",\n          \"value\": \"<byte>\"\n        },\n        {\n          \"type_url\": \"<string>\",\n          \"value\": \"<byte>\"\n        }\n      ]\n    },\n    \"auth_info\": {\n      \"signer_infos\": [\n        {\n          \"public_key\": {\n            \"type_url\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"value\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"mode_info\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"sequence\": \"<uint64>\"\n        },\n        {\n          \"public_key\": {\n            \"type_url\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"value\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"mode_info\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"sequence\": \"<uint64>\"\n        }\n      ],\n      \"fee\": {\n        \"amount\": [\n          {\n            \"denom\": \"<string>\",\n            \"amount\": \"<string>\"\n          },\n          {\n            \"denom\": \"<string>\",\n            \"amount\": \"<string>\"\n          }\n        ],\n        \"gas_limit\": \"<uint64>\",\n        \"payer\": \"<string>\",\n        \"granter\": \"<string>\"\n      },\n      \"tip\": {\n        \"amount\": [\n          {\n            \"denom\": \"<string>\",\n            \"amount\": \"<string>\"\n          },\n          {\n            \"denom\": \"<string>\",\n            \"amount\": \"<string>\"\n          }\n        ],\n        \"tipper\": \"<string>\"\n      }\n    },\n    \"signatures\": [\n      \"<byte>\",\n      \"<byte>\"\n    ]\n  },\n  \"tx_response\": {\n    \"height\": \"<int64>\",\n    \"txhash\": \"<string>\",\n    \"codespace\": \"<string>\",\n    \"code\": \"<long>\",\n    \"data\": \"<string>\",\n    \"raw_log\": \"<string>\",\n    \"logs\": [\n      {\n        \"msg_index\": \"<long>\",\n        \"log\": \"<string>\",\n        \"events\": [\n          {\n            \"type\": \"<string>\",\n            \"attributes\": [\n              {\n                \"key\": \"<string>\",\n                \"value\": \"<string>\"\n              },\n              {\n                \"key\": \"<string>\",\n                \"value\": \"<string>\"\n              }\n            ]\n          },\n          {\n            \"type\": \"<string>\",\n            \"attributes\": [\n              {\n                \"key\": \"<string>\",\n                \"value\": \"<string>\"\n              },\n              {\n                \"key\": \"<string>\",\n                \"value\": \"<string>\"\n              }\n            ]\n          }\n        ]\n      },\n      {\n        \"msg_index\": \"<long>\",\n        \"log\": \"<string>\",\n        \"events\": [\n          {\n            \"type\": \"<string>\",\n            \"attributes\": [\n              {\n                \"key\": \"<string>\",\n                \"value\": \"<string>\"\n              },\n              {\n                \"key\": \"<string>\",\n                \"value\": \"<string>\"\n              }\n            ]\n          },\n          {\n            \"type\": \"<string>\",\n            \"attributes\": [\n              {\n                \"key\": \"<string>\",\n                \"value\": \"<string>\"\n              },\n              {\n                \"key\": \"<string>\",\n                \"value\": \"<string>\"\n              }\n            ]\n          }\n        ]\n      }\n    ],\n    \"info\": \"<string>\",\n    \"gas_wanted\": \"<int64>\",\n    \"gas_used\": \"<int64>\",\n    \"tx\": {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    \"timestamp\": \"<string>\",\n    \"events\": [\n      {\n        \"type\": \"<string>\",\n        \"attributes\": [\n          {\n            \"key\": \"<byte>\",\n            \"value\": \"<byte>\",\n            \"index\": \"<boolean>\"\n          },\n          {\n            \"key\": \"<byte>\",\n            \"value\": \"<byte>\",\n            \"index\": \"<boolean>\"\n          }\n        ]\n      },\n      {\n        \"type\": \"<string>\",\n        \"attributes\": [\n          {\n            \"key\": \"<byte>\",\n            \"value\": \"<byte>\",\n            \"index\": \"<boolean>\"\n          },\n          {\n            \"key\": \"<byte>\",\n            \"value\": \"<byte>\",\n            \"index\": \"<boolean>\"\n          }\n        ]\n      }\n    ]\n  }\n}"
														},
														{
															"name": "An unexpected error response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/cosmos/tx/v1beta1/txs/:hash",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"cosmos",
																		"tx",
																		"v1beta1",
																		"txs",
																		":hash"
																	],
																	"variable": [
																		{
																			"key": "hash",
																			"value": "<string>",
																			"description": "(Required) hash is the tx hash to query, encoded as a hex string."
																		}
																	]
																}
															},
															"status": "Internal Server Error",
															"code": 500,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
														}
													]
												}
											]
										},
										{
											"name": "Simulate",
											"request": {
												"method": "POST",
												"header": [
													{
														"key": "Content-Type",
														"value": "application/json"
													},
													{
														"key": "Accept",
														"value": "*/*"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{\n  \"tx\": {\n    \"body\": {\n      \"messages\": [\n        {\n          \"type_url\": \"<string>\",\n          \"value\": \"<byte>\"\n        },\n        {\n          \"type_url\": \"<string>\",\n          \"value\": \"<byte>\"\n        }\n      ],\n      \"memo\": \"<string>\",\n      \"timeout_height\": \"<uint64>\",\n      \"extension_options\": [\n        {\n          \"type_url\": \"<string>\",\n          \"value\": \"<byte>\"\n        },\n        {\n          \"type_url\": \"<string>\",\n          \"value\": \"<byte>\"\n        }\n      ],\n      \"non_critical_extension_options\": [\n        {\n          \"type_url\": \"<string>\",\n          \"value\": \"<byte>\"\n        },\n        {\n          \"type_url\": \"<string>\",\n          \"value\": \"<byte>\"\n        }\n      ]\n    },\n    \"auth_info\": {\n      \"signer_infos\": [\n        {\n          \"public_key\": {\n            \"type_url\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"value\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"mode_info\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"sequence\": \"<uint64>\"\n        },\n        {\n          \"public_key\": {\n            \"type_url\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"value\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"mode_info\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"sequence\": \"<uint64>\"\n        }\n      ],\n      \"fee\": {\n        \"amount\": [\n          {\n            \"denom\": \"<string>\",\n            \"amount\": \"<string>\"\n          },\n          {\n            \"denom\": \"<string>\",\n            \"amount\": \"<string>\"\n          }\n        ],\n        \"gas_limit\": \"<uint64>\",\n        \"payer\": \"<string>\",\n        \"granter\": \"<string>\"\n      },\n      \"tip\": {\n        \"amount\": [\n          {\n            \"denom\": \"<string>\",\n            \"amount\": \"<string>\"\n          },\n          {\n            \"denom\": \"<string>\",\n            \"amount\": \"<string>\"\n          }\n        ],\n        \"tipper\": \"<string>\"\n      }\n    },\n    \"signatures\": [\n      \"<byte>\",\n      \"<byte>\"\n    ]\n  },\n  \"tx_bytes\": \"<byte>\"\n}",
													"options": {
														"raw": {
															"language": "json"
														}
													}
												},
												"url": {
													"raw": "https://inj.nownodes.io/cosmos/tx/v1beta1/simulate",
													"protocol": "https",
													"host": [
														"inj",
														"nownodes",
														"io"
													],
													"path": [
														"cosmos",
														"tx",
														"v1beta1",
														"simulate"
													]
												},
												"description": "simulates executing a transaction for estimating gas usage"
											},
											"response": [
												{
													"name": "A successful response.",
													"originalRequest": {
														"method": "POST",
														"header": [],
														"body": {
															"mode": "raw",
															"raw": "{\n  \"tx\": {\n    \"body\": {\n      \"messages\": [\n        {\n          \"type_url\": \"<string>\",\n          \"value\": \"<byte>\"\n        },\n        {\n          \"type_url\": \"<string>\",\n          \"value\": \"<byte>\"\n        }\n      ],\n      \"memo\": \"<string>\",\n      \"timeout_height\": \"<uint64>\",\n      \"extension_options\": [\n        {\n          \"type_url\": \"<string>\",\n          \"value\": \"<byte>\"\n        },\n        {\n          \"type_url\": \"<string>\",\n          \"value\": \"<byte>\"\n        }\n      ],\n      \"non_critical_extension_options\": [\n        {\n          \"type_url\": \"<string>\",\n          \"value\": \"<byte>\"\n        },\n        {\n          \"type_url\": \"<string>\",\n          \"value\": \"<byte>\"\n        }\n      ]\n    },\n    \"auth_info\": {\n      \"signer_infos\": [\n        {\n          \"public_key\": {\n            \"type_url\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"value\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"mode_info\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"sequence\": \"<uint64>\"\n        },\n        {\n          \"public_key\": {\n            \"type_url\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"value\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"mode_info\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"sequence\": \"<uint64>\"\n        }\n      ],\n      \"fee\": {\n        \"amount\": [\n          {\n            \"denom\": \"<string>\",\n            \"amount\": \"<string>\"\n          },\n          {\n            \"denom\": \"<string>\",\n            \"amount\": \"<string>\"\n          }\n        ],\n        \"gas_limit\": \"<uint64>\",\n        \"payer\": \"<string>\",\n        \"granter\": \"<string>\"\n      },\n      \"tip\": {\n        \"amount\": [\n          {\n            \"denom\": \"<string>\",\n            \"amount\": \"<string>\"\n          },\n          {\n            \"denom\": \"<string>\",\n            \"amount\": \"<string>\"\n          }\n        ],\n        \"tipper\": \"<string>\"\n      }\n    },\n    \"signatures\": [\n      \"<byte>\",\n      \"<byte>\"\n    ]\n  },\n  \"tx_bytes\": \"<byte>\"\n}",
															"options": {
																"raw": {
																	"language": "json"
																}
															}
														},
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/tx/v1beta1/simulate",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"tx",
																"v1beta1",
																"simulate"
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"gas_info\": {\n    \"gas_wanted\": \"<uint64>\",\n    \"gas_used\": \"<uint64>\"\n  },\n  \"result\": {\n    \"data\": \"<byte>\",\n    \"log\": \"<string>\",\n    \"events\": [\n      {\n        \"type\": \"<string>\",\n        \"attributes\": [\n          {\n            \"key\": \"<byte>\",\n            \"value\": \"<byte>\",\n            \"index\": \"<boolean>\"\n          },\n          {\n            \"key\": \"<byte>\",\n            \"value\": \"<byte>\",\n            \"index\": \"<boolean>\"\n          }\n        ]\n      },\n      {\n        \"type\": \"<string>\",\n        \"attributes\": [\n          {\n            \"key\": \"<byte>\",\n            \"value\": \"<byte>\",\n            \"index\": \"<boolean>\"\n          },\n          {\n            \"key\": \"<byte>\",\n            \"value\": \"<byte>\",\n            \"index\": \"<boolean>\"\n          }\n        ]\n      }\n    ],\n    \"msg_responses\": [\n      {\n        \"type_url\": \"<string>\",\n        \"value\": \"<byte>\"\n      },\n      {\n        \"type_url\": \"<string>\",\n        \"value\": \"<byte>\"\n      }\n    ]\n  }\n}"
												},
												{
													"name": "An unexpected error response.",
													"originalRequest": {
														"method": "POST",
														"header": [],
														"body": {
															"mode": "raw",
															"raw": "{\n  \"tx\": {\n    \"body\": {\n      \"messages\": [\n        {\n          \"type_url\": \"<string>\",\n          \"value\": \"<byte>\"\n        },\n        {\n          \"type_url\": \"<string>\",\n          \"value\": \"<byte>\"\n        }\n      ],\n      \"memo\": \"<string>\",\n      \"timeout_height\": \"<uint64>\",\n      \"extension_options\": [\n        {\n          \"type_url\": \"<string>\",\n          \"value\": \"<byte>\"\n        },\n        {\n          \"type_url\": \"<string>\",\n          \"value\": \"<byte>\"\n        }\n      ],\n      \"non_critical_extension_options\": [\n        {\n          \"type_url\": \"<string>\",\n          \"value\": \"<byte>\"\n        },\n        {\n          \"type_url\": \"<string>\",\n          \"value\": \"<byte>\"\n        }\n      ]\n    },\n    \"auth_info\": {\n      \"signer_infos\": [\n        {\n          \"public_key\": {\n            \"type_url\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"value\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"mode_info\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"sequence\": \"<uint64>\"\n        },\n        {\n          \"public_key\": {\n            \"type_url\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"value\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"mode_info\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"sequence\": \"<uint64>\"\n        }\n      ],\n      \"fee\": {\n        \"amount\": [\n          {\n            \"denom\": \"<string>\",\n            \"amount\": \"<string>\"\n          },\n          {\n            \"denom\": \"<string>\",\n            \"amount\": \"<string>\"\n          }\n        ],\n        \"gas_limit\": \"<uint64>\",\n        \"payer\": \"<string>\",\n        \"granter\": \"<string>\"\n      },\n      \"tip\": {\n        \"amount\": [\n          {\n            \"denom\": \"<string>\",\n            \"amount\": \"<string>\"\n          },\n          {\n            \"denom\": \"<string>\",\n            \"amount\": \"<string>\"\n          }\n        ],\n        \"tipper\": \"<string>\"\n      }\n    },\n    \"signatures\": [\n      \"<byte>\",\n      \"<byte>\"\n    ]\n  },\n  \"tx_bytes\": \"<byte>\"\n}",
															"options": {
																"raw": {
																	"language": "json"
																}
															}
														},
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/tx/v1beta1/simulate",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"tx",
																"v1beta1",
																"simulate"
															]
														}
													},
													"status": "Internal Server Error",
													"code": 500,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
												}
											]
										}
									]
								},
								{
									"name": "upgrade/v1beta1",
									"item": [
										{
											"name": "AppliedPlan",
											"request": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													}
												],
												"url": {
													"raw": "https://inj.nownodes.io/cosmos/upgrade/v1beta1/applied_plan/:name",
													"protocol": "https",
													"host": [
														"inj",
														"nownodes",
														"io"
													],
													"path": [
														"cosmos",
														"upgrade",
														"v1beta1",
														"applied_plan",
														":name"
													],
													"variable": [
														{
															"key": "name",
															"value": "<string>",
															"description": "(Required) name is the name of the applied plan to query for."
														}
													]
												},
												"description": "queries a previously applied upgrade plan by its name"
											},
											"response": [
												{
													"name": "A successful response.",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/upgrade/v1beta1/applied_plan/:name",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"upgrade",
																"v1beta1",
																"applied_plan",
																":name"
															],
															"variable": [
																{
																	"key": "name",
																	"value": "<string>",
																	"description": "(Required) name is the name of the applied plan to query for."
																}
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"height\": \"<int64>\"\n}"
												},
												{
													"name": "An unexpected error response.",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/upgrade/v1beta1/applied_plan/:name",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"upgrade",
																"v1beta1",
																"applied_plan",
																":name"
															],
															"variable": [
																{
																	"key": "name",
																	"value": "<string>",
																	"description": "(Required) name is the name of the applied plan to query for."
																}
															]
														}
													},
													"status": "Internal Server Error",
													"code": 500,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
												}
											]
										},
										{
											"name": "Authority",
											"request": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													}
												],
												"url": {
													"raw": "https://inj.nownodes.io/cosmos/upgrade/v1beta1/authority",
													"protocol": "https",
													"host": [
														"inj",
														"nownodes",
														"io"
													],
													"path": [
														"cosmos",
														"upgrade",
														"v1beta1",
														"authority"
													]
												},
												"description": "returns the account with authority to conduct upgrades\n\nSince: cosmos-sdk 0.46"
											},
											"response": [
												{
													"name": "A successful response.",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/upgrade/v1beta1/authority",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"upgrade",
																"v1beta1",
																"authority"
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"address\": \"<string>\"\n}"
												},
												{
													"name": "An unexpected error response.",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/upgrade/v1beta1/authority",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"upgrade",
																"v1beta1",
																"authority"
															]
														}
													},
													"status": "Internal Server Error",
													"code": 500,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
												}
											]
										},
										{
											"name": "CurrentPlan",
											"request": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													}
												],
												"url": {
													"raw": "https://inj.nownodes.io/cosmos/upgrade/v1beta1/current_plan",
													"protocol": "https",
													"host": [
														"inj",
														"nownodes",
														"io"
													],
													"path": [
														"cosmos",
														"upgrade",
														"v1beta1",
														"current_plan"
													]
												},
												"description": "queries the current upgrade plan"
											},
											"response": [
												{
													"name": "A successful response.",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/upgrade/v1beta1/current_plan",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"upgrade",
																"v1beta1",
																"current_plan"
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"plan\": {\n    \"name\": \"<string>\",\n    \"time\": \"<dateTime>\",\n    \"height\": \"<int64>\",\n    \"info\": \"<string>\",\n    \"upgraded_client_state\": {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  }\n}"
												},
												{
													"name": "An unexpected error response.",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/upgrade/v1beta1/current_plan",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"upgrade",
																"v1beta1",
																"current_plan"
															]
														}
													},
													"status": "Internal Server Error",
													"code": 500,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
												}
											]
										},
										{
											"name": "ModuleVersions",
											"request": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													}
												],
												"url": {
													"raw": "https://inj.nownodes.io/cosmos/upgrade/v1beta1/module_versions?module_name=<string>",
													"protocol": "https",
													"host": [
														"inj",
														"nownodes",
														"io"
													],
													"path": [
														"cosmos",
														"upgrade",
														"v1beta1",
														"module_versions"
													],
													"query": [
														{
															"key": "module_name",
															"value": "<string>",
															"description": "module_name is a field to query a specific module\nconsensus version from state. Leaving this empty will\nfetch the full list of module versions from state."
														}
													]
												},
												"description": "queries the list of module versions from state\n\nSince: cosmos-sdk 0.43"
											},
											"response": [
												{
													"name": "A successful response.",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/upgrade/v1beta1/module_versions?module_name=<string>",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"upgrade",
																"v1beta1",
																"module_versions"
															],
															"query": [
																{
																	"key": "module_name",
																	"value": "<string>"
																}
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"module_versions\": [\n    {\n      \"name\": \"<string>\",\n      \"version\": \"<uint64>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"version\": \"<uint64>\"\n    }\n  ]\n}"
												},
												{
													"name": "An unexpected error response.",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/upgrade/v1beta1/module_versions?module_name=<string>",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"upgrade",
																"v1beta1",
																"module_versions"
															],
															"query": [
																{
																	"key": "module_name",
																	"value": "<string>"
																}
															]
														}
													},
													"status": "Internal Server Error",
													"code": 500,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
												}
											]
										},
										{
											"name": "UpgradedConsensusState",
											"request": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "*/*"
													}
												],
												"url": {
													"raw": "https://inj.nownodes.io/cosmos/upgrade/v1beta1/upgraded_consensus_state/:last_height",
													"protocol": "https",
													"host": [
														"inj",
														"nownodes",
														"io"
													],
													"path": [
														"cosmos",
														"upgrade",
														"v1beta1",
														"upgraded_consensus_state",
														":last_height"
													],
													"variable": [
														{
															"key": "last_height",
															"value": "",
															"description": "(Required) last height of the current chain must be sent in request\nas this is the height under which next consensus state is stored"
														}
													]
												},
												"description": "queries the consensus state that will serveas a trusted kernel for the next version of this chain. It will only bestored at the last height of this chain. UpgradedConsensusState RPC not supported with legacy querier"
											},
											"response": [
												{
													"name": "A successful response.",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/upgrade/v1beta1/upgraded_consensus_state/:last_height",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"upgrade",
																"v1beta1",
																"upgraded_consensus_state",
																":last_height"
															],
															"variable": [
																{
																	"key": "last_height",
																	"value": "<int64>",
																	"description": "(Required) last height of the current chain must be sent in request\nas this is the height under which next consensus state is stored"
																}
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"upgraded_consensus_state\": \"<byte>\"\n}"
												},
												{
													"name": "An unexpected error response.",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "https://inj.nownodes.io/cosmos/upgrade/v1beta1/upgraded_consensus_state/:last_height",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"cosmos",
																"upgrade",
																"v1beta1",
																"upgraded_consensus_state",
																":last_height"
															],
															"variable": [
																{
																	"key": "last_height",
																	"value": "<int64>",
																	"description": "(Required) last height of the current chain must be sent in request\nas this is the height under which next consensus state is stored"
																}
															]
														}
													},
													"status": "Internal Server Error",
													"code": 500,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "*/*"
														}
													],
													"cookie": [],
													"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
												}
											]
										}
									]
								}
							]
						},
						{
							"name": "ibc",
							"item": [
								{
									"name": "apps",
									"item": [
										{
											"name": "transfer/v1",
											"item": [
												{
													"name": "denom_traces",
													"item": [
														{
															"name": "DenomTraces",
															"request": {
																"method": "GET",
																"header": [
																	{
																		"key": "Accept",
																		"value": "*/*"
																	}
																],
																"url": {
																	"raw": "https://inj.nownodes.io/ibc/apps/transfer/v1/denom_traces",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"ibc",
																		"apps",
																		"transfer",
																		"v1",
																		"denom_traces"
																	],
																	"query": [
																		{
																			"key": "pagination.key",
																			"value": "<byte>",
																			"description": "key is a value returned in PageResponse.next_key to begin\nquerying the next page most efficiently. Only one of offset or key\nshould be set.",
																			"disabled": true
																		},
																		{
																			"key": "pagination.offset",
																			"value": "<uint64>",
																			"description": "offset is a numeric offset that can be used when key is unavailable.\nIt is less efficient than using key. Only one of offset or key should\nbe set.",
																			"disabled": true
																		},
																		{
																			"key": "pagination.limit",
																			"value": "<uint64>",
																			"description": "limit is the total number of results to be returned in the result page.\nIf left empty it will default to a value to be set by each app.",
																			"disabled": true
																		},
																		{
																			"key": "pagination.count_total",
																			"value": "<boolean>",
																			"description": "count_total is set to true  to indicate that the result set should include\na count of the total number of items available for pagination in UIs.\ncount_total is only respected when offset is used. It is ignored when key\nis set.",
																			"disabled": true
																		},
																		{
																			"key": "pagination.reverse",
																			"value": "<boolean>",
																			"description": "reverse is set to true if results are to be returned in the descending order.\n\nSince: cosmos-sdk 0.43",
																			"disabled": true
																		}
																	]
																},
																"description": "queries all denomination traces"
															},
															"response": [
																{
																	"name": "A successful response.",
																	"originalRequest": {
																		"method": "GET",
																		"header": [],
																		"url": {
																			"raw": "https://inj.nownodes.io/ibc/apps/transfer/v1/denom_traces?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																			"protocol": "https",
																			"host": [
																				"inj",
																				"nownodes",
																				"io"
																			],
																			"path": [
																				"ibc",
																				"apps",
																				"transfer",
																				"v1",
																				"denom_traces"
																			],
																			"query": [
																				{
																					"key": "pagination.key",
																					"value": "<byte>"
																				},
																				{
																					"key": "pagination.offset",
																					"value": "<uint64>"
																				},
																				{
																					"key": "pagination.limit",
																					"value": "<uint64>"
																				},
																				{
																					"key": "pagination.count_total",
																					"value": "<boolean>"
																				},
																				{
																					"key": "pagination.reverse",
																					"value": "<boolean>"
																				}
																			]
																		}
																	},
																	"status": "OK",
																	"code": 200,
																	"_postman_previewlanguage": "json",
																	"header": [
																		{
																			"key": "Content-Type",
																			"value": "*/*"
																		}
																	],
																	"cookie": [],
																	"body": "{\n  \"denom_traces\": [\n    {\n      \"path\": \"<string>\",\n      \"base_denom\": \"<string>\"\n    },\n    {\n      \"path\": \"<string>\",\n      \"base_denom\": \"<string>\"\n    }\n  ],\n  \"pagination\": {\n    \"next_key\": \"<byte>\",\n    \"total\": \"<uint64>\"\n  }\n}"
																},
																{
																	"name": "An unexpected error response",
																	"originalRequest": {
																		"method": "GET",
																		"header": [],
																		"url": {
																			"raw": "https://inj.nownodes.io/ibc/apps/transfer/v1/denom_traces?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																			"protocol": "https",
																			"host": [
																				"inj",
																				"nownodes",
																				"io"
																			],
																			"path": [
																				"ibc",
																				"apps",
																				"transfer",
																				"v1",
																				"denom_traces"
																			],
																			"query": [
																				{
																					"key": "pagination.key",
																					"value": "<byte>"
																				},
																				{
																					"key": "pagination.offset",
																					"value": "<uint64>"
																				},
																				{
																					"key": "pagination.limit",
																					"value": "<uint64>"
																				},
																				{
																					"key": "pagination.count_total",
																					"value": "<boolean>"
																				},
																				{
																					"key": "pagination.reverse",
																					"value": "<boolean>"
																				}
																			]
																		}
																	},
																	"status": "Internal Server Error",
																	"code": 500,
																	"_postman_previewlanguage": "json",
																	"header": [
																		{
																			"key": "Content-Type",
																			"value": "*/*"
																		}
																	],
																	"cookie": [],
																	"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
																}
															]
														},
														{
															"name": "DenomTrace",
															"request": {
																"method": "GET",
																"header": [
																	{
																		"key": "Accept",
																		"value": "*/*"
																	}
																],
																"url": {
																	"raw": "https://inj.nownodes.io/ibc/apps/transfer/v1/denom_traces/:hash",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"ibc",
																		"apps",
																		"transfer",
																		"v1",
																		"denom_traces",
																		":hash"
																	],
																	"variable": [
																		{
																			"key": "hash",
																			"value": "",
																			"description": "(Required) hash (in hex format) or denom (full denom with ibc prefix) of the denomination trace information."
																		}
																	]
																},
																"description": "queries a denomination trace information"
															},
															"response": [
																{
																	"name": "A successful response.",
																	"originalRequest": {
																		"method": "GET",
																		"header": [],
																		"url": {
																			"raw": "https://inj.nownodes.io/ibc/apps/transfer/v1/denom_traces/:hash",
																			"protocol": "https",
																			"host": [
																				"inj",
																				"nownodes",
																				"io"
																			],
																			"path": [
																				"ibc",
																				"apps",
																				"transfer",
																				"v1",
																				"denom_traces",
																				":hash"
																			],
																			"variable": [
																				{
																					"key": "hash",
																					"value": "<string>",
																					"description": "(Required) hash (in hex format) or denom (full denom with ibc prefix) of the denomination trace information."
																				}
																			]
																		}
																	},
																	"status": "OK",
																	"code": 200,
																	"_postman_previewlanguage": "json",
																	"header": [
																		{
																			"key": "Content-Type",
																			"value": "*/*"
																		}
																	],
																	"cookie": [],
																	"body": "{\n  \"denom_trace\": {\n    \"path\": \"<string>\",\n    \"base_denom\": \"<string>\"\n  }\n}"
																},
																{
																	"name": "An unexpected error response",
																	"originalRequest": {
																		"method": "GET",
																		"header": [],
																		"url": {
																			"raw": "https://inj.nownodes.io/ibc/apps/transfer/v1/denom_traces/:hash",
																			"protocol": "https",
																			"host": [
																				"inj",
																				"nownodes",
																				"io"
																			],
																			"path": [
																				"ibc",
																				"apps",
																				"transfer",
																				"v1",
																				"denom_traces",
																				":hash"
																			],
																			"variable": [
																				{
																					"key": "hash",
																					"value": "<string>",
																					"description": "(Required) hash (in hex format) or denom (full denom with ibc prefix) of the denomination trace information."
																				}
																			]
																		}
																	},
																	"status": "Internal Server Error",
																	"code": 500,
																	"_postman_previewlanguage": "json",
																	"header": [
																		{
																			"key": "Content-Type",
																			"value": "*/*"
																		}
																	],
																	"cookie": [],
																	"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
																}
															]
														}
													]
												},
												{
													"name": "EscrowAddress",
													"request": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															}
														],
														"url": {
															"raw": "https://inj.nownodes.io/ibc/apps/transfer/v1/channels/:channel_id/ports/:port_id/escrow_address",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"ibc",
																"apps",
																"transfer",
																"v1",
																"channels",
																":channel_id",
																"ports",
																":port_id",
																"escrow_address"
															],
															"variable": [
																{
																	"key": "channel_id",
																	"value": "<string>",
																	"description": "(Required) unique channel identifier"
																},
																{
																	"key": "port_id",
																	"value": "<string>",
																	"description": "(Required) unique port identifier"
																}
															]
														},
														"description": "returns the escrow address for a particular port and channel ID"
													},
													"response": [
														{
															"name": "A successful response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/ibc/apps/transfer/v1/channels/:channel_id/ports/:port_id/escrow_address",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"ibc",
																		"apps",
																		"transfer",
																		"v1",
																		"channels",
																		":channel_id",
																		"ports",
																		":port_id",
																		"escrow_address"
																	],
																	"variable": [
																		{
																			"key": "channel_id",
																			"value": "<string>",
																			"description": "(Required) unique channel identifier"
																		},
																		{
																			"key": "port_id",
																			"value": "<string>",
																			"description": "(Required) unique port identifier"
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"escrow_address\": \"<string>\"\n}"
														},
														{
															"name": "An unexpected error response",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/ibc/apps/transfer/v1/channels/:channel_id/ports/:port_id/escrow_address",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"ibc",
																		"apps",
																		"transfer",
																		"v1",
																		"channels",
																		":channel_id",
																		"ports",
																		":port_id",
																		"escrow_address"
																	],
																	"variable": [
																		{
																			"key": "channel_id",
																			"value": "<string>",
																			"description": "(Required) unique channel identifier"
																		},
																		{
																			"key": "port_id",
																			"value": "<string>",
																			"description": "(Required) unique port identifier"
																		}
																	]
																}
															},
															"status": "Internal Server Error",
															"code": 500,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
														}
													]
												},
												{
													"name": "DenomHash",
													"request": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															}
														],
														"url": {
															"raw": "https://inj.nownodes.io/ibc/apps/transfer/v1/denom_hashes/:trace",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"ibc",
																"apps",
																"transfer",
																"v1",
																"denom_hashes",
																":trace"
															],
															"variable": [
																{
																	"key": "trace",
																	"value": "<string>",
																	"description": "(Required) The denomination trace ([port_id]/[channel_id])+/[denom]"
																}
															]
														},
														"description": "queries a denomination hash information"
													},
													"response": [
														{
															"name": "A successful response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/ibc/apps/transfer/v1/denom_hashes/:trace",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"ibc",
																		"apps",
																		"transfer",
																		"v1",
																		"denom_hashes",
																		":trace"
																	],
																	"variable": [
																		{
																			"key": "trace",
																			"value": "<string>",
																			"description": "(Required) The denomination trace ([port_id]/[channel_id])+/[denom]"
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"hash\": \"<string>\"\n}"
														},
														{
															"name": "An unexpected error response",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/ibc/apps/transfer/v1/denom_hashes/:trace",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"ibc",
																		"apps",
																		"transfer",
																		"v1",
																		"denom_hashes",
																		":trace"
																	],
																	"variable": [
																		{
																			"key": "trace",
																			"value": "<string>",
																			"description": "(Required) The denomination trace ([port_id]/[channel_id])+/[denom]"
																		}
																	]
																}
															},
															"status": "Internal Server Error",
															"code": 500,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
														}
													]
												},
												{
													"name": "Params",
													"request": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															}
														],
														"url": {
															"raw": "https://inj.nownodes.io/ibc/apps/transfer/v1/params",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"ibc",
																"apps",
																"transfer",
																"v1",
																"params"
															]
														},
														"description": "queries all parameters of the ibc-transfer module"
													},
													"response": [
														{
															"name": "A successful response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/ibc/apps/transfer/v1/params",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"ibc",
																		"apps",
																		"transfer",
																		"v1",
																		"params"
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"params\": {\n    \"send_enabled\": \"<boolean>\",\n    \"receive_enabled\": \"<boolean>\"\n  }\n}"
														},
														{
															"name": "An unexpected error response",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/ibc/apps/transfer/v1/params",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"ibc",
																		"apps",
																		"transfer",
																		"v1",
																		"params"
																	]
																}
															},
															"status": "Internal Server Error",
															"code": 500,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
														}
													]
												}
											]
										}
									]
								},
								{
									"name": "core",
									"item": [
										{
											"name": "client/v1",
											"item": [
												{
													"name": "client_states",
													"item": [
														{
															"name": "ClientStates",
															"request": {
																"method": "GET",
																"header": [
																	{
																		"key": "Accept",
																		"value": "*/*"
																	}
																],
																"url": {
																	"raw": "https://inj.nownodes.io/ibc/core/client/v1/client_states",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"ibc",
																		"core",
																		"client",
																		"v1",
																		"client_states"
																	],
																	"query": [
																		{
																			"key": "pagination.key",
																			"value": "<byte>",
																			"description": "key is a value returned in PageResponse.next_key to begin\nquerying the next page most efficiently. Only one of offset or key\nshould be set.",
																			"disabled": true
																		},
																		{
																			"key": "pagination.offset",
																			"value": "<uint64>",
																			"description": "offset is a numeric offset that can be used when key is unavailable.\nIt is less efficient than using key. Only one of offset or key should\nbe set.",
																			"disabled": true
																		},
																		{
																			"key": "pagination.limit",
																			"value": "<uint64>",
																			"description": "limit is the total number of results to be returned in the result page.\nIf left empty it will default to a value to be set by each app.",
																			"disabled": true
																		},
																		{
																			"key": "pagination.count_total",
																			"value": "<boolean>",
																			"description": "count_total is set to true  to indicate that the result set should include\na count of the total number of items available for pagination in UIs.\ncount_total is only respected when offset is used. It is ignored when key\nis set.",
																			"disabled": true
																		},
																		{
																			"key": "pagination.reverse",
																			"value": "<boolean>",
																			"description": "reverse is set to true if results are to be returned in the descending order.\n\nSince: cosmos-sdk 0.43",
																			"disabled": true
																		}
																	]
																},
																"description": "queries all the IBC light clients of a chain"
															},
															"response": [
																{
																	"name": "A successful response.",
																	"originalRequest": {
																		"method": "GET",
																		"header": [],
																		"url": {
																			"raw": "https://inj.nownodes.io/ibc/core/client/v1/client_states?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																			"protocol": "https",
																			"host": [
																				"inj",
																				"nownodes",
																				"io"
																			],
																			"path": [
																				"ibc",
																				"core",
																				"client",
																				"v1",
																				"client_states"
																			],
																			"query": [
																				{
																					"key": "pagination.key",
																					"value": "<byte>"
																				},
																				{
																					"key": "pagination.offset",
																					"value": "<uint64>"
																				},
																				{
																					"key": "pagination.limit",
																					"value": "<uint64>"
																				},
																				{
																					"key": "pagination.count_total",
																					"value": "<boolean>"
																				},
																				{
																					"key": "pagination.reverse",
																					"value": "<boolean>"
																				}
																			]
																		}
																	},
																	"status": "OK",
																	"code": 200,
																	"_postman_previewlanguage": "json",
																	"header": [
																		{
																			"key": "Content-Type",
																			"value": "*/*"
																		}
																	],
																	"cookie": [],
																	"body": "{\n  \"client_states\": [\n    {\n      \"client_id\": \"<string>\",\n      \"client_state\": {\n        \"type_url\": \"<string>\",\n        \"value\": \"<byte>\"\n      }\n    },\n    {\n      \"client_id\": \"<string>\",\n      \"client_state\": {\n        \"type_url\": \"<string>\",\n        \"value\": \"<byte>\"\n      }\n    }\n  ],\n  \"pagination\": {\n    \"next_key\": \"<byte>\",\n    \"total\": \"<uint64>\"\n  }\n}"
																},
																{
																	"name": "An unexpected error response",
																	"originalRequest": {
																		"method": "GET",
																		"header": [],
																		"url": {
																			"raw": "https://inj.nownodes.io/ibc/core/client/v1/client_states?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																			"protocol": "https",
																			"host": [
																				"inj",
																				"nownodes",
																				"io"
																			],
																			"path": [
																				"ibc",
																				"core",
																				"client",
																				"v1",
																				"client_states"
																			],
																			"query": [
																				{
																					"key": "pagination.key",
																					"value": "<byte>"
																				},
																				{
																					"key": "pagination.offset",
																					"value": "<uint64>"
																				},
																				{
																					"key": "pagination.limit",
																					"value": "<uint64>"
																				},
																				{
																					"key": "pagination.count_total",
																					"value": "<boolean>"
																				},
																				{
																					"key": "pagination.reverse",
																					"value": "<boolean>"
																				}
																			]
																		}
																	},
																	"status": "Internal Server Error",
																	"code": 500,
																	"_postman_previewlanguage": "json",
																	"header": [
																		{
																			"key": "Content-Type",
																			"value": "*/*"
																		}
																	],
																	"cookie": [],
																	"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
																}
															]
														},
														{
															"name": "ClientState",
															"request": {
																"method": "GET",
																"header": [
																	{
																		"key": "Accept",
																		"value": "*/*"
																	}
																],
																"url": {
																	"raw": "https://inj.nownodes.io/ibc/core/client/v1/client_states/:client_id",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"ibc",
																		"core",
																		"client",
																		"v1",
																		"client_states",
																		":client_id"
																	],
																	"variable": [
																		{
																			"key": "client_id",
																			"value": "<string>",
																			"description": "(Required) client state unique identifier"
																		}
																	]
																},
																"description": "queries an IBC light client"
															},
															"response": [
																{
																	"name": "A successful response.",
																	"originalRequest": {
																		"method": "GET",
																		"header": [],
																		"url": {
																			"raw": "https://inj.nownodes.io/ibc/core/client/v1/client_states/:client_id",
																			"protocol": "https",
																			"host": [
																				"inj",
																				"nownodes",
																				"io"
																			],
																			"path": [
																				"ibc",
																				"core",
																				"client",
																				"v1",
																				"client_states",
																				":client_id"
																			],
																			"variable": [
																				{
																					"key": "client_id",
																					"value": "<string>",
																					"description": "(Required) client state unique identifier"
																				}
																			]
																		}
																	},
																	"status": "OK",
																	"code": 200,
																	"_postman_previewlanguage": "json",
																	"header": [
																		{
																			"key": "Content-Type",
																			"value": "*/*"
																		}
																	],
																	"cookie": [],
																	"body": "{\n  \"client_state\": {\n    \"type_url\": \"<string>\",\n    \"value\": \"<byte>\"\n  },\n  \"proof\": \"<byte>\",\n  \"proof_height\": {\n    \"revision_number\": \"<uint64>\",\n    \"revision_height\": \"<uint64>\"\n  }\n}"
																},
																{
																	"name": "An unexpected error response",
																	"originalRequest": {
																		"method": "GET",
																		"header": [],
																		"url": {
																			"raw": "https://inj.nownodes.io/ibc/core/client/v1/client_states/:client_id",
																			"protocol": "https",
																			"host": [
																				"inj",
																				"nownodes",
																				"io"
																			],
																			"path": [
																				"ibc",
																				"core",
																				"client",
																				"v1",
																				"client_states",
																				":client_id"
																			],
																			"variable": [
																				{
																					"key": "client_id",
																					"value": "<string>",
																					"description": "(Required) client state unique identifier"
																				}
																			]
																		}
																	},
																	"status": "Internal Server Error",
																	"code": 500,
																	"_postman_previewlanguage": "json",
																	"header": [
																		{
																			"key": "Content-Type",
																			"value": "*/*"
																		}
																	],
																	"cookie": [],
																	"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
																}
															]
														}
													]
												},
												{
													"name": "consensus_states/{client_id}",
													"item": [
														{
															"name": "ConsensusStates",
															"request": {
																"method": "GET",
																"header": [
																	{
																		"key": "Accept",
																		"value": "*/*"
																	}
																],
																"url": {
																	"raw": "https://inj.nownodes.io/ibc/core/client/v1/consensus_states/:client_id",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"ibc",
																		"core",
																		"client",
																		"v1",
																		"consensus_states",
																		":client_id"
																	],
																	"query": [
																		{
																			"key": "pagination.key",
																			"value": "<byte>",
																			"description": "key is a value returned in PageResponse.next_key to begin\nquerying the next page most efficiently. Only one of offset or key\nshould be set.",
																			"disabled": true
																		},
																		{
																			"key": "pagination.offset",
																			"value": "<uint64>",
																			"description": "offset is a numeric offset that can be used when key is unavailable.\nIt is less efficient than using key. Only one of offset or key should\nbe set.",
																			"disabled": true
																		},
																		{
																			"key": "pagination.limit",
																			"value": "<uint64>",
																			"description": "limit is the total number of results to be returned in the result page.\nIf left empty it will default to a value to be set by each app.",
																			"disabled": true
																		},
																		{
																			"key": "pagination.count_total",
																			"value": "<boolean>",
																			"description": "count_total is set to true  to indicate that the result set should include\na count of the total number of items available for pagination in UIs.\ncount_total is only respected when offset is used. It is ignored when key\nis set.",
																			"disabled": true
																		},
																		{
																			"key": "pagination.reverse",
																			"value": "<boolean>",
																			"description": "reverse is set to true if results are to be returned in the descending order.\n\nSince: cosmos-sdk 0.43",
																			"disabled": true
																		}
																	],
																	"variable": [
																		{
																			"key": "client_id",
																			"value": "<string>",
																			"description": "(Required) client identifier"
																		}
																	]
																},
																"description": "queries all the consensus state associated with a given client"
															},
															"response": [
																{
																	"name": "A successful response.",
																	"originalRequest": {
																		"method": "GET",
																		"header": [],
																		"url": {
																			"raw": "https://inj.nownodes.io/ibc/core/client/v1/consensus_states/:client_id?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																			"protocol": "https",
																			"host": [
																				"inj",
																				"nownodes",
																				"io"
																			],
																			"path": [
																				"ibc",
																				"core",
																				"client",
																				"v1",
																				"consensus_states",
																				":client_id"
																			],
																			"query": [
																				{
																					"key": "pagination.key",
																					"value": "<byte>"
																				},
																				{
																					"key": "pagination.offset",
																					"value": "<uint64>"
																				},
																				{
																					"key": "pagination.limit",
																					"value": "<uint64>"
																				},
																				{
																					"key": "pagination.count_total",
																					"value": "<boolean>"
																				},
																				{
																					"key": "pagination.reverse",
																					"value": "<boolean>"
																				}
																			],
																			"variable": [
																				{
																					"key": "client_id",
																					"value": "<string>",
																					"description": "(Required) client identifier"
																				}
																			]
																		}
																	},
																	"status": "OK",
																	"code": 200,
																	"_postman_previewlanguage": "json",
																	"header": [
																		{
																			"key": "Content-Type",
																			"value": "*/*"
																		}
																	],
																	"cookie": [],
																	"body": "{\n  \"consensus_states\": [\n    {\n      \"height\": {\n        \"revision_number\": \"<uint64>\",\n        \"revision_height\": \"<uint64>\"\n      },\n      \"consensus_state\": {\n        \"type_url\": \"<string>\",\n        \"value\": \"<byte>\"\n      }\n    },\n    {\n      \"height\": {\n        \"revision_number\": \"<uint64>\",\n        \"revision_height\": \"<uint64>\"\n      },\n      \"consensus_state\": {\n        \"type_url\": \"<string>\",\n        \"value\": \"<byte>\"\n      }\n    }\n  ],\n  \"pagination\": {\n    \"next_key\": \"<byte>\",\n    \"total\": \"<uint64>\"\n  }\n}"
																},
																{
																	"name": "An unexpected error response",
																	"originalRequest": {
																		"method": "GET",
																		"header": [],
																		"url": {
																			"raw": "https://inj.nownodes.io/ibc/core/client/v1/consensus_states/:client_id?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																			"protocol": "https",
																			"host": [
																				"inj",
																				"nownodes",
																				"io"
																			],
																			"path": [
																				"ibc",
																				"core",
																				"client",
																				"v1",
																				"consensus_states",
																				":client_id"
																			],
																			"query": [
																				{
																					"key": "pagination.key",
																					"value": "<byte>"
																				},
																				{
																					"key": "pagination.offset",
																					"value": "<uint64>"
																				},
																				{
																					"key": "pagination.limit",
																					"value": "<uint64>"
																				},
																				{
																					"key": "pagination.count_total",
																					"value": "<boolean>"
																				},
																				{
																					"key": "pagination.reverse",
																					"value": "<boolean>"
																				}
																			],
																			"variable": [
																				{
																					"key": "client_id",
																					"value": "<string>",
																					"description": "(Required) client identifier"
																				}
																			]
																		}
																	},
																	"status": "Internal Server Error",
																	"code": 500,
																	"_postman_previewlanguage": "json",
																	"header": [
																		{
																			"key": "Content-Type",
																			"value": "*/*"
																		}
																	],
																	"cookie": [],
																	"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
																}
															]
														},
														{
															"name": "ConsensusStateHeights",
															"request": {
																"method": "GET",
																"header": [
																	{
																		"key": "Accept",
																		"value": "*/*"
																	}
																],
																"url": {
																	"raw": "https://inj.nownodes.io/ibc/core/client/v1/consensus_states/:client_id/heights",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"ibc",
																		"core",
																		"client",
																		"v1",
																		"consensus_states",
																		":client_id",
																		"heights"
																	],
																	"query": [
																		{
																			"key": "pagination.key",
																			"value": "<byte>",
																			"description": "key is a value returned in PageResponse.next_key to begin\nquerying the next page most efficiently. Only one of offset or key\nshould be set.",
																			"disabled": true
																		},
																		{
																			"key": "pagination.offset",
																			"value": "<uint64>",
																			"description": "offset is a numeric offset that can be used when key is unavailable.\nIt is less efficient than using key. Only one of offset or key should\nbe set.",
																			"disabled": true
																		},
																		{
																			"key": "pagination.limit",
																			"value": "<uint64>",
																			"description": "limit is the total number of results to be returned in the result page.\nIf left empty it will default to a value to be set by each app.",
																			"disabled": true
																		},
																		{
																			"key": "pagination.count_total",
																			"value": "<boolean>",
																			"description": "count_total is set to true  to indicate that the result set should include\na count of the total number of items available for pagination in UIs.\ncount_total is only respected when offset is used. It is ignored when key\nis set.",
																			"disabled": true
																		},
																		{
																			"key": "pagination.reverse",
																			"value": "<boolean>",
																			"description": "reverse is set to true if results are to be returned in the descending order.\n\nSince: cosmos-sdk 0.43",
																			"disabled": true
																		}
																	],
																	"variable": [
																		{
																			"key": "client_id",
																			"value": "<string>",
																			"description": "(Required) client identifier"
																		}
																	]
																},
																"description": "queries the height of every consensus states associated with a given client"
															},
															"response": [
																{
																	"name": "A successful response.",
																	"originalRequest": {
																		"method": "GET",
																		"header": [],
																		"url": {
																			"raw": "https://inj.nownodes.io/ibc/core/client/v1/consensus_states/:client_id/heights?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																			"protocol": "https",
																			"host": [
																				"inj",
																				"nownodes",
																				"io"
																			],
																			"path": [
																				"ibc",
																				"core",
																				"client",
																				"v1",
																				"consensus_states",
																				":client_id",
																				"heights"
																			],
																			"query": [
																				{
																					"key": "pagination.key",
																					"value": "<byte>"
																				},
																				{
																					"key": "pagination.offset",
																					"value": "<uint64>"
																				},
																				{
																					"key": "pagination.limit",
																					"value": "<uint64>"
																				},
																				{
																					"key": "pagination.count_total",
																					"value": "<boolean>"
																				},
																				{
																					"key": "pagination.reverse",
																					"value": "<boolean>"
																				}
																			],
																			"variable": [
																				{
																					"key": "client_id",
																					"value": "<string>",
																					"description": "(Required) client identifier"
																				}
																			]
																		}
																	},
																	"status": "OK",
																	"code": 200,
																	"_postman_previewlanguage": "json",
																	"header": [
																		{
																			"key": "Content-Type",
																			"value": "*/*"
																		}
																	],
																	"cookie": [],
																	"body": "{\n  \"consensus_state_heights\": [\n    {\n      \"revision_number\": \"<uint64>\",\n      \"revision_height\": \"<uint64>\"\n    },\n    {\n      \"revision_number\": \"<uint64>\",\n      \"revision_height\": \"<uint64>\"\n    }\n  ],\n  \"pagination\": {\n    \"next_key\": \"<byte>\",\n    \"total\": \"<uint64>\"\n  }\n}"
																},
																{
																	"name": "An unexpected error response",
																	"originalRequest": {
																		"method": "GET",
																		"header": [],
																		"url": {
																			"raw": "https://inj.nownodes.io/ibc/core/client/v1/consensus_states/:client_id/heights?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																			"protocol": "https",
																			"host": [
																				"inj",
																				"nownodes",
																				"io"
																			],
																			"path": [
																				"ibc",
																				"core",
																				"client",
																				"v1",
																				"consensus_states",
																				":client_id",
																				"heights"
																			],
																			"query": [
																				{
																					"key": "pagination.key",
																					"value": "<byte>"
																				},
																				{
																					"key": "pagination.offset",
																					"value": "<uint64>"
																				},
																				{
																					"key": "pagination.limit",
																					"value": "<uint64>"
																				},
																				{
																					"key": "pagination.count_total",
																					"value": "<boolean>"
																				},
																				{
																					"key": "pagination.reverse",
																					"value": "<boolean>"
																				}
																			],
																			"variable": [
																				{
																					"key": "client_id",
																					"value": "<string>",
																					"description": "(Required) client identifier"
																				}
																			]
																		}
																	},
																	"status": "Internal Server Error",
																	"code": 500,
																	"_postman_previewlanguage": "json",
																	"header": [
																		{
																			"key": "Content-Type",
																			"value": "*/*"
																		}
																	],
																	"cookie": [],
																	"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
																}
															]
														},
														{
															"name": "ConsensusState",
															"request": {
																"method": "GET",
																"header": [
																	{
																		"key": "Accept",
																		"value": "*/*"
																	}
																],
																"url": {
																	"raw": "https://inj.nownodes.io/ibc/core/client/v1/consensus_states/:client_id/revision/:revision_number/height/:revision_height",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"ibc",
																		"core",
																		"client",
																		"v1",
																		"consensus_states",
																		":client_id",
																		"revision",
																		":revision_number",
																		"height",
																		":revision_height"
																	],
																	"query": [
																		{
																			"key": "latest_height",
																			"value": "<boolean>",
																			"description": "latest_height overrrides the height field and queries the latest stored\nConsensusState.",
																			"disabled": true
																		}
																	],
																	"variable": [
																		{
																			"key": "client_id",
																			"value": "<string>",
																			"description": "(Required) client identifier"
																		},
																		{
																			"key": "revision_number",
																			"value": "<uint64>",
																			"description": "(Required) consensus state revision number"
																		},
																		{
																			"key": "revision_height",
																			"value": "<uint64>",
																			"description": "(Required) consensus state revision height"
																		}
																	]
																},
																"description": "queries a consensus state associated with a client state at a given height"
															},
															"response": [
																{
																	"name": "A successful response.",
																	"originalRequest": {
																		"method": "GET",
																		"header": [],
																		"url": {
																			"raw": "https://inj.nownodes.io/ibc/core/client/v1/consensus_states/:client_id/revision/:revision_number/height/:revision_height?latest_height=<boolean>",
																			"protocol": "https",
																			"host": [
																				"inj",
																				"nownodes",
																				"io"
																			],
																			"path": [
																				"ibc",
																				"core",
																				"client",
																				"v1",
																				"consensus_states",
																				":client_id",
																				"revision",
																				":revision_number",
																				"height",
																				":revision_height"
																			],
																			"query": [
																				{
																					"key": "latest_height",
																					"value": "<boolean>"
																				}
																			],
																			"variable": [
																				{
																					"key": "client_id",
																					"value": "<string>",
																					"description": "(Required) client identifier"
																				},
																				{
																					"key": "revision_number",
																					"value": "<uint64>",
																					"description": "(Required) consensus state revision number"
																				},
																				{
																					"key": "revision_height",
																					"value": "<uint64>",
																					"description": "(Required) consensus state revision height"
																				}
																			]
																		}
																	},
																	"status": "OK",
																	"code": 200,
																	"_postman_previewlanguage": "json",
																	"header": [
																		{
																			"key": "Content-Type",
																			"value": "*/*"
																		}
																	],
																	"cookie": [],
																	"body": "{\n  \"consensus_state\": {\n    \"type_url\": \"<string>\",\n    \"value\": \"<byte>\"\n  },\n  \"proof\": \"<byte>\",\n  \"proof_height\": {\n    \"revision_number\": \"<uint64>\",\n    \"revision_height\": \"<uint64>\"\n  }\n}"
																},
																{
																	"name": "An unexpected error response",
																	"originalRequest": {
																		"method": "GET",
																		"header": [],
																		"url": {
																			"raw": "https://inj.nownodes.io/ibc/core/client/v1/consensus_states/:client_id/revision/:revision_number/height/:revision_height?latest_height=<boolean>",
																			"protocol": "https",
																			"host": [
																				"inj",
																				"nownodes",
																				"io"
																			],
																			"path": [
																				"ibc",
																				"core",
																				"client",
																				"v1",
																				"consensus_states",
																				":client_id",
																				"revision",
																				":revision_number",
																				"height",
																				":revision_height"
																			],
																			"query": [
																				{
																					"key": "latest_height",
																					"value": "<boolean>"
																				}
																			],
																			"variable": [
																				{
																					"key": "client_id",
																					"value": "<string>",
																					"description": "(Required) client identifier"
																				},
																				{
																					"key": "revision_number",
																					"value": "<uint64>",
																					"description": "(Required) consensus state revision number"
																				},
																				{
																					"key": "revision_height",
																					"value": "<uint64>",
																					"description": "(Required) consensus state revision height"
																				}
																			]
																		}
																	},
																	"status": "Internal Server Error",
																	"code": 500,
																	"_postman_previewlanguage": "json",
																	"header": [
																		{
																			"key": "Content-Type",
																			"value": "*/*"
																		}
																	],
																	"cookie": [],
																	"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
																}
															]
														}
													]
												},
												{
													"name": "Status",
													"request": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															}
														],
														"url": {
															"raw": "https://inj.nownodes.io/ibc/core/client/v1/client_status/:client_id",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"ibc",
																"core",
																"client",
																"v1",
																"client_status",
																":client_id"
															],
															"variable": [
																{
																	"key": "client_id",
																	"value": "<string>",
																	"description": "(Required) client unique identifier"
																}
															]
														},
														"description": "queries the status of an IBC client"
													},
													"response": [
														{
															"name": "A successful response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/ibc/core/client/v1/client_status/:client_id",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"ibc",
																		"core",
																		"client",
																		"v1",
																		"client_status",
																		":client_id"
																	],
																	"variable": [
																		{
																			"key": "client_id",
																			"value": "<string>",
																			"description": "(Required) client unique identifier"
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"status\": \"<string>\"\n}"
														},
														{
															"name": "An unexpected error response",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/ibc/core/client/v1/client_status/:client_id",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"ibc",
																		"core",
																		"client",
																		"v1",
																		"client_status",
																		":client_id"
																	],
																	"variable": [
																		{
																			"key": "client_id",
																			"value": "<string>",
																			"description": "(Required) client unique identifier"
																		}
																	]
																}
															},
															"status": "Internal Server Error",
															"code": 500,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
														}
													]
												}
											]
										},
										{
											"name": "connection/v1",
											"item": [
												{
													"name": "connections",
													"item": [
														{
															"name": "{connection_id}",
															"item": [
																{
																	"name": "Connection",
																	"request": {
																		"method": "GET",
																		"header": [
																			{
																				"key": "Accept",
																				"value": "*/*"
																			}
																		],
																		"url": {
																			"raw": "https://inj.nownodes.io/ibc/core/connection/v1/connections/:connection_id",
																			"protocol": "https",
																			"host": [
																				"inj",
																				"nownodes",
																				"io"
																			],
																			"path": [
																				"ibc",
																				"core",
																				"connection",
																				"v1",
																				"connections",
																				":connection_id"
																			],
																			"variable": [
																				{
																					"key": "connection_id",
																					"value": "<string>",
																					"description": "(Required) connection unique identifier"
																				}
																			]
																		},
																		"description": "queries an IBC connection end"
																	},
																	"response": [
																		{
																			"name": "A successful response.",
																			"originalRequest": {
																				"method": "GET",
																				"header": [],
																				"url": {
																					"raw": "https://inj.nownodes.io/ibc/core/connection/v1/connections/:connection_id",
																					"protocol": "https",
																					"host": [
																						"inj",
																						"nownodes",
																						"io"
																					],
																					"path": [
																						"ibc",
																						"core",
																						"connection",
																						"v1",
																						"connections",
																						":connection_id"
																					],
																					"variable": [
																						{
																							"key": "connection_id",
																							"value": "<string>",
																							"description": "(Required) connection unique identifier"
																						}
																					]
																				}
																			},
																			"status": "OK",
																			"code": 200,
																			"_postman_previewlanguage": "json",
																			"header": [
																				{
																					"key": "Content-Type",
																					"value": "*/*"
																				}
																			],
																			"cookie": [],
																			"body": "{\n  \"connection\": {\n    \"client_id\": \"<string>\",\n    \"versions\": [\n      {\n        \"identifier\": \"<string>\",\n        \"features\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"identifier\": \"<string>\",\n        \"features\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ],\n    \"state\": \"STATE_UNINITIALIZED_UNSPECIFIED\",\n    \"counterparty\": {\n      \"client_id\": \"<string>\",\n      \"connection_id\": \"<string>\",\n      \"prefix\": {\n        \"key_prefix\": \"<byte>\"\n      }\n    },\n    \"delay_period\": \"<uint64>\"\n  },\n  \"proof\": \"<byte>\",\n  \"proof_height\": {\n    \"revision_number\": \"<uint64>\",\n    \"revision_height\": \"<uint64>\"\n  }\n}"
																		},
																		{
																			"name": "An unexpected error response",
																			"originalRequest": {
																				"method": "GET",
																				"header": [],
																				"url": {
																					"raw": "https://inj.nownodes.io/ibc/core/connection/v1/connections/:connection_id",
																					"protocol": "https",
																					"host": [
																						"inj",
																						"nownodes",
																						"io"
																					],
																					"path": [
																						"ibc",
																						"core",
																						"connection",
																						"v1",
																						"connections",
																						":connection_id"
																					],
																					"variable": [
																						{
																							"key": "connection_id",
																							"value": "<string>",
																							"description": "(Required) connection unique identifier"
																						}
																					]
																				}
																			},
																			"status": "Internal Server Error",
																			"code": 500,
																			"_postman_previewlanguage": "json",
																			"header": [
																				{
																					"key": "Content-Type",
																					"value": "*/*"
																				}
																			],
																			"cookie": [],
																			"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
																		}
																	]
																},
																{
																	"name": "ConnectionClientState",
																	"request": {
																		"method": "GET",
																		"header": [
																			{
																				"key": "Accept",
																				"value": "*/*"
																			}
																		],
																		"url": {
																			"raw": "https://inj.nownodes.io/ibc/core/connection/v1/connections/:connection_id/client_state",
																			"protocol": "https",
																			"host": [
																				"inj",
																				"nownodes",
																				"io"
																			],
																			"path": [
																				"ibc",
																				"core",
																				"connection",
																				"v1",
																				"connections",
																				":connection_id",
																				"client_state"
																			],
																			"variable": [
																				{
																					"key": "connection_id",
																					"value": "<string>",
																					"description": "(Required) connection identifier"
																				}
																			]
																		},
																		"description": "queries the client state associated with the connection"
																	},
																	"response": [
																		{
																			"name": "A successful response.",
																			"originalRequest": {
																				"method": "GET",
																				"header": [],
																				"url": {
																					"raw": "https://inj.nownodes.io/ibc/core/connection/v1/connections/:connection_id/client_state",
																					"protocol": "https",
																					"host": [
																						"inj",
																						"nownodes",
																						"io"
																					],
																					"path": [
																						"ibc",
																						"core",
																						"connection",
																						"v1",
																						"connections",
																						":connection_id",
																						"client_state"
																					],
																					"variable": [
																						{
																							"key": "connection_id",
																							"value": "<string>",
																							"description": "(Required) connection identifier"
																						}
																					]
																				}
																			},
																			"status": "OK",
																			"code": 200,
																			"_postman_previewlanguage": "json",
																			"header": [
																				{
																					"key": "Content-Type",
																					"value": "*/*"
																				}
																			],
																			"cookie": [],
																			"body": "{\n  \"identified_client_state\": {\n    \"client_id\": \"<string>\",\n    \"client_state\": {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  },\n  \"proof\": \"<byte>\",\n  \"proof_height\": {\n    \"revision_number\": \"<uint64>\",\n    \"revision_height\": \"<uint64>\"\n  }\n}"
																		},
																		{
																			"name": "An unexpected error response",
																			"originalRequest": {
																				"method": "GET",
																				"header": [],
																				"url": {
																					"raw": "https://inj.nownodes.io/ibc/core/connection/v1/connections/:connection_id/client_state",
																					"protocol": "https",
																					"host": [
																						"inj",
																						"nownodes",
																						"io"
																					],
																					"path": [
																						"ibc",
																						"core",
																						"connection",
																						"v1",
																						"connections",
																						":connection_id",
																						"client_state"
																					],
																					"variable": [
																						{
																							"key": "connection_id",
																							"value": "<string>",
																							"description": "(Required) connection identifier"
																						}
																					]
																				}
																			},
																			"status": "Internal Server Error",
																			"code": 500,
																			"_postman_previewlanguage": "json",
																			"header": [
																				{
																					"key": "Content-Type",
																					"value": "*/*"
																				}
																			],
																			"cookie": [],
																			"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
																		}
																	]
																},
																{
																	"name": "ConnectionConsensusState",
																	"request": {
																		"method": "GET",
																		"header": [
																			{
																				"key": "Accept",
																				"value": "*/*"
																			}
																		],
																		"url": {
																			"raw": "https://inj.nownodes.io/ibc/core/connection/v1/connections/:connection_id/consensus_state/revision/:revision_number/height/:revision_height",
																			"protocol": "https",
																			"host": [
																				"inj",
																				"nownodes",
																				"io"
																			],
																			"path": [
																				"ibc",
																				"core",
																				"connection",
																				"v1",
																				"connections",
																				":connection_id",
																				"consensus_state",
																				"revision",
																				":revision_number",
																				"height",
																				":revision_height"
																			],
																			"variable": [
																				{
																					"key": "connection_id",
																					"value": "<string>",
																					"description": "(Required) connection identifier"
																				},
																				{
																					"key": "revision_number",
																					"value": "<uint64>",
																					"description": "(Required) "
																				},
																				{
																					"key": "revision_height",
																					"value": "<uint64>",
																					"description": "(Required) "
																				}
																			]
																		},
																		"description": "queries the consensus state associated with the connection"
																	},
																	"response": [
																		{
																			"name": "A successful response.",
																			"originalRequest": {
																				"method": "GET",
																				"header": [],
																				"url": {
																					"raw": "https://inj.nownodes.io/ibc/core/connection/v1/connections/:connection_id/consensus_state/revision/:revision_number/height/:revision_height",
																					"protocol": "https",
																					"host": [
																						"inj",
																						"nownodes",
																						"io"
																					],
																					"path": [
																						"ibc",
																						"core",
																						"connection",
																						"v1",
																						"connections",
																						":connection_id",
																						"consensus_state",
																						"revision",
																						":revision_number",
																						"height",
																						":revision_height"
																					],
																					"variable": [
																						{
																							"key": "connection_id",
																							"value": "<string>",
																							"description": "(Required) connection identifier"
																						},
																						{
																							"key": "revision_number",
																							"value": "<uint64>",
																							"description": "(Required) "
																						},
																						{
																							"key": "revision_height",
																							"value": "<uint64>",
																							"description": "(Required) "
																						}
																					]
																				}
																			},
																			"status": "OK",
																			"code": 200,
																			"_postman_previewlanguage": "json",
																			"header": [
																				{
																					"key": "Content-Type",
																					"value": "*/*"
																				}
																			],
																			"cookie": [],
																			"body": "{\n  \"consensus_state\": {\n    \"type_url\": \"<string>\",\n    \"value\": \"<byte>\"\n  },\n  \"client_id\": \"<string>\",\n  \"proof\": \"<byte>\",\n  \"proof_height\": {\n    \"revision_number\": \"<uint64>\",\n    \"revision_height\": \"<uint64>\"\n  }\n}"
																		},
																		{
																			"name": "An unexpected error response",
																			"originalRequest": {
																				"method": "GET",
																				"header": [],
																				"url": {
																					"raw": "https://inj.nownodes.io/ibc/core/connection/v1/connections/:connection_id/consensus_state/revision/:revision_number/height/:revision_height",
																					"protocol": "https",
																					"host": [
																						"inj",
																						"nownodes",
																						"io"
																					],
																					"path": [
																						"ibc",
																						"core",
																						"connection",
																						"v1",
																						"connections",
																						":connection_id",
																						"consensus_state",
																						"revision",
																						":revision_number",
																						"height",
																						":revision_height"
																					],
																					"variable": [
																						{
																							"key": "connection_id",
																							"value": "<string>",
																							"description": "(Required) connection identifier"
																						},
																						{
																							"key": "revision_number",
																							"value": "<uint64>",
																							"description": "(Required) "
																						},
																						{
																							"key": "revision_height",
																							"value": "<uint64>",
																							"description": "(Required) "
																						}
																					]
																				}
																			},
																			"status": "Internal Server Error",
																			"code": 500,
																			"_postman_previewlanguage": "json",
																			"header": [
																				{
																					"key": "Content-Type",
																					"value": "*/*"
																				}
																			],
																			"cookie": [],
																			"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
																		}
																	]
																}
															]
														},
														{
															"name": "Connections",
															"request": {
																"method": "GET",
																"header": [
																	{
																		"key": "Accept",
																		"value": "*/*"
																	}
																],
																"url": {
																	"raw": "https://inj.nownodes.io/ibc/core/connection/v1/connections",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"ibc",
																		"core",
																		"connection",
																		"v1",
																		"connections"
																	],
																	"query": [
																		{
																			"key": "pagination.key",
																			"value": "<byte>",
																			"description": "key is a value returned in PageResponse.next_key to begin\nquerying the next page most efficiently. Only one of offset or key\nshould be set.",
																			"disabled": true
																		},
																		{
																			"key": "pagination.offset",
																			"value": "<uint64>",
																			"description": "offset is a numeric offset that can be used when key is unavailable.\nIt is less efficient than using key. Only one of offset or key should\nbe set.",
																			"disabled": true
																		},
																		{
																			"key": "pagination.limit",
																			"value": "<uint64>",
																			"description": "limit is the total number of results to be returned in the result page.\nIf left empty it will default to a value to be set by each app.",
																			"disabled": true
																		},
																		{
																			"key": "pagination.count_total",
																			"value": "<boolean>",
																			"description": "count_total is set to true  to indicate that the result set should include\na count of the total number of items available for pagination in UIs.\ncount_total is only respected when offset is used. It is ignored when key\nis set.",
																			"disabled": true
																		},
																		{
																			"key": "pagination.reverse",
																			"value": "<boolean>",
																			"description": "reverse is set to true if results are to be returned in the descending order.\n\nSince: cosmos-sdk 0.43",
																			"disabled": true
																		}
																	]
																},
																"description": "queries all the IBC connections of a chain"
															},
															"response": [
																{
																	"name": "A successful response.",
																	"originalRequest": {
																		"method": "GET",
																		"header": [],
																		"url": {
																			"raw": "https://inj.nownodes.io/ibc/core/connection/v1/connections?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																			"protocol": "https",
																			"host": [
																				"inj",
																				"nownodes",
																				"io"
																			],
																			"path": [
																				"ibc",
																				"core",
																				"connection",
																				"v1",
																				"connections"
																			],
																			"query": [
																				{
																					"key": "pagination.key",
																					"value": "<byte>"
																				},
																				{
																					"key": "pagination.offset",
																					"value": "<uint64>"
																				},
																				{
																					"key": "pagination.limit",
																					"value": "<uint64>"
																				},
																				{
																					"key": "pagination.count_total",
																					"value": "<boolean>"
																				},
																				{
																					"key": "pagination.reverse",
																					"value": "<boolean>"
																				}
																			]
																		}
																	},
																	"status": "OK",
																	"code": 200,
																	"_postman_previewlanguage": "json",
																	"header": [
																		{
																			"key": "Content-Type",
																			"value": "*/*"
																		}
																	],
																	"cookie": [],
																	"body": "{\n  \"connections\": [\n    {\n      \"id\": \"<string>\",\n      \"client_id\": \"<string>\",\n      \"versions\": [\n        {\n          \"identifier\": \"<string>\",\n          \"features\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        {\n          \"identifier\": \"<string>\",\n          \"features\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      ],\n      \"state\": \"STATE_UNINITIALIZED_UNSPECIFIED\",\n      \"counterparty\": {\n        \"client_id\": \"<string>\",\n        \"connection_id\": \"<string>\",\n        \"prefix\": {\n          \"key_prefix\": \"<byte>\"\n        }\n      },\n      \"delay_period\": \"<uint64>\"\n    },\n    {\n      \"id\": \"<string>\",\n      \"client_id\": \"<string>\",\n      \"versions\": [\n        {\n          \"identifier\": \"<string>\",\n          \"features\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        {\n          \"identifier\": \"<string>\",\n          \"features\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      ],\n      \"state\": \"STATE_UNINITIALIZED_UNSPECIFIED\",\n      \"counterparty\": {\n        \"client_id\": \"<string>\",\n        \"connection_id\": \"<string>\",\n        \"prefix\": {\n          \"key_prefix\": \"<byte>\"\n        }\n      },\n      \"delay_period\": \"<uint64>\"\n    }\n  ],\n  \"pagination\": {\n    \"next_key\": \"<byte>\",\n    \"total\": \"<uint64>\"\n  },\n  \"height\": {\n    \"revision_number\": \"<uint64>\",\n    \"revision_height\": \"<uint64>\"\n  }\n}"
																},
																{
																	"name": "An unexpected error response",
																	"originalRequest": {
																		"method": "GET",
																		"header": [],
																		"url": {
																			"raw": "https://inj.nownodes.io/ibc/core/connection/v1/connections?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																			"protocol": "https",
																			"host": [
																				"inj",
																				"nownodes",
																				"io"
																			],
																			"path": [
																				"ibc",
																				"core",
																				"connection",
																				"v1",
																				"connections"
																			],
																			"query": [
																				{
																					"key": "pagination.key",
																					"value": "<byte>"
																				},
																				{
																					"key": "pagination.offset",
																					"value": "<uint64>"
																				},
																				{
																					"key": "pagination.limit",
																					"value": "<uint64>"
																				},
																				{
																					"key": "pagination.count_total",
																					"value": "<boolean>"
																				},
																				{
																					"key": "pagination.reverse",
																					"value": "<boolean>"
																				}
																			]
																		}
																	},
																	"status": "Internal Server Error",
																	"code": 500,
																	"_postman_previewlanguage": "json",
																	"header": [
																		{
																			"key": "Content-Type",
																			"value": "*/*"
																		}
																	],
																	"cookie": [],
																	"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
																}
															]
														}
													]
												},
												{
													"name": "ConnectionParams",
													"request": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															}
														],
														"url": {
															"raw": "https://inj.nownodes.io/ibc/core/connection/v1/params",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"ibc",
																"core",
																"connection",
																"v1",
																"params"
															]
														},
														"description": "queries all parameters of the ibc connection submodule"
													},
													"response": [
														{
															"name": "A successful response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/ibc/core/connection/v1/params",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"ibc",
																		"core",
																		"connection",
																		"v1",
																		"params"
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"params\": {\n    \"max_expected_time_per_block\": \"<uint64>\"\n  }\n}"
														},
														{
															"name": "An unexpected error response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/ibc/core/connection/v1/params",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"ibc",
																		"core",
																		"connection",
																		"v1",
																		"params"
																	]
																}
															},
															"status": "Internal Server Error",
															"code": 500,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
														}
													]
												}
											]
										},
										{
											"name": "channel/v1",
											"item": [
												{
													"name": "channels",
													"item": [
														{
															"name": "{channel_id}/ports/{port_id}",
															"item": [
																{
																	"name": "packet_commitments",
																	"item": [
																		{
																			"name": "PacketCommitments",
																			"request": {
																				"method": "GET",
																				"header": [
																					{
																						"key": "Accept",
																						"value": "*/*"
																					}
																				],
																				"url": {
																					"raw": "https://inj.nownodes.io/ibc/core/channel/v1/channels/:channel_id/ports/:port_id/packet_commitments",
																					"protocol": "https",
																					"host": [
																						"inj",
																						"nownodes",
																						"io"
																					],
																					"path": [
																						"ibc",
																						"core",
																						"channel",
																						"v1",
																						"channels",
																						":channel_id",
																						"ports",
																						":port_id",
																						"packet_commitments"
																					],
																					"query": [
																						{
																							"key": "pagination.key",
																							"value": "<byte>",
																							"description": "key is a value returned in PageResponse.next_key to begin\nquerying the next page most efficiently. Only one of offset or key\nshould be set.",
																							"disabled": true
																						},
																						{
																							"key": "pagination.offset",
																							"value": "<uint64>",
																							"description": "offset is a numeric offset that can be used when key is unavailable.\nIt is less efficient than using key. Only one of offset or key should\nbe set.",
																							"disabled": true
																						},
																						{
																							"key": "pagination.limit",
																							"value": "<uint64>",
																							"description": "limit is the total number of results to be returned in the result page.\nIf left empty it will default to a value to be set by each app.",
																							"disabled": true
																						},
																						{
																							"key": "pagination.count_total",
																							"value": "<boolean>",
																							"description": "count_total is set to true  to indicate that the result set should include\na count of the total number of items available for pagination in UIs.\ncount_total is only respected when offset is used. It is ignored when key\nis set.",
																							"disabled": true
																						},
																						{
																							"key": "pagination.reverse",
																							"value": "<boolean>",
																							"description": "reverse is set to true if results are to be returned in the descending order.\n\nSince: cosmos-sdk 0.43",
																							"disabled": true
																						}
																					],
																					"variable": [
																						{
																							"key": "channel_id",
																							"value": "<string>",
																							"description": "(Required) channel unique identifier"
																						},
																						{
																							"key": "port_id",
																							"value": "<string>",
																							"description": "(Required) port unique identifier"
																						}
																					]
																				},
																				"description": "returns all the packet commitments hashes associated with a channel"
																			},
																			"response": [
																				{
																					"name": "A successful response.",
																					"originalRequest": {
																						"method": "GET",
																						"header": [],
																						"url": {
																							"raw": "https://inj.nownodes.io/ibc/core/channel/v1/channels/:channel_id/ports/:port_id/packet_commitments?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																							"protocol": "https",
																							"host": [
																								"inj",
																								"nownodes",
																								"io"
																							],
																							"path": [
																								"ibc",
																								"core",
																								"channel",
																								"v1",
																								"channels",
																								":channel_id",
																								"ports",
																								":port_id",
																								"packet_commitments"
																							],
																							"query": [
																								{
																									"key": "pagination.key",
																									"value": "<byte>"
																								},
																								{
																									"key": "pagination.offset",
																									"value": "<uint64>"
																								},
																								{
																									"key": "pagination.limit",
																									"value": "<uint64>"
																								},
																								{
																									"key": "pagination.count_total",
																									"value": "<boolean>"
																								},
																								{
																									"key": "pagination.reverse",
																									"value": "<boolean>"
																								}
																							],
																							"variable": [
																								{
																									"key": "channel_id",
																									"value": "<string>",
																									"description": "(Required) channel unique identifier"
																								},
																								{
																									"key": "port_id",
																									"value": "<string>",
																									"description": "(Required) port unique identifier"
																								}
																							]
																						}
																					},
																					"status": "OK",
																					"code": 200,
																					"_postman_previewlanguage": "json",
																					"header": [
																						{
																							"key": "Content-Type",
																							"value": "*/*"
																						}
																					],
																					"cookie": [],
																					"body": "{\n  \"commitments\": [\n    {\n      \"port_id\": \"<string>\",\n      \"channel_id\": \"<string>\",\n      \"sequence\": \"<uint64>\",\n      \"data\": \"<byte>\"\n    },\n    {\n      \"port_id\": \"<string>\",\n      \"channel_id\": \"<string>\",\n      \"sequence\": \"<uint64>\",\n      \"data\": \"<byte>\"\n    }\n  ],\n  \"pagination\": {\n    \"next_key\": \"<byte>\",\n    \"total\": \"<uint64>\"\n  },\n  \"height\": {\n    \"revision_number\": \"<uint64>\",\n    \"revision_height\": \"<uint64>\"\n  }\n}"
																				},
																				{
																					"name": "An unexpected error response",
																					"originalRequest": {
																						"method": "GET",
																						"header": [],
																						"url": {
																							"raw": "https://inj.nownodes.io/ibc/core/channel/v1/channels/:channel_id/ports/:port_id/packet_commitments?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																							"protocol": "https",
																							"host": [
																								"inj",
																								"nownodes",
																								"io"
																							],
																							"path": [
																								"ibc",
																								"core",
																								"channel",
																								"v1",
																								"channels",
																								":channel_id",
																								"ports",
																								":port_id",
																								"packet_commitments"
																							],
																							"query": [
																								{
																									"key": "pagination.key",
																									"value": "<byte>"
																								},
																								{
																									"key": "pagination.offset",
																									"value": "<uint64>"
																								},
																								{
																									"key": "pagination.limit",
																									"value": "<uint64>"
																								},
																								{
																									"key": "pagination.count_total",
																									"value": "<boolean>"
																								},
																								{
																									"key": "pagination.reverse",
																									"value": "<boolean>"
																								}
																							],
																							"variable": [
																								{
																									"key": "channel_id",
																									"value": "<string>",
																									"description": "(Required) channel unique identifier"
																								},
																								{
																									"key": "port_id",
																									"value": "<string>",
																									"description": "(Required) port unique identifier"
																								}
																							]
																						}
																					},
																					"status": "Internal Server Error",
																					"code": 500,
																					"_postman_previewlanguage": "json",
																					"header": [
																						{
																							"key": "Content-Type",
																							"value": "*/*"
																						}
																					],
																					"cookie": [],
																					"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
																				}
																			]
																		},
																		{
																			"name": "UnreceivedAcks",
																			"request": {
																				"method": "GET",
																				"header": [
																					{
																						"key": "Accept",
																						"value": "*/*"
																					}
																				],
																				"url": {
																					"raw": "https://inj.nownodes.io/ibc/core/channel/v1/channels/:channel_id/ports/:port_id/packet_commitments/:packet_ack_sequences/unreceived_acks",
																					"protocol": "https",
																					"host": [
																						"inj",
																						"nownodes",
																						"io"
																					],
																					"path": [
																						"ibc",
																						"core",
																						"channel",
																						"v1",
																						"channels",
																						":channel_id",
																						"ports",
																						":port_id",
																						"packet_commitments",
																						":packet_ack_sequences",
																						"unreceived_acks"
																					],
																					"variable": [
																						{
																							"key": "channel_id",
																							"value": "<string>",
																							"description": "(Required) channel unique identifier"
																						},
																						{
																							"key": "port_id",
																							"value": "<string>",
																							"description": "(Required) port unique identifier"
																						},
																						{
																							"key": "packet_ack_sequences",
																							"value": "<uint64>",
																							"description": "(Required) list of acknowledgement sequences"
																						}
																					]
																				},
																				"description": "returns all the unreceived IBC acknowledgements associated with a channel and sequences"
																			},
																			"response": [
																				{
																					"name": "A successful response.",
																					"originalRequest": {
																						"method": "GET",
																						"header": [],
																						"url": {
																							"raw": "https://inj.nownodes.io/ibc/core/channel/v1/channels/:channel_id/ports/:port_id/packet_commitments/:packet_ack_sequences/unreceived_acks",
																							"protocol": "https",
																							"host": [
																								"inj",
																								"nownodes",
																								"io"
																							],
																							"path": [
																								"ibc",
																								"core",
																								"channel",
																								"v1",
																								"channels",
																								":channel_id",
																								"ports",
																								":port_id",
																								"packet_commitments",
																								":packet_ack_sequences",
																								"unreceived_acks"
																							],
																							"variable": [
																								{
																									"key": "channel_id",
																									"value": "<string>",
																									"description": "(Required) channel unique identifier"
																								},
																								{
																									"key": "port_id",
																									"value": "<string>",
																									"description": "(Required) port unique identifier"
																								},
																								{
																									"key": "packet_ack_sequences",
																									"value": "<uint64>",
																									"description": "(Required) list of acknowledgement sequences"
																								}
																							]
																						}
																					},
																					"status": "OK",
																					"code": 200,
																					"_postman_previewlanguage": "json",
																					"header": [
																						{
																							"key": "Content-Type",
																							"value": "*/*"
																						}
																					],
																					"cookie": [],
																					"body": "{\n  \"sequences\": [\n    \"<uint64>\",\n    \"<uint64>\"\n  ],\n  \"height\": {\n    \"revision_number\": \"<uint64>\",\n    \"revision_height\": \"<uint64>\"\n  }\n}"
																				},
																				{
																					"name": "An unexpected error response",
																					"originalRequest": {
																						"method": "GET",
																						"header": [],
																						"url": {
																							"raw": "https://inj.nownodes.io/ibc/core/channel/v1/channels/:channel_id/ports/:port_id/packet_commitments/:packet_ack_sequences/unreceived_acks",
																							"protocol": "https",
																							"host": [
																								"inj",
																								"nownodes",
																								"io"
																							],
																							"path": [
																								"ibc",
																								"core",
																								"channel",
																								"v1",
																								"channels",
																								":channel_id",
																								"ports",
																								":port_id",
																								"packet_commitments",
																								":packet_ack_sequences",
																								"unreceived_acks"
																							],
																							"variable": [
																								{
																									"key": "channel_id",
																									"value": "<string>",
																									"description": "(Required) channel unique identifier"
																								},
																								{
																									"key": "port_id",
																									"value": "<string>",
																									"description": "(Required) port unique identifier"
																								},
																								{
																									"key": "packet_ack_sequences",
																									"value": "<uint64>",
																									"description": "(Required) list of acknowledgement sequences"
																								}
																							]
																						}
																					},
																					"status": "Internal Server Error",
																					"code": 500,
																					"_postman_previewlanguage": "json",
																					"header": [
																						{
																							"key": "Content-Type",
																							"value": "*/*"
																						}
																					],
																					"cookie": [],
																					"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
																				}
																			]
																		},
																		{
																			"name": "UnreceivedPackets",
																			"request": {
																				"method": "GET",
																				"header": [
																					{
																						"key": "Accept",
																						"value": "*/*"
																					}
																				],
																				"url": {
																					"raw": "https://inj.nownodes.io/ibc/core/channel/v1/channels/:channel_id/ports/:port_id/packet_commitments/:packet_commitment_sequences/unreceived_packets",
																					"protocol": "https",
																					"host": [
																						"inj",
																						"nownodes",
																						"io"
																					],
																					"path": [
																						"ibc",
																						"core",
																						"channel",
																						"v1",
																						"channels",
																						":channel_id",
																						"ports",
																						":port_id",
																						"packet_commitments",
																						":packet_commitment_sequences",
																						"unreceived_packets"
																					],
																					"variable": [
																						{
																							"key": "channel_id",
																							"value": "<string>",
																							"description": "(Required) channel unique identifier"
																						},
																						{
																							"key": "port_id",
																							"value": "<string>",
																							"description": "(Required) port unique identifier"
																						},
																						{
																							"key": "packet_commitment_sequences",
																							"value": "<uint64>",
																							"description": "(Required) list of packet sequences"
																						}
																					]
																				},
																				"description": "returns all the unreceived IBC packets associated with a channel and sequences"
																			},
																			"response": [
																				{
																					"name": "A successful response.",
																					"originalRequest": {
																						"method": "GET",
																						"header": [],
																						"url": {
																							"raw": "https://inj.nownodes.io/ibc/core/channel/v1/channels/:channel_id/ports/:port_id/packet_commitments/:packet_commitment_sequences/unreceived_packets",
																							"protocol": "https",
																							"host": [
																								"inj",
																								"nownodes",
																								"io"
																							],
																							"path": [
																								"ibc",
																								"core",
																								"channel",
																								"v1",
																								"channels",
																								":channel_id",
																								"ports",
																								":port_id",
																								"packet_commitments",
																								":packet_commitment_sequences",
																								"unreceived_packets"
																							],
																							"variable": [
																								{
																									"key": "channel_id",
																									"value": "<string>",
																									"description": "(Required) channel unique identifier"
																								},
																								{
																									"key": "port_id",
																									"value": "<string>",
																									"description": "(Required) port unique identifier"
																								},
																								{
																									"key": "packet_commitment_sequences",
																									"value": "<uint64>",
																									"description": "(Required) list of packet sequences"
																								}
																							]
																						}
																					},
																					"status": "OK",
																					"code": 200,
																					"_postman_previewlanguage": "json",
																					"header": [
																						{
																							"key": "Content-Type",
																							"value": "*/*"
																						}
																					],
																					"cookie": [],
																					"body": "{\n  \"sequences\": [\n    \"<uint64>\",\n    \"<uint64>\"\n  ],\n  \"height\": {\n    \"revision_number\": \"<uint64>\",\n    \"revision_height\": \"<uint64>\"\n  }\n}"
																				},
																				{
																					"name": "An unexpected error response",
																					"originalRequest": {
																						"method": "GET",
																						"header": [],
																						"url": {
																							"raw": "https://inj.nownodes.io/ibc/core/channel/v1/channels/:channel_id/ports/:port_id/packet_commitments/:packet_commitment_sequences/unreceived_packets",
																							"protocol": "https",
																							"host": [
																								"inj",
																								"nownodes",
																								"io"
																							],
																							"path": [
																								"ibc",
																								"core",
																								"channel",
																								"v1",
																								"channels",
																								":channel_id",
																								"ports",
																								":port_id",
																								"packet_commitments",
																								":packet_commitment_sequences",
																								"unreceived_packets"
																							],
																							"variable": [
																								{
																									"key": "channel_id",
																									"value": "<string>",
																									"description": "(Required) channel unique identifier"
																								},
																								{
																									"key": "port_id",
																									"value": "<string>",
																									"description": "(Required) port unique identifier"
																								},
																								{
																									"key": "packet_commitment_sequences",
																									"value": "<uint64>",
																									"description": "(Required) list of packet sequences"
																								}
																							]
																						}
																					},
																					"status": "Internal Server Error",
																					"code": 500,
																					"_postman_previewlanguage": "json",
																					"header": [
																						{
																							"key": "Content-Type",
																							"value": "*/*"
																						}
																					],
																					"cookie": [],
																					"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
																				}
																			]
																		},
																		{
																			"name": "PacketCommitment",
																			"request": {
																				"method": "GET",
																				"header": [
																					{
																						"key": "Accept",
																						"value": "*/*"
																					}
																				],
																				"url": {
																					"raw": "https://inj.nownodes.io/ibc/core/channel/v1/channels/:channel_id/ports/:port_id/packet_commitments/:sequence",
																					"protocol": "https",
																					"host": [
																						"inj",
																						"nownodes",
																						"io"
																					],
																					"path": [
																						"ibc",
																						"core",
																						"channel",
																						"v1",
																						"channels",
																						":channel_id",
																						"ports",
																						":port_id",
																						"packet_commitments",
																						":sequence"
																					],
																					"variable": [
																						{
																							"key": "channel_id",
																							"value": "<string>",
																							"description": "(Required) channel unique identifier"
																						},
																						{
																							"key": "port_id",
																							"value": "<string>",
																							"description": "(Required) port unique identifier"
																						},
																						{
																							"key": "sequence",
																							"value": "<uint64>",
																							"description": "(Required) packet sequence"
																						}
																					]
																				},
																				"description": "queries a stored packet commitment hash"
																			},
																			"response": [
																				{
																					"name": "A successful response.",
																					"originalRequest": {
																						"method": "GET",
																						"header": [],
																						"url": {
																							"raw": "https://inj.nownodes.io/ibc/core/channel/v1/channels/:channel_id/ports/:port_id/packet_commitments/:sequence",
																							"protocol": "https",
																							"host": [
																								"inj",
																								"nownodes",
																								"io"
																							],
																							"path": [
																								"ibc",
																								"core",
																								"channel",
																								"v1",
																								"channels",
																								":channel_id",
																								"ports",
																								":port_id",
																								"packet_commitments",
																								":sequence"
																							],
																							"variable": [
																								{
																									"key": "channel_id",
																									"value": "<string>",
																									"description": "(Required) channel unique identifier"
																								},
																								{
																									"key": "port_id",
																									"value": "<string>",
																									"description": "(Required) port unique identifier"
																								},
																								{
																									"key": "sequence",
																									"value": "<uint64>",
																									"description": "(Required) packet sequence"
																								}
																							]
																						}
																					},
																					"status": "OK",
																					"code": 200,
																					"_postman_previewlanguage": "json",
																					"header": [
																						{
																							"key": "Content-Type",
																							"value": "*/*"
																						}
																					],
																					"cookie": [],
																					"body": "{\n  \"commitment\": \"<byte>\",\n  \"proof\": \"<byte>\",\n  \"proof_height\": {\n    \"revision_number\": \"<uint64>\",\n    \"revision_height\": \"<uint64>\"\n  }\n}"
																				},
																				{
																					"name": "An unexpected error response",
																					"originalRequest": {
																						"method": "GET",
																						"header": [],
																						"url": {
																							"raw": "https://inj.nownodes.io/ibc/core/channel/v1/channels/:channel_id/ports/:port_id/packet_commitments/:sequence",
																							"protocol": "https",
																							"host": [
																								"inj",
																								"nownodes",
																								"io"
																							],
																							"path": [
																								"ibc",
																								"core",
																								"channel",
																								"v1",
																								"channels",
																								":channel_id",
																								"ports",
																								":port_id",
																								"packet_commitments",
																								":sequence"
																							],
																							"variable": [
																								{
																									"key": "channel_id",
																									"value": "<string>",
																									"description": "(Required) channel unique identifier"
																								},
																								{
																									"key": "port_id",
																									"value": "<string>",
																									"description": "(Required) port unique identifier"
																								},
																								{
																									"key": "sequence",
																									"value": "<uint64>",
																									"description": "(Required) packet sequence"
																								}
																							]
																						}
																					},
																					"status": "Internal Server Error",
																					"code": 500,
																					"_postman_previewlanguage": "json",
																					"header": [
																						{
																							"key": "Content-Type",
																							"value": "*/*"
																						}
																					],
																					"cookie": [],
																					"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
																				}
																			]
																		}
																	]
																},
																{
																	"name": "Channel",
																	"request": {
																		"method": "GET",
																		"header": [
																			{
																				"key": "Accept",
																				"value": "*/*"
																			}
																		],
																		"url": {
																			"raw": "https://inj.nownodes.io/ibc/core/channel/v1/channels/:channel_id/ports/:port_id",
																			"protocol": "https",
																			"host": [
																				"inj",
																				"nownodes",
																				"io"
																			],
																			"path": [
																				"ibc",
																				"core",
																				"channel",
																				"v1",
																				"channels",
																				":channel_id",
																				"ports",
																				":port_id"
																			],
																			"variable": [
																				{
																					"key": "channel_id",
																					"value": "<string>",
																					"description": "(Required) channel unique identifier"
																				},
																				{
																					"key": "port_id",
																					"value": "<string>",
																					"description": "(Required) port unique identifier"
																				}
																			]
																		},
																		"description": "queries an IBC Channel"
																	},
																	"response": [
																		{
																			"name": "A successful response.",
																			"originalRequest": {
																				"method": "GET",
																				"header": [],
																				"url": {
																					"raw": "https://inj.nownodes.io/ibc/core/channel/v1/channels/:channel_id/ports/:port_id",
																					"protocol": "https",
																					"host": [
																						"inj",
																						"nownodes",
																						"io"
																					],
																					"path": [
																						"ibc",
																						"core",
																						"channel",
																						"v1",
																						"channels",
																						":channel_id",
																						"ports",
																						":port_id"
																					],
																					"variable": [
																						{
																							"key": "channel_id",
																							"value": "<string>",
																							"description": "(Required) channel unique identifier"
																						},
																						{
																							"key": "port_id",
																							"value": "<string>",
																							"description": "(Required) port unique identifier"
																						}
																					]
																				}
																			},
																			"status": "OK",
																			"code": 200,
																			"_postman_previewlanguage": "json",
																			"header": [
																				{
																					"key": "Content-Type",
																					"value": "*/*"
																				}
																			],
																			"cookie": [],
																			"body": "{\n  \"channel\": {\n    \"state\": \"STATE_UNINITIALIZED_UNSPECIFIED\",\n    \"ordering\": \"ORDER_NONE_UNSPECIFIED\",\n    \"counterparty\": {\n      \"port_id\": \"<string>\",\n      \"channel_id\": \"<string>\"\n    },\n    \"connection_hops\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"version\": \"<string>\"\n  },\n  \"proof\": \"<byte>\",\n  \"proof_height\": {\n    \"revision_number\": \"<uint64>\",\n    \"revision_height\": \"<uint64>\"\n  }\n}"
																		},
																		{
																			"name": "An unexpected error response",
																			"originalRequest": {
																				"method": "GET",
																				"header": [],
																				"url": {
																					"raw": "https://inj.nownodes.io/ibc/core/channel/v1/channels/:channel_id/ports/:port_id",
																					"protocol": "https",
																					"host": [
																						"inj",
																						"nownodes",
																						"io"
																					],
																					"path": [
																						"ibc",
																						"core",
																						"channel",
																						"v1",
																						"channels",
																						":channel_id",
																						"ports",
																						":port_id"
																					],
																					"variable": [
																						{
																							"key": "channel_id",
																							"value": "<string>",
																							"description": "(Required) channel unique identifier"
																						},
																						{
																							"key": "port_id",
																							"value": "<string>",
																							"description": "(Required) port unique identifier"
																						}
																					]
																				}
																			},
																			"status": "Internal Server Error",
																			"code": 500,
																			"_postman_previewlanguage": "json",
																			"header": [
																				{
																					"key": "Content-Type",
																					"value": "*/*"
																				}
																			],
																			"cookie": [],
																			"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
																		}
																	]
																},
																{
																	"name": "ChannelClientState",
																	"request": {
																		"method": "GET",
																		"header": [
																			{
																				"key": "Accept",
																				"value": "*/*"
																			}
																		],
																		"url": {
																			"raw": "https://inj.nownodes.io/ibc/core/channel/v1/channels/:channel_id/ports/:port_id/client_state",
																			"protocol": "https",
																			"host": [
																				"inj",
																				"nownodes",
																				"io"
																			],
																			"path": [
																				"ibc",
																				"core",
																				"channel",
																				"v1",
																				"channels",
																				":channel_id",
																				"ports",
																				":port_id",
																				"client_state"
																			],
																			"variable": [
																				{
																					"key": "channel_id",
																					"value": "<string>",
																					"description": "(Required) channel unique identifier"
																				},
																				{
																					"key": "port_id",
																					"value": "<string>",
																					"description": "(Required) port unique identifier"
																				}
																			]
																		},
																		"description": "queries for the client state for the channel associated with the provided channel identifiers"
																	},
																	"response": [
																		{
																			"name": "A successful response.",
																			"originalRequest": {
																				"method": "GET",
																				"header": [],
																				"url": {
																					"raw": "https://inj.nownodes.io/ibc/core/channel/v1/channels/:channel_id/ports/:port_id/client_state",
																					"protocol": "https",
																					"host": [
																						"inj",
																						"nownodes",
																						"io"
																					],
																					"path": [
																						"ibc",
																						"core",
																						"channel",
																						"v1",
																						"channels",
																						":channel_id",
																						"ports",
																						":port_id",
																						"client_state"
																					],
																					"variable": [
																						{
																							"key": "channel_id",
																							"value": "<string>",
																							"description": "(Required) channel unique identifier"
																						},
																						{
																							"key": "port_id",
																							"value": "<string>",
																							"description": "(Required) port unique identifier"
																						}
																					]
																				}
																			},
																			"status": "OK",
																			"code": 200,
																			"_postman_previewlanguage": "json",
																			"header": [
																				{
																					"key": "Content-Type",
																					"value": "*/*"
																				}
																			],
																			"cookie": [],
																			"body": "{\n  \"identified_client_state\": {\n    \"client_id\": \"<string>\",\n    \"client_state\": {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  },\n  \"proof\": \"<byte>\",\n  \"proof_height\": {\n    \"revision_number\": \"<uint64>\",\n    \"revision_height\": \"<uint64>\"\n  }\n}"
																		},
																		{
																			"name": "An unexpected error response",
																			"originalRequest": {
																				"method": "GET",
																				"header": [],
																				"url": {
																					"raw": "https://inj.nownodes.io/ibc/core/channel/v1/channels/:channel_id/ports/:port_id/client_state",
																					"protocol": "https",
																					"host": [
																						"inj",
																						"nownodes",
																						"io"
																					],
																					"path": [
																						"ibc",
																						"core",
																						"channel",
																						"v1",
																						"channels",
																						":channel_id",
																						"ports",
																						":port_id",
																						"client_state"
																					],
																					"variable": [
																						{
																							"key": "channel_id",
																							"value": "<string>",
																							"description": "(Required) channel unique identifier"
																						},
																						{
																							"key": "port_id",
																							"value": "<string>",
																							"description": "(Required) port unique identifier"
																						}
																					]
																				}
																			},
																			"status": "Internal Server Error",
																			"code": 500,
																			"_postman_previewlanguage": "json",
																			"header": [
																				{
																					"key": "Content-Type",
																					"value": "*/*"
																				}
																			],
																			"cookie": [],
																			"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
																		}
																	]
																},
																{
																	"name": "ChannelConsensusState",
																	"request": {
																		"method": "GET",
																		"header": [
																			{
																				"key": "Accept",
																				"value": "*/*"
																			}
																		],
																		"url": {
																			"raw": "https://inj.nownodes.io/ibc/core/channel/v1/channels/:channel_id/ports/:port_id/consensus_state/revision/:revision_number/height/:revision_height",
																			"protocol": "https",
																			"host": [
																				"inj",
																				"nownodes",
																				"io"
																			],
																			"path": [
																				"ibc",
																				"core",
																				"channel",
																				"v1",
																				"channels",
																				":channel_id",
																				"ports",
																				":port_id",
																				"consensus_state",
																				"revision",
																				":revision_number",
																				"height",
																				":revision_height"
																			],
																			"variable": [
																				{
																					"key": "channel_id",
																					"value": "<string>",
																					"description": "(Required) channel unique identifier"
																				},
																				{
																					"key": "port_id",
																					"value": "<string>",
																					"description": "(Required) port unique identifier"
																				},
																				{
																					"key": "revision_number",
																					"value": "<uint64>",
																					"description": "(Required) revision number of the consensus state"
																				},
																				{
																					"key": "revision_height",
																					"value": "<uint64>",
																					"description": "(Required) revision height of the consensus state"
																				}
																			]
																		},
																		"description": "queries for the consensus state for the channel associated with the provided channel identifiers"
																	},
																	"response": [
																		{
																			"name": "A successful response.",
																			"originalRequest": {
																				"method": "GET",
																				"header": [],
																				"url": {
																					"raw": "https://inj.nownodes.io/ibc/core/channel/v1/channels/:channel_id/ports/:port_id/consensus_state/revision/:revision_number/height/:revision_height",
																					"protocol": "https",
																					"host": [
																						"inj",
																						"nownodes",
																						"io"
																					],
																					"path": [
																						"ibc",
																						"core",
																						"channel",
																						"v1",
																						"channels",
																						":channel_id",
																						"ports",
																						":port_id",
																						"consensus_state",
																						"revision",
																						":revision_number",
																						"height",
																						":revision_height"
																					],
																					"variable": [
																						{
																							"key": "channel_id",
																							"value": "<string>",
																							"description": "(Required) channel unique identifier"
																						},
																						{
																							"key": "port_id",
																							"value": "<string>",
																							"description": "(Required) port unique identifier"
																						},
																						{
																							"key": "revision_number",
																							"value": "<uint64>",
																							"description": "(Required) revision number of the consensus state"
																						},
																						{
																							"key": "revision_height",
																							"value": "<uint64>",
																							"description": "(Required) revision height of the consensus state"
																						}
																					]
																				}
																			},
																			"status": "OK",
																			"code": 200,
																			"_postman_previewlanguage": "json",
																			"header": [
																				{
																					"key": "Content-Type",
																					"value": "*/*"
																				}
																			],
																			"cookie": [],
																			"body": "{\n  \"consensus_state\": {\n    \"type_url\": \"<string>\",\n    \"value\": \"<byte>\"\n  },\n  \"client_id\": \"<string>\",\n  \"proof\": \"<byte>\",\n  \"proof_height\": {\n    \"revision_number\": \"<uint64>\",\n    \"revision_height\": \"<uint64>\"\n  }\n}"
																		},
																		{
																			"name": "An unexpected error response",
																			"originalRequest": {
																				"method": "GET",
																				"header": [],
																				"url": {
																					"raw": "https://inj.nownodes.io/ibc/core/channel/v1/channels/:channel_id/ports/:port_id/consensus_state/revision/:revision_number/height/:revision_height",
																					"protocol": "https",
																					"host": [
																						"inj",
																						"nownodes",
																						"io"
																					],
																					"path": [
																						"ibc",
																						"core",
																						"channel",
																						"v1",
																						"channels",
																						":channel_id",
																						"ports",
																						":port_id",
																						"consensus_state",
																						"revision",
																						":revision_number",
																						"height",
																						":revision_height"
																					],
																					"variable": [
																						{
																							"key": "channel_id",
																							"value": "<string>",
																							"description": "(Required) channel unique identifier"
																						},
																						{
																							"key": "port_id",
																							"value": "<string>",
																							"description": "(Required) port unique identifier"
																						},
																						{
																							"key": "revision_number",
																							"value": "<uint64>",
																							"description": "(Required) revision number of the consensus state"
																						},
																						{
																							"key": "revision_height",
																							"value": "<uint64>",
																							"description": "(Required) revision height of the consensus state"
																						}
																					]
																				}
																			},
																			"status": "Internal Server Error",
																			"code": 500,
																			"_postman_previewlanguage": "json",
																			"header": [
																				{
																					"key": "Content-Type",
																					"value": "*/*"
																				}
																			],
																			"cookie": [],
																			"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
																		}
																	]
																},
																{
																	"name": "NextSequenceReceive",
																	"request": {
																		"method": "GET",
																		"header": [
																			{
																				"key": "Accept",
																				"value": "*/*"
																			}
																		],
																		"url": {
																			"raw": "https://inj.nownodes.io/ibc/core/channel/v1/channels/:channel_id/ports/:port_id/next_sequence",
																			"protocol": "https",
																			"host": [
																				"inj",
																				"nownodes",
																				"io"
																			],
																			"path": [
																				"ibc",
																				"core",
																				"channel",
																				"v1",
																				"channels",
																				":channel_id",
																				"ports",
																				":port_id",
																				"next_sequence"
																			],
																			"variable": [
																				{
																					"key": "channel_id",
																					"value": "<string>",
																					"description": "(Required) channel unique identifier"
																				},
																				{
																					"key": "port_id",
																					"value": "<string>",
																					"description": "(Required) port unique identifier"
																				}
																			]
																		},
																		"description": "returns the next receive sequence for a given channel"
																	},
																	"response": [
																		{
																			"name": "A successful response.",
																			"originalRequest": {
																				"method": "GET",
																				"header": [],
																				"url": {
																					"raw": "https://inj.nownodes.io/ibc/core/channel/v1/channels/:channel_id/ports/:port_id/next_sequence",
																					"protocol": "https",
																					"host": [
																						"inj",
																						"nownodes",
																						"io"
																					],
																					"path": [
																						"ibc",
																						"core",
																						"channel",
																						"v1",
																						"channels",
																						":channel_id",
																						"ports",
																						":port_id",
																						"next_sequence"
																					],
																					"variable": [
																						{
																							"key": "channel_id",
																							"value": "<string>",
																							"description": "(Required) channel unique identifier"
																						},
																						{
																							"key": "port_id",
																							"value": "<string>",
																							"description": "(Required) port unique identifier"
																						}
																					]
																				}
																			},
																			"status": "OK",
																			"code": 200,
																			"_postman_previewlanguage": "json",
																			"header": [
																				{
																					"key": "Content-Type",
																					"value": "*/*"
																				}
																			],
																			"cookie": [],
																			"body": "{\n  \"next_sequence_receive\": \"<uint64>\",\n  \"proof\": \"<byte>\",\n  \"proof_height\": {\n    \"revision_number\": \"<uint64>\",\n    \"revision_height\": \"<uint64>\"\n  }\n}"
																		},
																		{
																			"name": "An unexpected error response",
																			"originalRequest": {
																				"method": "GET",
																				"header": [],
																				"url": {
																					"raw": "https://inj.nownodes.io/ibc/core/channel/v1/channels/:channel_id/ports/:port_id/next_sequence",
																					"protocol": "https",
																					"host": [
																						"inj",
																						"nownodes",
																						"io"
																					],
																					"path": [
																						"ibc",
																						"core",
																						"channel",
																						"v1",
																						"channels",
																						":channel_id",
																						"ports",
																						":port_id",
																						"next_sequence"
																					],
																					"variable": [
																						{
																							"key": "channel_id",
																							"value": "<string>",
																							"description": "(Required) channel unique identifier"
																						},
																						{
																							"key": "port_id",
																							"value": "<string>",
																							"description": "(Required) port unique identifier"
																						}
																					]
																				}
																			},
																			"status": "Internal Server Error",
																			"code": 500,
																			"_postman_previewlanguage": "json",
																			"header": [
																				{
																					"key": "Content-Type",
																					"value": "*/*"
																				}
																			],
																			"cookie": [],
																			"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
																		}
																	]
																},
																{
																	"name": "PacketAcknowledgements",
																	"request": {
																		"method": "GET",
																		"header": [
																			{
																				"key": "Accept",
																				"value": "*/*"
																			}
																		],
																		"url": {
																			"raw": "https://inj.nownodes.io/ibc/core/channel/v1/channels/:channel_id/ports/:port_id/packet_acknowledgements",
																			"protocol": "https",
																			"host": [
																				"inj",
																				"nownodes",
																				"io"
																			],
																			"path": [
																				"ibc",
																				"core",
																				"channel",
																				"v1",
																				"channels",
																				":channel_id",
																				"ports",
																				":port_id",
																				"packet_acknowledgements"
																			],
																			"query": [
																				{
																					"key": "pagination.key",
																					"value": "<byte>",
																					"description": "key is a value returned in PageResponse.next_key to begin\nquerying the next page most efficiently. Only one of offset or key\nshould be set.",
																					"disabled": true
																				},
																				{
																					"key": "pagination.offset",
																					"value": "<uint64>",
																					"description": "offset is a numeric offset that can be used when key is unavailable.\nIt is less efficient than using key. Only one of offset or key should\nbe set.",
																					"disabled": true
																				},
																				{
																					"key": "pagination.limit",
																					"value": "<uint64>",
																					"description": "limit is the total number of results to be returned in the result page.\nIf left empty it will default to a value to be set by each app.",
																					"disabled": true
																				},
																				{
																					"key": "pagination.count_total",
																					"value": "<boolean>",
																					"description": "count_total is set to true  to indicate that the result set should include\na count of the total number of items available for pagination in UIs.\ncount_total is only respected when offset is used. It is ignored when key\nis set.",
																					"disabled": true
																				},
																				{
																					"key": "pagination.reverse",
																					"value": "<boolean>",
																					"description": "reverse is set to true if results are to be returned in the descending order.\n\nSince: cosmos-sdk 0.43",
																					"disabled": true
																				},
																				{
																					"key": "packet_commitment_sequences",
																					"value": "<uint64>",
																					"description": "list of packet sequences.",
																					"disabled": true
																				},
																				{
																					"key": "packet_commitment_sequences",
																					"value": "<uint64>",
																					"description": "list of packet sequences.",
																					"disabled": true
																				}
																			],
																			"variable": [
																				{
																					"key": "channel_id",
																					"value": "<string>",
																					"description": "(Required) channel unique identifier"
																				},
																				{
																					"key": "port_id",
																					"value": "<string>",
																					"description": "(Required) port unique identifier"
																				}
																			]
																		},
																		"description": "returns all the packet acknowledgements associated with a channel"
																	},
																	"response": [
																		{
																			"name": "A successful response.",
																			"originalRequest": {
																				"method": "GET",
																				"header": [],
																				"url": {
																					"raw": "https://inj.nownodes.io/ibc/core/channel/v1/channels/:channel_id/ports/:port_id/packet_acknowledgements?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>&packet_commitment_sequences=<uint64>&packet_commitment_sequences=<uint64>",
																					"protocol": "https",
																					"host": [
																						"inj",
																						"nownodes",
																						"io"
																					],
																					"path": [
																						"ibc",
																						"core",
																						"channel",
																						"v1",
																						"channels",
																						":channel_id",
																						"ports",
																						":port_id",
																						"packet_acknowledgements"
																					],
																					"query": [
																						{
																							"key": "pagination.key",
																							"value": "<byte>"
																						},
																						{
																							"key": "pagination.offset",
																							"value": "<uint64>"
																						},
																						{
																							"key": "pagination.limit",
																							"value": "<uint64>"
																						},
																						{
																							"key": "pagination.count_total",
																							"value": "<boolean>"
																						},
																						{
																							"key": "pagination.reverse",
																							"value": "<boolean>"
																						},
																						{
																							"key": "packet_commitment_sequences",
																							"value": "<uint64>"
																						},
																						{
																							"key": "packet_commitment_sequences",
																							"value": "<uint64>"
																						}
																					],
																					"variable": [
																						{
																							"key": "channel_id",
																							"value": "<string>",
																							"description": "(Required) channel unique identifier"
																						},
																						{
																							"key": "port_id",
																							"value": "<string>",
																							"description": "(Required) port unique identifier"
																						}
																					]
																				}
																			},
																			"status": "OK",
																			"code": 200,
																			"_postman_previewlanguage": "json",
																			"header": [
																				{
																					"key": "Content-Type",
																					"value": "*/*"
																				}
																			],
																			"cookie": [],
																			"body": "{\n  \"acknowledgements\": [\n    {\n      \"port_id\": \"<string>\",\n      \"channel_id\": \"<string>\",\n      \"sequence\": \"<uint64>\",\n      \"data\": \"<byte>\"\n    },\n    {\n      \"port_id\": \"<string>\",\n      \"channel_id\": \"<string>\",\n      \"sequence\": \"<uint64>\",\n      \"data\": \"<byte>\"\n    }\n  ],\n  \"pagination\": {\n    \"next_key\": \"<byte>\",\n    \"total\": \"<uint64>\"\n  },\n  \"height\": {\n    \"revision_number\": \"<uint64>\",\n    \"revision_height\": \"<uint64>\"\n  }\n}"
																		},
																		{
																			"name": "An unexpected error response",
																			"originalRequest": {
																				"method": "GET",
																				"header": [],
																				"url": {
																					"raw": "https://inj.nownodes.io/ibc/core/channel/v1/channels/:channel_id/ports/:port_id/packet_acknowledgements?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>&packet_commitment_sequences=<uint64>&packet_commitment_sequences=<uint64>",
																					"protocol": "https",
																					"host": [
																						"inj",
																						"nownodes",
																						"io"
																					],
																					"path": [
																						"ibc",
																						"core",
																						"channel",
																						"v1",
																						"channels",
																						":channel_id",
																						"ports",
																						":port_id",
																						"packet_acknowledgements"
																					],
																					"query": [
																						{
																							"key": "pagination.key",
																							"value": "<byte>"
																						},
																						{
																							"key": "pagination.offset",
																							"value": "<uint64>"
																						},
																						{
																							"key": "pagination.limit",
																							"value": "<uint64>"
																						},
																						{
																							"key": "pagination.count_total",
																							"value": "<boolean>"
																						},
																						{
																							"key": "pagination.reverse",
																							"value": "<boolean>"
																						},
																						{
																							"key": "packet_commitment_sequences",
																							"value": "<uint64>"
																						},
																						{
																							"key": "packet_commitment_sequences",
																							"value": "<uint64>"
																						}
																					],
																					"variable": [
																						{
																							"key": "channel_id",
																							"value": "<string>",
																							"description": "(Required) channel unique identifier"
																						},
																						{
																							"key": "port_id",
																							"value": "<string>",
																							"description": "(Required) port unique identifier"
																						}
																					]
																				}
																			},
																			"status": "Internal Server Error",
																			"code": 500,
																			"_postman_previewlanguage": "json",
																			"header": [
																				{
																					"key": "Content-Type",
																					"value": "*/*"
																				}
																			],
																			"cookie": [],
																			"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
																		}
																	]
																},
																{
																	"name": "PacketAcknowledgement",
																	"request": {
																		"method": "GET",
																		"header": [
																			{
																				"key": "Accept",
																				"value": "*/*"
																			}
																		],
																		"url": {
																			"raw": "https://inj.nownodes.io/ibc/core/channel/v1/channels/:channel_id/ports/:port_id/packet_acks/:sequence",
																			"protocol": "https",
																			"host": [
																				"inj",
																				"nownodes",
																				"io"
																			],
																			"path": [
																				"ibc",
																				"core",
																				"channel",
																				"v1",
																				"channels",
																				":channel_id",
																				"ports",
																				":port_id",
																				"packet_acks",
																				":sequence"
																			],
																			"variable": [
																				{
																					"key": "channel_id",
																					"value": "<string>",
																					"description": "(Required) channel unique identifier"
																				},
																				{
																					"key": "port_id",
																					"value": "<string>",
																					"description": "(Required) port unique identifier"
																				},
																				{
																					"key": "sequence",
																					"value": "<uint64>",
																					"description": "(Required) packet sequence"
																				}
																			]
																		},
																		"description": "queries a stored packet acknowledgement hash"
																	},
																	"response": [
																		{
																			"name": "A successful response.",
																			"originalRequest": {
																				"method": "GET",
																				"header": [],
																				"url": {
																					"raw": "https://inj.nownodes.io/ibc/core/channel/v1/channels/:channel_id/ports/:port_id/packet_acks/:sequence",
																					"protocol": "https",
																					"host": [
																						"inj",
																						"nownodes",
																						"io"
																					],
																					"path": [
																						"ibc",
																						"core",
																						"channel",
																						"v1",
																						"channels",
																						":channel_id",
																						"ports",
																						":port_id",
																						"packet_acks",
																						":sequence"
																					],
																					"variable": [
																						{
																							"key": "channel_id",
																							"value": "<string>",
																							"description": "(Required) channel unique identifier"
																						},
																						{
																							"key": "port_id",
																							"value": "<string>",
																							"description": "(Required) port unique identifier"
																						},
																						{
																							"key": "sequence",
																							"value": "<uint64>",
																							"description": "(Required) packet sequence"
																						}
																					]
																				}
																			},
																			"status": "OK",
																			"code": 200,
																			"_postman_previewlanguage": "json",
																			"header": [
																				{
																					"key": "Content-Type",
																					"value": "*/*"
																				}
																			],
																			"cookie": [],
																			"body": "{\n  \"acknowledgement\": \"<byte>\",\n  \"proof\": \"<byte>\",\n  \"proof_height\": {\n    \"revision_number\": \"<uint64>\",\n    \"revision_height\": \"<uint64>\"\n  }\n}"
																		},
																		{
																			"name": "An unexpected error response",
																			"originalRequest": {
																				"method": "GET",
																				"header": [],
																				"url": {
																					"raw": "https://inj.nownodes.io/ibc/core/channel/v1/channels/:channel_id/ports/:port_id/packet_acks/:sequence",
																					"protocol": "https",
																					"host": [
																						"inj",
																						"nownodes",
																						"io"
																					],
																					"path": [
																						"ibc",
																						"core",
																						"channel",
																						"v1",
																						"channels",
																						":channel_id",
																						"ports",
																						":port_id",
																						"packet_acks",
																						":sequence"
																					],
																					"variable": [
																						{
																							"key": "channel_id",
																							"value": "<string>",
																							"description": "(Required) channel unique identifier"
																						},
																						{
																							"key": "port_id",
																							"value": "<string>",
																							"description": "(Required) port unique identifier"
																						},
																						{
																							"key": "sequence",
																							"value": "<uint64>",
																							"description": "(Required) packet sequence"
																						}
																					]
																				}
																			},
																			"status": "Internal Server Error",
																			"code": 500,
																			"_postman_previewlanguage": "json",
																			"header": [
																				{
																					"key": "Content-Type",
																					"value": "*/*"
																				}
																			],
																			"cookie": [],
																			"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
																		}
																	]
																},
																{
																	"name": "PacketReceipt",
																	"request": {
																		"method": "GET",
																		"header": [
																			{
																				"key": "Accept",
																				"value": "*/*"
																			}
																		],
																		"url": {
																			"raw": "https://inj.nownodes.io/ibc/core/channel/v1/channels/:channel_id/ports/:port_id/packet_receipts/:sequence",
																			"protocol": "https",
																			"host": [
																				"inj",
																				"nownodes",
																				"io"
																			],
																			"path": [
																				"ibc",
																				"core",
																				"channel",
																				"v1",
																				"channels",
																				":channel_id",
																				"ports",
																				":port_id",
																				"packet_receipts",
																				":sequence"
																			],
																			"variable": [
																				{
																					"key": "channel_id",
																					"value": "<string>",
																					"description": "(Required) channel unique identifier"
																				},
																				{
																					"key": "port_id",
																					"value": "<string>",
																					"description": "(Required) port unique identifier"
																				},
																				{
																					"key": "sequence",
																					"value": "<uint64>",
																					"description": "(Required) packet sequence"
																				}
																			]
																		},
																		"description": "queries if a given packet sequence has been received on the queried chain"
																	},
																	"response": [
																		{
																			"name": "A successful response.",
																			"originalRequest": {
																				"method": "GET",
																				"header": [],
																				"url": {
																					"raw": "https://inj.nownodes.io/ibc/core/channel/v1/channels/:channel_id/ports/:port_id/packet_receipts/:sequence",
																					"protocol": "https",
																					"host": [
																						"inj",
																						"nownodes",
																						"io"
																					],
																					"path": [
																						"ibc",
																						"core",
																						"channel",
																						"v1",
																						"channels",
																						":channel_id",
																						"ports",
																						":port_id",
																						"packet_receipts",
																						":sequence"
																					],
																					"variable": [
																						{
																							"key": "channel_id",
																							"value": "<string>",
																							"description": "(Required) channel unique identifier"
																						},
																						{
																							"key": "port_id",
																							"value": "<string>",
																							"description": "(Required) port unique identifier"
																						},
																						{
																							"key": "sequence",
																							"value": "<uint64>",
																							"description": "(Required) packet sequence"
																						}
																					]
																				}
																			},
																			"status": "OK",
																			"code": 200,
																			"_postman_previewlanguage": "json",
																			"header": [
																				{
																					"key": "Content-Type",
																					"value": "*/*"
																				}
																			],
																			"cookie": [],
																			"body": "{\n  \"received\": \"<boolean>\",\n  \"proof\": \"<byte>\",\n  \"proof_height\": {\n    \"revision_number\": \"<uint64>\",\n    \"revision_height\": \"<uint64>\"\n  }\n}"
																		},
																		{
																			"name": "An unexpected error response",
																			"originalRequest": {
																				"method": "GET",
																				"header": [],
																				"url": {
																					"raw": "https://inj.nownodes.io/ibc/core/channel/v1/channels/:channel_id/ports/:port_id/packet_receipts/:sequence",
																					"protocol": "https",
																					"host": [
																						"inj",
																						"nownodes",
																						"io"
																					],
																					"path": [
																						"ibc",
																						"core",
																						"channel",
																						"v1",
																						"channels",
																						":channel_id",
																						"ports",
																						":port_id",
																						"packet_receipts",
																						":sequence"
																					],
																					"variable": [
																						{
																							"key": "channel_id",
																							"value": "<string>",
																							"description": "(Required) channel unique identifier"
																						},
																						{
																							"key": "port_id",
																							"value": "<string>",
																							"description": "(Required) port unique identifier"
																						},
																						{
																							"key": "sequence",
																							"value": "<uint64>",
																							"description": "(Required) packet sequence"
																						}
																					]
																				}
																			},
																			"status": "Internal Server Error",
																			"code": 500,
																			"_postman_previewlanguage": "json",
																			"header": [
																				{
																					"key": "Content-Type",
																					"value": "*/*"
																				}
																			],
																			"cookie": [],
																			"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
																		}
																	]
																}
															]
														},
														{
															"name": "Channels",
															"request": {
																"method": "GET",
																"header": [
																	{
																		"key": "Accept",
																		"value": "*/*"
																	}
																],
																"url": {
																	"raw": "https://inj.nownodes.io/ibc/core/channel/v1/channels",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"ibc",
																		"core",
																		"channel",
																		"v1",
																		"channels"
																	],
																	"query": [
																		{
																			"key": "pagination.key",
																			"value": "<byte>",
																			"description": "key is a value returned in PageResponse.next_key to begin\nquerying the next page most efficiently. Only one of offset or key\nshould be set.",
																			"disabled": true
																		},
																		{
																			"key": "pagination.offset",
																			"value": "<uint64>",
																			"description": "offset is a numeric offset that can be used when key is unavailable.\nIt is less efficient than using key. Only one of offset or key should\nbe set.",
																			"disabled": true
																		},
																		{
																			"key": "pagination.limit",
																			"value": "<uint64>",
																			"description": "limit is the total number of results to be returned in the result page.\nIf left empty it will default to a value to be set by each app.",
																			"disabled": true
																		},
																		{
																			"key": "pagination.count_total",
																			"value": "<boolean>",
																			"description": "count_total is set to true  to indicate that the result set should include\na count of the total number of items available for pagination in UIs.\ncount_total is only respected when offset is used. It is ignored when key\nis set.",
																			"disabled": true
																		},
																		{
																			"key": "pagination.reverse",
																			"value": "<boolean>",
																			"description": "reverse is set to true if results are to be returned in the descending order.\n\nSince: cosmos-sdk 0.43",
																			"disabled": true
																		}
																	]
																},
																"description": "queries all the IBC channels of a chain"
															},
															"response": [
																{
																	"name": "A successful response.",
																	"originalRequest": {
																		"method": "GET",
																		"header": [],
																		"url": {
																			"raw": "https://inj.nownodes.io/ibc/core/channel/v1/channels?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																			"protocol": "https",
																			"host": [
																				"inj",
																				"nownodes",
																				"io"
																			],
																			"path": [
																				"ibc",
																				"core",
																				"channel",
																				"v1",
																				"channels"
																			],
																			"query": [
																				{
																					"key": "pagination.key",
																					"value": "<byte>"
																				},
																				{
																					"key": "pagination.offset",
																					"value": "<uint64>"
																				},
																				{
																					"key": "pagination.limit",
																					"value": "<uint64>"
																				},
																				{
																					"key": "pagination.count_total",
																					"value": "<boolean>"
																				},
																				{
																					"key": "pagination.reverse",
																					"value": "<boolean>"
																				}
																			]
																		}
																	},
																	"status": "OK",
																	"code": 200,
																	"_postman_previewlanguage": "json",
																	"header": [
																		{
																			"key": "Content-Type",
																			"value": "*/*"
																		}
																	],
																	"cookie": [],
																	"body": "{\n  \"channels\": [\n    {\n      \"state\": \"STATE_UNINITIALIZED_UNSPECIFIED\",\n      \"ordering\": \"ORDER_NONE_UNSPECIFIED\",\n      \"counterparty\": {\n        \"port_id\": \"<string>\",\n        \"channel_id\": \"<string>\"\n      },\n      \"connection_hops\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"version\": \"<string>\",\n      \"port_id\": \"<string>\",\n      \"channel_id\": \"<string>\"\n    },\n    {\n      \"state\": \"STATE_UNINITIALIZED_UNSPECIFIED\",\n      \"ordering\": \"ORDER_NONE_UNSPECIFIED\",\n      \"counterparty\": {\n        \"port_id\": \"<string>\",\n        \"channel_id\": \"<string>\"\n      },\n      \"connection_hops\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"version\": \"<string>\",\n      \"port_id\": \"<string>\",\n      \"channel_id\": \"<string>\"\n    }\n  ],\n  \"pagination\": {\n    \"next_key\": \"<byte>\",\n    \"total\": \"<uint64>\"\n  },\n  \"height\": {\n    \"revision_number\": \"<uint64>\",\n    \"revision_height\": \"<uint64>\"\n  }\n}"
																},
																{
																	"name": "An unexpected error response",
																	"originalRequest": {
																		"method": "GET",
																		"header": [],
																		"url": {
																			"raw": "https://inj.nownodes.io/ibc/core/channel/v1/channels?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																			"protocol": "https",
																			"host": [
																				"inj",
																				"nownodes",
																				"io"
																			],
																			"path": [
																				"ibc",
																				"core",
																				"channel",
																				"v1",
																				"channels"
																			],
																			"query": [
																				{
																					"key": "pagination.key",
																					"value": "<byte>"
																				},
																				{
																					"key": "pagination.offset",
																					"value": "<uint64>"
																				},
																				{
																					"key": "pagination.limit",
																					"value": "<uint64>"
																				},
																				{
																					"key": "pagination.count_total",
																					"value": "<boolean>"
																				},
																				{
																					"key": "pagination.reverse",
																					"value": "<boolean>"
																				}
																			]
																		}
																	},
																	"status": "Internal Server Error",
																	"code": 500,
																	"_postman_previewlanguage": "json",
																	"header": [
																		{
																			"key": "Content-Type",
																			"value": "*/*"
																		}
																	],
																	"cookie": [],
																	"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
																}
															]
														}
													]
												},
												{
													"name": "ConnectionChannels",
													"request": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "*/*"
															}
														],
														"url": {
															"raw": "https://inj.nownodes.io/ibc/core/channel/v1/connections/:connection/channels",
															"protocol": "https",
															"host": [
																"inj",
																"nownodes",
																"io"
															],
															"path": [
																"ibc",
																"core",
																"channel",
																"v1",
																"connections",
																":connection",
																"channels"
															],
															"query": [
																{
																	"key": "pagination.key",
																	"value": "<byte>",
																	"description": "key is a value returned in PageResponse.next_key to begin\nquerying the next page most efficiently. Only one of offset or key\nshould be set.",
																	"disabled": true
																},
																{
																	"key": "pagination.offset",
																	"value": "<uint64>",
																	"description": "offset is a numeric offset that can be used when key is unavailable.\nIt is less efficient than using key. Only one of offset or key should\nbe set.",
																	"disabled": true
																},
																{
																	"key": "pagination.limit",
																	"value": "<uint64>",
																	"description": "limit is the total number of results to be returned in the result page.\nIf left empty it will default to a value to be set by each app.",
																	"disabled": true
																},
																{
																	"key": "pagination.count_total",
																	"value": "<boolean>",
																	"description": "count_total is set to true  to indicate that the result set should include\na count of the total number of items available for pagination in UIs.\ncount_total is only respected when offset is used. It is ignored when key\nis set.",
																	"disabled": true
																},
																{
																	"key": "pagination.reverse",
																	"value": "<boolean>",
																	"description": "reverse is set to true if results are to be returned in the descending order.\n\nSince: cosmos-sdk 0.43",
																	"disabled": true
																}
															],
															"variable": [
																{
																	"key": "connection",
																	"value": "<string>",
																	"description": "(Required) connection unique identifier"
																}
															]
														},
														"description": "queries all the channels associated with a connection end"
													},
													"response": [
														{
															"name": "A successful response.",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/ibc/core/channel/v1/connections/:connection/channels?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"ibc",
																		"core",
																		"channel",
																		"v1",
																		"connections",
																		":connection",
																		"channels"
																	],
																	"query": [
																		{
																			"key": "pagination.key",
																			"value": "<byte>"
																		},
																		{
																			"key": "pagination.offset",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.limit",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.count_total",
																			"value": "<boolean>"
																		},
																		{
																			"key": "pagination.reverse",
																			"value": "<boolean>"
																		}
																	],
																	"variable": [
																		{
																			"key": "connection",
																			"value": "<string>",
																			"description": "(Required) connection unique identifier"
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"channels\": [\n    {\n      \"state\": \"STATE_UNINITIALIZED_UNSPECIFIED\",\n      \"ordering\": \"ORDER_NONE_UNSPECIFIED\",\n      \"counterparty\": {\n        \"port_id\": \"<string>\",\n        \"channel_id\": \"<string>\"\n      },\n      \"connection_hops\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"version\": \"<string>\",\n      \"port_id\": \"<string>\",\n      \"channel_id\": \"<string>\"\n    },\n    {\n      \"state\": \"STATE_UNINITIALIZED_UNSPECIFIED\",\n      \"ordering\": \"ORDER_NONE_UNSPECIFIED\",\n      \"counterparty\": {\n        \"port_id\": \"<string>\",\n        \"channel_id\": \"<string>\"\n      },\n      \"connection_hops\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"version\": \"<string>\",\n      \"port_id\": \"<string>\",\n      \"channel_id\": \"<string>\"\n    }\n  ],\n  \"pagination\": {\n    \"next_key\": \"<byte>\",\n    \"total\": \"<uint64>\"\n  },\n  \"height\": {\n    \"revision_number\": \"<uint64>\",\n    \"revision_height\": \"<uint64>\"\n  }\n}"
														},
														{
															"name": "An unexpected error response",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "https://inj.nownodes.io/ibc/core/channel/v1/connections/:connection/channels?pagination.key=<byte>&pagination.offset=<uint64>&pagination.limit=<uint64>&pagination.count_total=<boolean>&pagination.reverse=<boolean>",
																	"protocol": "https",
																	"host": [
																		"inj",
																		"nownodes",
																		"io"
																	],
																	"path": [
																		"ibc",
																		"core",
																		"channel",
																		"v1",
																		"connections",
																		":connection",
																		"channels"
																	],
																	"query": [
																		{
																			"key": "pagination.key",
																			"value": "<byte>"
																		},
																		{
																			"key": "pagination.offset",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.limit",
																			"value": "<uint64>"
																		},
																		{
																			"key": "pagination.count_total",
																			"value": "<boolean>"
																		},
																		{
																			"key": "pagination.reverse",
																			"value": "<boolean>"
																		}
																	],
																	"variable": [
																		{
																			"key": "connection",
																			"value": "<string>",
																			"description": "(Required) connection unique identifier"
																		}
																	]
																}
															},
															"status": "Internal Server Error",
															"code": 500,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "*/*"
																}
															],
															"cookie": [],
															"body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    },\n    {\n      \"type_url\": \"<string>\",\n      \"value\": \"<byte>\"\n    }\n  ]\n}"
														}
													]
												}
											]
										}
									]
								}
							]
						},
						{
							"name": "tendermint",
							"item": [
								{
									"name": "abci_info",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://inj-tendermint.nownodes.io/abci_info",
											"protocol": "https",
											"host": [
												"inj-tendermint",
												"nownodes",
												"io"
											],
											"path": [
												"abci_info"
											]
										}
									},
									"response": []
								},
								{
									"name": "abci_query",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://inj-tendermint.nownodes.io/abci_query",
											"protocol": "https",
											"host": [
												"inj-tendermint",
												"nownodes",
												"io"
											],
											"path": [
												"abci_query"
											]
										}
									},
									"response": []
								},
								{
									"name": "block_height",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://inj-tendermint.nownodes.io/block?height=<uint64>",
											"protocol": "https",
											"host": [
												"inj-tendermint",
												"nownodes",
												"io"
											],
											"path": [
												"block"
											],
											"query": [
												{
													"key": "height",
													"value": "<uint64>"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "block_by_hash",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://inj-tendermint.nownodes.io/block_by_hash?hash=<string>",
											"protocol": "https",
											"host": [
												"inj-tendermint",
												"nownodes",
												"io"
											],
											"path": [
												"block_by_hash"
											],
											"query": [
												{
													"key": "hash",
													"value": "<string>"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "block_results",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://inj-tendermint.nownodes.io/block_results?height=<uint64>",
											"protocol": "https",
											"host": [
												"inj-tendermint",
												"nownodes",
												"io"
											],
											"path": [
												"block_results"
											],
											"query": [
												{
													"key": "height",
													"value": "<uint64>"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "block_search",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://inj-tendermint.nownodes.io/block_search?query=&page=&per_page=&order_by=&match_events=",
											"protocol": "https",
											"host": [
												"inj-tendermint",
												"nownodes",
												"io"
											],
											"path": [
												"block_search"
											],
											"query": [
												{
													"key": "query",
													"value": ""
												},
												{
													"key": "page",
													"value": ""
												},
												{
													"key": "per_page",
													"value": ""
												},
												{
													"key": "order_by",
													"value": ""
												},
												{
													"key": "match_events",
													"value": ""
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "blockchain",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://inj-tendermint.nownodes.io/blockchain?minHeight=<uint64>&maxHeight=<uint64>",
											"protocol": "https",
											"host": [
												"inj-tendermint",
												"nownodes",
												"io"
											],
											"path": [
												"blockchain"
											],
											"query": [
												{
													"key": "minHeight",
													"value": "<uint64>"
												},
												{
													"key": "maxHeight",
													"value": "<uint64>"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "broadcast evidence",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://inj-tendermint.nownodes.io/broadcast_evidence?evidence=<string>",
											"protocol": "https",
											"host": [
												"inj-tendermint",
												"nownodes",
												"io"
											],
											"path": [
												"broadcast_evidence"
											],
											"query": [
												{
													"key": "evidence",
													"value": "<string>"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "broadcast tx async",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://inj-tendermint.nownodes.io/broadcast_tx_async?tx=<string>",
											"protocol": "https",
											"host": [
												"inj-tendermint",
												"nownodes",
												"io"
											],
											"path": [
												"broadcast_tx_async"
											],
											"query": [
												{
													"key": "tx",
													"value": "<string>"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "broadcast tx commit",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://inj-tendermint.nownodes.io/broadcast_tx_commit?tx=<string>",
											"protocol": "https",
											"host": [
												"inj-tendermint",
												"nownodes",
												"io"
											],
											"path": [
												"broadcast_tx_commit"
											],
											"query": [
												{
													"key": "tx",
													"value": "<string>"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "broadcast tx sync",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://inj-tendermint.nownodes.io/broadcast_tx_sync?tx=<string>",
											"protocol": "https",
											"host": [
												"inj-tendermint",
												"nownodes",
												"io"
											],
											"path": [
												"broadcast_tx_sync"
											],
											"query": [
												{
													"key": "tx",
													"value": "<string>"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "check tx",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://inj-tendermint.nownodes.io/check_tx?tx=<string>",
											"protocol": "https",
											"host": [
												"inj-tendermint",
												"nownodes",
												"io"
											],
											"path": [
												"check_tx"
											],
											"query": [
												{
													"key": "tx",
													"value": "<string>"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "commit",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://inj-tendermint.nownodes.io/commit?height=<uint64>",
											"protocol": "https",
											"host": [
												"inj-tendermint",
												"nownodes",
												"io"
											],
											"path": [
												"commit"
											],
											"query": [
												{
													"key": "height",
													"value": "<uint64>"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "consensus params",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://inj-tendermint.nownodes.io/consensus_params?height=<uint64>",
											"protocol": "https",
											"host": [
												"inj-tendermint",
												"nownodes",
												"io"
											],
											"path": [
												"consensus_params"
											],
											"query": [
												{
													"key": "height",
													"value": "<uint64>"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "consensus state",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://inj-tendermint.nownodes.io/consensus_state",
											"protocol": "https",
											"host": [
												"inj-tendermint",
												"nownodes",
												"io"
											],
											"path": [
												"consensus_state"
											],
											"query": [
												{
													"key": "",
													"value": "",
													"disabled": true
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "dump consensus state",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://inj-tendermint.nownodes.io/dump_consensus_state",
											"protocol": "https",
											"host": [
												"inj-tendermint",
												"nownodes",
												"io"
											],
											"path": [
												"dump_consensus_state"
											],
											"query": [
												{
													"key": "",
													"value": "",
													"disabled": true
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "genesis",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://inj-tendermint.nownodes.io/genesis",
											"protocol": "https",
											"host": [
												"inj-tendermint",
												"nownodes",
												"io"
											],
											"path": [
												"genesis"
											],
											"query": [
												{
													"key": "",
													"value": "",
													"disabled": true
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "genesis chunked",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://inj-tendermint.nownodes.io/genesis_chunked?chunk=<uint64>",
											"protocol": "https",
											"host": [
												"inj-tendermint",
												"nownodes",
												"io"
											],
											"path": [
												"genesis_chunked"
											],
											"query": [
												{
													"key": "chunk",
													"value": "<uint64>"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "health",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://inj-tendermint.nownodes.io/health",
											"protocol": "https",
											"host": [
												"inj-tendermint",
												"nownodes",
												"io"
											],
											"path": [
												"health"
											],
											"query": [
												{
													"key": "",
													"value": "",
													"disabled": true
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "net info",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://inj-tendermint.nownodes.io/net_info",
											"protocol": "https",
											"host": [
												"inj-tendermint",
												"nownodes",
												"io"
											],
											"path": [
												"net_info"
											],
											"query": [
												{
													"key": "",
													"value": "",
													"disabled": true
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "status",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://inj-tendermint.nownodes.io/status",
											"protocol": "https",
											"host": [
												"inj-tendermint",
												"nownodes",
												"io"
											],
											"path": [
												"status"
											],
											"query": [
												{
													"key": "",
													"value": "",
													"disabled": true
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "tx by hash",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://inj-tendermint.nownodes.io/tx?hash=<string>&prove=<string>",
											"protocol": "https",
											"host": [
												"inj-tendermint",
												"nownodes",
												"io"
											],
											"path": [
												"tx"
											],
											"query": [
												{
													"key": "hash",
													"value": "<string>"
												},
												{
													"key": "prove",
													"value": "<string>"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "tx search",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://inj-tendermint.nownodes.io/tx_search?query=_&prove=_&page=_&per_page=_&order_by=_&match_events=_",
											"protocol": "https",
											"host": [
												"inj-tendermint",
												"nownodes",
												"io"
											],
											"path": [
												"tx_search"
											],
											"query": [
												{
													"key": "query",
													"value": "_"
												},
												{
													"key": "prove",
													"value": "_"
												},
												{
													"key": "page",
													"value": "_"
												},
												{
													"key": "per_page",
													"value": "_"
												},
												{
													"key": "order_by",
													"value": "_"
												},
												{
													"key": "match_events",
													"value": "_"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "unconfirmed txs number",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://inj-tendermint.nownodes.io/num_unconfirmed_txs",
											"protocol": "https",
											"host": [
												"inj-tendermint",
												"nownodes",
												"io"
											],
											"path": [
												"num_unconfirmed_txs"
											],
											"query": [
												{
													"key": "",
													"value": "",
													"disabled": true
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "unconfirmed txs",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://inj-tendermint.nownodes.io/unconfirmed_txs?limit=<uint64>",
											"protocol": "https",
											"host": [
												"inj-tendermint",
												"nownodes",
												"io"
											],
											"path": [
												"unconfirmed_txs"
											],
											"query": [
												{
													"key": "limit",
													"value": "<uint64>"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "validators",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://inj-tendermint.nownodes.io/validators?height=<uint64>&page=<uint64>&per_page=<uint64>",
											"protocol": "https",
											"host": [
												"inj-tendermint",
												"nownodes",
												"io"
											],
											"path": [
												"validators"
											],
											"query": [
												{
													"key": "height",
													"value": "<uint64>"
												},
												{
													"key": "page",
													"value": "<uint64>"
												},
												{
													"key": "per_page",
													"value": "<uint64>"
												}
											]
										}
									},
									"response": []
								}
							]
						}
					]
				},
Editor is loading...
Leave a Comment