{ "info": { "_postman_id": "a61deafc-05b9-4afe-a52b-bc39e671d7a0", "name": "Dinari Enterprise Accounts Orders 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:43.000Z", "updatedAt": "2026-07-28T01:30:43.000Z", "lastUpdatedBy": "35240", "uid": "35240-a61deafc-05b9-4afe-a52b-bc39e671d7a0" }, "item": [ { "name": "api", "item": [ { "name": "v2", "item": [ { "name": "orders", "item": [ { "name": "Get Orders for Entity", "id": "d063abc8-eba1-479c-90d2-5f3bfd7bfd49", "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/orders/?chain_id=&order_transaction_hash=&order_fulfillment_transaction_hash=&order_request_id=&limit=20&order=asc&next=&previous=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "orders", "" ], "query": [ { "description": "CAIP-2 formatted chain ID of the blockchain the `Order` was made on.", "key": "chain_id", "value": "" }, { "description": "Transaction hash of the `Order`.", "key": "order_transaction_hash", "value": "" }, { "description": "Fulfillment transaction hash of the `Order`.", "key": "order_fulfillment_transaction_hash", "value": "" }, { "description": "Order Request ID for the `Order`", "key": "order_request_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": "" } ] }, "description": "Get a list of all `Orders` under the `Entity`.
Optionally `Orders` can be transaction hash or fulfillment transaction hash." }, "response": [ { "id": "d69fb42f-5e73-4523-a331-91fa5163c137", "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/orders/?chain_id=&order_transaction_hash=&order_fulfillment_transaction_hash=&order_request_id=&limit=20&order=asc&next=&previous=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "orders", "" ], "query": [ { "description": "CAIP-2 formatted chain ID of the blockchain the `Order` was made on.", "key": "chain_id", "value": "" }, { "description": "Transaction hash of the `Order`.", "key": "order_transaction_hash", "value": "" }, { "description": "Fulfillment transaction hash of the `Order`.", "key": "order_fulfillment_transaction_hash", "value": "" }, { "description": "Order Request ID for the `Order`", "key": "order_request_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": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"chain_id\": \"\",\n \"created_dt\": \"\",\n \"id\": \"\",\n \"order_contract_address\": \"\",\n \"order_side\": \"BUY\",\n \"order_tif\": \"DAY\",\n \"order_transaction_hash\": \"0xc84c7Bcfa0d\",\n \"order_type\": \"LIMIT\",\n \"payment_token\": \"\",\n \"status\": \"FILLED\",\n \"stock_id\": \"\",\n \"asset_token\": \"\",\n \"asset_token_quantity\": \"\",\n \"payment_token_quantity\": \"\",\n \"limit_price\": \"\",\n \"fee\": \"\",\n \"cancel_transaction_hash\": \"0xFE7EAfA\",\n \"entity_id\": \"\",\n \"account_id\": \"\",\n \"order_request_id\": \"\",\n \"client_order_id\": \"\"\n },\n {\n \"chain_id\": \"\",\n \"created_dt\": \"\",\n \"id\": \"\",\n \"order_contract_address\": \"\",\n \"order_side\": \"SELL\",\n \"order_tif\": \"FOK\",\n \"order_transaction_hash\": \"0xEa14670F\",\n \"order_type\": \"MARKET\",\n \"payment_token\": \"\",\n \"status\": \"PENDING_CANCEL\",\n \"stock_id\": \"\",\n \"asset_token\": \"\",\n \"asset_token_quantity\": \"\",\n \"payment_token_quantity\": \"\",\n \"limit_price\": \"\",\n \"fee\": \"\",\n \"cancel_transaction_hash\": \"0xbDf1a5362e\",\n \"entity_id\": \"\",\n \"account_id\": \"\",\n \"order_request_id\": \"\",\n \"client_order_id\": \"\"\n }\n ],\n \"pagination_metadata\": {\n \"previous\": \"\",\n \"next\": \"\"\n },\n \"_sv\": \"PaginatedEntityOrderResponse:v1\"\n}", "createdAt": "2026-07-28T01:30:43.000Z", "updatedAt": "2026-07-28T01:30:43.000Z", "uid": "35240-d69fb42f-5e73-4523-a331-91fa5163c137" }, { "id": "75e99a0c-dd0c-41f0-b28a-43130b2db720", "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/orders/?chain_id=&order_transaction_hash=&order_fulfillment_transaction_hash=&order_request_id=&limit=20&order=asc&next=&previous=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "orders", "" ], "query": [ { "description": "CAIP-2 formatted chain ID of the blockchain the `Order` was made on.", "key": "chain_id", "value": "" }, { "description": "Transaction hash of the `Order`.", "key": "order_transaction_hash", "value": "" }, { "description": "Fulfillment transaction hash of the `Order`.", "key": "order_fulfillment_transaction_hash", "value": "" }, { "description": "Order Request ID for the `Order`", "key": "order_request_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": "" } ] } }, "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:43.000Z", "updatedAt": "2026-07-28T01:30:43.000Z", "uid": "35240-75e99a0c-dd0c-41f0-b28a-43130b2db720" }, { "id": "98c844e4-aa41-4a54-84c7-3176e7ab515c", "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/orders/?chain_id=&order_transaction_hash=&order_fulfillment_transaction_hash=&order_request_id=&limit=20&order=asc&next=&previous=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "orders", "" ], "query": [ { "description": "CAIP-2 formatted chain ID of the blockchain the `Order` was made on.", "key": "chain_id", "value": "" }, { "description": "Transaction hash of the `Order`.", "key": "order_transaction_hash", "value": "" }, { "description": "Fulfillment transaction hash of the `Order`.", "key": "order_fulfillment_transaction_hash", "value": "" }, { "description": "Order Request ID for the `Order`", "key": "order_request_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": "" } ] } }, "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:43.000Z", "updatedAt": "2026-07-28T01:30:43.000Z", "uid": "35240-98c844e4-aa41-4a54-84c7-3176e7ab515c" } ], "createdAt": "2026-07-28T01:30:43.000Z", "updatedAt": "2026-07-28T01:30:43.000Z", "uid": "35240-d063abc8-eba1-479c-90d2-5f3bfd7bfd49" } ], "id": "f483e430-d5e6-473e-9ce7-a93df00fc317", "createdAt": "2026-07-28T01:30:43.000Z", "updatedAt": "2026-07-28T01:30:43.000Z", "uid": "35240-f483e430-d5e6-473e-9ce7-a93df00fc317" }, { "name": "accounts", "item": [ { "name": "{account_id}", "item": [ { "name": "orders", "item": [ { "name": "{order_id}", "item": [ { "name": "cancel", "item": [ { "name": "Cancel Order", "id": "bb897c39-ee01-44d7-a5b3-ea8772710c11", "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": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/accounts/:account_id/orders/:order_id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "accounts", ":account_id", "orders", ":order_id", "cancel" ], "variable": [ { "id": "18a70f91-e7a8-475d-b1a7-39a9a19b55b9", "key": "account_id", "value": "", "description": "(Required) " }, { "id": "dca7dc28-ee67-4b6c-91c8-ad8500ff2731", "key": "order_id", "value": "", "description": "(Required) " } ] }, "description": "\nCancel an `Order` by its ID. Note that this requires the `Order` ID, not the `OrderRequest` ID.\nOnce you submit a cancellation request, it cannot be undone. Be advised that orders with a\nstatus of PENDING_FILL, PENDING_ESCROW, FILLED, REJECTED, or CANCELLED cannot be cancelled.\n\n`Order` cancellation is not guaranteed nor is it immediate. The `Order` may still be executed\nif the cancellation request is not received in time.\n\nCheck the status using the \"Get Order by ID\" endpoint to confirm whether the `Order` has been cancelled.\n" }, "response": [ { "id": "a6fd1990-9909-4354-a2ba-2928cd6ac8fe", "name": "OK", "originalRequest": { "method": "POST", "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/orders/:order_id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "accounts", ":account_id", "orders", ":order_id", "cancel" ], "variable": [ { "key": "account_id" }, { "key": "order_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"chain_id\": \"eip155:98867\",\n \"created_dt\": \"\",\n \"id\": \"\",\n \"order_contract_address\": \"\",\n \"order_side\": \"BUY\",\n \"order_tif\": \"IOC\",\n \"order_transaction_hash\": \"0xf0cfBbaCE5\",\n \"order_type\": \"LIMIT\",\n \"payment_token\": \"\",\n \"status\": \"SUBMITTED\",\n \"stock_id\": \"\",\n \"alloy_id\": \"\",\n \"asset_token\": \"\",\n \"asset_token_quantity\": \"\",\n \"payment_token_quantity\": \"\",\n \"limit_price\": \"\",\n \"fee\": \"\",\n \"cancel_transaction_hash\": \"0xE8CBDeEe\",\n \"order_request_id\": \"\",\n \"client_order_id\": \"\"\n}", "createdAt": "2026-07-28T01:30:43.000Z", "updatedAt": "2026-07-28T01:30:43.000Z", "uid": "35240-a6fd1990-9909-4354-a2ba-2928cd6ac8fe" }, { "id": "49701861-0521-4c6e-b45d-2f9af1e9dcfb", "name": "Bad Request", "originalRequest": { "method": "POST", "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/orders/:order_id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "accounts", ":account_id", "orders", ":order_id", "cancel" ], "variable": [ { "key": "account_id" }, { "key": "order_id" } ] } }, "status": "Bad Request", "code": 400, "_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:43.000Z", "updatedAt": "2026-07-28T01:30:43.000Z", "uid": "35240-49701861-0521-4c6e-b45d-2f9af1e9dcfb" }, { "id": "7cf4e1a4-865c-42dd-9cc0-ba7e4c66c4ca", "name": "Not Found", "originalRequest": { "method": "POST", "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/orders/:order_id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "accounts", ":account_id", "orders", ":order_id", "cancel" ], "variable": [ { "key": "account_id" }, { "key": "order_id" } ] } }, "status": "Not Found", "code": 404, "_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:43.000Z", "updatedAt": "2026-07-28T01:30:43.000Z", "uid": "35240-7cf4e1a4-865c-42dd-9cc0-ba7e4c66c4ca" }, { "id": "2f3971c0-b618-46b8-8039-2b4261f5b7d8", "name": "Conflict", "originalRequest": { "method": "POST", "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/orders/:order_id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "accounts", ":account_id", "orders", ":order_id", "cancel" ], "variable": [ { "key": "account_id" }, { "key": "order_id" } ] } }, "status": "Conflict", "code": 409, "_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:43.000Z", "updatedAt": "2026-07-28T01:30:43.000Z", "uid": "35240-2f3971c0-b618-46b8-8039-2b4261f5b7d8" }, { "id": "c83bea4d-d398-4a73-bb3c-401250ce36b3", "name": "Default error response", "originalRequest": { "method": "POST", "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/orders/:order_id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "accounts", ":account_id", "orders", ":order_id", "cancel" ], "variable": [ { "key": "account_id" }, { "key": "order_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:43.000Z", "updatedAt": "2026-07-28T01:30:43.000Z", "uid": "35240-c83bea4d-d398-4a73-bb3c-401250ce36b3" } ], "createdAt": "2026-07-28T01:30:43.000Z", "updatedAt": "2026-07-28T01:30:43.000Z", "uid": "35240-bb897c39-ee01-44d7-a5b3-ea8772710c11" } ], "id": "7dd23c46-3bc6-490e-88a4-abbf599e7caa", "createdAt": "2026-07-28T01:30:43.000Z", "updatedAt": "2026-07-28T01:30:43.000Z", "uid": "35240-7dd23c46-3bc6-490e-88a4-abbf599e7caa" }, { "name": "fulfillments", "item": [ { "name": "Get Order Fulfillments", "id": "2182580d-3b5b-4a75-9790-c0477d04c85a", "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/orders/:order_id/fulfillments?limit=20&order=asc&next=&previous=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "accounts", ":account_id", "orders", ":order_id", "fulfillments" ], "query": [ { "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": "c21aa3fb-7d00-4708-947b-6761649f756f", "key": "account_id", "value": "", "description": "(Required) " }, { "id": "18f905af-17d3-4b44-887f-99f2a4a5cf8a", "key": "order_id", "value": "", "description": "(Required) " } ] }, "description": "Get `OrderFulfillments` for a specific `Order`." }, "response": [ { "id": "6f807ed3-5501-4560-91a5-e49a58b96a8d", "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/orders/:order_id/fulfillments?limit=20&order=asc&next=&previous=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "accounts", ":account_id", "orders", ":order_id", "fulfillments" ], "query": [ { "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" }, { "key": "order_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"asset_token_filled\": \"\",\n \"asset_token_spent\": \"\",\n \"chain_id\": \"\",\n \"id\": \"\",\n \"order_id\": \"\",\n \"payment_token_filled\": \"\",\n \"payment_token_spent\": \"\",\n \"transaction_dt\": \"\",\n \"transaction_hash\": \"0x0c3Bb1\",\n \"stock_id\": \"\",\n \"alloy_id\": \"\",\n \"payment_token_fee\": \"\"\n },\n {\n \"asset_token_filled\": \"\",\n \"asset_token_spent\": \"\",\n \"chain_id\": \"\",\n \"id\": \"\",\n \"order_id\": \"\",\n \"payment_token_filled\": \"\",\n \"payment_token_spent\": \"\",\n \"transaction_dt\": \"\",\n \"transaction_hash\": \"0xb119B14EAc\",\n \"stock_id\": \"\",\n \"alloy_id\": \"\",\n \"payment_token_fee\": \"\"\n }\n ],\n \"pagination_metadata\": {\n \"previous\": \"\",\n \"next\": \"\"\n },\n \"_sv\": \"PaginatedAccountOrderFulfillmentResponse:v1\"\n}", "createdAt": "2026-07-28T01:30:43.000Z", "updatedAt": "2026-07-28T01:30:43.000Z", "uid": "35240-6f807ed3-5501-4560-91a5-e49a58b96a8d" }, { "id": "ee8cf956-626b-4ec1-bce6-a11c252caba5", "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/orders/:order_id/fulfillments?limit=20&order=asc&next=&previous=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "accounts", ":account_id", "orders", ":order_id", "fulfillments" ], "query": [ { "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" }, { "key": "order_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:43.000Z", "updatedAt": "2026-07-28T01:30:43.000Z", "uid": "35240-ee8cf956-626b-4ec1-bce6-a11c252caba5" }, { "id": "e804c542-b5cf-4431-9fb6-857e3471151b", "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/orders/:order_id/fulfillments?limit=20&order=asc&next=&previous=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "accounts", ":account_id", "orders", ":order_id", "fulfillments" ], "query": [ { "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" }, { "key": "order_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:43.000Z", "updatedAt": "2026-07-28T01:30:43.000Z", "uid": "35240-e804c542-b5cf-4431-9fb6-857e3471151b" } ], "createdAt": "2026-07-28T01:30:43.000Z", "updatedAt": "2026-07-28T01:30:43.000Z", "uid": "35240-2182580d-3b5b-4a75-9790-c0477d04c85a" } ], "id": "f08038e9-49a6-4bd0-8114-b8dfaf921964", "createdAt": "2026-07-28T01:30:43.000Z", "updatedAt": "2026-07-28T01:30:43.000Z", "uid": "35240-f08038e9-49a6-4bd0-8114-b8dfaf921964" }, { "name": "Get Order by ID", "id": "e484ca07-b1d9-427d-b089-771cc6242798", "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/orders/:order_id", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "accounts", ":account_id", "orders", ":order_id" ], "variable": [ { "id": "4bd8b1ac-b97d-4404-9e4b-77383f21e97e", "key": "account_id", "value": "", "description": "(Required) " }, { "id": "1600ec1f-c76f-448d-b17f-b5897cb008a1", "key": "order_id", "value": "", "description": "(Required) " } ] }, "description": "Get a specific `Order` by its ID." }, "response": [ { "id": "1ba4fb32-4dbc-4bf5-a6b7-61f71da654d0", "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/orders/:order_id", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "accounts", ":account_id", "orders", ":order_id" ], "variable": [ { "key": "account_id" }, { "key": "order_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"chain_id\": \"eip155:98867\",\n \"created_dt\": \"\",\n \"id\": \"\",\n \"order_contract_address\": \"\",\n \"order_side\": \"BUY\",\n \"order_tif\": \"IOC\",\n \"order_transaction_hash\": \"0xf0cfBbaCE5\",\n \"order_type\": \"LIMIT\",\n \"payment_token\": \"\",\n \"status\": \"SUBMITTED\",\n \"stock_id\": \"\",\n \"alloy_id\": \"\",\n \"asset_token\": \"\",\n \"asset_token_quantity\": \"\",\n \"payment_token_quantity\": \"\",\n \"limit_price\": \"\",\n \"fee\": \"\",\n \"cancel_transaction_hash\": \"0xE8CBDeEe\",\n \"order_request_id\": \"\",\n \"client_order_id\": \"\"\n}", "createdAt": "2026-07-28T01:30:43.000Z", "updatedAt": "2026-07-28T01:30:43.000Z", "uid": "35240-1ba4fb32-4dbc-4bf5-a6b7-61f71da654d0" }, { "id": "307cbeeb-9ec0-4a44-83f1-d8f404665476", "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/orders/:order_id", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "accounts", ":account_id", "orders", ":order_id" ], "variable": [ { "key": "account_id" }, { "key": "order_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:43.000Z", "updatedAt": "2026-07-28T01:30:43.000Z", "uid": "35240-307cbeeb-9ec0-4a44-83f1-d8f404665476" } ], "createdAt": "2026-07-28T01:30:43.000Z", "updatedAt": "2026-07-28T01:30:43.000Z", "uid": "35240-e484ca07-b1d9-427d-b089-771cc6242798" } ], "id": "88a54c3d-6ac3-4638-8e47-99a81ad9e32c", "createdAt": "2026-07-28T01:30:43.000Z", "updatedAt": "2026-07-28T01:30:43.000Z", "uid": "35240-88a54c3d-6ac3-4638-8e47-99a81ad9e32c" }, { "name": "cancel", "item": [ { "name": "Cancel Orders", "id": "ef51b16b-bcfd-4f39-b64e-63b7d420316e", "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_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/accounts/:account_id/orders/cancel", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "accounts", ":account_id", "orders", "cancel" ], "variable": [ { "id": "7e79a997-5d13-438d-bcb9-f3c52ad118ec", "key": "account_id", "value": "", "description": "(Required) " } ] }, "description": "\nCancel multiple `Orders` by their IDs in a single request. Note that this requires the `Order` IDs, not the `OrderRequest` IDs.\nOnce you submit a cancellation request, it cannot be undone. Be advised that orders with a\nstatus of PENDING_FILL, PENDING_ESCROW, FILLED, REJECTED, or CANCELLED cannot be cancelled.\n\n`Order` cancellation is not guaranteed nor is it immediate. The `Orders` may still be executed\nif the cancellation request is not received in time.\n\nThe response will indicate which orders were successfully queued to cancel and which failed to queue.\nCheck the status using the \"Get Order by ID\" endpoint to confirm whether individual `Orders` have been cancelled.\n" }, "response": [ { "id": "fb19f54a-6d74-4090-b066-04bdbf4b53cb", "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_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/accounts/:account_id/orders/cancel", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "accounts", ":account_id", "orders", "cancel" ], "variable": [ { "key": "account_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"cancel_queued_orders\": [\n {\n \"chain_id\": \"eip155:42161\",\n \"created_dt\": \"\",\n \"id\": \"\",\n \"order_contract_address\": \"\",\n \"order_side\": \"BUY\",\n \"order_tif\": \"GTC\",\n \"order_transaction_hash\": \"0xD\",\n \"order_type\": \"MARKET\",\n \"payment_token\": \"\",\n \"status\": \"PARTIALLY_FILLED\",\n \"stock_id\": \"\",\n \"alloy_id\": \"\",\n \"asset_token\": \"\",\n \"asset_token_quantity\": \"\",\n \"payment_token_quantity\": \"\",\n \"limit_price\": \"\",\n \"fee\": \"\",\n \"cancel_transaction_hash\": \"0x31349F0\",\n \"order_request_id\": \"\",\n \"client_order_id\": \"\"\n },\n {\n \"chain_id\": \"eip155:168587773\",\n \"created_dt\": \"\",\n \"id\": \"\",\n \"order_contract_address\": \"\",\n \"order_side\": \"BUY\",\n \"order_tif\": \"IOC\",\n \"order_transaction_hash\": \"0xb694\",\n \"order_type\": \"LIMIT\",\n \"payment_token\": \"\",\n \"status\": \"REJECTED\",\n \"stock_id\": \"\",\n \"alloy_id\": \"\",\n \"asset_token\": \"\",\n \"asset_token_quantity\": \"\",\n \"payment_token_quantity\": \"\",\n \"limit_price\": \"\",\n \"fee\": \"\",\n \"cancel_transaction_hash\": \"0x6\",\n \"order_request_id\": \"\",\n \"client_order_id\": \"\"\n }\n ],\n \"failed_to_cancel_orders\": [\n {\n \"chain_id\": \"eip155:42161\",\n \"created_dt\": \"\",\n \"id\": \"\",\n \"order_contract_address\": \"\",\n \"order_side\": \"SELL\",\n \"order_tif\": \"GTC\",\n \"order_transaction_hash\": \"0xea7F90A0\",\n \"order_type\": \"LIMIT\",\n \"payment_token\": \"\",\n \"status\": \"PARTIALLY_FILLED\",\n \"stock_id\": \"\",\n \"alloy_id\": \"\",\n \"asset_token\": \"\",\n \"asset_token_quantity\": \"\",\n \"payment_token_quantity\": \"\",\n \"limit_price\": \"\",\n \"fee\": \"\",\n \"cancel_transaction_hash\": \"0xc12cF\",\n \"order_request_id\": \"\",\n \"client_order_id\": \"\"\n },\n {\n \"chain_id\": \"eip155:202110\",\n \"created_dt\": \"\",\n \"id\": \"\",\n \"order_contract_address\": \"\",\n \"order_side\": \"SELL\",\n \"order_tif\": \"DAY\",\n \"order_transaction_hash\": \"0xF0\",\n \"order_type\": \"MARKET\",\n \"payment_token\": \"\",\n \"status\": \"ESCROWED\",\n \"stock_id\": \"\",\n \"alloy_id\": \"\",\n \"asset_token\": \"\",\n \"asset_token_quantity\": \"\",\n \"payment_token_quantity\": \"\",\n \"limit_price\": \"\",\n \"fee\": \"\",\n \"cancel_transaction_hash\": \"0xFA1b3C5\",\n \"order_request_id\": \"\",\n \"client_order_id\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:30:43.000Z", "updatedAt": "2026-07-28T01:30:43.000Z", "uid": "35240-fb19f54a-6d74-4090-b066-04bdbf4b53cb" }, { "id": "44364e07-3790-4695-880b-424a444a376c", "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_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/accounts/:account_id/orders/cancel", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "accounts", ":account_id", "orders", "cancel" ], "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:43.000Z", "updatedAt": "2026-07-28T01:30:43.000Z", "uid": "35240-44364e07-3790-4695-880b-424a444a376c" }, { "id": "3d9b01f2-18f2-440f-898d-06cf9580c7ca", "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_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/accounts/:account_id/orders/cancel", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "accounts", ":account_id", "orders", "cancel" ], "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:43.000Z", "updatedAt": "2026-07-28T01:30:43.000Z", "uid": "35240-3d9b01f2-18f2-440f-898d-06cf9580c7ca" } ], "createdAt": "2026-07-28T01:30:43.000Z", "updatedAt": "2026-07-28T01:30:43.000Z", "uid": "35240-ef51b16b-bcfd-4f39-b64e-63b7d420316e" } ], "id": "0eee85c2-7550-4470-9c4f-735540d8b3a6", "createdAt": "2026-07-28T01:30:43.000Z", "updatedAt": "2026-07-28T01:30:43.000Z", "uid": "35240-0eee85c2-7550-4470-9c4f-735540d8b3a6" }, { "name": "Get Orders", "id": "bda3e8e6-afb3-4ded-bf83-2ebcb9c8df9f", "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/orders?chain_id=&order_transaction_hash=&client_order_id=&limit=20&order=asc&next=&previous=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "accounts", ":account_id", "orders" ], "query": [ { "description": "CAIP-2 formatted chain ID of the blockchain the `Order` was made on.", "key": "chain_id", "value": "" }, { "description": "Transaction hash of the `Order`.", "key": "order_transaction_hash", "value": "" }, { "description": "Customer-supplied identifier to search for `Order`s.", "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": "dffebfe6-4a07-481a-88b7-7426beab43df", "key": "account_id", "value": "", "description": "(Required) " } ] }, "description": "Get a list of all `Orders` under the `Account`.
Optionally `Orders` can be filtered by chain ID, transaction hash, or client order ID." }, "response": [ { "id": "2c75f04c-2574-4955-aca4-89bccade3d7c", "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/orders?chain_id=&order_transaction_hash=&client_order_id=&limit=20&order=asc&next=&previous=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "accounts", ":account_id", "orders" ], "query": [ { "description": "CAIP-2 formatted chain ID of the blockchain the `Order` was made on.", "key": "chain_id", "value": "" }, { "description": "Transaction hash of the `Order`.", "key": "order_transaction_hash", "value": "" }, { "description": "Customer-supplied identifier to search for `Order`s.", "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 \"chain_id\": \"\",\n \"created_dt\": \"\",\n \"id\": \"\",\n \"order_contract_address\": \"\",\n \"order_side\": \"BUY\",\n \"order_tif\": \"IOC\",\n \"order_transaction_hash\": \"0xeB4818\",\n \"order_type\": \"MARKET\",\n \"payment_token\": \"\",\n \"status\": \"CANCELLED\",\n \"stock_id\": \"\",\n \"asset_token\": \"\",\n \"asset_token_quantity\": \"\",\n \"payment_token_quantity\": \"\",\n \"limit_price\": \"\",\n \"fee\": \"\",\n \"cancel_transaction_hash\": \"0x8\",\n \"order_request_id\": \"\",\n \"client_order_id\": \"\"\n },\n {\n \"chain_id\": \"\",\n \"created_dt\": \"\",\n \"id\": \"\",\n \"order_contract_address\": \"\",\n \"order_side\": \"BUY\",\n \"order_tif\": \"IOC\",\n \"order_transaction_hash\": \"0x648EA5CBe0\",\n \"order_type\": \"LIMIT\",\n \"payment_token\": \"\",\n \"status\": \"PARTIALLY_FILLED\",\n \"stock_id\": \"\",\n \"asset_token\": \"\",\n \"asset_token_quantity\": \"\",\n \"payment_token_quantity\": \"\",\n \"limit_price\": \"\",\n \"fee\": \"\",\n \"cancel_transaction_hash\": \"0x3d4a\",\n \"order_request_id\": \"\",\n \"client_order_id\": \"\"\n }\n ],\n \"pagination_metadata\": {\n \"previous\": \"\",\n \"next\": \"\"\n },\n \"_sv\": \"PaginatedAccountOrderResponse:v1\"\n}", "createdAt": "2026-07-28T01:30:43.000Z", "updatedAt": "2026-07-28T01:30:43.000Z", "uid": "35240-2c75f04c-2574-4955-aca4-89bccade3d7c" }, { "id": "16a5f929-8e87-4bae-9679-61c57e02f45d", "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/orders?chain_id=&order_transaction_hash=&client_order_id=&limit=20&order=asc&next=&previous=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "accounts", ":account_id", "orders" ], "query": [ { "description": "CAIP-2 formatted chain ID of the blockchain the `Order` was made on.", "key": "chain_id", "value": "" }, { "description": "Transaction hash of the `Order`.", "key": "order_transaction_hash", "value": "" }, { "description": "Customer-supplied identifier to search for `Order`s.", "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:43.000Z", "updatedAt": "2026-07-28T01:30:43.000Z", "uid": "35240-16a5f929-8e87-4bae-9679-61c57e02f45d" }, { "id": "704a9f36-3ee6-4f18-929b-8e7c03493023", "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/orders?chain_id=&order_transaction_hash=&client_order_id=&limit=20&order=asc&next=&previous=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "accounts", ":account_id", "orders" ], "query": [ { "description": "CAIP-2 formatted chain ID of the blockchain the `Order` was made on.", "key": "chain_id", "value": "" }, { "description": "Transaction hash of the `Order`.", "key": "order_transaction_hash", "value": "" }, { "description": "Customer-supplied identifier to search for `Order`s.", "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:43.000Z", "updatedAt": "2026-07-28T01:30:43.000Z", "uid": "35240-704a9f36-3ee6-4f18-929b-8e7c03493023" } ], "createdAt": "2026-07-28T01:30:43.000Z", "updatedAt": "2026-07-28T01:30:43.000Z", "uid": "35240-bda3e8e6-afb3-4ded-bf83-2ebcb9c8df9f" } ], "id": "525ec537-1056-495c-977f-0d47545b1007", "createdAt": "2026-07-28T01:30:43.000Z", "updatedAt": "2026-07-28T01:30:43.000Z", "uid": "35240-525ec537-1056-495c-977f-0d47545b1007" }, { "name": "order_fulfillments", "item": [ { "name": "{order_fulfillment_id}", "item": [ { "name": "Get Order Fulfillment by ID", "id": "0e3d3933-2645-4776-b5f1-adc524b1690b", "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_fulfillments/:order_fulfillment_id", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "accounts", ":account_id", "order_fulfillments", ":order_fulfillment_id" ], "variable": [ { "id": "24552929-ae95-411d-a2b1-43824f95940c", "key": "account_id", "value": "", "description": "(Required) " }, { "id": "6b50224b-601b-44f5-8fa9-8e14095689ee", "key": "order_fulfillment_id", "value": "", "description": "(Required) " } ] }, "description": "Get a specific `OrderFulfillment` by its ID." }, "response": [ { "id": "c3c2f160-c840-4f6a-9d16-143bdef7643e", "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_fulfillments/:order_fulfillment_id", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "accounts", ":account_id", "order_fulfillments", ":order_fulfillment_id" ], "variable": [ { "key": "account_id" }, { "key": "order_fulfillment_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"asset_token_filled\": \"\",\n \"asset_token_spent\": \"\",\n \"chain_id\": \"eip155:999\",\n \"id\": \"\",\n \"order_id\": \"\",\n \"payment_token_filled\": \"\",\n \"payment_token_spent\": \"\",\n \"transaction_dt\": \"\",\n \"transaction_hash\": \"0xefB\",\n \"stock_id\": \"\",\n \"alloy_id\": \"\",\n \"payment_token_fee\": \"\"\n}", "createdAt": "2026-07-28T01:30:43.000Z", "updatedAt": "2026-07-28T01:30:43.000Z", "uid": "35240-c3c2f160-c840-4f6a-9d16-143bdef7643e" }, { "id": "9536aa7d-05f2-45e9-a313-e2c326b81b54", "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_fulfillments/:order_fulfillment_id", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "accounts", ":account_id", "order_fulfillments", ":order_fulfillment_id" ], "variable": [ { "key": "account_id" }, { "key": "order_fulfillment_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:43.000Z", "updatedAt": "2026-07-28T01:30:43.000Z", "uid": "35240-9536aa7d-05f2-45e9-a313-e2c326b81b54" } ], "createdAt": "2026-07-28T01:30:43.000Z", "updatedAt": "2026-07-28T01:30:43.000Z", "uid": "35240-0e3d3933-2645-4776-b5f1-adc524b1690b" } ], "id": "6a8e2234-a38f-4343-afe9-e262edf72b7f", "createdAt": "2026-07-28T01:30:43.000Z", "updatedAt": "2026-07-28T01:30:43.000Z", "uid": "35240-6a8e2234-a38f-4343-afe9-e262edf72b7f" }, { "name": "Query Order Fulfillments", "id": "300613d7-cc22-45fe-9ef6-bed76ea6ae01", "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_fulfillments?order_ids=&order_ids=&limit=20&order=asc&next=&previous=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "accounts", ":account_id", "order_fulfillments" ], "query": [ { "description": "List of `Order` IDs to query `AccountOrderFulfillment` for.", "key": "order_ids", "value": "" }, { "description": "List of `Order` IDs to query `AccountOrderFulfillment` for.", "key": "order_ids", "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": "218bc0e2-f677-45fe-9bd9-8cab927e0317", "key": "account_id", "value": "", "description": "(Required) " } ] }, "description": "Query `OrderFulfillments` under the `Account`." }, "response": [ { "id": "53bad824-c58e-41a7-baa1-7b8524305405", "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_fulfillments?order_ids=&limit=20&order=asc&next=&previous=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "accounts", ":account_id", "order_fulfillments" ], "query": [ { "description": "List of `Order` IDs to query `AccountOrderFulfillment` for.", "key": "order_ids", "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 \"asset_token_filled\": \"\",\n \"asset_token_spent\": \"\",\n \"chain_id\": \"\",\n \"id\": \"\",\n \"order_id\": \"\",\n \"payment_token_filled\": \"\",\n \"payment_token_spent\": \"\",\n \"transaction_dt\": \"\",\n \"transaction_hash\": \"0x0c3Bb1\",\n \"stock_id\": \"\",\n \"alloy_id\": \"\",\n \"payment_token_fee\": \"\"\n },\n {\n \"asset_token_filled\": \"\",\n \"asset_token_spent\": \"\",\n \"chain_id\": \"\",\n \"id\": \"\",\n \"order_id\": \"\",\n \"payment_token_filled\": \"\",\n \"payment_token_spent\": \"\",\n \"transaction_dt\": \"\",\n \"transaction_hash\": \"0xb119B14EAc\",\n \"stock_id\": \"\",\n \"alloy_id\": \"\",\n \"payment_token_fee\": \"\"\n }\n ],\n \"pagination_metadata\": {\n \"previous\": \"\",\n \"next\": \"\"\n },\n \"_sv\": \"PaginatedAccountOrderFulfillmentResponse:v1\"\n}", "createdAt": "2026-07-28T01:30:43.000Z", "updatedAt": "2026-07-28T01:30:43.000Z", "uid": "35240-53bad824-c58e-41a7-baa1-7b8524305405" }, { "id": "5dffbfcc-4bc9-4212-b483-23be39ce71f6", "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_fulfillments?order_ids=&limit=20&order=asc&next=&previous=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "accounts", ":account_id", "order_fulfillments" ], "query": [ { "description": "List of `Order` IDs to query `AccountOrderFulfillment` for.", "key": "order_ids", "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:43.000Z", "updatedAt": "2026-07-28T01:30:43.000Z", "uid": "35240-5dffbfcc-4bc9-4212-b483-23be39ce71f6" }, { "id": "92f5be53-9bca-4763-b263-713ec3c175cf", "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_fulfillments?order_ids=&limit=20&order=asc&next=&previous=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "accounts", ":account_id", "order_fulfillments" ], "query": [ { "description": "List of `Order` IDs to query `AccountOrderFulfillment` for.", "key": "order_ids", "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:43.000Z", "updatedAt": "2026-07-28T01:30:43.000Z", "uid": "35240-92f5be53-9bca-4763-b263-713ec3c175cf" } ], "createdAt": "2026-07-28T01:30:43.000Z", "updatedAt": "2026-07-28T01:30:43.000Z", "uid": "35240-300613d7-cc22-45fe-9ef6-bed76ea6ae01" } ], "id": "1cf9a9a8-7add-4101-8ed6-5d327cb92ecf", "createdAt": "2026-07-28T01:30:43.000Z", "updatedAt": "2026-07-28T01:30:43.000Z", "uid": "35240-1cf9a9a8-7add-4101-8ed6-5d327cb92ecf" } ], "id": "ec0ba463-dfe1-421f-8b6d-c9071d5034d3", "createdAt": "2026-07-28T01:30:43.000Z", "updatedAt": "2026-07-28T01:30:43.000Z", "uid": "35240-ec0ba463-dfe1-421f-8b6d-c9071d5034d3" } ], "id": "af690b1f-e273-49bc-a4b3-81ec22aedaaf", "createdAt": "2026-07-28T01:30:43.000Z", "updatedAt": "2026-07-28T01:30:43.000Z", "uid": "35240-af690b1f-e273-49bc-a4b3-81ec22aedaaf" } ], "id": "6fec5730-2932-4b8c-9035-3b254998f59a", "createdAt": "2026-07-28T01:30:43.000Z", "updatedAt": "2026-07-28T01:30:43.000Z", "uid": "35240-6fec5730-2932-4b8c-9035-3b254998f59a" } ], "id": "93eee103-81b1-4254-8453-87df7bc7e564", "createdAt": "2026-07-28T01:30:43.000Z", "updatedAt": "2026-07-28T01:30:43.000Z", "uid": "35240-93eee103-81b1-4254-8453-87df7bc7e564" } ], "variable": [ { "key": "baseUrl", "value": "https://api-enterprise.sbt.dinari.com" } ] }