{ "info": { "_postman_id": "c9d8cdc4-1246-4bd4-8f33-141df9471c8b", "name": "Coinme Crypto-as-a-Service AuthLinkResult Transactionhistory API", "description": "Coinme Crypto-as-a-Service (CaaS) API. Harvested from provider-published per-endpoint OpenAPI blocks at docs.coinme.com/reference. Modular crypto infrastructure: KYC onboarding, quotes, buy/sell orders, wallets, sends, cash on/off-ramp, payment methods, and webhooks.", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:26:19.000Z", "updatedAt": "2026-07-28T01:26:19.000Z", "lastUpdatedBy": "35240", "uid": "35240-c9d8cdc4-1246-4bd4-8f33-141df9471c8b" }, "item": [ { "name": "transactionhistory", "item": [ { "name": "Get Transaction History", "id": "8ec3faf4-835b-42ae-8fce-a9658b0e2812", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) Partner User Agent ID (provided by Coinme)", "key": "User-Agent", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transactionhistory?customerId=¤cyCode=&startDateTime=&endDateTime=&page=&size=", "host": [ "{{baseUrl}}" ], "path": [ "transactionhistory" ], "query": [ { "description": "(Required) Unique customer identifier", "key": "customerId", "value": "" }, { "description": "Currency code of the cryptocurrency (i.e. DOGE)", "key": "currencyCode", "value": "" }, { "description": "UTC (i.e. 2022-01-24T16:44:49Z)", "key": "startDateTime", "value": "" }, { "description": "UTC (i.e. 2022-01-24T16:44:49Z)", "key": "endDateTime", "value": "" }, { "description": "Number of pages", "key": "page", "value": "" }, { "description": "Page size (max value is 500)", "key": "size", "value": "" } ] }, "description": "Return the list of all transactions initiated via Partner interface by specific customer within the specified time" }, "response": [ { "id": "e27ea0d3-f59a-40a5-bf8e-141a6a1cdc96", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Partner User Agent ID (provided by Coinme)", "key": "User-Agent", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transactionhistory?customerId=¤cyCode=&startDateTime=&endDateTime=&page=&size=", "host": [ "{{baseUrl}}" ], "path": [ "transactionhistory" ], "query": [ { "description": "(Required) Unique customer identifier", "key": "customerId", "value": "" }, { "description": "Currency code of the cryptocurrency (i.e. DOGE)", "key": "currencyCode", "value": "" }, { "description": "UTC (i.e. 2022-01-24T16:44:49Z)", "key": "startDateTime", "value": "" }, { "description": "UTC (i.e. 2022-01-24T16:44:49Z)", "key": "endDateTime", "value": "" }, { "description": "Number of pages", "key": "page", "value": "" }, { "description": "Page size (max value is 500)", "key": "size", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"transactions\": [\n {\n \"totalFees\": \"\",\n \"feeCurrencyCode\": \"\",\n \"creditCurrencyAmount\": \"\",\n \"creditCurrencyCode\": \"\",\n \"debitCurrencyAmount\": \"\",\n \"debitCurrencyCode\": \"\",\n \"transactionDateTime\": \"\",\n \"partnerTransactionId\": \"\",\n \"transactionStatus\": \"\",\n \"fromWalletAddress\": \"\",\n \"toWalletAddress\": \"\",\n \"promoCode\": \"\"\n },\n {\n \"totalFees\": \"\",\n \"feeCurrencyCode\": \"\",\n \"creditCurrencyAmount\": \"\",\n \"creditCurrencyCode\": \"\",\n \"debitCurrencyAmount\": \"\",\n \"debitCurrencyCode\": \"\",\n \"transactionDateTime\": \"\",\n \"partnerTransactionId\": \"\",\n \"transactionStatus\": \"\",\n \"fromWalletAddress\": \"\",\n \"toWalletAddress\": \"\",\n \"promoCode\": \"\"\n }\n ]\n },\n \"errorResponse\": {}\n}", "createdAt": "2026-07-28T01:26:19.000Z", "updatedAt": "2026-07-28T01:26:19.000Z", "uid": "35240-e27ea0d3-f59a-40a5-bf8e-141a6a1cdc96" }, { "id": "11b0fef7-90d9-46af-8cd0-8ad897a64ce4", "name": "400", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Partner User Agent ID (provided by Coinme)", "key": "User-Agent", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transactionhistory?customerId=¤cyCode=&startDateTime=&endDateTime=&page=&size=", "host": [ "{{baseUrl}}" ], "path": [ "transactionhistory" ], "query": [ { "description": "(Required) Unique customer identifier", "key": "customerId", "value": "" }, { "description": "Currency code of the cryptocurrency (i.e. DOGE)", "key": "currencyCode", "value": "" }, { "description": "UTC (i.e. 2022-01-24T16:44:49Z)", "key": "startDateTime", "value": "" }, { "description": "UTC (i.e. 2022-01-24T16:44:49Z)", "key": "endDateTime", "value": "" }, { "description": "Number of pages", "key": "page", "value": "" }, { "description": "Page size (max value is 500)", "key": "size", "value": "" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {},\n \"errorResponse\": {\n \"httpStatus\": \"\",\n \"timestamp\": \"\",\n \"path\": \"\",\n \"errorData\": [\n {\n \"errorCode\": \"\",\n \"message\": \"\"\n },\n {\n \"errorCode\": \"\",\n \"message\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:26:19.000Z", "updatedAt": "2026-07-28T01:26:19.000Z", "uid": "35240-11b0fef7-90d9-46af-8cd0-8ad897a64ce4" }, { "id": "d4192212-db9c-4612-8c34-881d3b5d98b1", "name": "401", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Partner User Agent ID (provided by Coinme)", "key": "User-Agent", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transactionhistory?customerId=¤cyCode=&startDateTime=&endDateTime=&page=&size=", "host": [ "{{baseUrl}}" ], "path": [ "transactionhistory" ], "query": [ { "description": "(Required) Unique customer identifier", "key": "customerId", "value": "" }, { "description": "Currency code of the cryptocurrency (i.e. DOGE)", "key": "currencyCode", "value": "" }, { "description": "UTC (i.e. 2022-01-24T16:44:49Z)", "key": "startDateTime", "value": "" }, { "description": "UTC (i.e. 2022-01-24T16:44:49Z)", "key": "endDateTime", "value": "" }, { "description": "Number of pages", "key": "page", "value": "" }, { "description": "Page size (max value is 500)", "key": "size", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "responseTime": null, "body": "{\n \"examples\": {\n \"Result\": {\n \"value\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T01:26:19.000Z", "updatedAt": "2026-07-28T01:26:19.000Z", "uid": "35240-d4192212-db9c-4612-8c34-881d3b5d98b1" }, { "id": "498af545-4a51-4de0-b3e0-8acb00c2ec1e", "name": "500", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Partner User Agent ID (provided by Coinme)", "key": "User-Agent", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transactionhistory?customerId=¤cyCode=&startDateTime=&endDateTime=&page=&size=", "host": [ "{{baseUrl}}" ], "path": [ "transactionhistory" ], "query": [ { "description": "(Required) Unique customer identifier", "key": "customerId", "value": "" }, { "description": "Currency code of the cryptocurrency (i.e. DOGE)", "key": "currencyCode", "value": "" }, { "description": "UTC (i.e. 2022-01-24T16:44:49Z)", "key": "startDateTime", "value": "" }, { "description": "UTC (i.e. 2022-01-24T16:44:49Z)", "key": "endDateTime", "value": "" }, { "description": "Number of pages", "key": "page", "value": "" }, { "description": "Page size (max value is 500)", "key": "size", "value": "" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "responseTime": null, "body": "{\n \"examples\": {\n \"Result\": {\n \"value\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T01:26:19.000Z", "updatedAt": "2026-07-28T01:26:19.000Z", "uid": "35240-498af545-4a51-4de0-b3e0-8acb00c2ec1e" } ], "createdAt": "2026-07-28T01:26:19.000Z", "updatedAt": "2026-07-28T01:26:19.000Z", "uid": "35240-8ec3faf4-835b-42ae-8fce-a9658b0e2812" } ], "id": "b4cf52b8-c9b7-4e01-978d-8e899eeaca40", "createdAt": "2026-07-28T01:26:19.000Z", "updatedAt": "2026-07-28T01:26:19.000Z", "uid": "35240-b4cf52b8-c9b7-4e01-978d-8e899eeaca40" } ], "variable": [ { "key": "baseUrl", "value": "https://caas.coinme.com/services" } ] }