{ "info": { "_postman_id": "5e884bed-cc1c-422f-a9d5-e3818477d817", "name": "Iron API - Sandbox Addresses Currencies API", "description": "The Stablecoin Payment Network", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:23:46.000Z", "updatedAt": "2026-07-28T03:23:47.000Z", "lastUpdatedBy": "35240", "uid": "35240-5e884bed-cc1c-422f-a9d5-e3818477d817" }, "item": [ { "name": "cryptocurrencies", "item": [ { "name": "List all available crypto currencies", "id": "df8003a6-bcc6-4814-9c94-1d9b6b575c76", "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": "Selects the API version for this request, as an ISO date (`YYYY-MM-DD`). Omit to use the default version (`2025-03-13`). Supported versions: 2025-03-13, 2026-07-01.", "key": "X-API-Version", "value": "" }, { "key": "Accept", "value": "application/json; charset=utf-8" } ], "url": { "raw": "{{baseUrl}}/cryptocurrencies", "host": [ "{{baseUrl}}" ], "path": [ "cryptocurrencies" ] }, "description": "A list of all crypto currencies which are currently supported by Iron\n" }, "response": [ { "id": "6465267e-ae62-444a-9364-a5f49c380997", "name": "GET crypto currencies succeeded", "originalRequest": { "method": "GET", "header": [ { "description": "Selects the API version for this request, as an ISO date (`YYYY-MM-DD`). Omit to use the default version (`2025-03-13`). Supported versions: 2025-03-13, 2026-07-01.", "key": "X-API-Version", "value": "" }, { "key": "Accept", "value": "application/json; charset=utf-8" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/cryptocurrencies", "host": [ "{{baseUrl}}" ], "path": [ "cryptocurrencies" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"code\": \"\",\n \"chain\": \"\",\n \"mint_only\": \"\",\n \"address\": \"\",\n \"name\": \"\"\n },\n {\n \"code\": \"\",\n \"chain\": \"\",\n \"mint_only\": \"\",\n \"address\": \"\",\n \"name\": \"\"\n }\n]", "createdAt": "2026-07-28T03:23:47.000Z", "updatedAt": "2026-07-28T03:23:47.000Z", "uid": "35240-6465267e-ae62-444a-9364-a5f49c380997" }, { "id": "030e1c31-ea8b-4089-b414-f07e71a54417", "name": "GET crypto currencies failed (Unauthorized)", "originalRequest": { "method": "GET", "header": [ { "description": "Selects the API version for this request, as an ISO date (`YYYY-MM-DD`). Omit to use the default version (`2025-03-13`). Supported versions: 2025-03-13, 2026-07-01.", "key": "X-API-Version", "value": "" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/cryptocurrencies", "host": [ "{{baseUrl}}" ], "path": [ "cryptocurrencies" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:23:47.000Z", "updatedAt": "2026-07-28T03:23:47.000Z", "uid": "35240-030e1c31-ea8b-4089-b414-f07e71a54417" }, { "id": "ce4961c1-f51a-4ab7-b5ac-1858bab42416", "name": "GET crypto currencies failed (Internal Server Error)", "originalRequest": { "method": "GET", "header": [ { "description": "Selects the API version for this request, as an ISO date (`YYYY-MM-DD`). Omit to use the default version (`2025-03-13`). Supported versions: 2025-03-13, 2026-07-01.", "key": "X-API-Version", "value": "" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/cryptocurrencies", "host": [ "{{baseUrl}}" ], "path": [ "cryptocurrencies" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:23:47.000Z", "updatedAt": "2026-07-28T03:23:47.000Z", "uid": "35240-ce4961c1-f51a-4ab7-b5ac-1858bab42416" } ], "createdAt": "2026-07-28T03:23:47.000Z", "updatedAt": "2026-07-28T03:23:47.000Z", "uid": "35240-df8003a6-bcc6-4814-9c94-1d9b6b575c76" } ], "id": "185aee36-82fe-47a6-b0cf-6237db24edce", "createdAt": "2026-07-28T03:23:47.000Z", "updatedAt": "2026-07-28T03:23:47.000Z", "uid": "35240-185aee36-82fe-47a6-b0cf-6237db24edce" }, { "name": "fiatcurrencies", "item": [ { "name": "List all available fiat currencies", "id": "d827750b-3e81-47fa-a0df-60121b7a172a", "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": "Selects the API version for this request, as an ISO date (`YYYY-MM-DD`). Omit to use the default version (`2025-03-13`). Supported versions: 2025-03-13, 2026-07-01.", "key": "X-API-Version", "value": "" }, { "key": "Accept", "value": "application/json; charset=utf-8" } ], "url": { "raw": "{{baseUrl}}/fiatcurrencies", "host": [ "{{baseUrl}}" ], "path": [ "fiatcurrencies" ] }, "description": "A list of all fiat currencies which are currently supported by Iron\n" }, "response": [ { "id": "541fd72b-c3d5-4941-98cf-eeda482170b2", "name": "GET fiat currencies succeeded", "originalRequest": { "method": "GET", "header": [ { "description": "Selects the API version for this request, as an ISO date (`YYYY-MM-DD`). Omit to use the default version (`2025-03-13`). Supported versions: 2025-03-13, 2026-07-01.", "key": "X-API-Version", "value": "" }, { "key": "Accept", "value": "application/json; charset=utf-8" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/fiatcurrencies", "host": [ "{{baseUrl}}" ], "path": [ "fiatcurrencies" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"code\": \"\",\n \"name\": \"\",\n \"countries\": [\n {\n \"code\": \"\"\n },\n {\n \"code\": \"\"\n }\n ]\n },\n {\n \"code\": \"\",\n \"name\": \"\",\n \"countries\": [\n {\n \"code\": \"\"\n },\n {\n \"code\": \"\"\n }\n ]\n }\n]", "createdAt": "2026-07-28T03:23:47.000Z", "updatedAt": "2026-07-28T03:23:47.000Z", "uid": "35240-541fd72b-c3d5-4941-98cf-eeda482170b2" }, { "id": "74fbee7f-73d4-4f3f-ab0d-69af00a84dc5", "name": "GET fiat currencies failed (Unauthorized)", "originalRequest": { "method": "GET", "header": [ { "description": "Selects the API version for this request, as an ISO date (`YYYY-MM-DD`). Omit to use the default version (`2025-03-13`). Supported versions: 2025-03-13, 2026-07-01.", "key": "X-API-Version", "value": "" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/fiatcurrencies", "host": [ "{{baseUrl}}" ], "path": [ "fiatcurrencies" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:23:47.000Z", "updatedAt": "2026-07-28T03:23:47.000Z", "uid": "35240-74fbee7f-73d4-4f3f-ab0d-69af00a84dc5" } ], "createdAt": "2026-07-28T03:23:47.000Z", "updatedAt": "2026-07-28T03:23:47.000Z", "uid": "35240-d827750b-3e81-47fa-a0df-60121b7a172a" } ], "id": "a465989f-326e-4bb0-826a-8fbbd072cdc9", "createdAt": "2026-07-28T03:23:47.000Z", "updatedAt": "2026-07-28T03:23:47.000Z", "uid": "35240-a465989f-326e-4bb0-826a-8fbbd072cdc9" } ], "variable": [ { "key": "baseUrl", "value": "https://api.sandbox.iron.xyz/api" } ] }