{ "info": { "_postman_id": "a5b48fc0-f5e6-40eb-a79d-947641cea0d8", "name": "Coinme Crypto-as-a-Service AuthLinkResult Transactionlimits 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:20.000Z", "updatedAt": "2026-07-28T01:26:20.000Z", "lastUpdatedBy": "35240", "uid": "35240-a5b48fc0-f5e6-40eb-a79d-947641cea0d8" }, "item": [ { "name": "transactionlimits", "item": [ { "name": "Get Transaction Limits", "id": "fcd7f89e-19c6-424a-8515-593c950fa102", "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": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/transactionlimits?customerId=&fiatCurrencyCode=USD", "host": [ "{{baseUrl}}" ], "path": [ "transactionlimits" ], "query": [ { "description": "(Required) Unique customer identifier", "key": "customerId", "value": "" }, { "description": "(Required) Currency code of the fiat (i.e. USD)", "key": "fiatCurrencyCode", "value": "USD" } ] }, "description": "Return the remaining limit based on varying transaction limits that are dynamically imposed on the Customer based on risk analysis and documents/data collected" }, "response": [ { "id": "64e531dd-accf-45c3-ae1d-4ed54f53e7e4", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Partner User Agent ID (provided by Coinme)", "key": "User-Agent", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/transactionlimits?customerId=&fiatCurrencyCode=USD", "host": [ "{{baseUrl}}" ], "path": [ "transactionlimits" ], "query": [ { "description": "(Required) Unique customer identifier", "key": "customerId", "value": "" }, { "description": "(Required) Currency code of the fiat (i.e. USD)", "key": "fiatCurrencyCode", "value": "USD" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"buyLimitAmount\": \"\",\n \"sellLimitAmount\": \"\"\n },\n \"errorResponse\": {}\n}", "createdAt": "2026-07-28T01:26:20.000Z", "updatedAt": "2026-07-28T01:26:20.000Z", "uid": "35240-64e531dd-accf-45c3-ae1d-4ed54f53e7e4" }, { "id": "5e8106b3-e27d-4d4b-acaa-0b5c0307fb1f", "name": "400", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Partner User Agent ID (provided by Coinme)", "key": "User-Agent", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/transactionlimits?customerId=&fiatCurrencyCode=USD", "host": [ "{{baseUrl}}" ], "path": [ "transactionlimits" ], "query": [ { "description": "(Required) Unique customer identifier", "key": "customerId", "value": "" }, { "description": "(Required) Currency code of the fiat (i.e. USD)", "key": "fiatCurrencyCode", "value": "USD" } ] } }, "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:20.000Z", "updatedAt": "2026-07-28T01:26:20.000Z", "uid": "35240-5e8106b3-e27d-4d4b-acaa-0b5c0307fb1f" }, { "id": "7ecfe6fd-c94a-4e20-8de5-5ffb4f019b32", "name": "401", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Partner User Agent ID (provided by Coinme)", "key": "User-Agent", "value": "" }, { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/transactionlimits?customerId=&fiatCurrencyCode=USD", "host": [ "{{baseUrl}}" ], "path": [ "transactionlimits" ], "query": [ { "description": "(Required) Unique customer identifier", "key": "customerId", "value": "" }, { "description": "(Required) Currency code of the fiat (i.e. USD)", "key": "fiatCurrencyCode", "value": "USD" } ] } }, "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:20.000Z", "updatedAt": "2026-07-28T01:26:20.000Z", "uid": "35240-7ecfe6fd-c94a-4e20-8de5-5ffb4f019b32" }, { "id": "c156a405-721e-4ca7-9a55-063beac49273", "name": "500", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Partner User Agent ID (provided by Coinme)", "key": "User-Agent", "value": "" }, { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/transactionlimits?customerId=&fiatCurrencyCode=USD", "host": [ "{{baseUrl}}" ], "path": [ "transactionlimits" ], "query": [ { "description": "(Required) Unique customer identifier", "key": "customerId", "value": "" }, { "description": "(Required) Currency code of the fiat (i.e. USD)", "key": "fiatCurrencyCode", "value": "USD" } ] } }, "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:20.000Z", "updatedAt": "2026-07-28T01:26:20.000Z", "uid": "35240-c156a405-721e-4ca7-9a55-063beac49273" } ], "createdAt": "2026-07-28T01:26:20.000Z", "updatedAt": "2026-07-28T01:26:20.000Z", "uid": "35240-fcd7f89e-19c6-424a-8515-593c950fa102" } ], "id": "fa583bac-6160-4400-845b-405fe2656e50", "createdAt": "2026-07-28T01:26:20.000Z", "updatedAt": "2026-07-28T01:26:20.000Z", "uid": "35240-fa583bac-6160-4400-845b-405fe2656e50" } ], "variable": [ { "key": "baseUrl", "value": "https://caas.coinme.com/services" } ] }