{"info":{"_postman_id":"88d64bf7-8cb5-495a-a897-737792e8e2c2","name":"Bifrost Subscan API","description":"<html><head></head><body><p>Subscan API docs</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"1618960","collectionId":"88d64bf7-8cb5-495a-a897-737792e8e2c2","publishedId":"TVCe1oM5","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-09-01T09:26:48.000Z"},"item":[{"name":"block","id":"3e2b73cc-ae1e-4dad-bc61-a4ff8e3a158e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"block_num\": 1665107\n}","options":{"raw":{"language":"json"}}},"url":"https://bifrost.subscan.io/api/open/block","description":"<h3 id=\"payload\">payload</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Require</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>block_num</td>\n<td>int</td>\n<td>no</td>\n</tr>\n<tr>\n<td>block_hash</td>\n<td>string</td>\n<td>no</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-response\">Example Response</h3>\n<p><code>200 OK</code> and</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"code\": 0,\n    \"message\": \"Success\",\n    \"ttl\": 1,\n    \"data\": {\n        \"block_num\": 1665107,\n        \"block_timestamp\": 1585530840,\n        \"hash\": \"0xd83ffde9bae4725beb5da14e6aafc84d085a69a68d80194aa72c8bf7b57ffb9a\",\n        \"parent_hash\": \"0xa46c83809179453f488664c122e69e0ca3347b8a4143c37407c142939bd364a1\",\n        \"state_root\": \"0x7ce5e5bb605f41d5a805fa042355e63da5fa7c53759608117359c573e13a521a\",\n        \"extrinsics_root\": \"0x5ccfbdbeebe416f1f2227342374e3255fd567daa05801c6874475f36e437ede5\",\n        \"spec_version\": 1055,\n        \"validator\": \"GC8hwHbQ4TdbYJJPDS96G7Uj9bivnW5z56UEkqujjwhQPp5\",\n        \"finalized\": false\n    }\n}\n</code></pre>","urlObject":{"protocol":"https","path":["api","open","block"],"host":["bifrost","subscan","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"3e2b73cc-ae1e-4dad-bc61-a4ff8e3a158e"},{"name":"account","id":"8a28856e-1e90-411f-ae2d-401182509307","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"address\": \"E457XaKbj2yTB2URy8N4UuzmyuFRkcdxYs67UvSgVr7HyFb\"\n}","options":{"raw":{"language":"json"}}},"url":"https://bifrost.subscan.io/api/open/account","description":"<h3 id=\"payload\">payload</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Require</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>address</td>\n<td>string</td>\n<td>yes</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-response\">Example Response</h3>\n<p><code>200 OK</code> and</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"code\": 0,\n    \"message\": \"Success\",\n    \"ttl\": 1,\n    \"data\": {\n        \"address\": \"E457XaKbj2yTB2URy8N4UuzmyuFRkcdxYs67UvSgVr7HyFb\",\n        \"balance\": \"295.667207686234\",\n        \"lock\": \"0.887510133275\"\n    }\n}\n</code></pre>","urlObject":{"protocol":"https","path":["api","open","account"],"host":["bifrost","subscan","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"8a28856e-1e90-411f-ae2d-401182509307"},{"name":"account-extrinsics","id":"d6626137-7c9c-4c92-b9d4-bfea0b5d5854","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"address\": \"E457XaKbj2yTB2URy8N4UuzmyuFRkcdxYs67UvSgVr7HyFb\",\n\t\"row\": 20\n}","options":{"raw":{"language":"json"}}},"url":"https://bifrost.subscan.io/api/open/account/extrinsics","description":"<h3 id=\"payload\">payload</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Require</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>address</td>\n<td>string</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>row</td>\n<td>int</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>page</td>\n<td>int</td>\n<td>no</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-response\">Example Response</h3>\n<p><code>200 OK</code> and</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"code\": 0,\n    \"message\": \"Success\",\n    \"ttl\": 1,\n    \"data\": {\n        \"count\": 12,\n        \"extrinsics\": [\n            {\n                \"block_num\": 1631077,\n                \"block_timestamp\": 1585322166,\n                \"call_module\": \"identity\",\n                \"call_module_function\": \"clear_identity\",\n                \"extrinsic_index\": \"1631077-2\",\n                \"finalized\": false,\n                \"from\": \"E457XaKbj2yTB2URy8N4UuzmyuFRkcdxYs67UvSgVr7HyFb\",\n                \"extrinsic_hash\": \"0xe3187c6b8700adc706973cae0dd30c1b1005b7490ec209ba0a9d7261929a018a\",\n                \"params\": [],\n                \"success\": true\n            }\n        ]\n    }\n}\n</code></pre>","urlObject":{"protocol":"https","path":["api","open","account","extrinsics"],"host":["bifrost","subscan","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"d6626137-7c9c-4c92-b9d4-bfea0b5d5854"},{"name":"extrinsic","id":"44f2a70b-9051-4f40-ad1f-345aa89f3c3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"hash\": \"0xef9d91a8b78f8401e81b1d7d03e995626123fc72a9437e5f8f33d82c6ffcb011\"\n}","options":{"raw":{"language":"json"}}},"url":"https://bifrost.subscan.io/api/open/extrinsic","description":"<h3 id=\"payload\">payload</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Require</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>hash</td>\n<td>string</td>\n<td>yes</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-response\">Example Response</h3>\n<p><code>200 OK</code> and</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"code\": 0,\n    \"message\": \"Success\",\n    \"ttl\": 1,\n    \"data\": {\n        \"extrinsic\": {\n            \"block_num\": 708556,\n            \"block_timestamp\": 1579536702,\n            \"call_module\": \"balances\",\n            \"call_module_function\": \"transfer\",\n            \"extrinsic_index\": \"708556-3\",\n            \"event\": [\n                {\n                    \"event_index\": \"708556-3\",\n                    \"block_num\": 708556,\n                    \"extrinsic_idx\": 3,\n                    \"module_id\": \"treasury\",\n                    \"event_id\": \"Deposit\",\n                    \"params\": [\n                        {\n                            \"type\": \"Balance\",\n                            \"value\": \"8000000000\",\n                            \"valueRaw\": \"0050d6dc010000000000000000000000\"\n                        }\n                    ],\n                    \"extrinsic_hash\": \"0xef9d91a8b78f8401e81b1d7d03e995626123fc72a9437e5f8f33d82c6ffcb011\",\n                    \"event_idx\": 3,\n                    \"finalized\": false\n                },\n                {\n                    \"event_index\": \"708556-3\",\n                    \"block_num\": 708556,\n                    \"extrinsic_idx\": 3,\n                    \"module_id\": \"balances\",\n                    \"event_id\": \"Deposit\",\n                    \"params\": [\n                        {\n                            \"type\": \"AccountId\",\n                            \"value\": \"0xae6a2559c5da6ebd98821a09c34694dce971dc0740da084915aaa9db23329664\",\n                            \"valueRaw\": \"ae6a2559c5da6ebd98821a09c34694dce971dc0740da084915aaa9db23329664\"\n                        },\n                        {\n                            \"type\": \"Balance\",\n                            \"value\": \"2000000000\",\n                            \"valueRaw\": \"00943577000000000000000000000000\"\n                        }\n                    ],\n                    \"extrinsic_hash\": \"0xef9d91a8b78f8401e81b1d7d03e995626123fc72a9437e5f8f33d82c6ffcb011\",\n                    \"event_idx\": 4,\n                    \"finalized\": false\n                },\n                {\n                    \"event_index\": \"708556-3\",\n                    \"block_num\": 708556,\n                    \"extrinsic_idx\": 3,\n                    \"module_id\": \"indices\",\n                    \"event_id\": \"NewAccountIndex\",\n                    \"params\": [\n                        {\n                            \"type\": \"AccountId\",\n                            \"value\": \"0x7af914682a2d2910eb8c3d63c3f2a19c28d593917fc756decd8b0681d915bb40\",\n                            \"valueRaw\": \"7af914682a2d2910eb8c3d63c3f2a19c28d593917fc756decd8b0681d915bb40\"\n                        },\n                        {\n                            \"type\": \"AccountIndex\",\n                            \"value\": 6096,\n                            \"valueRaw\": \"d0170000\"\n                        }\n                    ],\n                    \"extrinsic_hash\": \"0xef9d91a8b78f8401e81b1d7d03e995626123fc72a9437e5f8f33d82c6ffcb011\",\n                    \"event_idx\": 5,\n                    \"finalized\": false\n                },\n                {\n                    \"event_index\": \"708556-3\",\n                    \"block_num\": 708556,\n                    \"extrinsic_idx\": 3,\n                    \"module_id\": \"balances\",\n                    \"event_id\": \"NewAccount\",\n                    \"params\": [\n                        {\n                            \"type\": \"AccountId\",\n                            \"value\": \"0x7af914682a2d2910eb8c3d63c3f2a19c28d593917fc756decd8b0681d915bb40\",\n                            \"valueRaw\": \"7af914682a2d2910eb8c3d63c3f2a19c28d593917fc756decd8b0681d915bb40\"\n                        },\n                        {\n                            \"type\": \"Balance\",\n                            \"value\": \"1000000000000\",\n                            \"valueRaw\": \"0010a5d4e80000000000000000000000\"\n                        }\n                    ],\n                    \"extrinsic_hash\": \"0xef9d91a8b78f8401e81b1d7d03e995626123fc72a9437e5f8f33d82c6ffcb011\",\n                    \"event_idx\": 6,\n                    \"finalized\": false\n                },\n                {\n                    \"event_index\": \"708556-3\",\n                    \"block_num\": 708556,\n                    \"extrinsic_idx\": 3,\n                    \"module_id\": \"balances\",\n                    \"event_id\": \"Transfer\",\n                    \"params\": [\n                        {\n                            \"type\": \"AccountId\",\n                            \"value\": \"0x41669d79846feec20168230ca4ce89b885162cf7d6fcaae53693dcf3f1b7def4\",\n                            \"valueRaw\": \"41669d79846feec20168230ca4ce89b885162cf7d6fcaae53693dcf3f1b7def4\"\n                        },\n                        {\n                            \"type\": \"AccountId\",\n                            \"value\": \"0x7af914682a2d2910eb8c3d63c3f2a19c28d593917fc756decd8b0681d915bb40\",\n                            \"valueRaw\": \"7af914682a2d2910eb8c3d63c3f2a19c28d593917fc756decd8b0681d915bb40\"\n                        },\n                        {\n                            \"type\": \"Balance\",\n                            \"value\": \"1000000000000\",\n                            \"valueRaw\": \"0010a5d4e80000000000000000000000\"\n                        },\n                        {\n                            \"type\": \"Balance\",\n                            \"value\": \"10000000000\",\n                            \"valueRaw\": \"00e40b54020000000000000000000000\"\n                        }\n                    ],\n                    \"extrinsic_hash\": \"0xef9d91a8b78f8401e81b1d7d03e995626123fc72a9437e5f8f33d82c6ffcb011\",\n                    \"event_idx\": 7,\n                    \"finalized\": false\n                }\n            ],\n            \"finalized\": true,\n            \"from\": \"E457XaKbj2yTB2URy8N4UuzmyuFRkcdxYs67UvSgVr7HyFb\",\n            \"extrinsic_hash\": \"0xef9d91a8b78f8401e81b1d7d03e995626123fc72a9437e5f8f33d82c6ffcb011\",\n            \"nonce\": 7,\n            \"params\": [\n                {\n                    \"name\": \"dest\",\n                    \"type\": \"Address\",\n                    \"value\": \"7af914682a2d2910eb8c3d63c3f2a19c28d593917fc756decd8b0681d915bb40\",\n                    \"valueRaw\": \"ff7af914682a2d2910eb8c3d63c3f2a19c28d593917fc756decd8b0681d915bb40\"\n                },\n                {\n                    \"name\": \"value\",\n                    \"type\": \"Compact&lt;Balance&gt;\",\n                    \"value\": \"1000000000000\",\n                    \"valueRaw\": \"070010a5d4e8\"\n                }\n            ],\n            \"signature\": \"e169f58aa2bd44df0cc49b76f8e5978ef5b29e4ef552f4fb3209954a868e12d560c38277985e832d4cad2a53cb152cfb0d5240c1e4f124696a221ce492c47b02\",\n            \"success\": true\n        }\n    }\n}\n</code></pre>","urlObject":{"protocol":"https","path":["api","open","extrinsic"],"host":["bifrost","subscan","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"44f2a70b-9051-4f40-ad1f-345aa89f3c3d"}],"event":[{"listen":"prerequest","script":{"id":"80784ca6-8bfa-4b23-82c9-30238a2ab6f1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"20777d7f-7da4-4c09-ab2a-1975d629102d","type":"text/javascript","exec":[""]}}]}