{ "info": { "_postman_id": "d017d7ac-180e-48ed-8a46-43719a055d50", "name": "Narmi Public account balances API", "description": "To read about Public API access and authentication, go to [API Overview](https://docs.narmi.com/docs/narmi-developer-docs/xl9dvbz84o11l-introduction).\n\nContact Support:\n Name: Narmi Support\n Email: support@narmi.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:15:38.000Z", "updatedAt": "2026-07-28T02:15:38.000Z", "lastUpdatedBy": "35240", "uid": "35240-d017d7ac-180e-48ed-8a46-43719a055d50" }, "item": [ { "name": "v1", "item": [ { "name": "account_balances", "item": [ { "name": "{uuid}", "item": [ { "name": "Retrieve account balances for an account", "id": "2ad22a70-b784-45d1-99f1-3508b0883edb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "banking:accounts:read banking:transactions:read banking:scheduled_transfers:read banking:scheduled_transfers:write banking:accounts:write banking:transactions:write banking:users:read banking:products:read banking:documents:read", "type": "string" }, { "key": "accessTokenUrl", "value": "/v2/oauth/token/", "type": "string" }, { "key": "authUrl", "value": "/v2/oauth/authorize/", "type": "string" }, { "key": "grant_type", "value": "authorization_code", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/account_balances/:uuid/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "account_balances", ":uuid", "" ], "variable": [ { "id": "bf302a4c-1966-43b6-ad3e-489b86cc33ea", "key": "uuid", "value": "", "description": "(Required) Account UUID for which to fetch balances, prepended with `'abl_'`" } ] }, "description": "Fetch the balances for an account as specified by its uuid. A caller may use this endpoint in order to update the balance totals for an account who's data has already been fetched. \n\nA full set of account data can be queried via accounts section.\n\nAll monetary values are represented in minor units, or the smallest unit of the currency with no decimal (e.g., cents). For example, $10.00 is represented as 1000.\n\n\n\nHow can we improve these docs? Share your feedback." }, "response": [ { "id": "2b79a320-e40c-4572-b953-7bd9990ffd84", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/account_balances/:uuid/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "account_balances", ":uuid", "" ], "variable": [ { "key": "uuid" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"account_balance\": {\n \"id\": \"\",\n \"account_id\": \"\",\n \"primary\": \"\",\n \"available\": \"\",\n \"ledger\": \"\",\n \"updated_at\": \"\"\n }\n}", "createdAt": "2026-07-28T02:15:38.000Z", "updatedAt": "2026-07-28T02:15:38.000Z", "uid": "35240-2b79a320-e40c-4572-b953-7bd9990ffd84" }, { "id": "f0dd9b34-d0f7-4f9b-bac3-d7cdcb9dcf3b", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/account_balances/:uuid/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "account_balances", ":uuid", "" ], "variable": [ { "key": "uuid" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"id\": \"not_found\"\n}", "createdAt": "2026-07-28T02:15:38.000Z", "updatedAt": "2026-07-28T02:15:38.000Z", "uid": "35240-f0dd9b34-d0f7-4f9b-bac3-d7cdcb9dcf3b" }, { "id": "dc979fe5-eb4f-4096-9b02-157e169b940c", "name": "Server side error. Typically an issue related to connecting to the core or a third party API.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/account_balances/:uuid/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "account_balances", ":uuid", "" ], "variable": [ { "key": "uuid" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:15:38.000Z", "updatedAt": "2026-07-28T02:15:38.000Z", "uid": "35240-dc979fe5-eb4f-4096-9b02-157e169b940c" } ], "createdAt": "2026-07-28T02:15:38.000Z", "updatedAt": "2026-07-28T02:15:38.000Z", "uid": "35240-2ad22a70-b784-45d1-99f1-3508b0883edb" } ], "id": "f6641d10-998a-4b0c-9828-9eacfa9bd5ac", "createdAt": "2026-07-28T02:15:38.000Z", "updatedAt": "2026-07-28T02:15:38.000Z", "uid": "35240-f6641d10-998a-4b0c-9828-9eacfa9bd5ac" }, { "name": "List account balances", "id": "0bde96e8-b5ad-4792-95f2-1f7586d6ed55", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "banking:accounts:read banking:transactions:read banking:scheduled_transfers:read banking:scheduled_transfers:write banking:accounts:write banking:transactions:write banking:users:read banking:products:read banking:documents:read", "type": "string" }, { "key": "accessTokenUrl", "value": "/v2/oauth/token/", "type": "string" }, { "key": "authUrl", "value": "/v2/oauth/authorize/", "type": "string" }, { "key": "grant_type", "value": "authorization_code", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/account_balances/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "account_balances", "" ] }, "description": "List the authenticated user's account balances for each account. A caller may use this endpoint in order to update the balance totals for an account who's data has already been fetched. \n\nA full set of account data can be queried via accounts section.\n\nAll monetary values are represented in minor units, or the smallest unit of the currency with no decimal (e.g., cents). For example, $10.00 is represented as 1000.\n\n\n\nHow can we improve these docs? Share your feedback." }, "response": [ { "id": "42741f08-e9ef-4fd9-b2ee-2483b586c454", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/account_balances/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "account_balances", "" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"account_balances\": [\n {\n \"id\": \"\",\n \"account_id\": \"\",\n \"primary\": \"\",\n \"available\": \"\",\n \"ledger\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"id\": \"\",\n \"account_id\": \"\",\n \"primary\": \"\",\n \"available\": \"\",\n \"ledger\": \"\",\n \"updated_at\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:15:38.000Z", "updatedAt": "2026-07-28T02:15:38.000Z", "uid": "35240-42741f08-e9ef-4fd9-b2ee-2483b586c454" }, { "id": "f06f8b3f-a9f5-4e19-8d42-015f2efee366", "name": "Server side error. Typically an issue related to connecting to the core or a third party API.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/account_balances/", "host": [ "{{baseUrl}}" ], "path": [ "v1", "account_balances", "" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:15:38.000Z", "updatedAt": "2026-07-28T02:15:38.000Z", "uid": "35240-f06f8b3f-a9f5-4e19-8d42-015f2efee366" } ], "createdAt": "2026-07-28T02:15:38.000Z", "updatedAt": "2026-07-28T02:15:38.000Z", "uid": "35240-0bde96e8-b5ad-4792-95f2-1f7586d6ed55" } ], "id": "ad0347aa-5a0d-4d28-b27f-3ff8d4d6e60b", "createdAt": "2026-07-28T02:15:38.000Z", "updatedAt": "2026-07-28T02:15:38.000Z", "uid": "35240-ad0347aa-5a0d-4d28-b27f-3ff8d4d6e60b" } ], "id": "1d6a9b97-2262-44e7-8695-4fadf56ad675", "createdAt": "2026-07-28T02:15:38.000Z", "updatedAt": "2026-07-28T02:15:38.000Z", "uid": "35240-1d6a9b97-2262-44e7-8695-4fadf56ad675" } ], "variable": [ { "key": "baseUrl", "value": "https://api.sandbox.narmi.dev/" } ] }