{ "info": { "_postman_id": "5307b0c9-8321-4c9b-a421-760db1e39c6c", "name": "Dinari Enterprise Accounts Order Requests API", "description": "**Dinari API for enterprise usage.**\n\nDinari's dShares let businesses offer tokenized access to stocks to their customers through an easy-to-use API.\nIntegrate Dinari's API and offer over a hundred stocks and ETFs to your customers.\n\n\nContact Support:\n Email: hello@dinari.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:30:42.000Z", "updatedAt": "2026-07-28T01:30:42.000Z", "lastUpdatedBy": "35240", "uid": "35240-5307b0c9-8321-4c9b-a421-760db1e39c6c" }, "item": [ { "name": "api", "item": [ { "name": "v2", "item": [ { "name": "accounts", "item": [ { "name": "{account_id}", "item": [ { "name": "order_requests", "item": [ { "name": "{order_request_id}", "item": [ { "name": "Get Order Request by ID", "id": "3d6a05d6-4e2d-4318-bf48-44eee42b8e47", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "X-API-Key-Id", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/accounts/:account_id/order_requests/:order_request_id", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "accounts", ":account_id", "order_requests", ":order_request_id" ], "variable": [ { "id": "884eab47-65c2-4218-8992-b8bffba59c6a", "key": "account_id", "value": "", "description": "(Required) " }, { "id": "eddcd42d-4e91-4d6b-bd6b-7d82b79f0942", "key": "order_request_id", "value": "", "description": "(Required) " } ] }, "description": "Get a specific `OrderRequest` by its ID." }, "response": [ { "id": "14768025-2c11-4779-b537-ea133ecfb550", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key-Id", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v2/accounts/:account_id/order_requests/:order_request_id", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "accounts", ":account_id", "order_requests", ":order_request_id" ], "variable": [ { "key": "account_id" }, { "key": "order_request_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"account_id\": \"\",\n \"created_dt\": \"\",\n \"id\": \"\",\n \"order_side\": \"SELL\",\n \"order_tif\": \"IOC\",\n \"order_type\": \"MARKET\",\n \"status\": \"SUBMITTED\",\n \"recipient_account_id\": \"\",\n \"order_id\": \"\",\n \"client_order_id\": \"\",\n \"cancel_message\": \"\",\n \"reject_message\": \"\"\n}", "createdAt": "2026-07-28T01:30:42.000Z", "updatedAt": "2026-07-28T01:30:42.000Z", "uid": "35240-14768025-2c11-4779-b537-ea133ecfb550" }, { "id": "f5567c8c-a316-4ca6-a3f9-b935b13f6cd1", "name": "Default error response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key-Id", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v2/accounts/:account_id/order_requests/:order_request_id", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "accounts", ":account_id", "order_requests", ":order_request_id" ], "variable": [ { "key": "account_id" }, { "key": "order_request_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error_id\": \"\",\n \"message\": \"\",\n \"status\": \"\",\n \"error\": {\n \"description\": \"Additional context and information\"\n }\n}", "createdAt": "2026-07-28T01:30:42.000Z", "updatedAt": "2026-07-28T01:30:42.000Z", "uid": "35240-f5567c8c-a316-4ca6-a3f9-b935b13f6cd1" } ], "createdAt": "2026-07-28T01:30:42.000Z", "updatedAt": "2026-07-28T01:30:42.000Z", "uid": "35240-3d6a05d6-4e2d-4318-bf48-44eee42b8e47" } ], "id": "b29373d5-7580-4bc7-acc9-03993d1a8c0a", "createdAt": "2026-07-28T01:30:42.000Z", "updatedAt": "2026-07-28T01:30:42.000Z", "uid": "35240-b29373d5-7580-4bc7-acc9-03993d1a8c0a" }, { "name": "eip155", "item": [ { "name": "permit", "item": [ { "name": "Create EIP155 Order Request Permit", "id": "b950d211-f975-41b2-9942-6193d9806420", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "X-API-Key-Id", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"chain_id\": \"eip155:7887\",\n \"order_side\": \"SELL\",\n \"order_tif\": \"GTC\",\n \"order_type\": \"LIMIT\",\n \"payment_token\": \"\",\n \"payment_token_quantity\": \"\",\n \"asset_token_quantity\": \"\",\n \"limit_price\": \"\",\n \"stock_id\": \"\",\n \"token_id\": \"\",\n \"alloy_id\": \"\",\n \"client_order_id\": \"\",\n \"fee\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/accounts/:account_id/order_requests/eip155/permit", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "accounts", ":account_id", "order_requests", "eip155", "permit" ], "variable": [ { "id": "201daf32-38fe-47a5-b3bb-04926ff65f6a", "key": "account_id", "value": "", "description": "(Required) " } ] }, "description": "\nGenerates a permit that can be signed and used to create an `OrderRequest` using Dinari's EVM smart contracts.\n\nThis is a convenience method to prepare the transactions needed to create an `OrderRequest` using Dinari's EVM smart contracts.\nOnce signed, the transactions can be sent to the EVM network to create the order.\nNote that the fee quote is already included in the transactions, so no additional fee quote lookup is needed.\n\nFees for the `Order` can optionally be specified in the `OrderRequest` for DFN orders in USD, supporting up to 6 decimal places.\n" }, "response": [ { "id": "96e2970c-6b55-46d7-b404-125531dd6b7f", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key-Id", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"chain_id\": \"eip155:7887\",\n \"order_side\": \"SELL\",\n \"order_tif\": \"GTC\",\n \"order_type\": \"LIMIT\",\n \"payment_token\": \"\",\n \"payment_token_quantity\": \"\",\n \"asset_token_quantity\": \"\",\n \"limit_price\": \"\",\n \"stock_id\": \"\",\n \"token_id\": \"\",\n \"alloy_id\": \"\",\n \"client_order_id\": \"\",\n \"fee\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/accounts/:account_id/order_requests/eip155/permit", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "accounts", ":account_id", "order_requests", "eip155", "permit" ], "variable": [ { "key": "account_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"order_request_id\": \"\",\n \"permit\": {\n \"do8\": {}\n }\n}", "createdAt": "2026-07-28T01:30:42.000Z", "updatedAt": "2026-07-28T01:30:42.000Z", "uid": "35240-96e2970c-6b55-46d7-b404-125531dd6b7f" }, { "id": "7aab4ceb-832f-4d78-9dad-199b3d88cf6d", "name": "Unprocessable Entity", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key-Id", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"chain_id\": \"eip155:7887\",\n \"order_side\": \"SELL\",\n \"order_tif\": \"GTC\",\n \"order_type\": \"LIMIT\",\n \"payment_token\": \"\",\n \"payment_token_quantity\": \"\",\n \"asset_token_quantity\": \"\",\n \"limit_price\": \"\",\n \"stock_id\": \"\",\n \"token_id\": \"\",\n \"alloy_id\": \"\",\n \"client_order_id\": \"\",\n \"fee\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/accounts/:account_id/order_requests/eip155/permit", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "accounts", ":account_id", "order_requests", "eip155", "permit" ], "variable": [ { "key": "account_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"field_errors\": [\n {\n \"field_error\": \"\",\n \"field_name\": \"\"\n },\n {\n \"field_error\": \"\",\n \"field_name\": \"\"\n }\n ],\n \"body_error\": \"\"\n },\n \"error_id\": \"\",\n \"status\": 422,\n \"message\": \"Unprocessable Entity\"\n}", "createdAt": "2026-07-28T01:30:42.000Z", "updatedAt": "2026-07-28T01:30:42.000Z", "uid": "35240-7aab4ceb-832f-4d78-9dad-199b3d88cf6d" }, { "id": "79a2733a-7dca-45c4-a81d-59c512d4e51f", "name": "Default error response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key-Id", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"chain_id\": \"eip155:7887\",\n \"order_side\": \"SELL\",\n \"order_tif\": \"GTC\",\n \"order_type\": \"LIMIT\",\n \"payment_token\": \"\",\n \"payment_token_quantity\": \"\",\n \"asset_token_quantity\": \"\",\n \"limit_price\": \"\",\n \"stock_id\": \"\",\n \"token_id\": \"\",\n \"alloy_id\": \"\",\n \"client_order_id\": \"\",\n \"fee\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/accounts/:account_id/order_requests/eip155/permit", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "accounts", ":account_id", "order_requests", "eip155", "permit" ], "variable": [ { "key": "account_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error_id\": \"\",\n \"message\": \"\",\n \"status\": \"\",\n \"error\": {\n \"description\": \"Additional context and information\"\n }\n}", "createdAt": "2026-07-28T01:30:42.000Z", "updatedAt": "2026-07-28T01:30:42.000Z", "uid": "35240-79a2733a-7dca-45c4-a81d-59c512d4e51f" } ], "createdAt": "2026-07-28T01:30:42.000Z", "updatedAt": "2026-07-28T01:30:42.000Z", "uid": "35240-b950d211-f975-41b2-9942-6193d9806420" } ], "id": "e11291b5-e861-40b4-a8a2-22f28030fdc1", "createdAt": "2026-07-28T01:30:42.000Z", "updatedAt": "2026-07-28T01:30:42.000Z", "uid": "35240-e11291b5-e861-40b4-a8a2-22f28030fdc1" }, { "name": "permit_transaction", "item": [ { "name": "Create EIP155 Order Request Permit Transaction", "id": "a5c3ca78-418c-4210-84c2-49629d2cf47f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "X-API-Key-Id", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"order_request_id\": \"\",\n \"permit_signature\": \"0x72EC1\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/accounts/:account_id/order_requests/eip155/permit_transaction", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "accounts", ":account_id", "order_requests", "eip155", "permit_transaction" ], "variable": [ { "id": "e477c8bd-d70b-40df-a877-9f6f4212f289", "key": "account_id", "value": "", "description": "(Required) " } ] }, "description": "\nPrepare a transaction to be placed on EVM. The returned structure contains the necessary\ndata to create an `EIP155Transaction` object.\n" }, "response": [ { "id": "58dbc764-ac1b-4024-ba8c-dfe806f9dea4", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key-Id", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"order_request_id\": \"\",\n \"permit_signature\": \"0x72EC1\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/accounts/:account_id/order_requests/eip155/permit_transaction", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "accounts", ":account_id", "order_requests", "eip155", "permit_transaction" ], "variable": [ { "key": "account_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"abi\": {\n \"ad_b8\": 85869539,\n \"aute_be9\": -44407659.84775279\n },\n \"args\": {\n \"irure__f\": -92540329,\n \"dolorebda\": \"sint id incididunt dolor volupt\"\n },\n \"contract_address\": \"\",\n \"data\": \"0xf465D9\",\n \"value\": \"\"\n}", "createdAt": "2026-07-28T01:30:42.000Z", "updatedAt": "2026-07-28T01:30:42.000Z", "uid": "35240-58dbc764-ac1b-4024-ba8c-dfe806f9dea4" }, { "id": "c9fee8aa-0935-4708-a17c-3c4d47b35ca4", "name": "Unprocessable Entity", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key-Id", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"order_request_id\": \"\",\n \"permit_signature\": \"0x72EC1\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/accounts/:account_id/order_requests/eip155/permit_transaction", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "accounts", ":account_id", "order_requests", "eip155", "permit_transaction" ], "variable": [ { "key": "account_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"field_errors\": [\n {\n \"field_error\": \"\",\n \"field_name\": \"\"\n },\n {\n \"field_error\": \"\",\n \"field_name\": \"\"\n }\n ],\n \"body_error\": \"\"\n },\n \"error_id\": \"\",\n \"status\": 422,\n \"message\": \"Unprocessable Entity\"\n}", "createdAt": "2026-07-28T01:30:42.000Z", "updatedAt": "2026-07-28T01:30:42.000Z", "uid": "35240-c9fee8aa-0935-4708-a17c-3c4d47b35ca4" }, { "id": "0cc4727b-c3e7-4750-ba16-0aa423a62617", "name": "Default error response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key-Id", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"order_request_id\": \"\",\n \"permit_signature\": \"0x72EC1\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/accounts/:account_id/order_requests/eip155/permit_transaction", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "accounts", ":account_id", "order_requests", "eip155", "permit_transaction" ], "variable": [ { "key": "account_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error_id\": \"\",\n \"message\": \"\",\n \"status\": \"\",\n \"error\": {\n \"description\": \"Additional context and information\"\n }\n}", "createdAt": "2026-07-28T01:30:42.000Z", "updatedAt": "2026-07-28T01:30:42.000Z", "uid": "35240-0cc4727b-c3e7-4750-ba16-0aa423a62617" } ], "createdAt": "2026-07-28T01:30:42.000Z", "updatedAt": "2026-07-28T01:30:42.000Z", "uid": "35240-a5c3ca78-418c-4210-84c2-49629d2cf47f" } ], "id": "002cf4bb-972c-4293-8282-848f6e5904ca", "createdAt": "2026-07-28T01:30:42.000Z", "updatedAt": "2026-07-28T01:30:42.000Z", "uid": "35240-002cf4bb-972c-4293-8282-848f6e5904ca" }, { "name": "Submit EIP155 Order Request", "id": "8023a163-0f71-4730-a6bc-d764aec5ba73", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "X-API-Key-Id", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"order_request_id\": \"\",\n \"permit_signature\": \"0x72EC1\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/accounts/:account_id/order_requests/eip155", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "accounts", ":account_id", "order_requests", "eip155" ], "variable": [ { "id": "1e0c2c5d-6e24-4391-8ddb-55c1309a8570", "key": "account_id", "value": "", "description": "(Required) " } ] }, "description": "\nSubmits a transaction for an EIP155 Order Request given the EIP155OrderRequest ID and Permit Signature.\n\nAn `EIP155OrderRequest` representing the proxied order is returned.\n" }, "response": [ { "id": "b28344df-d4aa-4683-97d0-14edc2e5705c", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key-Id", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"order_request_id\": \"\",\n \"permit_signature\": \"0x72EC1\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/accounts/:account_id/order_requests/eip155", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "accounts", ":account_id", "order_requests", "eip155" ], "variable": [ { "key": "account_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"account_id\": \"\",\n \"created_dt\": \"\",\n \"id\": \"\",\n \"order_side\": \"SELL\",\n \"order_tif\": \"FOK\",\n \"order_type\": \"LIMIT\",\n \"status\": \"PENDING_BRIDGE\",\n \"recipient_account_id\": \"\",\n \"order_id\": \"\",\n \"cancel_message\": \"\",\n \"reject_message\": \"\"\n}", "createdAt": "2026-07-28T01:30:42.000Z", "updatedAt": "2026-07-28T01:30:42.000Z", "uid": "35240-b28344df-d4aa-4683-97d0-14edc2e5705c" }, { "id": "d1e8e28d-12ac-4ff3-bbde-2e62a14d6e35", "name": "Unprocessable Entity", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key-Id", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"order_request_id\": \"\",\n \"permit_signature\": \"0x72EC1\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/accounts/:account_id/order_requests/eip155", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "accounts", ":account_id", "order_requests", "eip155" ], "variable": [ { "key": "account_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"field_errors\": [\n {\n \"field_error\": \"\",\n \"field_name\": \"\"\n },\n {\n \"field_error\": \"\",\n \"field_name\": \"\"\n }\n ],\n \"body_error\": \"\"\n },\n \"error_id\": \"\",\n \"status\": 422,\n \"message\": \"Unprocessable Entity\"\n}", "createdAt": "2026-07-28T01:30:42.000Z", "updatedAt": "2026-07-28T01:30:42.000Z", "uid": "35240-d1e8e28d-12ac-4ff3-bbde-2e62a14d6e35" }, { "id": "44255deb-ab09-4f43-9d4b-cf1319443bdd", "name": "Default error response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key-Id", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"order_request_id\": \"\",\n \"permit_signature\": \"0x72EC1\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/accounts/:account_id/order_requests/eip155", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "accounts", ":account_id", "order_requests", "eip155" ], "variable": [ { "key": "account_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error_id\": \"\",\n \"message\": \"\",\n \"status\": \"\",\n \"error\": {\n \"description\": \"Additional context and information\"\n }\n}", "createdAt": "2026-07-28T01:30:42.000Z", "updatedAt": "2026-07-28T01:30:42.000Z", "uid": "35240-44255deb-ab09-4f43-9d4b-cf1319443bdd" } ], "createdAt": "2026-07-28T01:30:42.000Z", "updatedAt": "2026-07-28T01:30:42.000Z", "uid": "35240-8023a163-0f71-4730-a6bc-d764aec5ba73" } ], "id": "ea23ba57-e5f5-4f6d-917b-8114e9183bfe", "createdAt": "2026-07-28T01:30:42.000Z", "updatedAt": "2026-07-28T01:30:42.000Z", "uid": "35240-ea23ba57-e5f5-4f6d-917b-8114e9183bfe" }, { "name": "List Order Requests", "id": "cca71d0f-a71f-4f67-8527-5b1aae964ece", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "X-API-Key-Id", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/accounts/:account_id/order_requests?order_request_id=&order_id=&client_order_id=&limit=20&order=asc&next=&previous=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "accounts", ":account_id", "order_requests" ], "query": [ { "description": "Order Request ID for the `OrderRequest`", "key": "order_request_id", "value": "" }, { "description": "Order ID for the `OrderRequest`", "key": "order_id", "value": "" }, { "description": "Customer-supplied ID to map this `OrderRequest` to an order in their own systems.", "key": "client_order_id", "value": "" }, { "description": "Number of results to return", "key": "limit", "value": "20" }, { "description": "Sort order", "key": "order", "value": "asc" }, { "description": "Cursor for next page", "key": "next", "value": "" }, { "description": "Cursor for previous page", "key": "previous", "value": "" } ], "variable": [ { "id": "ca7058de-c5a8-4bc3-b019-9d04043356f8", "key": "account_id", "value": "", "description": "(Required) " } ] }, "description": "Lists `OrderRequests`.
Optionally `OrderRequests` can be filtered by certain parameters." }, "response": [ { "id": "8b1fa093-0fab-4e3f-9d0c-c60d014e37ec", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key-Id", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v2/accounts/:account_id/order_requests?order_request_id=&order_id=&client_order_id=&limit=20&order=asc&next=&previous=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "accounts", ":account_id", "order_requests" ], "query": [ { "description": "Order Request ID for the `OrderRequest`", "key": "order_request_id", "value": "" }, { "description": "Order ID for the `OrderRequest`", "key": "order_id", "value": "" }, { "description": "Customer-supplied ID to map this `OrderRequest` to an order in their own systems.", "key": "client_order_id", "value": "" }, { "description": "Number of results to return", "key": "limit", "value": "20" }, { "description": "Sort order", "key": "order", "value": "asc" }, { "description": "Cursor for next page", "key": "next", "value": "" }, { "description": "Cursor for previous page", "key": "previous", "value": "" } ], "variable": [ { "key": "account_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"account_id\": \"\",\n \"created_dt\": \"\",\n \"id\": \"\",\n \"order_side\": \"SELL\",\n \"order_tif\": \"FOK\",\n \"order_type\": \"LIMIT\",\n \"status\": \"CANCELLED\",\n \"recipient_account_id\": \"\",\n \"order_id\": \"\",\n \"client_order_id\": \"\",\n \"cancel_message\": \"\",\n \"reject_message\": \"\"\n },\n {\n \"account_id\": \"\",\n \"created_dt\": \"\",\n \"id\": \"\",\n \"order_side\": \"BUY\",\n \"order_tif\": \"GTC\",\n \"order_type\": \"MARKET\",\n \"status\": \"PENDING\",\n \"recipient_account_id\": \"\",\n \"order_id\": \"\",\n \"client_order_id\": \"\",\n \"cancel_message\": \"\",\n \"reject_message\": \"\"\n }\n ],\n \"pagination_metadata\": {\n \"previous\": \"\",\n \"next\": \"\"\n },\n \"_sv\": \"PaginatedAccountOrderRequestResponse:v1\"\n}", "createdAt": "2026-07-28T01:30:42.000Z", "updatedAt": "2026-07-28T01:30:42.000Z", "uid": "35240-8b1fa093-0fab-4e3f-9d0c-c60d014e37ec" }, { "id": "0af94b9b-8af9-450e-8e6d-c8df919172bb", "name": "Unprocessable Entity", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key-Id", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v2/accounts/:account_id/order_requests?order_request_id=&order_id=&client_order_id=&limit=20&order=asc&next=&previous=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "accounts", ":account_id", "order_requests" ], "query": [ { "description": "Order Request ID for the `OrderRequest`", "key": "order_request_id", "value": "" }, { "description": "Order ID for the `OrderRequest`", "key": "order_id", "value": "" }, { "description": "Customer-supplied ID to map this `OrderRequest` to an order in their own systems.", "key": "client_order_id", "value": "" }, { "description": "Number of results to return", "key": "limit", "value": "20" }, { "description": "Sort order", "key": "order", "value": "asc" }, { "description": "Cursor for next page", "key": "next", "value": "" }, { "description": "Cursor for previous page", "key": "previous", "value": "" } ], "variable": [ { "key": "account_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"field_errors\": [\n {\n \"field_error\": \"\",\n \"field_name\": \"\"\n },\n {\n \"field_error\": \"\",\n \"field_name\": \"\"\n }\n ],\n \"body_error\": \"\"\n },\n \"error_id\": \"\",\n \"status\": 422,\n \"message\": \"Unprocessable Entity\"\n}", "createdAt": "2026-07-28T01:30:42.000Z", "updatedAt": "2026-07-28T01:30:42.000Z", "uid": "35240-0af94b9b-8af9-450e-8e6d-c8df919172bb" }, { "id": "00990401-c02f-4e20-babb-bda6443425be", "name": "Default error response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key-Id", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v2/accounts/:account_id/order_requests?order_request_id=&order_id=&client_order_id=&limit=20&order=asc&next=&previous=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "accounts", ":account_id", "order_requests" ], "query": [ { "description": "Order Request ID for the `OrderRequest`", "key": "order_request_id", "value": "" }, { "description": "Order ID for the `OrderRequest`", "key": "order_id", "value": "" }, { "description": "Customer-supplied ID to map this `OrderRequest` to an order in their own systems.", "key": "client_order_id", "value": "" }, { "description": "Number of results to return", "key": "limit", "value": "20" }, { "description": "Sort order", "key": "order", "value": "asc" }, { "description": "Cursor for next page", "key": "next", "value": "" }, { "description": "Cursor for previous page", "key": "previous", "value": "" } ], "variable": [ { "key": "account_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error_id\": \"\",\n \"message\": \"\",\n \"status\": \"\",\n \"error\": {\n \"description\": \"Additional context and information\"\n }\n}", "createdAt": "2026-07-28T01:30:42.000Z", "updatedAt": "2026-07-28T01:30:42.000Z", "uid": "35240-00990401-c02f-4e20-babb-bda6443425be" } ], "createdAt": "2026-07-28T01:30:42.000Z", "updatedAt": "2026-07-28T01:30:42.000Z", "uid": "35240-cca71d0f-a71f-4f67-8527-5b1aae964ece" } ], "id": "9cd321da-e253-4d23-b256-325f9d3b4287", "createdAt": "2026-07-28T01:30:42.000Z", "updatedAt": "2026-07-28T01:30:42.000Z", "uid": "35240-9cd321da-e253-4d23-b256-325f9d3b4287" } ], "id": "b20958c6-0547-448d-ac88-1a13d5b16c20", "createdAt": "2026-07-28T01:30:42.000Z", "updatedAt": "2026-07-28T01:30:42.000Z", "uid": "35240-b20958c6-0547-448d-ac88-1a13d5b16c20" } ], "id": "b1479251-e8ea-4ca3-a006-51ad04389c30", "createdAt": "2026-07-28T01:30:42.000Z", "updatedAt": "2026-07-28T01:30:42.000Z", "uid": "35240-b1479251-e8ea-4ca3-a006-51ad04389c30" } ], "id": "759d49cb-6155-48b8-bbd4-10458b7a3b7d", "createdAt": "2026-07-28T01:30:42.000Z", "updatedAt": "2026-07-28T01:30:42.000Z", "uid": "35240-759d49cb-6155-48b8-bbd4-10458b7a3b7d" } ], "id": "2d29aa50-601a-42bb-8e25-f122ccd28102", "createdAt": "2026-07-28T01:30:42.000Z", "updatedAt": "2026-07-28T01:30:42.000Z", "uid": "35240-2d29aa50-601a-42bb-8e25-f122ccd28102" } ], "variable": [ { "key": "baseUrl", "value": "https://api-enterprise.sbt.dinari.com" } ] }