{"info":{"_postman_id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","name":"Bluum Finance Investment and AI Wealth Management API","description":"<html><head></head><body><p>The Bluum Finance API provides embeddable investment experiences, allowing Fintechs to manage client accounts, facilitate trading, handle document uploads, and manage wallet operations.</p>\n<h3 id=\"authentication\">Authentication</h3>\n<p>This API uses <strong>HTTP Basic Authentication</strong> where the <strong>API Key</strong> is used as the username and the <strong>API Secret</strong> is used as the password. The client must Base64 encode the string <code>API_KEY:API_SECRET</code> and send it in the <code>Authorization</code> header.</p>\n<h3 id=\"authentication-1\">Authentication</h3>\n<p>This API uses <strong>HTTP Basic Authentication</strong> where the <strong>API Key</strong> is used as the username and the <strong>API Secret</strong> is used as the password. The client must Base64 encode the string <code>API_KEY:API_SECRET</code> and send it in the <code>Authorization</code> header.</p>\n<h3 id=\"source\">Source</h3>\n<p>Generated from OpenAPI spec at: <a href=\"https://test-service.bluumfinance.com/v1/openapi\">https://test-service.bluumfinance.com/v1/openapi</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"40898431","collectionId":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","publishedId":"2sBXVo97hh","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-01-30T00:40:24.000Z"},"item":[{"name":"Accounts","item":[{"name":"List all user accounts","id":"3abe8af5-38e5-40b2-9998-b70009e572e4","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://test-service.bluumfinance.com/v1/accounts","description":"<p>List all user accounts</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{API_KEY}}"},{"key":"password","value":"{{API_SECRET}}"}]},"isInherited":true,"source":{"_postman_id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","name":"Bluum Finance Investment and AI Wealth Management API","type":"collection"}},"urlObject":{"path":["accounts"],"host":["https://test-service.bluumfinance.com/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"3abe8af5-38e5-40b2-9998-b70009e572e4"},{"name":"Create a new investment account","id":"a12872d8-6d8c-432c-a5e7-63928c6655b2","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Idempotency-Key","value":"79dc6f43-5046-4f0a-9c89-c015804cb0ea","description":"<p>A unique key to ensure idempotency of the request</p>\n"}],"body":{"mode":"raw","raw":"{\n  \"account_type\": \"trading\",\n  \"contact\": {\n    \"email_address\": \"john.doe@example.com\",\n    \"phone_number\": \"+15555555555\",\n    \"street_address\": [\n      \"123 Main St\"\n    ],\n    \"city\": \"Berkeley\",\n    \"state\": \"CA\",\n    \"postal_code\": \"94704\",\n    \"country\": \"US\"\n  },\n  \"identity\": {\n    \"first_name\": \"Tosin\",\n    \"last_name\": \"Oladok\",\n    \"date_of_birth\": \"1980-01-01\",\n    \"tax_id\": \"123-45-6781\",\n    \"tax_id_type\": \"SSN\",\n    \"country_of_citizenship\": \"NG\",\n    \"country_of_birth\": \"NG\",\n    \"country_of_tax_residence\": \"NG\",\n    \"funding_source\": [\n      \"employment_income\"\n    ]\n  },\n  \"disclosures\": {\n    \"is_control_person\": false,\n    \"is_affiliated_exchange_or_finra\": false,\n    \"is_politically_exposed\": false,\n    \"immediate_family_exposed\": false\n  },\n  \"agreements\": [\n    {\n      \"agreement\": \"account_agreement\",\n      \"agreed\": true,\n      \"signed_at\": \"2025-10-17T18:00:00Z\",\n      \"ip_address\": \"127.0.0.1\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://test-service.bluumfinance.com/v1/accounts","description":"<p>Embed users only - Creates a new investment account. The account will be created with PENDING status and undergo approval.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{API_KEY}}"},{"key":"password","value":"{{API_SECRET}}"}]},"isInherited":true,"source":{"_postman_id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","name":"Bluum Finance Investment and AI Wealth Management API","type":"collection"}},"urlObject":{"path":["accounts"],"host":["https://test-service.bluumfinance.com/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"a12872d8-6d8c-432c-a5e7-63928c6655b2"},{"name":"Retrieve a specific account","id":"a6ee6772-a509-4c2f-b457-ebb58aec2d16","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://test-service.bluumfinance.com/v1/accounts/:account_id","description":"<p>Retrieve a specific account</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{API_KEY}}"},{"key":"password","value":"{{API_SECRET}}"}]},"isInherited":true,"source":{"_postman_id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","name":"Bluum Finance Investment and AI Wealth Management API","type":"collection"}},"urlObject":{"path":["accounts",":account_id"],"host":["https://test-service.bluumfinance.com/v1"],"query":[],"variable":[{"id":"215d42e1-6d57-4974-bdba-60ebecd713fe","description":{"content":"<p>The account_id</p>\n","type":"text/plain"},"type":"any","value":"acc_a1b2c3d4e5f6g7h8","key":"account_id"}]}},"response":[],"_postman_id":"a6ee6772-a509-4c2f-b457-ebb58aec2d16"}],"id":"02c35842-43c7-4034-8448-dd7dddb4ce3b","description":"<p>Endpoints for accounts</p>\n","_postman_id":"02c35842-43c7-4034-8448-dd7dddb4ce3b","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{API_KEY}}"},{"key":"password","value":"{{API_SECRET}}"}]},"isInherited":true,"source":{"_postman_id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","name":"Bluum Finance Investment and AI Wealth Management API","type":"collection"}}},{"name":"Document Management","item":[{"name":"Upload a document for an account","id":"92e37543-bc1f-4d41-a01c-2d34d5868118","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Idempotency-Key","value":"79dc6f43-5046-4f0a-9c89-c015804cb0ea","description":"<p>A unique key to ensure idempotency of the request</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"document_type","value":"identity_verification","description":"<p>Type of document: identity_verification, address_verification, tax_document, account_statement, other</p>\n","type":"text"},{"key":"document_sub_type","value":"passport","description":"<p>Sub-type of document: passport, drivers_license, national_id, utility_bill, bank_statement, tax_return, w2, other</p>\n","type":"text"},{"key":"file","description":"<p>The document file to upload (PDF, JPG, PNG)</p>\n","type":"file","value":""}]},"url":"https://test-service.bluumfinance.com/v1/documents/accounts/:account_id/upload","description":"<p>Upload a document for an account</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{API_KEY}}"},{"key":"password","value":"{{API_SECRET}}"}]},"isInherited":true,"source":{"_postman_id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","name":"Bluum Finance Investment and AI Wealth Management API","type":"collection"}},"urlObject":{"path":["documents","accounts",":account_id","upload"],"host":["https://test-service.bluumfinance.com/v1"],"query":[],"variable":[{"id":"636d93ea-7c7f-49b2-af54-52a217c3ed79","description":{"content":"<p>The account_id</p>\n","type":"text/plain"},"type":"any","value":"3d0b0e65-35d3-4dcd-8df7-10286ebb4b4b","key":"account_id"}]}},"response":[],"_postman_id":"92e37543-bc1f-4d41-a01c-2d34d5868118"},{"name":"List documents for an account","id":"fca08188-091d-4eeb-9bdc-b4ec65c50c99","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://test-service.bluumfinance.com/v1/documents/accounts/:account_id/upload","description":"<p>List documents for an account</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{API_KEY}}"},{"key":"password","value":"{{API_SECRET}}"}]},"isInherited":true,"source":{"_postman_id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","name":"Bluum Finance Investment and AI Wealth Management API","type":"collection"}},"urlObject":{"path":["documents","accounts",":account_id","upload"],"host":["https://test-service.bluumfinance.com/v1"],"query":[{"disabled":true,"key":"document_type","value":""},{"disabled":true,"key":"status","value":""}],"variable":[{"id":"c6740bce-85f6-4ef9-bf6c-fe0365ec4949","description":{"content":"<p>The account_id</p>\n","type":"text/plain"},"type":"any","value":"3d0b0e65-35d3-4dcd-8df7-10286ebb4b4b","key":"account_id"}]}},"response":[],"_postman_id":"fca08188-091d-4eeb-9bdc-b4ec65c50c99"},{"name":"Retrieve a specific document","id":"55ff9fdb-3934-4e2e-b385-d486b7f92c05","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://test-service.bluumfinance.com/v1/documents/:document_id","description":"<p>Retrieve a specific document</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{API_KEY}}"},{"key":"password","value":"{{API_SECRET}}"}]},"isInherited":true,"source":{"_postman_id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","name":"Bluum Finance Investment and AI Wealth Management API","type":"collection"}},"urlObject":{"path":["documents",":document_id"],"host":["https://test-service.bluumfinance.com/v1"],"query":[],"variable":[{"id":"ae839cad-20d4-478b-a128-70acd3877f83","description":{"content":"<p>The document_id</p>\n","type":"text/plain"},"type":"any","value":"doc_a1b2c3d4e5f6g7h8","key":"document_id"}]}},"response":[],"_postman_id":"55ff9fdb-3934-4e2e-b385-d486b7f92c05"},{"name":"Delete a document","id":"8467f685-beb4-4e4a-8a05-887407520ac0","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://test-service.bluumfinance.com/v1/documents/:document_id","description":"<p>Delete a document</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{API_KEY}}"},{"key":"password","value":"{{API_SECRET}}"}]},"isInherited":true,"source":{"_postman_id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","name":"Bluum Finance Investment and AI Wealth Management API","type":"collection"}},"urlObject":{"path":["documents",":document_id"],"host":["https://test-service.bluumfinance.com/v1"],"query":[],"variable":[{"id":"c343f7ec-d046-431d-a4d5-fdba039ebbae","description":{"content":"<p>The document_id</p>\n","type":"text/plain"},"type":"any","value":"doc_a1b2c3d4e5f6g7h8","key":"document_id"}]}},"response":[],"_postman_id":"8467f685-beb4-4e4a-8a05-887407520ac0"}],"id":"6744e7a4-c5db-4718-9185-81f0107d251e","description":"<p>Endpoints for document management</p>\n","_postman_id":"6744e7a4-c5db-4718-9185-81f0107d251e","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{API_KEY}}"},{"key":"password","value":"{{API_SECRET}}"}]},"isInherited":true,"source":{"_postman_id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","name":"Bluum Finance Investment and AI Wealth Management API","type":"collection"}}},{"name":"Transfers","item":[{"name":"Initiate a new deposit","id":"d9379361-8703-4f48-8ce5-bcc041d2684a","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Idempotency-Key","value":"79dc6f43-5046-4f0a-9c89-c015804cb0ea"}],"body":{"mode":"raw","raw":"{\n  \"amount\": \"1000.00\",\n  \"currency\": \"USD\",\n  \"method\": \"manual_bank_transfer\",\n  \"description\": \"Initial funding\",\n  \"manual_options\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://test-service.bluumfinance.com/v1/accounts/:account_id/deposits","description":"<p>Initiate a new deposit</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{API_KEY}}"},{"key":"password","value":"{{API_SECRET}}"}]},"isInherited":true,"source":{"_postman_id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","name":"Bluum Finance Investment and AI Wealth Management API","type":"collection"}},"urlObject":{"path":["accounts",":account_id","deposits"],"host":["https://test-service.bluumfinance.com/v1"],"query":[],"variable":[{"id":"73528a47-1706-4ca9-ad08-0303ce7af0f0","description":{"content":"<p>The account_id</p>\n","type":"text/plain"},"type":"any","value":"3d0b0e65-35d3-4dcd-8df7-10286ebb4b4b","key":"account_id"}]}},"response":[{"id":"3faf5317-d1c8-4da7-8528-88c856aa2f5d","name":"Success - 201","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Idempotency-Key","value":"79dc6f43-5046-4f0a-9c89-c015804cb0ea"}],"body":{"mode":"raw","raw":"{\n  \"amount\": \"1000.00\",\n  \"currency\": \"USD\",\n  \"method\": \"manual_bank_transfer\",\n  \"description\": \"Initial funding\",\n  \"manual_options\": {}\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://test-service.bluumfinance.com/v1/accounts/:account_id/deposits","host":["https://test-service.bluumfinance.com/v1"],"path":["accounts",":account_id","deposits"],"variable":[{"key":"account_id","value":"3d0b0e65-35d3-4dcd-8df7-10286ebb4b4b","description":"The account_id"}]},"description":"Initiate a new deposit"},"status":"OK","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"deposit_id\": \"dep_a1b2c3d4e5f6g7h8\",\n  \"account_id\": \"3d0b0e65-35d3-4dcd-8df7-10286ebb4b4b\",\n  \"wallet_id\": \"wal_x1y2z3a4b5c6d7e8\",\n  \"method\": \"manual_bank_transfer\",\n  \"status\": \"pending\",\n  \"amount\": \"1000.00\",\n  \"currency\": \"USD\",\n  \"description\": \"Initial funding\",\n  \"created_at\": \"2026-01-15T09:00:00.000Z\"\n}"}],"_postman_id":"d9379361-8703-4f48-8ce5-bcc041d2684a"},{"name":"List deposits for an account","id":"90c40ae6-25d1-4a11-81dc-25e1fd66d7c0","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://test-service.bluumfinance.com/v1/accounts/:account_id/deposits","description":"<p>List deposits for an account</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{API_KEY}}"},{"key":"password","value":"{{API_SECRET}}"}]},"isInherited":true,"source":{"_postman_id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","name":"Bluum Finance Investment and AI Wealth Management API","type":"collection"}},"urlObject":{"path":["accounts",":account_id","deposits"],"host":["https://test-service.bluumfinance.com/v1"],"query":[],"variable":[{"id":"133e36bc-1ee5-41da-8baa-c242bdbed024","description":{"content":"<p>The account_id</p>\n","type":"text/plain"},"type":"any","value":"3d0b0e65-35d3-4dcd-8df7-10286ebb4b4b","key":"account_id"}]}},"response":[{"id":"e6f42ba6-bc7b-4260-8853-45cf3ca6ecb5","name":"Success - 200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://test-service.bluumfinance.com/v1/accounts/:account_id/deposits","host":["https://test-service.bluumfinance.com/v1"],"path":["accounts",":account_id","deposits"],"variable":[{"key":"account_id","value":"3d0b0e65-35d3-4dcd-8df7-10286ebb4b4b","description":"The account_id"}]},"description":"List deposits for an account"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"deposits\": [\n    {\n      \"deposit_id\": \"dep_a1b2c3d4e5f6g7h8\",\n      \"account_id\": \"3d0b0e65-35d3-4dcd-8df7-10286ebb4b4b\",\n      \"status\": \"pending\",\n      \"amount\": \"1000.00\",\n      \"currency\": \"USD\"\n    }\n  ],\n  \"total\": 1\n}"}],"_postman_id":"90c40ae6-25d1-4a11-81dc-25e1fd66d7c0"},{"name":"Get deposit details","id":"123eb1e4-de9f-4a87-81e2-fb3fc88e5599","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://test-service.bluumfinance.com/v1/accounts/:account_id/deposits/:deposit_id","description":"<p>Get deposit details</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{API_KEY}}"},{"key":"password","value":"{{API_SECRET}}"}]},"isInherited":true,"source":{"_postman_id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","name":"Bluum Finance Investment and AI Wealth Management API","type":"collection"}},"urlObject":{"path":["accounts",":account_id","deposits",":deposit_id"],"host":["https://test-service.bluumfinance.com/v1"],"query":[],"variable":[{"id":"cb7d4f5b-fe4b-465e-aa73-94a0db7433e6","description":{"content":"<p>The account_id</p>\n","type":"text/plain"},"type":"any","value":"3d0b0e65-35d3-4dcd-8df7-10286ebb4b4b","key":"account_id"},{"id":"53f374c8-d71c-4890-8f75-0a7aedf19163","description":{"content":"<p>The deposit_id</p>\n","type":"text/plain"},"type":"any","value":"","key":"deposit_id"}]}},"response":[{"id":"ed1ff400-f47c-47ad-84da-3e85f0392487","name":"Success - 200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://test-service.bluumfinance.com/v1/accounts/:account_id/deposits/:deposit_id","host":["https://test-service.bluumfinance.com/v1"],"path":["accounts",":account_id","deposits",":deposit_id"],"variable":[{"key":"account_id","value":"3d0b0e65-35d3-4dcd-8df7-10286ebb4b4b","description":"The account_id"},{"key":"deposit_id","value":"","description":"The deposit_id"}]},"description":"Get deposit details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"deposit_id\": \"dep_a1b2c3d4e5f6g7h8\",\n  \"account_id\": \"3d0b0e65-35d3-4dcd-8df7-10286ebb4b4b\",\n  \"wallet_id\": \"wal_x1y2z3a4b5c6d7e8\",\n  \"method\": \"manual_bank_transfer\",\n  \"status\": \"completed\",\n  \"amount\": \"1000.00\",\n  \"currency\": \"USD\",\n  \"created_at\": \"2026-01-15T09:00:00.000Z\"\n}"}],"_postman_id":"123eb1e4-de9f-4a87-81e2-fb3fc88e5599"},{"name":"Cancel a pending deposit","id":"71c9f137-99c8-4b8b-a30a-a17343887dbc","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Idempotency-Key","value":"79dc6f43-5046-4f0a-9c89-c015804cb0ea","description":"<p>A unique key to ensure idempotency of the request</p>\n"}],"url":"https://test-service.bluumfinance.com/v1/accounts/:account_id/deposits/:deposit_id/cancel","description":"<p>Cancel a pending deposit</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{API_KEY}}"},{"key":"password","value":"{{API_SECRET}}"}]},"isInherited":true,"source":{"_postman_id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","name":"Bluum Finance Investment and AI Wealth Management API","type":"collection"}},"urlObject":{"path":["accounts",":account_id","deposits",":deposit_id","cancel"],"host":["https://test-service.bluumfinance.com/v1"],"query":[],"variable":[{"id":"3b65383a-a7c6-410d-9a4f-ef9fb87ec3e9","description":{"content":"<p>The account_id</p>\n","type":"text/plain"},"type":"any","value":"3d0b0e65-35d3-4dcd-8df7-10286ebb4b4b","key":"account_id"},{"id":"143e4e03-578d-4360-a600-398336cccd01","description":{"content":"<p>The deposit_id</p>\n","type":"text/plain"},"type":"any","value":"","key":"deposit_id"}]}},"response":[{"id":"e0bc39ff-eb6f-44c5-a82e-480495944379","name":"Success - 200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Idempotency-Key","value":"79dc6f43-5046-4f0a-9c89-c015804cb0ea","description":"A unique key to ensure idempotency of the request"}],"url":{"raw":"https://test-service.bluumfinance.com/v1/accounts/:account_id/deposits/:deposit_id/cancel","host":["https://test-service.bluumfinance.com/v1"],"path":["accounts",":account_id","deposits",":deposit_id","cancel"],"variable":[{"key":"account_id","value":"3d0b0e65-35d3-4dcd-8df7-10286ebb4b4b","description":"The account_id"},{"key":"deposit_id","value":"","description":"The deposit_id"}]},"description":"Cancel a pending deposit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"deposit_id\": \"dep_a1b2c3d4e5f6g7h8\",\n  \"account_id\": \"3d0b0e65-35d3-4dcd-8df7-10286ebb4b4b\",\n  \"status\": \"canceled\",\n  \"amount\": \"1000.00\",\n  \"currency\": \"USD\",\n  \"created_at\": \"2026-01-15T09:00:00.000Z\"\n}"}],"_postman_id":"71c9f137-99c8-4b8b-a30a-a17343887dbc"},{"name":"Get withdrawal details","id":"5c7fea57-6d02-4149-bb99-09f10737536b","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://test-service.bluumfinance.com/v1/accounts/:account_id/withdrawals/:withdrawal_id","description":"<p>Get withdrawal details</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{API_KEY}}"},{"key":"password","value":"{{API_SECRET}}"}]},"isInherited":true,"source":{"_postman_id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","name":"Bluum Finance Investment and AI Wealth Management API","type":"collection"}},"urlObject":{"path":["accounts",":account_id","withdrawals",":withdrawal_id"],"host":["https://test-service.bluumfinance.com/v1"],"query":[],"variable":[{"id":"2df4839e-bbb5-4247-949d-aee9fc554c4a","description":{"content":"<p>The account_id</p>\n","type":"text/plain"},"type":"any","value":"3d0b0e65-35d3-4dcd-8df7-10286ebb4b4b","key":"account_id"},{"id":"5f4abd0e-8cdc-4cb2-a0f0-c70a7155a56c","description":{"content":"<p>The withdrawal_id</p>\n","type":"text/plain"},"type":"any","value":"","key":"withdrawal_id"}]}},"response":[{"id":"82f45e82-f1c9-4718-bb0e-ae0159e1a1b6","name":"Success - 200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://test-service.bluumfinance.com/v1/accounts/:account_id/withdrawals/:withdrawal_id","host":["https://test-service.bluumfinance.com/v1"],"path":["accounts",":account_id","withdrawals",":withdrawal_id"],"variable":[{"key":"account_id","value":"3d0b0e65-35d3-4dcd-8df7-10286ebb4b4b","description":"The account_id"},{"key":"withdrawal_id","value":"","description":"The withdrawal_id"}]},"description":"Get withdrawal details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"withdrawal_id\": \"wdr_a1b2c3d4e5f6g7h8\",\n  \"account_id\": \"3d0b0e65-35d3-4dcd-8df7-10286ebb4b4b\",\n  \"wallet_id\": \"wal_x1y2z3a4b5c6d7e8\",\n  \"method\": \"ach_plaid\",\n  \"status\": \"completed\",\n  \"amount\": \"500.00\",\n  \"currency\": \"USD\",\n  \"created_at\": \"2026-01-17T08:00:00.000Z\"\n}"}],"_postman_id":"5c7fea57-6d02-4149-bb99-09f10737536b"},{"name":"Cancel a pending withdrawal","id":"e2e4cd72-5587-4f13-9fce-38bfd33bce8c","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Idempotency-Key","value":"79dc6f43-5046-4f0a-9c89-c015804cb0ea","description":"<p>A unique key to ensure idempotency of the request</p>\n"}],"url":"https://test-service.bluumfinance.com/v1/accounts/:account_id/withdrawals/:withdrawal_id/cancel","description":"<p>Cancel a pending withdrawal</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{API_KEY}}"},{"key":"password","value":"{{API_SECRET}}"}]},"isInherited":true,"source":{"_postman_id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","name":"Bluum Finance Investment and AI Wealth Management API","type":"collection"}},"urlObject":{"path":["accounts",":account_id","withdrawals",":withdrawal_id","cancel"],"host":["https://test-service.bluumfinance.com/v1"],"query":[],"variable":[{"id":"3193bf1a-7638-45b1-9192-2849798629dc","description":{"content":"<p>The account_id</p>\n","type":"text/plain"},"type":"any","value":"3d0b0e65-35d3-4dcd-8df7-10286ebb4b4b","key":"account_id"},{"id":"fd78e781-4262-49f3-a4a5-6fe6b7236fcc","description":{"content":"<p>The withdrawal_id</p>\n","type":"text/plain"},"type":"any","value":"","key":"withdrawal_id"}]}},"response":[{"id":"d4247bd2-88fe-4599-b9d7-da85c467d321","name":"Success - 200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Idempotency-Key","value":"79dc6f43-5046-4f0a-9c89-c015804cb0ea","description":"A unique key to ensure idempotency of the request"}],"url":{"raw":"https://test-service.bluumfinance.com/v1/accounts/:account_id/withdrawals/:withdrawal_id/cancel","host":["https://test-service.bluumfinance.com/v1"],"path":["accounts",":account_id","withdrawals",":withdrawal_id","cancel"],"variable":[{"key":"account_id","value":"3d0b0e65-35d3-4dcd-8df7-10286ebb4b4b","description":"The account_id"},{"key":"withdrawal_id","value":"","description":"The withdrawal_id"}]},"description":"Cancel a pending withdrawal"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"withdrawal_id\": \"wdr_a1b2c3d4e5f6g7h8\",\n  \"account_id\": \"3d0b0e65-35d3-4dcd-8df7-10286ebb4b4b\",\n  \"status\": \"canceled\",\n  \"amount\": \"500.00\",\n  \"currency\": \"USD\",\n  \"created_at\": \"2026-01-17T08:00:00.000Z\"\n}"}],"_postman_id":"e2e4cd72-5587-4f13-9fce-38bfd33bce8c"}],"id":"db61ef96-b75f-46c2-8e8d-13c76f3519ae","description":"<p>Endpoints for transfers</p>\n","_postman_id":"db61ef96-b75f-46c2-8e8d-13c76f3519ae","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{API_KEY}}"},{"key":"password","value":"{{API_SECRET}}"}]},"isInherited":true,"source":{"_postman_id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","name":"Bluum Finance Investment and AI Wealth Management API","type":"collection"}}},{"name":"Funding Sources","item":[{"name":"Disconnect a funding source","id":"fded672d-c44c-43b9-bc29-ac03f3338fd6","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://test-service.bluumfinance.com/v1/accounts/:account_id/funding-sources/:id","description":"<p>Disconnect a funding source</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{API_KEY}}"},{"key":"password","value":"{{API_SECRET}}"}]},"isInherited":true,"source":{"_postman_id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","name":"Bluum Finance Investment and AI Wealth Management API","type":"collection"}},"urlObject":{"path":["accounts",":account_id","funding-sources",":id"],"host":["https://test-service.bluumfinance.com/v1"],"query":[],"variable":[{"id":"f05f69a8-06bb-4e5b-8d4e-70a1f66103f3","description":{"content":"<p>The account_id</p>\n","type":"text/plain"},"type":"any","value":"3d0b0e65-35d3-4dcd-8df7-10286ebb4b4b","key":"account_id"},{"id":"f2d7cc80-8b80-4333-9377-f5407953152c","description":{"content":"<p>The id</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"e80c058d-9075-412e-9be5-be77cfc89c5a","name":"Success - 200","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://test-service.bluumfinance.com/v1/accounts/:account_id/funding-sources/:id","host":["https://test-service.bluumfinance.com/v1"],"path":["accounts",":account_id","funding-sources",":id"],"variable":[{"key":"account_id","value":"3d0b0e65-35d3-4dcd-8df7-10286ebb4b4b","description":"The account_id"},{"key":"id","value":"","description":"The id"}]},"description":"Disconnect a funding source"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"success\",\n  \"message\": \"Funding source disconnected successfully\"\n}"}],"_postman_id":"fded672d-c44c-43b9-bc29-ac03f3338fd6"},{"name":"Create a Plaid Link token","id":"2998c91e-7641-4784-bc9e-fec760e2b224","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Idempotency-Key","value":"79dc6f43-5046-4f0a-9c89-c015804cb0ea","description":"<p>A unique key to ensure idempotency of the request</p>\n"}],"body":{"mode":"raw","raw":"{\n  \"enable_hosted_link\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://test-service.bluumfinance.com/v1/accounts/:account_id/funding-sources/plaid/link-token","description":"<p>Create a Plaid Link token</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{API_KEY}}"},{"key":"password","value":"{{API_SECRET}}"}]},"isInherited":true,"source":{"_postman_id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","name":"Bluum Finance Investment and AI Wealth Management API","type":"collection"}},"urlObject":{"path":["accounts",":account_id","funding-sources","plaid","link-token"],"host":["https://test-service.bluumfinance.com/v1"],"query":[],"variable":[{"id":"b460562b-54e4-4f5a-ba46-9e1125709a72","description":{"content":"<p>The account_id</p>\n","type":"text/plain"},"type":"any","value":"3d0b0e65-35d3-4dcd-8df7-10286ebb4b4b","key":"account_id"}]}},"response":[{"id":"8c1c0182-1054-4cbc-a488-5de211baefa9","name":"Success - 200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Idempotency-Key","value":"79dc6f43-5046-4f0a-9c89-c015804cb0ea","description":"A unique key to ensure idempotency of the request"}],"url":{"raw":"https://test-service.bluumfinance.com/v1/accounts/:account_id/funding-sources/plaid/link-token","host":["https://test-service.bluumfinance.com/v1"],"path":["accounts",":account_id","funding-sources","plaid","link-token"],"variable":[{"key":"account_id","value":"3d0b0e65-35d3-4dcd-8df7-10286ebb4b4b","description":"The account_id"}]},"description":"Create a Plaid Link token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"success\",\n  \"data\": {\n    \"link_token\": \"link-production-abc123def456\",\n    \"hosted_link_url\": null\n  }\n}"}],"_postman_id":"2998c91e-7641-4784-bc9e-fec760e2b224"},{"name":"Connect a bank account via Plaid","id":"4f8b99f3-b92d-4741-b9ff-5d658dd38f4f","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Idempotency-Key","value":"79dc6f43-5046-4f0a-9c89-c015804cb0ea","description":"<p>A unique key to ensure idempotency of the request</p>\n"}],"body":{"mode":"raw","raw":"{\n  \"public_token\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://test-service.bluumfinance.com/v1/accounts/:account_id/funding-sources/plaid/connect","description":"<p>Connect a bank account via Plaid</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{API_KEY}}"},{"key":"password","value":"{{API_SECRET}}"}]},"isInherited":true,"source":{"_postman_id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","name":"Bluum Finance Investment and AI Wealth Management API","type":"collection"}},"urlObject":{"path":["accounts",":account_id","funding-sources","plaid","connect"],"host":["https://test-service.bluumfinance.com/v1"],"query":[],"variable":[{"id":"aee14975-c17d-4757-af84-6e6dfc2550bf","description":{"content":"<p>The account_id</p>\n","type":"text/plain"},"type":"any","value":"3d0b0e65-35d3-4dcd-8df7-10286ebb4b4b","key":"account_id"}]}},"response":[{"id":"e6ba2ba0-fda7-47a7-928b-86cbbd5edc36","name":"Success - 200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Idempotency-Key","value":"79dc6f43-5046-4f0a-9c89-c015804cb0ea","description":"A unique key to ensure idempotency of the request"}],"body":{"mode":"raw","raw":"{\n  \"public_token\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://test-service.bluumfinance.com/v1/accounts/:account_id/funding-sources/plaid/connect","host":["https://test-service.bluumfinance.com/v1"],"path":["accounts",":account_id","funding-sources","plaid","connect"],"variable":[{"key":"account_id","value":"3d0b0e65-35d3-4dcd-8df7-10286ebb4b4b","description":"The account_id"}]},"description":"Connect a bank account via Plaid"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"success\",\n  \"message\": \"Account connected successfully\",\n  \"data\": {\n    \"item\": {\n      \"id\": \"123e4567-e89b-12d3-a456-426614174000\",\n      \"itemId\": \"item_abc123\",\n      \"institutionName\": \"Chase Bank\",\n      \"status\": \"ACTIVE\",\n      \"accounts\": [],\n      \"createdAt\": \"2026-01-22T10:30:00Z\"\n    }\n  }\n}"}],"_postman_id":"4f8b99f3-b92d-4741-b9ff-5d658dd38f4f"}],"id":"6b5d8495-5442-4752-b757-06c02680f9ac","description":"<p>Endpoints for funding sources</p>\n","_postman_id":"6b5d8495-5442-4752-b757-06c02680f9ac","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{API_KEY}}"},{"key":"password","value":"{{API_SECRET}}"}]},"isInherited":true,"source":{"_postman_id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","name":"Bluum Finance Investment and AI Wealth Management API","type":"collection"}}},{"name":"Trading","item":[{"name":"Place a new investment order","id":"6772f145-e505-4d68-b8f8-0cdaebba1716","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Idempotency-Key","value":"79dc6f43-5046-4f0a-9c89-c015804cb0ea","description":"<p>A unique key to ensure idempotency of the request</p>\n"}],"body":{"mode":"raw","raw":"{\n  \"symbol\": \"AAPL\",\n  \"qty\": \"10\",\n  \"side\": \"buy\",\n  \"type\": \"market\",\n  \"time_in_force\": \"day\"\n}","options":{"raw":{"language":"json"}}},"url":"https://test-service.bluumfinance.com/v1/trading/accounts/:account_id/orders","description":"<p>Place a new investment order</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{API_KEY}}"},{"key":"password","value":"{{API_SECRET}}"}]},"isInherited":true,"source":{"_postman_id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","name":"Bluum Finance Investment and AI Wealth Management API","type":"collection"}},"urlObject":{"path":["trading","accounts",":account_id","orders"],"host":["https://test-service.bluumfinance.com/v1"],"query":[],"variable":[{"id":"4fd059a7-d267-4c28-b769-1e10cbfb929b","description":{"content":"<p>The account_id</p>\n","type":"text/plain"},"type":"any","value":"3d0b0e65-35d3-4dcd-8df7-10286ebb4b4b","key":"account_id"}]}},"response":[],"_postman_id":"6772f145-e505-4d68-b8f8-0cdaebba1716"},{"name":"List orders for an account","id":"dcc36306-e77d-4812-bc6c-fd1604c13239","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://test-service.bluumfinance.com/v1/trading/accounts/:account_id/orders","description":"<p>List orders for an account</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{API_KEY}}"},{"key":"password","value":"{{API_SECRET}}"}]},"isInherited":true,"source":{"_postman_id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","name":"Bluum Finance Investment and AI Wealth Management API","type":"collection"}},"urlObject":{"path":["trading","accounts",":account_id","orders"],"host":["https://test-service.bluumfinance.com/v1"],"query":[{"disabled":true,"key":"status","value":""},{"disabled":true,"key":"symbol","value":""},{"disabled":true,"key":"side","value":""},{"disabled":true,"key":"limit","value":"50"},{"disabled":true,"key":"offset","value":""}],"variable":[{"id":"93ae595e-b903-4641-a423-5f6e65795826","description":{"content":"<p>The account_id</p>\n","type":"text/plain"},"type":"any","value":"3d0b0e65-35d3-4dcd-8df7-10286ebb4b4b","key":"account_id"}]}},"response":[],"_postman_id":"dcc36306-e77d-4812-bc6c-fd1604c13239"},{"name":"Retrieve a specific trade order","id":"8dd2e61b-3347-45b2-96c3-41a4658e99b6","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://test-service.bluumfinance.com/v1/trading/orders/:order_id","description":"<p>Retrieve a specific trade order</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{API_KEY}}"},{"key":"password","value":"{{API_SECRET}}"}]},"isInherited":true,"source":{"_postman_id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","name":"Bluum Finance Investment and AI Wealth Management API","type":"collection"}},"urlObject":{"path":["trading","orders",":order_id"],"host":["https://test-service.bluumfinance.com/v1"],"query":[],"variable":[{"id":"044703f3-f639-4013-bf9b-9f7724de2e60","description":{"content":"<p>The order_id</p>\n","type":"text/plain"},"type":"any","value":"ord_x9y8z7a6b5c4d3e2","key":"order_id"}]}},"response":[],"_postman_id":"8dd2e61b-3347-45b2-96c3-41a4658e99b6"}],"id":"c998c232-d1fa-45de-9f10-42817365f489","description":"<p>Endpoints for trading</p>\n","_postman_id":"c998c232-d1fa-45de-9f10-42817365f489","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{API_KEY}}"},{"key":"password","value":"{{API_SECRET}}"}]},"isInherited":true,"source":{"_postman_id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","name":"Bluum Finance Investment and AI Wealth Management API","type":"collection"}}},{"name":"Positions","item":[{"name":"List all positions for an account","id":"b9be5938-5489-4a17-bc46-3ee0a34efa84","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://test-service.bluumfinance.com/v1/trading/accounts/:account_id/positions","description":"<p>List all positions for an account</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{API_KEY}}"},{"key":"password","value":"{{API_SECRET}}"}]},"isInherited":true,"source":{"_postman_id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","name":"Bluum Finance Investment and AI Wealth Management API","type":"collection"}},"urlObject":{"path":["trading","accounts",":account_id","positions"],"host":["https://test-service.bluumfinance.com/v1"],"query":[],"variable":[{"id":"41d21697-5de3-4bb7-9f95-7eb822a85e26","description":{"content":"<p>The account_id</p>\n","type":"text/plain"},"type":"any","value":"da0333c6-b1b5-4c5e-ae67-a51604e7059d","key":"account_id"}]}},"response":[{"id":"ad718302-567d-41c5-bd57-92bc94a89723","name":"Success - 200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://test-service.bluumfinance.com/v1/trading/accounts/:account_id/positions","host":["https://test-service.bluumfinance.com/v1"],"path":["trading","accounts",":account_id","positions"],"variable":[{"key":"account_id","value":"da0333c6-b1b5-4c5e-ae67-a51604e7059d","description":"The account_id"}]},"description":"List all positions for an account"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"727c1d92-855f-4ae1-9bc1-959179b5e57e\",\n    \"account_id\": \"da0333c6-b1b5-4c5e-ae67-a51604e7059d\",\n    \"symbol\": \"AAPL\",\n    \"asset_id\": \"c83e6841-3621-4e9a-946f-78559cf08fe0\",\n    \"quantity\": \"0.0000\",\n    \"average_cost_basis\": \"270.5800\",\n    \"total_cost_basis\": \"400.00\",\n    \"current_price\": \"175.0000\",\n    \"last_transaction_at\": \"2026-01-02T20:40:18.976Z\",\n    \"created_at\": \"2026-01-02T20:40:18.977Z\",\n    \"updated_at\": \"2026-01-02T20:40:18.977Z\"\n  },\n  {\n    \"id\": \"c70a5ea5-4a73-4a87-9090-1aabf3c44f4e\",\n    \"account_id\": \"da0333c6-b1b5-4c5e-ae67-a51604e7059d\",\n    \"symbol\": \"MSFT\",\n    \"asset_id\": \"8e3c9fce-42cf-439a-a643-83ceb64c3214\",\n    \"quantity\": \"0.0000\",\n    \"average_cost_basis\": \"472.1500\",\n    \"total_cost_basis\": \"100.00\",\n    \"current_price\": \"380.0000\",\n    \"last_transaction_at\": \"2026-01-02T20:04:49.063Z\",\n    \"created_at\": \"2026-01-02T20:04:49.064Z\",\n    \"updated_at\": \"2026-01-02T20:04:49.064Z\"\n  }\n]"}],"_postman_id":"b9be5938-5489-4a17-bc46-3ee0a34efa84"},{"name":"Retrieve a specific position","id":"439a7c70-e6f8-4976-b212-aa4c6c70a484","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://test-service.bluumfinance.com/v1/trading/accounts/:account_id/positions/:position_id","description":"<p>Retrieve a specific position</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{API_KEY}}"},{"key":"password","value":"{{API_SECRET}}"}]},"isInherited":true,"source":{"_postman_id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","name":"Bluum Finance Investment and AI Wealth Management API","type":"collection"}},"urlObject":{"path":["trading","accounts",":account_id","positions",":position_id"],"host":["https://test-service.bluumfinance.com/v1"],"query":[],"variable":[{"id":"56645e96-d896-4023-8c8e-3d2cefd571db","description":{"content":"<p>The account_id</p>\n","type":"text/plain"},"type":"any","value":"da0333c6-b1b5-4c5e-ae67-a51604e7059d","key":"account_id"},{"id":"fbb860ff-f320-495e-aa81-1975ca9f2732","description":{"content":"<p>The position_id</p>\n","type":"text/plain"},"type":"any","value":"727c1d92-855f-4ae1-9bc1-959179b5e57e","key":"position_id"}]}},"response":[{"id":"e325f0a7-e2e4-4425-b412-f7cc302ba90b","name":"Success - 200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://test-service.bluumfinance.com/v1/trading/accounts/:account_id/positions/:position_id","host":["https://test-service.bluumfinance.com/v1"],"path":["trading","accounts",":account_id","positions",":position_id"],"variable":[{"key":"account_id","value":"da0333c6-b1b5-4c5e-ae67-a51604e7059d","description":"The account_id"},{"key":"position_id","value":"727c1d92-855f-4ae1-9bc1-959179b5e57e","description":"The position_id"}]},"description":"Retrieve a specific position"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"727c1d92-855f-4ae1-9bc1-959179b5e57e\",\n  \"account_id\": \"da0333c6-b1b5-4c5e-ae67-a51604e7059d\",\n  \"symbol\": \"AAPL\",\n  \"asset_id\": \"c83e6841-3621-4e9a-946f-78559cf08fe0\",\n  \"quantity\": \"0.0000\",\n  \"average_cost_basis\": \"270.5800\",\n  \"total_cost_basis\": \"400.00\",\n  \"current_price\": \"175.0000\",\n  \"last_transaction_at\": \"2026-01-02T20:40:18.976Z\",\n  \"created_at\": \"2026-01-02T20:40:18.977Z\",\n  \"updated_at\": \"2026-01-02T20:40:18.977Z\"\n}"}],"_postman_id":"439a7c70-e6f8-4976-b212-aa4c6c70a484"}],"id":"8166f2b2-d746-4565-8df4-8f930bacdd88","description":"<p>Endpoints for positions</p>\n","_postman_id":"8166f2b2-d746-4565-8df4-8f930bacdd88","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{API_KEY}}"},{"key":"password","value":"{{API_SECRET}}"}]},"isInherited":true,"source":{"_postman_id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","name":"Bluum Finance Investment and AI Wealth Management API","type":"collection"}}},{"name":"Assets","item":[{"name":"Search for tradable assets","id":"370cd317-f61b-44b1-b6e6-a70d8dd17780","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://test-service.bluumfinance.com/v1/assets/search?q=A","description":"<p>Search for tradable assets</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{API_KEY}}"},{"key":"password","value":"{{API_SECRET}}"}]},"isInherited":true,"source":{"_postman_id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","name":"Bluum Finance Investment and AI Wealth Management API","type":"collection"}},"urlObject":{"path":["assets","search"],"host":["https://test-service.bluumfinance.com/v1"],"query":[{"key":"q","value":"A"},{"disabled":true,"key":"status","value":"active"},{"disabled":true,"key":"asset_class","value":"crypto"},{"disabled":true,"key":"market","value":"CRYPTO"},{"disabled":true,"key":"limit","value":"10"}],"variable":[]}},"response":[{"id":"6a02f360-e183-4833-b902-fc9385fc95b2","name":"Success - 200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://test-service.bluumfinance.com/v1/assets/search?q=A","host":["https://test-service.bluumfinance.com/v1"],"path":["assets","search"],"query":[{"key":"q","value":"A"},{"key":"status","value":"active","disabled":true},{"key":"asset_class","value":"crypto","disabled":true},{"key":"market","value":"CRYPTO","disabled":true},{"key":"limit","value":"10","disabled":true}]},"description":"Search for tradable assets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"success\",\n  \"data\": [\n    {\n      \"id\": \"b06c31e3-2aca-4621-bdf4-a70c3d8e0465\",\n      \"class\": \"crypto\",\n      \"market\": \"CRYPTO\",\n      \"symbol\": \"BCH/USD\",\n      \"name\": \"Bitcoin Cash / US Dollar\",\n      \"status\": \"active\",\n      \"tradable\": true,\n      \"marginable\": false,\n      \"shortable\": false,\n      \"easy_to_borrow\": false,\n      \"fractionable\": true\n    },\n    {\n      \"id\": \"ec8aadce-033d-4ed9-bb85-93b719de8c9b\",\n      \"class\": \"crypto\",\n      \"market\": \"CRYPTO\",\n      \"symbol\": \"BCH/BTC\",\n      \"name\": \"Bitcoin Cash / Bitcoin\",\n      \"status\": \"active\",\n      \"tradable\": true,\n      \"marginable\": false,\n      \"shortable\": false,\n      \"easy_to_borrow\": false,\n      \"fractionable\": true\n    }\n  ],\n  \"count\": 10\n}"}],"_postman_id":"370cd317-f61b-44b1-b6e6-a70d8dd17780"},{"name":"Get chart data (bars) for an asset","id":"f49d81c2-c289-44d3-a21b-717df61862ee","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://test-service.bluumfinance.com/v1/assets/chart?symbol=AAPL&timeframe=1Day","description":"<p>Get chart data (bars) for an asset</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{API_KEY}}"},{"key":"password","value":"{{API_SECRET}}"}]},"isInherited":true,"source":{"_postman_id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","name":"Bluum Finance Investment and AI Wealth Management API","type":"collection"}},"urlObject":{"path":["assets","chart"],"host":["https://test-service.bluumfinance.com/v1"],"query":[{"key":"symbol","value":"AAPL"},{"key":"timeframe","value":"1Day"},{"disabled":true,"key":"start","value":"2025-01-01T00:00:00Z"},{"disabled":true,"key":"end","value":"2025-01-31T23:59:59Z"},{"disabled":true,"key":"limit","value":"100"},{"disabled":true,"key":"adjustment","value":"raw"},{"disabled":true,"key":"feed","value":"iex"}],"variable":[]}},"response":[{"id":"eb5b74c7-93e4-4249-b1d7-5bd4c0561377","name":"Success - 200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://test-service.bluumfinance.com/v1/assets/chart?symbol=AAPL&timeframe=1Day","host":["https://test-service.bluumfinance.com/v1"],"path":["assets","chart"],"query":[{"key":"symbol","value":"AAPL"},{"key":"timeframe","value":"1Day"},{"key":"start","value":"2025-01-01T00:00:00Z","disabled":true},{"key":"end","value":"2025-01-31T23:59:59Z","disabled":true},{"key":"limit","value":"100","disabled":true},{"key":"adjustment","value":"raw","disabled":true},{"key":"feed","value":"iex","disabled":true}]},"description":"Get chart data (bars) for an asset"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"success\",\n  \"data\": {\n    \"symbol\": \"AAPL\",\n    \"bars\": [\n      {\n        \"timestamp\": \"2025-01-02T05:00:00Z\",\n        \"open\": 248.93,\n        \"high\": 249.025,\n        \"low\": 241.845,\n        \"close\": 243.82,\n        \"volume\": 1720928,\n        \"tradeCount\": 19452,\n        \"volumeWeightedAveragePrice\": 244.108677\n      },\n      {\n        \"timestamp\": \"2025-01-03T05:00:00Z\",\n        \"open\": 243.315,\n        \"high\": 244.165,\n        \"low\": 241.89,\n        \"close\": 243.41,\n        \"volume\": 1182159,\n        \"tradeCount\": 12869,\n        \"volumeWeightedAveragePrice\": 242.982652\n      }\n    ],\n    \"nextPageToken\": null\n  }\n}"}],"_postman_id":"f49d81c2-c289-44d3-a21b-717df61862ee"},{"name":"Get asset data by symbol","id":"094ff5ec-a854-4918-afbf-8fcc9db1d8fe","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://test-service.bluumfinance.com/v1/assets/:symbol","description":"<p>Get asset data by symbol</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{API_KEY}}"},{"key":"password","value":"{{API_SECRET}}"}]},"isInherited":true,"source":{"_postman_id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","name":"Bluum Finance Investment and AI Wealth Management API","type":"collection"}},"urlObject":{"path":["assets",":symbol"],"host":["https://test-service.bluumfinance.com/v1"],"query":[],"variable":[{"id":"54f25f7a-06b5-4d39-9f52-fe1db887c4f2","description":{"content":"<p>The symbol</p>\n","type":"text/plain"},"type":"any","value":"AAPL","key":"symbol"}]}},"response":[{"id":"e90d42cc-1463-453a-b6b9-74e8494f70d3","name":"Success - 200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://test-service.bluumfinance.com/v1/assets/:symbol","host":["https://test-service.bluumfinance.com/v1"],"path":["assets",":symbol"],"variable":[{"key":"symbol","value":"AAPL","description":"The symbol"}]},"description":"Get asset data by symbol"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"success\",\n  \"data\": {\n    \"symbol\": \"AAPL\",\n    \"bars\": [\n      {\n        \"timestamp\": \"2025-01-02T05:00:00Z\",\n        \"open\": 248.93,\n        \"high\": 249.025,\n        \"low\": 241.845,\n        \"close\": 243.82,\n        \"volume\": 1720928,\n        \"tradeCount\": 19452,\n        \"volumeWeightedAveragePrice\": 244.108677\n      },\n      {\n        \"timestamp\": \"2025-01-03T05:00:00Z\",\n        \"open\": 243.315,\n        \"high\": 244.165,\n        \"low\": 241.89,\n        \"close\": 243.41,\n        \"volume\": 1182159,\n        \"tradeCount\": 12869,\n        \"volumeWeightedAveragePrice\": 242.982652\n      }\n    ],\n    \"nextPageToken\": null\n  }\n}"}],"_postman_id":"094ff5ec-a854-4918-afbf-8fcc9db1d8fe"},{"name":"List all assets with optional filtering","id":"aab4eef2-df89-4b08-8573-d520f71ff949","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://test-service.bluumfinance.com/v1/assets/list","description":"<p>List all assets with optional filtering</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{API_KEY}}"},{"key":"password","value":"{{API_SECRET}}"}]},"isInherited":true,"source":{"_postman_id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","name":"Bluum Finance Investment and AI Wealth Management API","type":"collection"}},"urlObject":{"path":["assets","list"],"host":["https://test-service.bluumfinance.com/v1"],"query":[{"disabled":true,"key":"status","value":"active"},{"disabled":true,"key":"asset_class","value":""},{"disabled":true,"key":"tradable","value":""}],"variable":[]}},"response":[{"id":"7de0c7b1-90ae-499d-b58b-e2e42f873c6d","name":"Success - 200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://test-service.bluumfinance.com/v1/assets/list","host":["https://test-service.bluumfinance.com/v1"],"path":["assets","list"],"query":[{"key":"status","value":"active","disabled":true},{"key":"asset_class","value":"","disabled":true},{"key":"tradable","value":"","disabled":true}]},"description":"List all assets with optional filtering"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"b0b6dd9d-8b9b-48b9-bbb8-bbbb49bb1bbb\",\n    \"class\": \"us_equity\",\n    \"market\": \"NASDAQ\",\n    \"symbol\": \"AAPL\",\n    \"name\": \"Apple Inc.\",\n    \"status\": \"active\",\n    \"tradable\": true,\n    \"marginable\": true,\n    \"shortable\": true,\n    \"easy_to_borrow\": true,\n    \"fractionable\": true\n  }\n]"}],"_postman_id":"aab4eef2-df89-4b08-8573-d520f71ff949"}],"id":"621d41e1-1c6e-4c61-88d3-1f3162dde1a9","description":"<p>Endpoints for assets</p>\n","_postman_id":"621d41e1-1c6e-4c61-88d3-1f3162dde1a9","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{API_KEY}}"},{"key":"password","value":"{{API_SECRET}}"}]},"isInherited":true,"source":{"_postman_id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","name":"Bluum Finance Investment and AI Wealth Management API","type":"collection"}}},{"name":"Webhooks","item":[{"name":"Get all available event types","id":"b2370afc-4d99-462c-a848-ecde0760381d","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://test-service.bluumfinance.com/v1/webhooks/event-types","description":"<p>Get all available event types</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{API_KEY}}"},{"key":"password","value":"{{API_SECRET}}"}]},"isInherited":true,"source":{"_postman_id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","name":"Bluum Finance Investment and AI Wealth Management API","type":"collection"}},"urlObject":{"path":["webhooks","event-types"],"host":["https://test-service.bluumfinance.com/v1"],"query":[],"variable":[]}},"response":[{"id":"09913b3d-c63f-464c-849a-8405116045e9","name":"Success - 200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://test-service.bluumfinance.com/v1/webhooks/event-types","description":"Get all available event types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"success\",\n  \"data\": {\n    \"eventTypes\": [\n      {\n        \"id\": \"123e4567-e89b-12d3-a456-426614174000\",\n        \"name\": \"order.filled\",\n        \"category\": \"order\",\n        \"description\": \"Triggered when an order is completely filled\",\n        \"displayName\": \"Order Filled\"\n      }\n    ]\n  }\n}"}],"_postman_id":"b2370afc-4d99-462c-a848-ecde0760381d"},{"name":"List all webhooks","id":"1e1d38a6-786b-4720-a246-72ba485fddcc","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://test-service.bluumfinance.com/v1/webhooks","description":"<p>List all webhooks</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{API_KEY}}"},{"key":"password","value":"{{API_SECRET}}"}]},"isInherited":true,"source":{"_postman_id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","name":"Bluum Finance Investment and AI Wealth Management API","type":"collection"}},"urlObject":{"path":["webhooks"],"host":["https://test-service.bluumfinance.com/v1"],"query":[],"variable":[]}},"response":[{"id":"1f1b54c5-158e-4a6c-ab3e-c78da2a0a185","name":"Success - 200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://test-service.bluumfinance.com/v1/webhooks","description":"List all webhooks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"success\",\n  \"data\": {\n    \"webhooks\": [\n      {\n        \"id\": \"123e4567-e89b-12d3-a456-426614174000\",\n        \"name\": \"Order Filled Webhook\",\n        \"url\": \"https://example.com/webhooks/orders\",\n        \"status\": \"ACTIVE\",\n        \"eventTypes\": [],\n        \"createdAt\": \"2026-01-15T10:00:00Z\",\n        \"updatedAt\": \"2026-01-15T10:00:00Z\"\n      }\n    ]\n  }\n}"}],"_postman_id":"1e1d38a6-786b-4720-a246-72ba485fddcc"},{"name":"Create a new webhook","id":"985204c2-80df-4378-b88d-3ff6fbb41b46","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Idempotency-Key","value":"79dc6f43-5046-4f0a-9c89-c015804cb0ea","description":"<p>A unique key to ensure idempotency of the request</p>\n"}],"body":{"mode":"raw","raw":"{\n  \"eventTypeNames\": [\n    \"order.filled\"\n  ],\n  \"name\": \"Order Filled Webhook\",\n  \"url\": \"https://example.com/webhook\",\n  \"description\": \"Webhook for order filled events\"\n}","options":{"raw":{"language":"json"}}},"url":"https://test-service.bluumfinance.com/v1/webhooks","description":"<p>Create a new webhook</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{API_KEY}}"},{"key":"password","value":"{{API_SECRET}}"}]},"isInherited":true,"source":{"_postman_id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","name":"Bluum Finance Investment and AI Wealth Management API","type":"collection"}},"urlObject":{"path":["webhooks"],"host":["https://test-service.bluumfinance.com/v1"],"query":[],"variable":[]}},"response":[{"id":"a33e63b1-afde-4f52-b739-b25e5e8d2036","name":"Success - 201","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Idempotency-Key","value":"79dc6f43-5046-4f0a-9c89-c015804cb0ea","description":"A unique key to ensure idempotency of the request"}],"body":{"mode":"raw","raw":"{\n  \"eventTypeNames\": [\n    \"order.filled\"\n  ],\n  \"name\": \"Order Filled Webhook\",\n  \"url\": \"https://example.com/webhook\",\n  \"description\": \"Webhook for order filled events\"\n}","options":{"raw":{"language":"json"}}},"url":"https://test-service.bluumfinance.com/v1/webhooks","description":"Create a new webhook"},"status":"OK","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"success\",\n  \"message\": \"Webhook created successfully\",\n  \"data\": {\n    \"webhook\": {\n      \"id\": \"123e4567-e89b-12d3-a456-426614174000\",\n      \"name\": \"Order Filled Webhook\",\n      \"url\": \"https://example.com/webhooks/orders\",\n      \"status\": \"ACTIVE\",\n      \"eventTypes\": [],\n      \"createdAt\": \"2026-01-15T10:00:00Z\",\n      \"updatedAt\": \"2026-01-15T10:00:00Z\"\n    }\n  }\n}"}],"_postman_id":"985204c2-80df-4378-b88d-3ff6fbb41b46"},{"name":"Update a webhook","id":"5c3562b4-7670-4d4c-9029-9cc0d3e74879","request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Idempotency-Key","value":"79dc6f43-5046-4f0a-9c89-c015804cb0ea","description":"<p>A unique key to ensure idempotency of the request</p>\n"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Updated Webhook\",\n  \"url\": \"https://example.com/webhook\",\n  \"status\": \"ACTIVE\"\n}","options":{"raw":{"language":"json"}}},"url":"https://test-service.bluumfinance.com/v1/webhooks/:webhook_id","description":"<p>Update a webhook</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{API_KEY}}"},{"key":"password","value":"{{API_SECRET}}"}]},"isInherited":true,"source":{"_postman_id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","name":"Bluum Finance Investment and AI Wealth Management API","type":"collection"}},"urlObject":{"path":["webhooks",":webhook_id"],"host":["https://test-service.bluumfinance.com/v1"],"query":[],"variable":[{"id":"f46e27c5-28ac-48bf-b44d-28c9ce9b78ef","description":{"content":"<p>The webhook_id</p>\n","type":"text/plain"},"type":"any","value":"","key":"webhook_id"}]}},"response":[{"id":"92d771fa-1cb9-410b-a2d6-2e8aacbf5fd1","name":"Success - 200","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Idempotency-Key","value":"79dc6f43-5046-4f0a-9c89-c015804cb0ea","description":"A unique key to ensure idempotency of the request"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Updated Webhook\",\n  \"url\": \"https://example.com/webhook\",\n  \"status\": \"ACTIVE\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://test-service.bluumfinance.com/v1/webhooks/:webhook_id","host":["https://test-service.bluumfinance.com/v1"],"path":["webhooks",":webhook_id"],"variable":[{"key":"webhook_id","value":"","description":"The webhook_id"}]},"description":"Update a webhook"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"success\",\n  \"data\": {\n    \"webhook\": {\n      \"id\": \"123e4567-e89b-12d3-a456-426614174000\",\n      \"name\": \"Updated Webhook\",\n      \"url\": \"https://example.com/webhooks/orders\",\n      \"status\": \"ACTIVE\",\n      \"eventTypes\": [],\n      \"createdAt\": \"2026-01-15T10:00:00Z\",\n      \"updatedAt\": \"2026-01-16T10:00:00Z\"\n    }\n  }\n}"}],"_postman_id":"5c3562b4-7670-4d4c-9029-9cc0d3e74879"},{"name":"Delete a webhook","id":"6bba55ce-c5f6-47a2-b50f-3c9d402cacf9","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://test-service.bluumfinance.com/v1/webhooks/:webhook_id","description":"<p>Delete a webhook</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{API_KEY}}"},{"key":"password","value":"{{API_SECRET}}"}]},"isInherited":true,"source":{"_postman_id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","name":"Bluum Finance Investment and AI Wealth Management API","type":"collection"}},"urlObject":{"path":["webhooks",":webhook_id"],"host":["https://test-service.bluumfinance.com/v1"],"query":[],"variable":[{"id":"2a47a4b2-b23d-4835-a763-2061bb4022c4","description":{"content":"<p>The webhook_id</p>\n","type":"text/plain"},"type":"any","value":"","key":"webhook_id"}]}},"response":[{"id":"10286004-fde9-451b-b5f6-946ad2f492fd","name":"Success - 200","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://test-service.bluumfinance.com/v1/webhooks/:webhook_id","host":["https://test-service.bluumfinance.com/v1"],"path":["webhooks",":webhook_id"],"variable":[{"key":"webhook_id","value":"","description":"The webhook_id"}]},"description":"Delete a webhook"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"success\",\n  \"message\": \"Webhook deleted successfully\"\n}"}],"_postman_id":"6bba55ce-c5f6-47a2-b50f-3c9d402cacf9"}],"id":"12649e8c-52ee-479f-a180-ebaeeb0fee4c","description":"<p>Endpoints for webhooks</p>\n","_postman_id":"12649e8c-52ee-479f-a180-ebaeeb0fee4c","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{API_KEY}}"},{"key":"password","value":"{{API_SECRET}}"}]},"isInherited":true,"source":{"_postman_id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","id":"c8d7c7b0-8b4e-49e5-b06d-e3330edf1ac8","name":"Bluum Finance Investment and AI Wealth Management API","type":"collection"}}}],"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{API_KEY}}"},{"key":"password","value":"{{API_SECRET}}"}]}},"event":[{"listen":"prerequest","script":{"id":"3724223e-662c-4022-a7b4-c92bf35687a1","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"d6f78887-6c8c-4511-832d-09efe45dfa87","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://test-service.bluumfinance.com/v1"},{"key":"account_id","value":"3d0b0e65-35d3-4dcd-8df7-10286ebb4b4b"},{"key":"order_id","value":""},{"key":"document_id","value":""},{"key":"deposit_id","value":""},{"key":"withdrawal_id","value":""},{"key":"webhook_id","value":""},{"key":"position_id","value":""},{"key":"funding_source_id","value":""},{"key":"symbol","value":"AAPL"},{"key":"qty","value":"10"},{"key":"notional","value":"1000.00"},{"key":"limit_price","value":"150.00"},{"key":"stop_price","value":"140.00"},{"key":"trail_percent","value":"5"},{"key":"trail_price","value":"10.00"},{"key":"deposit_amount","value":"1000.00"},{"key":"withdrawal_amount","value":"500.00"},{"key":"reference_code","value":"BLUUM-ABC123XY"},{"key":"plaid_public_token","value":""},{"key":"plaid_item_id","value":""},{"key":"plaid_account_id","value":""},{"key":"plaid_link_token","value":""},{"key":"document_type","value":"identity_verification"},{"key":"document_sub_type","value":"passport"},{"key":"webhook_url","value":"https://example.com/webhook"},{"key":"webhook_secret","value":""},{"key":"start_date","value":"2025-01-01"},{"key":"end_date","value":"2025-12-31"},{"key":"timestamp","value":"2026-01-29T13:51:05.400783Z"},{"key":"idempotency_key","value":"79dc6f43-5046-4f0a-9c89-c015804cb0ea"},{"key":"email_address","value":"john.doe@example.com"},{"key":"phone_number","value":"+15555555555"}]}