{ "info": { "_postman_id": "2418de3d-4ed4-4e40-9ea6-5fed19b64713", "name": "Iron API - Sandbox Addresses FeeProfiles API", "description": "The Stablecoin Payment Network", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:23:51.000Z", "updatedAt": "2026-07-28T03:23:51.000Z", "lastUpdatedBy": "35240", "uid": "35240-2418de3d-4ed4-4e40-9ea6-5fed19b64713" }, "item": [ { "name": "fee-profiles", "item": [ { "name": "Get Fee Profile of Partner", "id": "72f705d4-6101-40c6-9c23-3859c7f04e75", "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": "Optional sub-partner UUID, if provided, the fee profiles will be filtered for the sub-partner", "key": "X-SUB-PARTNER-ID", "value": "" }, { "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}}/fee-profiles?fee_profile_ids=&is_default=", "host": [ "{{baseUrl}}" ], "path": [ "fee-profiles" ], "query": [ { "description": "Ids of the fee profiles to get. Will be ignored if is_default is set to true.", "key": "fee_profile_ids", "value": "" }, { "description": "parameter to get the default fee profile. If set to true, only the default fee profile will be returned.", "key": "is_default", "value": "" } ] }, "description": "Gets fee profile of partner" }, "response": [ { "id": "35e5fc3b-4cce-4b71-a090-a37e941bf3e6", "name": "GET Fee Profiles Succeeded", "originalRequest": { "method": "GET", "header": [ { "description": "Optional sub-partner UUID, if provided, the fee profiles will be filtered for the sub-partner", "key": "X-SUB-PARTNER-ID", "value": "" }, { "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}}/fee-profiles?fee_profile_ids=&is_default=", "host": [ "{{baseUrl}}" ], "path": [ "fee-profiles" ], "query": [ { "description": "Ids of the fee profiles to get. Will be ignored if is_default is set to true.", "key": "fee_profile_ids", "value": "" }, { "description": "parameter to get the default fee profile. If set to true, only the default fee profile will be returned.", "key": "is_default", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"partner_id\": \"\",\n \"iron_fee\": {\n \"bips\": \"\",\n \"type\": \"Bips\"\n },\n \"iron_fee_settlement\": \"deductedImmediately\",\n \"iron_fee_billing_type\": \"Annual\",\n \"min_fee\": {\n \"amount\": \"\",\n \"currency\": {\n \"blockchain\": \"Solana\",\n \"token\": \"\",\n \"type\": \"Crypto\"\n }\n },\n \"network_fee_enabled\": \"\",\n \"network_fee_settlement\": \"deductedImmediately\",\n \"profile_type\": \"Invoicing\",\n \"is_default\": \"\",\n \"partner_fee_configs\": [\n {\n \"label\": \"onboarding\",\n \"fee_type\": {\n \"fixed_fee\": {\n \"amount\": \"\",\n \"currency\": {\n \"blockchain\": \"Citrea\",\n \"token\": \"\",\n \"type\": \"Crypto\"\n }\n },\n \"type\": \"Fixed\"\n },\n \"billing_type\": \"Per Transaction\",\n \"settlement\": \"deductedImmediately\"\n },\n {\n \"label\": \"onboarding\",\n \"fee_type\": {\n \"fixed_fee\": {\n \"amount\": \"\",\n \"currency\": {\n \"blockchain\": \"Base\",\n \"token\": \"\",\n \"type\": \"Crypto\"\n }\n },\n \"type\": \"Fixed\"\n },\n \"billing_type\": \"Monthly\",\n \"settlement\": \"settledLater\"\n }\n ],\n \"banking_fee_configs\": [\n {\n \"rail\": \"Spei\",\n \"fee_amount\": {\n \"amount\": \"\",\n \"currency\": {\n \"blockchain\": \"Tron\",\n \"token\": \"\",\n \"type\": \"Crypto\"\n }\n },\n \"fiat_transfer_type\": \"PayIn\",\n \"billing_type\": \"Per Transaction\",\n \"settlement\": \"settledLater\"\n },\n {\n \"rail\": \"Rtp\",\n \"fee_amount\": {\n \"amount\": \"\",\n \"currency\": {\n \"blockchain\": \"Base\",\n \"token\": \"\",\n \"type\": \"Crypto\"\n }\n },\n \"fiat_transfer_type\": \"PayOut\",\n \"billing_type\": \"Semi Annual\",\n \"settlement\": \"settledLater\"\n }\n ],\n \"non_transactional_partner_fee_configs\": [\n {\n \"label\": \"surcharge\",\n \"fee_type\": {\n \"fixed_fee\": {\n \"amount\": \"\",\n \"currency\": {\n \"blockchain\": \"Ethereum\",\n \"token\": \"\",\n \"type\": \"Crypto\"\n }\n },\n \"type\": \"Fixed\"\n },\n \"billing_type\": \"Per Transaction\",\n \"settlement\": \"deductedImmediately\"\n },\n {\n \"label\": \"maintenance\",\n \"fee_type\": {\n \"fixed_fee\": {\n \"amount\": \"\",\n \"currency\": {\n \"blockchain\": \"Bsc\",\n \"token\": \"\",\n \"type\": \"Crypto\"\n }\n },\n \"type\": \"Fixed\"\n },\n \"billing_type\": \"Quarterly\",\n \"settlement\": \"deductedImmediately\"\n }\n ],\n \"rule\": {\n \"autoramp_source\": \"Quote\",\n \"currency_pairs\": [\n {\n \"from_currency\": {\n \"blockchain\": \"Tempo\",\n \"token\": \"\",\n \"type\": \"Crypto\"\n },\n \"to_currency\": {\n \"blockchain\": \"Solana\",\n \"token\": \"\",\n \"type\": \"Crypto\"\n }\n },\n {\n \"from_currency\": {\n \"blockchain\": \"Citrea\",\n \"token\": \"\",\n \"type\": \"Crypto\"\n },\n \"to_currency\": {\n \"blockchain\": \"Stellar\",\n \"token\": \"\",\n \"type\": \"Crypto\"\n }\n }\n ],\n \"customer_ids\": [\n \"\",\n \"\"\n ],\n \"ramp_kinds\": [\n \"Offramp\",\n \"Mint\"\n ]\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"partner_id\": \"\",\n \"iron_fee\": {\n \"bips\": \"\",\n \"type\": \"Bips\"\n },\n \"iron_fee_settlement\": \"settledLater\",\n \"iron_fee_billing_type\": \"Semi Annual\",\n \"min_fee\": {\n \"amount\": \"\",\n \"currency\": {\n \"blockchain\": \"Ethereum\",\n \"token\": \"\",\n \"type\": \"Crypto\"\n }\n },\n \"network_fee_enabled\": \"\",\n \"network_fee_settlement\": \"deductedImmediately\",\n \"profile_type\": \"Invoicing\",\n \"is_default\": \"\",\n \"partner_fee_configs\": [\n {\n \"label\": \"onboarding\",\n \"fee_type\": {\n \"fixed_fee\": {\n \"amount\": \"\",\n \"currency\": {\n \"blockchain\": \"Moca\",\n \"token\": \"\",\n \"type\": \"Crypto\"\n }\n },\n \"type\": \"Fixed\"\n },\n \"billing_type\": \"Quarterly\",\n \"settlement\": \"settledLater\"\n },\n {\n \"label\": \"banking\",\n \"fee_type\": {\n \"fixed_fee\": {\n \"amount\": \"\",\n \"currency\": {\n \"blockchain\": \"Tempo\",\n \"token\": \"\",\n \"type\": \"Crypto\"\n }\n },\n \"type\": \"Fixed\"\n },\n \"billing_type\": \"One Time\",\n \"settlement\": \"settledLater\"\n }\n ],\n \"banking_fee_configs\": [\n {\n \"rail\": \"Chats\",\n \"fee_amount\": {\n \"amount\": \"\",\n \"currency\": {\n \"blockchain\": \"Bsc\",\n \"token\": \"\",\n \"type\": \"Crypto\"\n }\n },\n \"fiat_transfer_type\": \"PayOut\",\n \"billing_type\": \"Monthly\",\n \"settlement\": \"settledLater\"\n },\n {\n \"rail\": \"Wire\",\n \"fee_amount\": {\n \"amount\": \"\",\n \"currency\": {\n \"blockchain\": \"Arbitrum\",\n \"token\": \"\",\n \"type\": \"Crypto\"\n }\n },\n \"fiat_transfer_type\": \"PayOut\",\n \"billing_type\": \"One Time\",\n \"settlement\": \"deductedImmediately\"\n }\n ],\n \"non_transactional_partner_fee_configs\": [\n {\n \"label\": \"customer\",\n \"fee_type\": {\n \"fixed_fee\": {\n \"amount\": \"\",\n \"currency\": {\n \"blockchain\": \"Tempo\",\n \"token\": \"\",\n \"type\": \"Crypto\"\n }\n },\n \"type\": \"Fixed\"\n },\n \"billing_type\": \"Annual\",\n \"settlement\": \"settledLater\"\n },\n {\n \"label\": \"account_setup\",\n \"fee_type\": {\n \"fixed_fee\": {\n \"amount\": \"\",\n \"currency\": {\n \"blockchain\": \"Moca\",\n \"token\": \"\",\n \"type\": \"Crypto\"\n }\n },\n \"type\": \"Fixed\"\n },\n \"billing_type\": \"Semi Annual\",\n \"settlement\": \"settledLater\"\n }\n ],\n \"rule\": {\n \"autoramp_source\": \"Quote\",\n \"currency_pairs\": [\n {\n \"from_currency\": {\n \"blockchain\": \"Stellar\",\n \"token\": \"\",\n \"type\": \"Crypto\"\n },\n \"to_currency\": {\n \"blockchain\": \"Solana\",\n \"token\": \"\",\n \"type\": \"Crypto\"\n }\n },\n {\n \"from_currency\": {\n \"blockchain\": \"Ethereum\",\n \"token\": \"\",\n \"type\": \"Crypto\"\n },\n \"to_currency\": {\n \"blockchain\": \"Stellar\",\n \"token\": \"\",\n \"type\": \"Crypto\"\n }\n }\n ],\n \"customer_ids\": [\n \"\",\n \"\"\n ],\n \"ramp_kinds\": [\n \"Onramp\",\n \"Offramp\"\n ]\n }\n }\n ],\n \"cursor\": \"\",\n \"prev_cursor\": null\n}", "createdAt": "2026-07-28T03:23:51.000Z", "updatedAt": "2026-07-28T03:23:51.000Z", "uid": "35240-35e5fc3b-4cce-4b71-a090-a37e941bf3e6" }, { "id": "c7ef2a6e-02e7-4c34-9d21-4bf6bfba5069", "name": "Bad Request", "originalRequest": { "method": "GET", "header": [ { "description": "Optional sub-partner UUID, if provided, the fee profiles will be filtered for the sub-partner", "key": "X-SUB-PARTNER-ID", "value": "" }, { "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}}/fee-profiles?fee_profile_ids=&is_default=", "host": [ "{{baseUrl}}" ], "path": [ "fee-profiles" ], "query": [ { "description": "Ids of the fee profiles to get. Will be ignored if is_default is set to true.", "key": "fee_profile_ids", "value": "" }, { "description": "parameter to get the default fee profile. If set to true, only the default fee profile will be returned.", "key": "is_default", "value": "" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:23:51.000Z", "updatedAt": "2026-07-28T03:23:51.000Z", "uid": "35240-c7ef2a6e-02e7-4c34-9d21-4bf6bfba5069" }, { "id": "4b093534-bb48-4838-a604-42c6fc8d6de4", "name": "GET Fee Profiles Failed (Unauthorized)", "originalRequest": { "method": "GET", "header": [ { "description": "Optional sub-partner UUID, if provided, the fee profiles will be filtered for the sub-partner", "key": "X-SUB-PARTNER-ID", "value": "" }, { "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}}/fee-profiles?fee_profile_ids=&is_default=", "host": [ "{{baseUrl}}" ], "path": [ "fee-profiles" ], "query": [ { "description": "Ids of the fee profiles to get. Will be ignored if is_default is set to true.", "key": "fee_profile_ids", "value": "" }, { "description": "parameter to get the default fee profile. If set to true, only the default fee profile will be returned.", "key": "is_default", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:23:51.000Z", "updatedAt": "2026-07-28T03:23:51.000Z", "uid": "35240-4b093534-bb48-4838-a604-42c6fc8d6de4" }, { "id": "c1b35a64-ee6c-449c-b360-efdcfea283da", "name": "Get Fee Profiles Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "Optional sub-partner UUID, if provided, the fee profiles will be filtered for the sub-partner", "key": "X-SUB-PARTNER-ID", "value": "" }, { "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}}/fee-profiles?fee_profile_ids=&is_default=", "host": [ "{{baseUrl}}" ], "path": [ "fee-profiles" ], "query": [ { "description": "Ids of the fee profiles to get. Will be ignored if is_default is set to true.", "key": "fee_profile_ids", "value": "" }, { "description": "parameter to get the default fee profile. If set to true, only the default fee profile will be returned.", "key": "is_default", "value": "" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:23:51.000Z", "updatedAt": "2026-07-28T03:23:51.000Z", "uid": "35240-c1b35a64-ee6c-449c-b360-efdcfea283da" }, { "id": "2b750c26-5c0a-4c44-9a56-e90825ced307", "name": "GET Fee Profiles Failed (Internal Error)", "originalRequest": { "method": "GET", "header": [ { "description": "Optional sub-partner UUID, if provided, the fee profiles will be filtered for the sub-partner", "key": "X-SUB-PARTNER-ID", "value": "" }, { "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}}/fee-profiles?fee_profile_ids=&is_default=", "host": [ "{{baseUrl}}" ], "path": [ "fee-profiles" ], "query": [ { "description": "Ids of the fee profiles to get. Will be ignored if is_default is set to true.", "key": "fee_profile_ids", "value": "" }, { "description": "parameter to get the default fee profile. If set to true, only the default fee profile will be returned.", "key": "is_default", "value": "" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:23:51.000Z", "updatedAt": "2026-07-28T03:23:51.000Z", "uid": "35240-2b750c26-5c0a-4c44-9a56-e90825ced307" } ], "createdAt": "2026-07-28T03:23:51.000Z", "updatedAt": "2026-07-28T03:23:51.000Z", "uid": "35240-72f705d4-6101-40c6-9c23-3859c7f04e75" }, { "name": "Create Fee Profile", "id": "12410c14-9793-48d6-a8dc-867c2f3da726", "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": "POST", "header": [ { "description": "(Required) Unique key to ensure idempotent creation", "key": "IDEMPOTENCY-KEY", "value": "" }, { "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": "Content-Type", "value": "application/json; charset=utf-8" }, { "key": "Accept", "value": "application/json; charset=utf-8" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"network_fee_settlement\": \"settledLater\",\n \"transaction_fee_bips\": \"\",\n \"banking_fee_configs\": [\n {\n \"rail\": \"Ach\",\n \"fee_amount\": \"\",\n \"fiat_transfer_type\": \"PayIn\"\n },\n {\n \"rail\": \"Rtp\",\n \"fee_amount\": \"\",\n \"fiat_transfer_type\": \"PayIn\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/fee-profiles", "host": [ "{{baseUrl}}" ], "path": [ "fee-profiles" ] }, "description": "Creates a new transactional fee profile for the partner.\nIron fee settings are inherited from the partner's invoicing fee profile." }, "response": [ { "id": "210a1ba1-9781-4898-98f8-251b1c6da482", "name": "Create fee profile successful", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key to ensure idempotent creation", "key": "IDEMPOTENCY-KEY", "value": "" }, { "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": "Content-Type", "value": "application/json; charset=utf-8" }, { "key": "Accept", "value": "application/json; charset=utf-8" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"network_fee_settlement\": \"settledLater\",\n \"transaction_fee_bips\": \"\",\n \"banking_fee_configs\": [\n {\n \"rail\": \"Ach\",\n \"fee_amount\": \"\",\n \"fiat_transfer_type\": \"PayIn\"\n },\n {\n \"rail\": \"Rtp\",\n \"fee_amount\": \"\",\n \"fiat_transfer_type\": \"PayIn\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/fee-profiles", "host": [ "{{baseUrl}}" ], "path": [ "fee-profiles" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"partner_id\": \"\",\n \"iron_fee\": {\n \"bips\": \"\",\n \"type\": \"Bips\"\n },\n \"iron_fee_settlement\": \"deductedImmediately\",\n \"iron_fee_billing_type\": \"Per Transaction\",\n \"min_fee\": {\n \"amount\": \"\",\n \"currency\": {\n \"blockchain\": \"Base\",\n \"token\": \"\",\n \"type\": \"Crypto\"\n }\n },\n \"network_fee_enabled\": \"\",\n \"network_fee_settlement\": \"settledLater\",\n \"profile_type\": \"Invoicing\",\n \"is_default\": \"\",\n \"partner_fee_configs\": [\n {\n \"label\": \"maintenance\",\n \"fee_type\": {\n \"fixed_fee\": {\n \"amount\": \"\",\n \"currency\": {\n \"blockchain\": \"Tempo\",\n \"token\": \"\",\n \"type\": \"Crypto\"\n }\n },\n \"type\": \"Fixed\"\n },\n \"billing_type\": \"Annual\",\n \"settlement\": \"deductedImmediately\"\n },\n {\n \"label\": \"surcharge\",\n \"fee_type\": {\n \"fixed_fee\": {\n \"amount\": \"\",\n \"currency\": {\n \"blockchain\": \"Polygon\",\n \"token\": \"\",\n \"type\": \"Crypto\"\n }\n },\n \"type\": \"Fixed\"\n },\n \"billing_type\": \"Annual\",\n \"settlement\": \"settledLater\"\n }\n ],\n \"banking_fee_configs\": [\n {\n \"rail\": \"Ach\",\n \"fee_amount\": {\n \"amount\": \"\",\n \"currency\": {\n \"blockchain\": \"Plasma\",\n \"token\": \"\",\n \"type\": \"Crypto\"\n }\n },\n \"fiat_transfer_type\": \"PayIn\",\n \"billing_type\": \"One Time\",\n \"settlement\": \"deductedImmediately\"\n },\n {\n \"rail\": \"Ach\",\n \"fee_amount\": {\n \"amount\": \"\",\n \"currency\": {\n \"blockchain\": \"Tron\",\n \"token\": \"\",\n \"type\": \"Crypto\"\n }\n },\n \"fiat_transfer_type\": \"PayIn\",\n \"billing_type\": \"Monthly\",\n \"settlement\": \"deductedImmediately\"\n }\n ],\n \"non_transactional_partner_fee_configs\": [\n {\n \"label\": \"banking\",\n \"fee_type\": {\n \"fixed_fee\": {\n \"amount\": \"\",\n \"currency\": {\n \"blockchain\": \"Avalanche\",\n \"token\": \"\",\n \"type\": \"Crypto\"\n }\n },\n \"type\": \"Fixed\"\n },\n \"billing_type\": \"Annual\",\n \"settlement\": \"deductedImmediately\"\n },\n {\n \"label\": \"partner\",\n \"fee_type\": {\n \"fixed_fee\": {\n \"amount\": \"\",\n \"currency\": {\n \"blockchain\": \"Tempo\",\n \"token\": \"\",\n \"type\": \"Crypto\"\n }\n },\n \"type\": \"Fixed\"\n },\n \"billing_type\": \"Annual\",\n \"settlement\": \"settledLater\"\n }\n ],\n \"rule\": {\n \"autoramp_source\": \"Standalone\",\n \"currency_pairs\": [\n {\n \"from_currency\": {\n \"blockchain\": \"Bsc\",\n \"token\": \"\",\n \"type\": \"Crypto\"\n },\n \"to_currency\": {\n \"blockchain\": \"Ethereum\",\n \"token\": \"\",\n \"type\": \"Crypto\"\n }\n },\n {\n \"from_currency\": {\n \"blockchain\": \"Solana\",\n \"token\": \"\",\n \"type\": \"Crypto\"\n },\n \"to_currency\": {\n \"blockchain\": \"Citrea\",\n \"token\": \"\",\n \"type\": \"Crypto\"\n }\n }\n ],\n \"customer_ids\": [\n \"\",\n \"\"\n ],\n \"ramp_kinds\": [\n \"Mint\",\n \"Redeem\"\n ]\n }\n}", "createdAt": "2026-07-28T03:23:51.000Z", "updatedAt": "2026-07-28T03:23:51.000Z", "uid": "35240-210a1ba1-9781-4898-98f8-251b1c6da482" }, { "id": "2eaeafc7-13dd-4088-b353-aae6c30376df", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key to ensure idempotent creation", "key": "IDEMPOTENCY-KEY", "value": "" }, { "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": "Content-Type", "value": "application/json; charset=utf-8" }, { "key": "Accept", "value": "application/json; charset=utf-8" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"network_fee_settlement\": \"settledLater\",\n \"transaction_fee_bips\": \"\",\n \"banking_fee_configs\": [\n {\n \"rail\": \"Ach\",\n \"fee_amount\": \"\",\n \"fiat_transfer_type\": \"PayIn\"\n },\n {\n \"rail\": \"Rtp\",\n \"fee_amount\": \"\",\n \"fiat_transfer_type\": \"PayIn\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/fee-profiles", "host": [ "{{baseUrl}}" ], "path": [ "fee-profiles" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json; charset=utf-8" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:23:51.000Z", "updatedAt": "2026-07-28T03:23:51.000Z", "uid": "35240-2eaeafc7-13dd-4088-b353-aae6c30376df" }, { "id": "8351488b-49b5-4687-b999-81d6517285aa", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key to ensure idempotent creation", "key": "IDEMPOTENCY-KEY", "value": "" }, { "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": "Content-Type", "value": "application/json; charset=utf-8" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"network_fee_settlement\": \"settledLater\",\n \"transaction_fee_bips\": \"\",\n \"banking_fee_configs\": [\n {\n \"rail\": \"Ach\",\n \"fee_amount\": \"\",\n \"fiat_transfer_type\": \"PayIn\"\n },\n {\n \"rail\": \"Rtp\",\n \"fee_amount\": \"\",\n \"fiat_transfer_type\": \"PayIn\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/fee-profiles", "host": [ "{{baseUrl}}" ], "path": [ "fee-profiles" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:23:51.000Z", "updatedAt": "2026-07-28T03:23:51.000Z", "uid": "35240-8351488b-49b5-4687-b999-81d6517285aa" }, { "id": "40f3b9ee-e93d-4d7b-9288-de129754ede0", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key to ensure idempotent creation", "key": "IDEMPOTENCY-KEY", "value": "" }, { "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": "Content-Type", "value": "application/json; charset=utf-8" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"network_fee_settlement\": \"settledLater\",\n \"transaction_fee_bips\": \"\",\n \"banking_fee_configs\": [\n {\n \"rail\": \"Ach\",\n \"fee_amount\": \"\",\n \"fiat_transfer_type\": \"PayIn\"\n },\n {\n \"rail\": \"Rtp\",\n \"fee_amount\": \"\",\n \"fiat_transfer_type\": \"PayIn\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/fee-profiles", "host": [ "{{baseUrl}}" ], "path": [ "fee-profiles" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:23:51.000Z", "updatedAt": "2026-07-28T03:23:51.000Z", "uid": "35240-40f3b9ee-e93d-4d7b-9288-de129754ede0" }, { "id": "8de81e23-f593-4611-a042-500ba708d175", "name": "Internal Error", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key to ensure idempotent creation", "key": "IDEMPOTENCY-KEY", "value": "" }, { "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": "Content-Type", "value": "application/json; charset=utf-8" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"network_fee_settlement\": \"settledLater\",\n \"transaction_fee_bips\": \"\",\n \"banking_fee_configs\": [\n {\n \"rail\": \"Ach\",\n \"fee_amount\": \"\",\n \"fiat_transfer_type\": \"PayIn\"\n },\n {\n \"rail\": \"Rtp\",\n \"fee_amount\": \"\",\n \"fiat_transfer_type\": \"PayIn\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/fee-profiles", "host": [ "{{baseUrl}}" ], "path": [ "fee-profiles" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:23:51.000Z", "updatedAt": "2026-07-28T03:23:51.000Z", "uid": "35240-8de81e23-f593-4611-a042-500ba708d175" } ], "createdAt": "2026-07-28T03:23:51.000Z", "updatedAt": "2026-07-28T03:23:51.000Z", "uid": "35240-12410c14-9793-48d6-a8dc-867c2f3da726" } ], "id": "3763d9c2-56c8-4e09-80b9-f110651e46a8", "createdAt": "2026-07-28T03:23:51.000Z", "updatedAt": "2026-07-28T03:23:51.000Z", "uid": "35240-3763d9c2-56c8-4e09-80b9-f110651e46a8" } ], "variable": [ { "key": "baseUrl", "value": "https://api.sandbox.iron.xyz/api" } ] }