{ "info": { "_postman_id": "c19fc8f5-207a-4270-9d1a-3258bca97155", "name": "Utila Address Book Blockchains API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:26:25.000Z", "updatedAt": "2026-07-28T03:26:26.000Z", "lastUpdatedBy": "35240", "uid": "35240-c19fc8f5-207a-4270-9d1a-3258bca97155" }, "item": [ { "name": "v2", "item": [ { "name": "networks", "item": [ { "name": "{network_id}", "item": [ { "name": "batchContracts", "item": [ { "name": "latest", "item": [ { "name": "GetLatestBatchContract", "id": "bcd870ce-99e2-46c7-a253-19e58839aad3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v2/networks/:network_id/batchContracts/latest", "host": [ "{{baseUrl}}" ], "path": [ "v2", "networks", ":network_id", "batchContracts", "latest" ], "variable": [ { "id": "4b84c01c-d173-4ab5-ae7d-86264e5a84ff", "key": "network_id", "value": "", "description": "(Required) " } ] }, "description": "Retrieves the latest BatchContract. Batch transfer of ERC20 tokens require a token approval for that contract." }, "response": [ { "id": "fca9556d-0382-4c3e-8463-a3667462adcb", "name": "A successful response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v2/networks/:network_id/batchContracts/latest", "host": [ "{{baseUrl}}" ], "path": [ "v2", "networks", ":network_id", "batchContracts", "latest" ], "variable": [ { "key": "network_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"network\": \"\",\n \"address\": \"\"\n}", "createdAt": "2026-07-28T03:26:26.000Z", "updatedAt": "2026-07-28T03:26:26.000Z", "uid": "35240-fca9556d-0382-4c3e-8463-a3667462adcb" } ], "createdAt": "2026-07-28T03:26:26.000Z", "updatedAt": "2026-07-28T03:26:26.000Z", "uid": "35240-bcd870ce-99e2-46c7-a253-19e58839aad3" } ], "id": "820d2756-6204-4f49-a750-7fb23d27a00c", "createdAt": "2026-07-28T03:26:26.000Z", "updatedAt": "2026-07-28T03:26:26.000Z", "uid": "35240-820d2756-6204-4f49-a750-7fb23d27a00c" } ], "id": "2efeb15b-0af6-48b4-97a7-f38da933dd63", "createdAt": "2026-07-28T03:26:26.000Z", "updatedAt": "2026-07-28T03:26:26.000Z", "uid": "35240-2efeb15b-0af6-48b4-97a7-f38da933dd63" }, { "name": "GetNetwork", "id": "3ea1db39-d4cf-4d59-8d14-fb493bbd4edd", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v2/networks/:network_id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "networks", ":network_id" ], "variable": [ { "id": "2f037a0b-4ba5-47a0-8e0d-d6f47a63a95a", "key": "network_id", "value": "", "description": "(Required) " } ] }, "description": "Retrieves a Network by resource name." }, "response": [ { "id": "a9132442-8f43-40cf-9daf-25b665396c9e", "name": "A successful response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v2/networks/:network_id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "networks", ":network_id" ], "variable": [ { "key": "network_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"network\": {\n \"name\": \"\",\n \"displayName\": \"\",\n \"caipDetails\": {\n \"chainId\": \"\",\n \"namespace\": \"\",\n \"reference\": \"\"\n },\n \"testnet\": \"\",\n \"nativeAsset\": \"\",\n \"custom\": \"\",\n \"status\": \"DISABLED\"\n }\n}", "createdAt": "2026-07-28T03:26:26.000Z", "updatedAt": "2026-07-28T03:26:26.000Z", "uid": "35240-a9132442-8f43-40cf-9daf-25b665396c9e" } ], "createdAt": "2026-07-28T03:26:26.000Z", "updatedAt": "2026-07-28T03:26:26.000Z", "uid": "35240-3ea1db39-d4cf-4d59-8d14-fb493bbd4edd" } ], "id": "85174f1c-cc4f-4125-82eb-49df74a0d760", "createdAt": "2026-07-28T03:26:26.000Z", "updatedAt": "2026-07-28T03:26:26.000Z", "uid": "35240-85174f1c-cc4f-4125-82eb-49df74a0d760" }, { "name": "ListNetworks", "id": "8ef18798-414e-4a9c-b0c2-ceff33a881a3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v2/networks?pageSize=&pageToken=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "networks" ], "query": [ { "description": "The maximum number of items to return. The service may return fewer than this value.\n\nNote: pagination is currently not supported.", "key": "pageSize", "value": "" }, { "description": "A page token, received from the previous list call as `nextPageToken`.\n\nNote: pagination is currently not supported.", "key": "pageToken", "value": "" } ] }, "description": "Returns the list of networks available for use.\n\nTo list custom EVM networks, use [ListVaultNetworks](#operation/Blockchains_ListVaultNetworks)" }, "response": [ { "id": "8fc20277-0c10-4f4b-8e68-205227af7dc4", "name": "A successful response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v2/networks?pageSize=&pageToken=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "networks" ], "query": [ { "description": "The maximum number of items to return. The service may return fewer than this value.\n\nNote: pagination is currently not supported.", "key": "pageSize", "value": "" }, { "description": "A page token, received from the previous list call as `nextPageToken`.\n\nNote: pagination is currently not supported.", "key": "pageToken", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"networks\": [\n {\n \"name\": \"\",\n \"displayName\": \"\",\n \"caipDetails\": {\n \"chainId\": \"\",\n \"namespace\": \"\",\n \"reference\": \"\"\n },\n \"testnet\": \"\",\n \"nativeAsset\": \"\",\n \"custom\": \"\",\n \"status\": \"DISABLED\"\n },\n {\n \"name\": \"\",\n \"displayName\": \"\",\n \"caipDetails\": {\n \"chainId\": \"\",\n \"namespace\": \"\",\n \"reference\": \"\"\n },\n \"testnet\": \"\",\n \"nativeAsset\": \"\",\n \"custom\": \"\",\n \"status\": \"DEPRECATED\"\n }\n ],\n \"nextPageToken\": \"\"\n}", "createdAt": "2026-07-28T03:26:26.000Z", "updatedAt": "2026-07-28T03:26:26.000Z", "uid": "35240-8fc20277-0c10-4f4b-8e68-205227af7dc4" } ], "createdAt": "2026-07-28T03:26:26.000Z", "updatedAt": "2026-07-28T03:26:26.000Z", "uid": "35240-8ef18798-414e-4a9c-b0c2-ceff33a881a3" } ], "id": "8132c78f-0de8-4734-bfc7-e02c915b1a0e", "createdAt": "2026-07-28T03:26:26.000Z", "updatedAt": "2026-07-28T03:26:26.000Z", "uid": "35240-8132c78f-0de8-4734-bfc7-e02c915b1a0e" }, { "name": "vaults", "item": [ { "name": "{vault_id}", "item": [ { "name": "networks", "item": [ { "name": "ListVaultNetworks", "id": "f652a607-76c3-47c4-9a96-271918c96c57", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v2/vaults/:vault_id/networks?pageSize=&pageToken=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "vaults", ":vault_id", "networks" ], "query": [ { "description": "Note: pagination is currently not supported.", "key": "pageSize", "value": "" }, { "description": "A page token, received from the previous list call as `nextPageToken`.\n\nNote: pagination is currently not supported.", "key": "pageToken", "value": "" } ], "variable": [ { "id": "75cdc763-be7b-4aff-a8a0-a6bdf5d0e4b3", "key": "vault_id", "value": "", "description": "(Required) " } ] }, "description": "Returns the list of vault networks available for use." }, "response": [ { "id": "1e334177-3bde-43e1-adba-c4de79da3fc5", "name": "A successful response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v2/vaults/:vault_id/networks?pageSize=&pageToken=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "vaults", ":vault_id", "networks" ], "query": [ { "description": "Note: pagination is currently not supported.", "key": "pageSize", "value": "" }, { "description": "A page token, received from the previous list call as `nextPageToken`.\n\nNote: pagination is currently not supported.", "key": "pageToken", "value": "" } ], "variable": [ { "key": "vault_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"networks\": [\n {\n \"name\": \"\",\n \"displayName\": \"\",\n \"caipDetails\": {\n \"chainId\": \"\",\n \"namespace\": \"\",\n \"reference\": \"\"\n },\n \"testnet\": \"\",\n \"nativeAsset\": \"\",\n \"custom\": \"\",\n \"status\": \"DEPRECATED\"\n },\n {\n \"name\": \"\",\n \"displayName\": \"\",\n \"caipDetails\": {\n \"chainId\": \"\",\n \"namespace\": \"\",\n \"reference\": \"\"\n },\n \"testnet\": \"\",\n \"nativeAsset\": \"\",\n \"custom\": \"\",\n \"status\": \"DISABLED\"\n }\n ],\n \"nextPageToken\": \"\"\n}", "createdAt": "2026-07-28T03:26:26.000Z", "updatedAt": "2026-07-28T03:26:26.000Z", "uid": "35240-1e334177-3bde-43e1-adba-c4de79da3fc5" } ], "createdAt": "2026-07-28T03:26:26.000Z", "updatedAt": "2026-07-28T03:26:26.000Z", "uid": "35240-f652a607-76c3-47c4-9a96-271918c96c57" } ], "id": "b7851808-94b9-4219-b0b4-048716223a56", "createdAt": "2026-07-28T03:26:26.000Z", "updatedAt": "2026-07-28T03:26:26.000Z", "uid": "35240-b7851808-94b9-4219-b0b4-048716223a56" } ], "id": "16c24237-54ec-485b-94d5-f5be65b00f09", "createdAt": "2026-07-28T03:26:26.000Z", "updatedAt": "2026-07-28T03:26:26.000Z", "uid": "35240-16c24237-54ec-485b-94d5-f5be65b00f09" } ], "id": "b3beecaf-30dd-471e-b696-6ba7999aa339", "createdAt": "2026-07-28T03:26:26.000Z", "updatedAt": "2026-07-28T03:26:26.000Z", "uid": "35240-b3beecaf-30dd-471e-b696-6ba7999aa339" } ], "id": "f93581f2-ec50-4556-b8c3-997f08bb2fec", "createdAt": "2026-07-28T03:26:26.000Z", "updatedAt": "2026-07-28T03:26:26.000Z", "uid": "35240-f93581f2-ec50-4556-b8c3-997f08bb2fec" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.utila.io" } ] }