{
"polCd": "CNXMN",
"podCd": "NLRTM",
"carrierCodeList": [
"COSCO",
"CMA"
],
"etd": "2025-03-10",
"weeksOut": "1"
}
curl --location --request POST 'https://api.trackingeyes.com/api/spotrate/getSpotrateList?companyCode&orgCode&token' \
--header 'Content-Type: application/json' \
--data-raw '{
"polCd": "CNXMN",
"podCd": "NLRTM",
"carrierCodeList": [
"COSCO",
"CMA"
],
"etd": "2025-03-10",
"weeksOut": "1"
}'
{
"code": 200,
"codeDesc": "success",
"message": "Operation succeeded",
"result": [
{
"polCd": "CNXMN",
"podCd": "NLRTM",
"carrierCd": "CMA",
"vessel": "COS TBN 25",
"voyage": "0PFNUW1MA",
"transClause": "CY-CY",
"etd": "2025-04-30",
"eta": "2025-06-06",
"expireStart": "2025-04-14",
"expireEnd": "2025-04-30",
"basePriceList": [
{
"ctnType": "20GP",
"basePrice": "1460.00",
"totalPrice": "1485.00",
"currency": "USD"
},
{
"ctnType": "40GP",
"basePrice": "2520.00",
"totalPrice": "2545.00",
"currency": "USD"
},
{
"ctnType": "40HQ",
"basePrice": "2520.00",
"totalPrice": "2545.00",
"currency": "USD"
}
],
"transitPort": [],
"localChargeList": [
{
"feeName": "单证费",
"feeCode": "doc_fee",
"type": 0,
"fee": 450
},
{
"feeName": "出口单证费",
"feeCode": "edoc_fee",
"type": 0,
"fee": 100
},
{
"feeName": "电放费",
"feeCode": "tlx_fee",
"type": 0,
"fee": 450
},
{
"feeName": "信息传输费",
"feeCode": "info_fee",
"type": 0,
"fee": 5
},
{
"feeName": "码头操作费",
"feeCode": "othc_fee",
"type": 1,
"fee": {
"20gp": "550",
"40gp": "825",
"40hq": "825",
"45hq": "1020",
"20rf": "615",
"40rh": "915",
"20ot": "725",
"40ot": "1075"
}
},
{
"feeName": "封志费",
"feeCode": "seal_fee",
"type": 1,
"fee": {
"20gp": "30",
"40gp": "30",
"40hq": "30",
"45hq": "30",
"20rf": "30",
"40rh": "30",
"20ot": "30",
"40ot": "30"
}
},
{
"feeName": "设备交接单费",
"feeCode": "eir_fee",
"type": 1,
"fee": {
"20gp": "35",
"40gp": "35",
"40hq": "35",
"45hq": "35",
"20rf": "35",
"40rh": "35",
"20ot": "35",
"40ot": "35"
}
}
]
},
{
"polCd": "CNXMN",
"podCd": "NLRTM",
"carrierCd": "COSCO",
"vessel": "CMA CGM IGUACU",
"voyage": "017W",
"transClause": "CY-CY",
"etd": "2025-05-02",
"eta": "2025-06-07",
"expireStart": "2025-05-01",
"expireEnd": "2025-05-12",
"basePriceList": [
{
"ctnType": "20GP",
"basePrice": "2150.00",
"totalPrice": "2175.00",
"currency": "USD"
},
{
"ctnType": "40GP",
"basePrice": "3600.00",
"totalPrice": "3625.00",
"currency": "USD"
},
{
"ctnType": "40HQ",
"basePrice": "3600.00",
"totalPrice": "3625.00",
"currency": "USD"
}
],
"transitPort": [
{
"pod": "SINGAPORE",
"podCode": "SGSIN",
"wharf": "",
"vessel": "CMA CGM RIVOLI",
"voyage": "016W",
"lineCode": "AEU6",
"eta": "2025-05-08",
"etd": "2025-05-08",
"mode": "VESSEL"
},
{
"pod": "",
"podCode": "",
"wharf": "",
"vessel": "",
"voyage": "",
"lineCode": "",
"eta": "",
"etd": "",
"mode": ""
},
{
"pod": "",
"podCode": "",
"wharf": "",
"vessel": "",
"voyage": "",
"lineCode": "",
"eta": "",
"etd": "",
"mode": ""
}
],
"localChargeList": [
{
"feeName": "单证费",
"feeCode": "doc_fee",
"type": 0,
"fee": 500
},
{
"feeName": "出口单证费",
"feeCode": "edoc_fee",
"type": 0,
"fee": 100
},
{
"feeName": "电放费",
"feeCode": "tlx_fee",
"type": 0,
"fee": 300
},
{
"feeName": "信息传输费",
"feeCode": "info_fee",
"type": 0,
"fee": 5
},
{
"feeName": "码头操作费",
"feeCode": "othc_fee",
"type": 1,
"fee": {
"20gp": "646",
"40gp": "982",
"40hq": "982",
"45hq": "1448",
"20rf": "798",
"40rh": "1241",
"20ot": "798",
"40ot": "1241"
}
},
{
"feeName": "封志费",
"feeCode": "seal_fee",
"type": 1,
"fee": {
"20gp": "30",
"40gp": "30",
"40hq": "30",
"45hq": "30",
"20rf": "30",
"40rh": "30",
"20ot": "30",
"40ot": "30"
}
},
{
"feeName": "设备交接单费",
"feeCode": "eir_fee",
"type": 1,
"fee": {
"20gp": "30",
"40gp": "30",
"40hq": "30",
"45hq": "30",
"20rf": "30",
"40rh": "30",
"20ot": "30",
"40ot": "30"
}
}
]
}
]
}