Here is an example of what do not work for me:
I filled the following:
This is the request:
{
"info": {
"name": "exchangeCoins.1609706831781",
"schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json"
},
"item": [
{
"name": "exchangeCoins",
"request": {
"url": {
"raw": "http://localhost:26876/nxt?requestType=exchangeCoins",
"protocol": "http",
"host": [
"localhost"
],
"port": "26876",
"path": [
"nxt"
],
"query": [
{
"key": "requestType",
"value": "exchangeCoins",
"equals": true,
"description": ""
}
],
"variable": []
},
"method": "POST",
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "requestType",
"value": "exchangeCoins"
},
{
"key": "chain",
"value": "4"
},
{
"key": "exchange",
"value": "6"
},
{
"key": "quantityQNT",
"value": "1000"
},
{
"key": "priceNQTPerCoin",
"value": "1000"
},
{
"key": "secretPhrase",
"value": ""
}
]
},
"description": ""
},
"response": []
}
]
}
This is the response:
{
"minimumFeeFQT": "1000000",
"signatureHash": "afcb44411f57865dbeba8fcbf314280462bba1ca28b543f1a7e024da19359a0a",
"transactionJSON": {
"senderPublicKey": "be94b7c0552abf4ec028dbd75ed8f092b2f93f332870b4f71c04d634e6595e58",
"chain": 4,
"signature": "9440e90fdf640d99e216bd07d198d940ad164a2a43fd7cf93a72e16e8fe03b0d54b94f33b7cd56684bbed5c857f426f00d04276b56270eb8d99f79e109fcf1e4",
"feeNQT": "4000000",
"type": 11,
"fullHash": "25d8e41eeff0904cccac99f2175903d570c55ff91f87173e0dabf539f7fe2a4f",
"version": 1,
"fxtTransaction": "0",
"phased": false,
"ecBlockId": "8328295121127143691",
"signatureHash": "afcb44411f57865dbeba8fcbf314280462bba1ca28b543f1a7e024da19359a0a",
"attachment": {
"quantityQNT": "1000",
"chain": 4,
"priceNQTPerCoin": "1000",
"version.CoinExchangeOrderIssue": 1,
"exchangeChain": 6
},
"senderRS": "ARDOR-8Q58-G88J-K5PQ-2ACY5",
"subtype": 0,
"amountNQT": "0",
"sender": "142224515773192294",
"ecBlockHeight": 6446659,
"deadline": 15,
"timestamp": 95410032,
"height": 2147483647
},
"unsignedTransactionBytes": "040000000b000170d7af050f00be94b7c0552abf4ec028dbd75ed8f092b2f93f332870b4f71c04d634e6595e580000000000000000000000000000000000093d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000435e62000bf96697490c947300000000010400000006000000e803000000000000e803000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"broadcasted": false,
"requestProcessingTime": 1,
"transactionBytes": "040000000b000170d7af050f00be94b7c0552abf4ec028dbd75ed8f092b2f93f332870b4f71c04d634e6595e580000000000000000000000000000000000093d00000000009440e90fdf640d99e216bd07d198d940ad164a2a43fd7cf93a72e16e8fe03b0d54b94f33b7cd56684bbed5c857f426f00d04276b56270eb8d99f79e109fcf1e4435e62000bf96697490c947300000000010400000006000000e803000000000000e803000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"fullHash": "25d8e41eeff0904cccac99f2175903d570c55ff91f87173e0dabf539f7fe2a4f",
"bundlerRateNQTPerFXT": "400000000"
}
If you change chain from 4 to 1. The transaction is broadcasted.