{
	"info": {
		"_postman_id": "794baccf-06bf-419e-b8d5-376375555868",
		"name": "Suatokens",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "28465181",
		"_collection_link": ""
	},
	"item": [
		{
			"name": "Create Token",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\n   \"ticker\": \"KUNKU\",\n   \"name\": \"Kunku Token\",\n   \"whitepaper\": \"https://www.kunku.xyz/whitepaper.pdf\",\n   \"hash\": \"4cf2e3f97ea8d0c92f1e77a6294a7eb0\",\n   \"block\": \"00000000486fc551753042b75510b37e149bd3f4195a9c3442eca9768eff30be\",\n   \"decimals\": 2,\n   \"quantity\": \"100000000.00\",\n   \"mintable\": false,\n   \"minter\": \"1HuXEK4n5Jdz8xUX3bsxqHCB3C26Yj3VCe\",\n   \"signature\": \"IA5ddEka7oGgXo4ZneYaoJLzDZp5eKqlhb0mYdyXWoe6rnojPi9BS9C7CjD7PIbw3dEL1QtUfyY/UQID+f8LZD4=\",\n   \"payer\": \"1HuXEK4n5Jdz8xUX3bsxqHCB3C26Yj3VCe\"\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "http://localhost:8077/token/create",
					"protocol": "http",
					"host": [
						"localhost"
					],
					"port": "8077",
					"path": [
						"token",
						"create"
					]
				}
			},
			"response": []
		},
		{
			"name": "Transfer Token",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\n   \"token\": \"8ea48650604a1997109f39e98eb75e78f42a16a0d83d00a736bdd75135539b05\",\n   \"to\": \"1G2FyHsZJpBY9EkY1wGqfmFjnKcz8hCmv8\",\n   \"from\": \"1HuXEK4n5Jdz8xUX3bsxqHCB3C26Yj3VCe\",\n   \"hash\": \"5ecf4ce1435cda192386e5e03c168bb2\",\n   \"block\": \"000000009041fb43af1d6ffb74e7694085544b4376f02fc1f90648f7f6118f48\",\n   \"amount\": \"10000000.00\",\n   \"signature\": \"IJh2udMZn2uAAIouYDBoqbd35c3IO0GUMLV/ekdqJ9Z967qOoXrHcuEnOQNRWdimSYeGsYKt79q4Vzcy4b6e3lQ=\",\n   \"payer\": \"1HuXEK4n5Jdz8xUX3bsxqHCB3C26Yj3VCe\"\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "http://localhost:8077/transfers/create",
					"protocol": "http",
					"host": [
						"localhost"
					],
					"port": "8077",
					"path": [
						"transfers",
						"create"
					]
				}
			},
			"response": []
		},
		{
			"name": "Mint Token",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\n      \"token\": \"311e1f9d879b957253344d9c8639f6b78136004725adee761bdd0dba95cb80db\",\n      \"previous\": \"300000000.00\",\n      \"amount\": \"100000000.00\",\n      \"hash\": \"e808603c0724495862fb8e9293f6837a\",\n      \"block\": \"000000000bec713cb4677b25fddb27f96e1af02dbe31a1e51d666dc58c2efe93\",\n      \"quantity\": \"400000000.00\",\n      \"signature\": \"H5kIfGIAvTxAWkW3uoZCxr9gVnKu/VMxbApI0mX7QN4iixxmDss+ZaNUlMOpj4/LjEe1H07we4c3JKD1Iv7YVUw=\",\n      \"payer\": \"1M79SqpCeeczpMDp45n248obcYMguH7UCv\"\n    }",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "http://localhost:8077/mints/create",
					"protocol": "http",
					"host": [
						"localhost"
					],
					"port": "8077",
					"path": [
						"mints",
						"create"
					]
				}
			},
			"response": []
		},
		{
			"name": "List Mints",
			"request": {
				"method": "GET",
				"header": [],
				"url": {
					"raw": "http://localhost:8077/mints/list",
					"protocol": "https",
					"host": [
						"api",
						"suatokens",
						"com"
					],
					"path": [
						"mints",
						"list"
					]
				}
			},
			"response": []
		},
		{
			"name": "Balance",
			"request": {
				"method": "GET",
				"header": [],
				"url": {
					"raw": "http://localhost:8077/balance?token=8ea48650604a1997109f39e98eb75e78f42a16a0d83d00a736bdd75135539b05&address=1G2FyHsZJpBY9EkY1wGqfmFjnKcz8hCmv8",
					"protocol": "http",
					"host": [
						"localhost"
					],
					"port": "8077",
					"path": [
						"balance"
					],
					"query": [
						{
							"key": "token",
							"value": "8ea48650604a1997109f39e98eb75e78f42a16a0d83d00a736bdd75135539b05"
						},
						{
							"key": "address",
							"value": "1G2FyHsZJpBY9EkY1wGqfmFjnKcz8hCmv8"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "Get Transfer",
			"request": {
				"method": "GET",
				"header": [],
				"url": {
					"raw": "http://localhost:8077/transfers/get?id=daf30f96bd7e40cffbe246c7eefe7ffec30affaa3118f73b0bb56e156d7fa404",
					"protocol": "http",
					"host": [
						"localhost"
					],
					"port": "8077",
					"path": [
						"transfers",
						"get"
					],
					"query": [
						{
							"key": "id",
							"value": "daf30f96bd7e40cffbe246c7eefe7ffec30affaa3118f73b0bb56e156d7fa404"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "List Transfers",
			"request": {
				"method": "GET",
				"header": [],
				"url": {
					"raw": "http://localhost:8077/transfers/list?token=8ea48650604a1997109f39e98eb75e78f42a16a0d83d00a736bdd75135539b05",
					"protocol": "http",
					"host": [
						"localhost"
					],
					"port": "8077",
					"path": [
						"transfers",
						"list"
					],
					"query": [
						{
							"key": "token",
							"value": "8ea48650604a1997109f39e98eb75e78f42a16a0d83d00a736bdd75135539b05"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "Get Token Transfers Total",
			"request": {
				"method": "GET",
				"header": [],
				"url": {
					"raw": "http://localhost:8077/transfers/total?token=9f8e3247d5c852c31b984d09c1fdae330302f5a9469d33682c5295aeb857e986",
					"protocol": "http",
					"host": [
						"seed",
						"suatokens",
						"com"
					],
					"port": "8077",
					"path": [
						"transfers",
						"total"
					],
					"query": [
						{
							"key": "token",
							"value": "9f8e3247d5c852c31b984d09c1fdae330302f5a9469d33682c5295aeb857e986"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "List Transfers for Address",
			"request": {
				"method": "GET",
				"header": [],
				"url": {
					"raw": "http://localhost:8077/transfers/list?token=938928923&address=1Abij8LkbxSfCx6EdsJr66Pcp2WpAJZa5k",
					"protocol": "http",
					"host": [
						"seed",
						"suatokens",
						"com"
					],
					"port": "8077",
					"path": [
						"transfers",
						"list"
					],
					"query": [
						{
							"key": "token",
							"value": "938928923"
						},
						{
							"key": "address",
							"value": "1Abij8LkbxSfCx6EdsJr66Pcp2WpAJZa5k"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "List Tokens",
			"request": {
				"method": "GET",
				"header": [],
				"url": {
					"raw": "http://localhost:8077/token/list",
					"protocol": "https",
					"host": [
						"api",
						"suatokens",
						"com"
					],
					"path": [
						"token",
						"list"
					],
					"query": [
						{
							"key": "token",
							"value": "9f8e3247d5c852c31b984d09c1fdae330302f5a9469d33682c5295aeb857e986",
							"description": "optional",
							"disabled": true
						},
						{
							"key": "address",
							"value": "1NWNJx6AheFwG5EUgiNqfpWqjs1sz7CCyq",
							"disabled": true
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "List Nodes",
			"request": {
				"method": "GET",
				"header": [],
				"url": {
					"raw": "http://localhost:8077/node/list",
					"protocol": "http",
					"host": [
						"seed",
						"suatokens",
						"com"
					],
					"port": "8077",
					"path": [
						"node",
						"list"
					]
				}
			},
			"response": []
		},
		{
			"name": "getavgfee",
			"request": {
				"method": "GET",
				"header": [],
				"url": {
					"raw": "http://localhost:8077/getavgfee",
					"protocol": "http",
					"host": [
						"localhost"
					],
					"port": "8077",
					"path": [
						"getavgfee"
					]
				}
			},
			"response": []
		},
		{
			"name": "Get Holders",
			"request": {
				"method": "GET",
				"header": [],
				"url": {
					"raw": "http://localhost:8077/holders?token=311e1f9d879b957253344d9c8639f6b78136004725adee761bdd0dba95cb80db",
					"protocol": "http",
					"host": [
						"localhost"
					],
					"port": "8077",
					"path": [
						"holders"
					],
					"query": [
						{
							"key": "token",
							"value": "311e1f9d879b957253344d9c8639f6b78136004725adee761bdd0dba95cb80db"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "blockcount",
			"request": {
				"method": "GET",
				"header": [],
				"url": {
					"raw": "http://localhost:8077/blockcount",
					"protocol": "http",
					"host": [
						"seed",
						"suatokens",
						"com"
					],
					"port": "8077",
					"path": [
						"blockcount"
					]
				}
			},
			"response": []
		},
		{
			"name": "blockcount RPC",
			"request": {
				"method": "GET",
				"header": [],
				"url": {
					"raw": "http://localhost:8077/blockcount",
					"protocol": "http",
					"host": [
						"seed",
						"suatokens",
						"com"
					],
					"port": "8077",
					"path": [
						"blockcount"
					]
				}
			},
			"response": []
		},
		{
			"name": "getrawmempool RPC",
			"protocolProfileBehavior": {
				"disableBodyPruning": true
			},
			"request": {
				"auth": {
					"type": "basic",
					"basic": [
						{
							"key": "password",
							"value": "your_rpc_password",
							"type": "string"
						},
						{
							"key": "username",
							"value": "your_rpc_user",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\"jsonrpc\": \"1.0\", \"id\": \"curltest\", \"method\": \"getrawmempool\", \"params\": []}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "http://localhost:8442/",
					"protocol": "http",
					"host": [
						"localhost"
					],
					"port": "8442",
					"path": [
						""
					]
				}
			},
			"response": []
		}
	]
}
