test(market): make the sold A/B one-field attributable, add classified differential
The brief's gate: if the harness varies bidState AND coinsProcessed together, the client's reaction is attributable to neither. The env knobs were already orthogonal (--variant and --coins-processed are independent, cp defaults to 0), but sold-wire-check.py was flipping BOTH for variant B as a convenience, which is exactly the contaminated A/B the brief forbids. Fixed: the primary pair now holds coinsProcessed at 0 and asserts the differing-field set is exactly ['bidState']. New scripts/sold-ab-differential.py is the pre-live gate. It settles ONE synthetic sale, then re-reads every seller-facing surface under each variant by restarting only the host (same Core, same DBs, same sale), and diffs with explicit classification -- MISSING / EXTRA / TYPE_MISMATCH / VALUE_MISMATCH -- rather than a boolean "equal?". Two orthogonal pairs: PRIMARY bidState highest vs buyNow, coinsProcessed held at 0 ORTHOGONAL coinsProcessed 0 vs 1, bidState held at highest Result, 36/36: the ONLY finding on /tradePile is VALUE_MISMATCH auctionInfo[0].bidState A='highest' B='buyNow'; /trade/status differs in exactly the same one path; counts are byte-identical. The orthogonal pair's only finding is auctionInfo[0].coinsProcessed. C_cp0's sha256 equals A_highest's, so the capture is reproducible rather than merely consistent. Counts states the live run has to interpret, measured not guessed: S1 0 active + 1 sold -> count 0, selling 0, sold 1 S2 1 active + 1 sold -> count 1 (active mode) vs 2 (membership mode) That divergence IS the open question for the client; production is unchanged. scripts/sold-client-ports.py switches ONLY the two client Blaze port lines, and is built so restoration cannot depend on memory: it records the production values to a sidecar on the client BEFORE the first edit and restore reads that sidecar, refusing if it is absent. It rewrites only known keys (a missing key is an error, never a silent append), re-reads and verifies afterwards, and REFUSES to edit while a FIFA client is running because the hook reads the file at connect time. Phase 0 evidence under docs/evidence/sold-ab-2026-08-18/ with a sha256 per surface, one file per variant so A can never overwrite B. Live client A/B NOT run: a production FIFA session is currently live on 10.10.0.105 (pid 32188), and live-session mutual exclusion applies. The client config was NOT touched -- the switcher's guard refused, as designed. Production untouched: prod-host pid 3631953, coins 29,843,976, /tradePile 0, counts.sold 0, club 1966; nothing under /home/alex/openfut-promotion/state/ opened.
This commit is contained in:
@@ -0,0 +1,114 @@
|
||||
{
|
||||
"env": {
|
||||
"OPENFUT_FIFA17_SOLD_COINS_PROCESSED": "0",
|
||||
"OPENFUT_FIFA17_SOLD_EXPERIMENT": "highest"
|
||||
},
|
||||
"surfaces": {
|
||||
"counts": {
|
||||
"body": {
|
||||
"count": 0,
|
||||
"maxAuctionsAllowed": 100,
|
||||
"offered": 0,
|
||||
"selling": 0,
|
||||
"sold": 1
|
||||
},
|
||||
"sha256": "766b1fcc4ca47442e6f570c81583840b6ae8df9cbeae52473b3c100ca881e206",
|
||||
"status": 200
|
||||
},
|
||||
"tradePile": {
|
||||
"body": {
|
||||
"auctionInfo": [
|
||||
{
|
||||
"bidState": "highest",
|
||||
"buyNowPrice": 150,
|
||||
"coinsProcessed": 0,
|
||||
"currentBid": 150,
|
||||
"expires": 0,
|
||||
"itemData": {
|
||||
"assetId": 212188,
|
||||
"id": 100000178,
|
||||
"itemState": "forSale",
|
||||
"preferredPosition": "ST",
|
||||
"rating": 75,
|
||||
"resourceId": 212188,
|
||||
"untradeable": false
|
||||
},
|
||||
"sellerEstablished": 1,
|
||||
"sellerName": "CAGE",
|
||||
"startingBid": 150,
|
||||
"tradeId": 900500150,
|
||||
"tradeState": "closed",
|
||||
"watched": false
|
||||
}
|
||||
],
|
||||
"credits": 1143,
|
||||
"duplicateItemIdList": [],
|
||||
"total": 1
|
||||
},
|
||||
"sha256": "caecc67a615ddd0f209b36c7c8ea6a04e0002552d9a42b8eeca20df84feedf3c",
|
||||
"status": 200
|
||||
},
|
||||
"trade_status_filtered": {
|
||||
"body": {
|
||||
"auctionInfo": [
|
||||
{
|
||||
"bidState": "highest",
|
||||
"buyNowPrice": 150,
|
||||
"coinsProcessed": 0,
|
||||
"currentBid": 150,
|
||||
"expires": 0,
|
||||
"itemData": {
|
||||
"assetId": 212188,
|
||||
"id": 100000178,
|
||||
"itemState": "forSale",
|
||||
"preferredPosition": "ST",
|
||||
"rating": 75,
|
||||
"resourceId": 212188,
|
||||
"untradeable": false
|
||||
},
|
||||
"sellerEstablished": 1,
|
||||
"sellerName": "CAGE",
|
||||
"startingBid": 150,
|
||||
"tradeId": 900500150,
|
||||
"tradeState": "closed",
|
||||
"watched": false
|
||||
}
|
||||
],
|
||||
"credits": 1143
|
||||
},
|
||||
"sha256": "0107bf70809cce10fa5fa0f7f4e196f7ffdd6def1b9f63407eeffc7e66f35855",
|
||||
"status": 200
|
||||
},
|
||||
"trade_status_unfiltered": {
|
||||
"body": {
|
||||
"auctionInfo": [
|
||||
{
|
||||
"bidState": "highest",
|
||||
"buyNowPrice": 150,
|
||||
"coinsProcessed": 0,
|
||||
"currentBid": 150,
|
||||
"expires": 0,
|
||||
"itemData": {
|
||||
"assetId": 212188,
|
||||
"id": 100000178,
|
||||
"itemState": "forSale",
|
||||
"preferredPosition": "ST",
|
||||
"rating": 75,
|
||||
"resourceId": 212188,
|
||||
"untradeable": false
|
||||
},
|
||||
"sellerEstablished": 1,
|
||||
"sellerName": "CAGE",
|
||||
"startingBid": 150,
|
||||
"tradeId": 900500150,
|
||||
"tradeState": "closed",
|
||||
"watched": false
|
||||
}
|
||||
],
|
||||
"credits": 1143
|
||||
},
|
||||
"sha256": "0107bf70809cce10fa5fa0f7f4e196f7ffdd6def1b9f63407eeffc7e66f35855",
|
||||
"status": 200
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,114 @@
|
||||
{
|
||||
"env": {
|
||||
"OPENFUT_FIFA17_SOLD_COINS_PROCESSED": "0",
|
||||
"OPENFUT_FIFA17_SOLD_EXPERIMENT": "buyNow"
|
||||
},
|
||||
"surfaces": {
|
||||
"counts": {
|
||||
"body": {
|
||||
"count": 0,
|
||||
"maxAuctionsAllowed": 100,
|
||||
"offered": 0,
|
||||
"selling": 0,
|
||||
"sold": 1
|
||||
},
|
||||
"sha256": "766b1fcc4ca47442e6f570c81583840b6ae8df9cbeae52473b3c100ca881e206",
|
||||
"status": 200
|
||||
},
|
||||
"tradePile": {
|
||||
"body": {
|
||||
"auctionInfo": [
|
||||
{
|
||||
"bidState": "buyNow",
|
||||
"buyNowPrice": 150,
|
||||
"coinsProcessed": 0,
|
||||
"currentBid": 150,
|
||||
"expires": 0,
|
||||
"itemData": {
|
||||
"assetId": 212188,
|
||||
"id": 100000178,
|
||||
"itemState": "forSale",
|
||||
"preferredPosition": "ST",
|
||||
"rating": 75,
|
||||
"resourceId": 212188,
|
||||
"untradeable": false
|
||||
},
|
||||
"sellerEstablished": 1,
|
||||
"sellerName": "CAGE",
|
||||
"startingBid": 150,
|
||||
"tradeId": 900500150,
|
||||
"tradeState": "closed",
|
||||
"watched": false
|
||||
}
|
||||
],
|
||||
"credits": 1143,
|
||||
"duplicateItemIdList": [],
|
||||
"total": 1
|
||||
},
|
||||
"sha256": "0b6e5cc5ab58fdbdd76586b1cff685a562e669fd37750cbd1397db9ee9e97407",
|
||||
"status": 200
|
||||
},
|
||||
"trade_status_filtered": {
|
||||
"body": {
|
||||
"auctionInfo": [
|
||||
{
|
||||
"bidState": "buyNow",
|
||||
"buyNowPrice": 150,
|
||||
"coinsProcessed": 0,
|
||||
"currentBid": 150,
|
||||
"expires": 0,
|
||||
"itemData": {
|
||||
"assetId": 212188,
|
||||
"id": 100000178,
|
||||
"itemState": "forSale",
|
||||
"preferredPosition": "ST",
|
||||
"rating": 75,
|
||||
"resourceId": 212188,
|
||||
"untradeable": false
|
||||
},
|
||||
"sellerEstablished": 1,
|
||||
"sellerName": "CAGE",
|
||||
"startingBid": 150,
|
||||
"tradeId": 900500150,
|
||||
"tradeState": "closed",
|
||||
"watched": false
|
||||
}
|
||||
],
|
||||
"credits": 1143
|
||||
},
|
||||
"sha256": "fab8d43b7ac0f0e09d6902155f7c5f6d91e57b4b595ec8f6093a5a9dcb02bcdb",
|
||||
"status": 200
|
||||
},
|
||||
"trade_status_unfiltered": {
|
||||
"body": {
|
||||
"auctionInfo": [
|
||||
{
|
||||
"bidState": "buyNow",
|
||||
"buyNowPrice": 150,
|
||||
"coinsProcessed": 0,
|
||||
"currentBid": 150,
|
||||
"expires": 0,
|
||||
"itemData": {
|
||||
"assetId": 212188,
|
||||
"id": 100000178,
|
||||
"itemState": "forSale",
|
||||
"preferredPosition": "ST",
|
||||
"rating": 75,
|
||||
"resourceId": 212188,
|
||||
"untradeable": false
|
||||
},
|
||||
"sellerEstablished": 1,
|
||||
"sellerName": "CAGE",
|
||||
"startingBid": 150,
|
||||
"tradeId": 900500150,
|
||||
"tradeState": "closed",
|
||||
"watched": false
|
||||
}
|
||||
],
|
||||
"credits": 1143
|
||||
},
|
||||
"sha256": "fab8d43b7ac0f0e09d6902155f7c5f6d91e57b4b595ec8f6093a5a9dcb02bcdb",
|
||||
"status": 200
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,114 @@
|
||||
{
|
||||
"env": {
|
||||
"OPENFUT_FIFA17_SOLD_COINS_PROCESSED": "0",
|
||||
"OPENFUT_FIFA17_SOLD_EXPERIMENT": "highest"
|
||||
},
|
||||
"surfaces": {
|
||||
"counts": {
|
||||
"body": {
|
||||
"count": 0,
|
||||
"maxAuctionsAllowed": 100,
|
||||
"offered": 0,
|
||||
"selling": 0,
|
||||
"sold": 1
|
||||
},
|
||||
"sha256": "766b1fcc4ca47442e6f570c81583840b6ae8df9cbeae52473b3c100ca881e206",
|
||||
"status": 200
|
||||
},
|
||||
"tradePile": {
|
||||
"body": {
|
||||
"auctionInfo": [
|
||||
{
|
||||
"bidState": "highest",
|
||||
"buyNowPrice": 150,
|
||||
"coinsProcessed": 0,
|
||||
"currentBid": 150,
|
||||
"expires": 0,
|
||||
"itemData": {
|
||||
"assetId": 212188,
|
||||
"id": 100000178,
|
||||
"itemState": "forSale",
|
||||
"preferredPosition": "ST",
|
||||
"rating": 75,
|
||||
"resourceId": 212188,
|
||||
"untradeable": false
|
||||
},
|
||||
"sellerEstablished": 1,
|
||||
"sellerName": "CAGE",
|
||||
"startingBid": 150,
|
||||
"tradeId": 900500150,
|
||||
"tradeState": "closed",
|
||||
"watched": false
|
||||
}
|
||||
],
|
||||
"credits": 1143,
|
||||
"duplicateItemIdList": [],
|
||||
"total": 1
|
||||
},
|
||||
"sha256": "caecc67a615ddd0f209b36c7c8ea6a04e0002552d9a42b8eeca20df84feedf3c",
|
||||
"status": 200
|
||||
},
|
||||
"trade_status_filtered": {
|
||||
"body": {
|
||||
"auctionInfo": [
|
||||
{
|
||||
"bidState": "highest",
|
||||
"buyNowPrice": 150,
|
||||
"coinsProcessed": 0,
|
||||
"currentBid": 150,
|
||||
"expires": 0,
|
||||
"itemData": {
|
||||
"assetId": 212188,
|
||||
"id": 100000178,
|
||||
"itemState": "forSale",
|
||||
"preferredPosition": "ST",
|
||||
"rating": 75,
|
||||
"resourceId": 212188,
|
||||
"untradeable": false
|
||||
},
|
||||
"sellerEstablished": 1,
|
||||
"sellerName": "CAGE",
|
||||
"startingBid": 150,
|
||||
"tradeId": 900500150,
|
||||
"tradeState": "closed",
|
||||
"watched": false
|
||||
}
|
||||
],
|
||||
"credits": 1143
|
||||
},
|
||||
"sha256": "0107bf70809cce10fa5fa0f7f4e196f7ffdd6def1b9f63407eeffc7e66f35855",
|
||||
"status": 200
|
||||
},
|
||||
"trade_status_unfiltered": {
|
||||
"body": {
|
||||
"auctionInfo": [
|
||||
{
|
||||
"bidState": "highest",
|
||||
"buyNowPrice": 150,
|
||||
"coinsProcessed": 0,
|
||||
"currentBid": 150,
|
||||
"expires": 0,
|
||||
"itemData": {
|
||||
"assetId": 212188,
|
||||
"id": 100000178,
|
||||
"itemState": "forSale",
|
||||
"preferredPosition": "ST",
|
||||
"rating": 75,
|
||||
"resourceId": 212188,
|
||||
"untradeable": false
|
||||
},
|
||||
"sellerEstablished": 1,
|
||||
"sellerName": "CAGE",
|
||||
"startingBid": 150,
|
||||
"tradeId": 900500150,
|
||||
"tradeState": "closed",
|
||||
"watched": false
|
||||
}
|
||||
],
|
||||
"credits": 1143
|
||||
},
|
||||
"sha256": "0107bf70809cce10fa5fa0f7f4e196f7ffdd6def1b9f63407eeffc7e66f35855",
|
||||
"status": 200
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,114 @@
|
||||
{
|
||||
"env": {
|
||||
"OPENFUT_FIFA17_SOLD_COINS_PROCESSED": "1",
|
||||
"OPENFUT_FIFA17_SOLD_EXPERIMENT": "highest"
|
||||
},
|
||||
"surfaces": {
|
||||
"counts": {
|
||||
"body": {
|
||||
"count": 0,
|
||||
"maxAuctionsAllowed": 100,
|
||||
"offered": 0,
|
||||
"selling": 0,
|
||||
"sold": 1
|
||||
},
|
||||
"sha256": "766b1fcc4ca47442e6f570c81583840b6ae8df9cbeae52473b3c100ca881e206",
|
||||
"status": 200
|
||||
},
|
||||
"tradePile": {
|
||||
"body": {
|
||||
"auctionInfo": [
|
||||
{
|
||||
"bidState": "highest",
|
||||
"buyNowPrice": 150,
|
||||
"coinsProcessed": 1,
|
||||
"currentBid": 150,
|
||||
"expires": 0,
|
||||
"itemData": {
|
||||
"assetId": 212188,
|
||||
"id": 100000178,
|
||||
"itemState": "forSale",
|
||||
"preferredPosition": "ST",
|
||||
"rating": 75,
|
||||
"resourceId": 212188,
|
||||
"untradeable": false
|
||||
},
|
||||
"sellerEstablished": 1,
|
||||
"sellerName": "CAGE",
|
||||
"startingBid": 150,
|
||||
"tradeId": 900500150,
|
||||
"tradeState": "closed",
|
||||
"watched": false
|
||||
}
|
||||
],
|
||||
"credits": 1143,
|
||||
"duplicateItemIdList": [],
|
||||
"total": 1
|
||||
},
|
||||
"sha256": "6e228a34b5d7fac6bf70710cbd4ca35b58740e04ae455ffeee04b6ce7faab8e5",
|
||||
"status": 200
|
||||
},
|
||||
"trade_status_filtered": {
|
||||
"body": {
|
||||
"auctionInfo": [
|
||||
{
|
||||
"bidState": "highest",
|
||||
"buyNowPrice": 150,
|
||||
"coinsProcessed": 1,
|
||||
"currentBid": 150,
|
||||
"expires": 0,
|
||||
"itemData": {
|
||||
"assetId": 212188,
|
||||
"id": 100000178,
|
||||
"itemState": "forSale",
|
||||
"preferredPosition": "ST",
|
||||
"rating": 75,
|
||||
"resourceId": 212188,
|
||||
"untradeable": false
|
||||
},
|
||||
"sellerEstablished": 1,
|
||||
"sellerName": "CAGE",
|
||||
"startingBid": 150,
|
||||
"tradeId": 900500150,
|
||||
"tradeState": "closed",
|
||||
"watched": false
|
||||
}
|
||||
],
|
||||
"credits": 1143
|
||||
},
|
||||
"sha256": "c1557013bf20285d0512ca0d055a16df8036260559d640da11102a2379ac5986",
|
||||
"status": 200
|
||||
},
|
||||
"trade_status_unfiltered": {
|
||||
"body": {
|
||||
"auctionInfo": [
|
||||
{
|
||||
"bidState": "highest",
|
||||
"buyNowPrice": 150,
|
||||
"coinsProcessed": 1,
|
||||
"currentBid": 150,
|
||||
"expires": 0,
|
||||
"itemData": {
|
||||
"assetId": 212188,
|
||||
"id": 100000178,
|
||||
"itemState": "forSale",
|
||||
"preferredPosition": "ST",
|
||||
"rating": 75,
|
||||
"resourceId": 212188,
|
||||
"untradeable": false
|
||||
},
|
||||
"sellerEstablished": 1,
|
||||
"sellerName": "CAGE",
|
||||
"startingBid": 150,
|
||||
"tradeId": 900500150,
|
||||
"tradeState": "closed",
|
||||
"watched": false
|
||||
}
|
||||
],
|
||||
"credits": 1143
|
||||
},
|
||||
"sha256": "c1557013bf20285d0512ca0d055a16df8036260559d640da11102a2379ac5986",
|
||||
"status": 200
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,509 @@
|
||||
{
|
||||
"counts_states": {
|
||||
"S1_zero_active_one_sold": {
|
||||
"count": 0,
|
||||
"maxAuctionsAllowed": 100,
|
||||
"offered": 0,
|
||||
"selling": 0,
|
||||
"sold": 1
|
||||
},
|
||||
"S2_one_active_one_sold_count_active": {
|
||||
"count": 1,
|
||||
"maxAuctionsAllowed": 100,
|
||||
"offered": 0,
|
||||
"selling": 1,
|
||||
"sold": 1
|
||||
},
|
||||
"S2_one_active_one_sold_count_membership": {
|
||||
"count": 2,
|
||||
"maxAuctionsAllowed": 100,
|
||||
"offered": 0,
|
||||
"selling": 1,
|
||||
"sold": 1
|
||||
}
|
||||
},
|
||||
"diffs": {
|
||||
"orthogonal_coinsprocessed": [
|
||||
{
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"kind": "VALUE_MISMATCH",
|
||||
"path": "auctionInfo[0].coinsProcessed"
|
||||
}
|
||||
],
|
||||
"primary_bidstate": [
|
||||
{
|
||||
"a": "highest",
|
||||
"b": "buyNow",
|
||||
"kind": "VALUE_MISMATCH",
|
||||
"path": "auctionInfo[0].bidState"
|
||||
}
|
||||
]
|
||||
},
|
||||
"generated": "2026-08-18T02:19:25Z",
|
||||
"settlement": {
|
||||
"buyer": 19850,
|
||||
"fee": 7,
|
||||
"instances": 1,
|
||||
"owner": "club-buyer-b",
|
||||
"seller": 1143
|
||||
},
|
||||
"variants": {
|
||||
"A_highest": {
|
||||
"env": {
|
||||
"OPENFUT_FIFA17_SOLD_COINS_PROCESSED": "0",
|
||||
"OPENFUT_FIFA17_SOLD_EXPERIMENT": "highest"
|
||||
},
|
||||
"surfaces": {
|
||||
"counts": {
|
||||
"body": {
|
||||
"count": 0,
|
||||
"maxAuctionsAllowed": 100,
|
||||
"offered": 0,
|
||||
"selling": 0,
|
||||
"sold": 1
|
||||
},
|
||||
"sha256": "766b1fcc4ca47442e6f570c81583840b6ae8df9cbeae52473b3c100ca881e206",
|
||||
"status": 200
|
||||
},
|
||||
"tradePile": {
|
||||
"body": {
|
||||
"auctionInfo": [
|
||||
{
|
||||
"bidState": "highest",
|
||||
"buyNowPrice": 150,
|
||||
"coinsProcessed": 0,
|
||||
"currentBid": 150,
|
||||
"expires": 0,
|
||||
"itemData": {
|
||||
"assetId": 212188,
|
||||
"id": 100000178,
|
||||
"itemState": "forSale",
|
||||
"preferredPosition": "ST",
|
||||
"rating": 75,
|
||||
"resourceId": 212188,
|
||||
"untradeable": false
|
||||
},
|
||||
"sellerEstablished": 1,
|
||||
"sellerName": "CAGE",
|
||||
"startingBid": 150,
|
||||
"tradeId": 900500150,
|
||||
"tradeState": "closed",
|
||||
"watched": false
|
||||
}
|
||||
],
|
||||
"credits": 1143,
|
||||
"duplicateItemIdList": [],
|
||||
"total": 1
|
||||
},
|
||||
"sha256": "caecc67a615ddd0f209b36c7c8ea6a04e0002552d9a42b8eeca20df84feedf3c",
|
||||
"status": 200
|
||||
},
|
||||
"trade_status_filtered": {
|
||||
"body": {
|
||||
"auctionInfo": [
|
||||
{
|
||||
"bidState": "highest",
|
||||
"buyNowPrice": 150,
|
||||
"coinsProcessed": 0,
|
||||
"currentBid": 150,
|
||||
"expires": 0,
|
||||
"itemData": {
|
||||
"assetId": 212188,
|
||||
"id": 100000178,
|
||||
"itemState": "forSale",
|
||||
"preferredPosition": "ST",
|
||||
"rating": 75,
|
||||
"resourceId": 212188,
|
||||
"untradeable": false
|
||||
},
|
||||
"sellerEstablished": 1,
|
||||
"sellerName": "CAGE",
|
||||
"startingBid": 150,
|
||||
"tradeId": 900500150,
|
||||
"tradeState": "closed",
|
||||
"watched": false
|
||||
}
|
||||
],
|
||||
"credits": 1143
|
||||
},
|
||||
"sha256": "0107bf70809cce10fa5fa0f7f4e196f7ffdd6def1b9f63407eeffc7e66f35855",
|
||||
"status": 200
|
||||
},
|
||||
"trade_status_unfiltered": {
|
||||
"body": {
|
||||
"auctionInfo": [
|
||||
{
|
||||
"bidState": "highest",
|
||||
"buyNowPrice": 150,
|
||||
"coinsProcessed": 0,
|
||||
"currentBid": 150,
|
||||
"expires": 0,
|
||||
"itemData": {
|
||||
"assetId": 212188,
|
||||
"id": 100000178,
|
||||
"itemState": "forSale",
|
||||
"preferredPosition": "ST",
|
||||
"rating": 75,
|
||||
"resourceId": 212188,
|
||||
"untradeable": false
|
||||
},
|
||||
"sellerEstablished": 1,
|
||||
"sellerName": "CAGE",
|
||||
"startingBid": 150,
|
||||
"tradeId": 900500150,
|
||||
"tradeState": "closed",
|
||||
"watched": false
|
||||
}
|
||||
],
|
||||
"credits": 1143
|
||||
},
|
||||
"sha256": "0107bf70809cce10fa5fa0f7f4e196f7ffdd6def1b9f63407eeffc7e66f35855",
|
||||
"status": 200
|
||||
}
|
||||
}
|
||||
},
|
||||
"B_buyNow": {
|
||||
"env": {
|
||||
"OPENFUT_FIFA17_SOLD_COINS_PROCESSED": "0",
|
||||
"OPENFUT_FIFA17_SOLD_EXPERIMENT": "buyNow"
|
||||
},
|
||||
"surfaces": {
|
||||
"counts": {
|
||||
"body": {
|
||||
"count": 0,
|
||||
"maxAuctionsAllowed": 100,
|
||||
"offered": 0,
|
||||
"selling": 0,
|
||||
"sold": 1
|
||||
},
|
||||
"sha256": "766b1fcc4ca47442e6f570c81583840b6ae8df9cbeae52473b3c100ca881e206",
|
||||
"status": 200
|
||||
},
|
||||
"tradePile": {
|
||||
"body": {
|
||||
"auctionInfo": [
|
||||
{
|
||||
"bidState": "buyNow",
|
||||
"buyNowPrice": 150,
|
||||
"coinsProcessed": 0,
|
||||
"currentBid": 150,
|
||||
"expires": 0,
|
||||
"itemData": {
|
||||
"assetId": 212188,
|
||||
"id": 100000178,
|
||||
"itemState": "forSale",
|
||||
"preferredPosition": "ST",
|
||||
"rating": 75,
|
||||
"resourceId": 212188,
|
||||
"untradeable": false
|
||||
},
|
||||
"sellerEstablished": 1,
|
||||
"sellerName": "CAGE",
|
||||
"startingBid": 150,
|
||||
"tradeId": 900500150,
|
||||
"tradeState": "closed",
|
||||
"watched": false
|
||||
}
|
||||
],
|
||||
"credits": 1143,
|
||||
"duplicateItemIdList": [],
|
||||
"total": 1
|
||||
},
|
||||
"sha256": "0b6e5cc5ab58fdbdd76586b1cff685a562e669fd37750cbd1397db9ee9e97407",
|
||||
"status": 200
|
||||
},
|
||||
"trade_status_filtered": {
|
||||
"body": {
|
||||
"auctionInfo": [
|
||||
{
|
||||
"bidState": "buyNow",
|
||||
"buyNowPrice": 150,
|
||||
"coinsProcessed": 0,
|
||||
"currentBid": 150,
|
||||
"expires": 0,
|
||||
"itemData": {
|
||||
"assetId": 212188,
|
||||
"id": 100000178,
|
||||
"itemState": "forSale",
|
||||
"preferredPosition": "ST",
|
||||
"rating": 75,
|
||||
"resourceId": 212188,
|
||||
"untradeable": false
|
||||
},
|
||||
"sellerEstablished": 1,
|
||||
"sellerName": "CAGE",
|
||||
"startingBid": 150,
|
||||
"tradeId": 900500150,
|
||||
"tradeState": "closed",
|
||||
"watched": false
|
||||
}
|
||||
],
|
||||
"credits": 1143
|
||||
},
|
||||
"sha256": "fab8d43b7ac0f0e09d6902155f7c5f6d91e57b4b595ec8f6093a5a9dcb02bcdb",
|
||||
"status": 200
|
||||
},
|
||||
"trade_status_unfiltered": {
|
||||
"body": {
|
||||
"auctionInfo": [
|
||||
{
|
||||
"bidState": "buyNow",
|
||||
"buyNowPrice": 150,
|
||||
"coinsProcessed": 0,
|
||||
"currentBid": 150,
|
||||
"expires": 0,
|
||||
"itemData": {
|
||||
"assetId": 212188,
|
||||
"id": 100000178,
|
||||
"itemState": "forSale",
|
||||
"preferredPosition": "ST",
|
||||
"rating": 75,
|
||||
"resourceId": 212188,
|
||||
"untradeable": false
|
||||
},
|
||||
"sellerEstablished": 1,
|
||||
"sellerName": "CAGE",
|
||||
"startingBid": 150,
|
||||
"tradeId": 900500150,
|
||||
"tradeState": "closed",
|
||||
"watched": false
|
||||
}
|
||||
],
|
||||
"credits": 1143
|
||||
},
|
||||
"sha256": "fab8d43b7ac0f0e09d6902155f7c5f6d91e57b4b595ec8f6093a5a9dcb02bcdb",
|
||||
"status": 200
|
||||
}
|
||||
}
|
||||
},
|
||||
"C_cp0": {
|
||||
"env": {
|
||||
"OPENFUT_FIFA17_SOLD_COINS_PROCESSED": "0",
|
||||
"OPENFUT_FIFA17_SOLD_EXPERIMENT": "highest"
|
||||
},
|
||||
"surfaces": {
|
||||
"counts": {
|
||||
"body": {
|
||||
"count": 0,
|
||||
"maxAuctionsAllowed": 100,
|
||||
"offered": 0,
|
||||
"selling": 0,
|
||||
"sold": 1
|
||||
},
|
||||
"sha256": "766b1fcc4ca47442e6f570c81583840b6ae8df9cbeae52473b3c100ca881e206",
|
||||
"status": 200
|
||||
},
|
||||
"tradePile": {
|
||||
"body": {
|
||||
"auctionInfo": [
|
||||
{
|
||||
"bidState": "highest",
|
||||
"buyNowPrice": 150,
|
||||
"coinsProcessed": 0,
|
||||
"currentBid": 150,
|
||||
"expires": 0,
|
||||
"itemData": {
|
||||
"assetId": 212188,
|
||||
"id": 100000178,
|
||||
"itemState": "forSale",
|
||||
"preferredPosition": "ST",
|
||||
"rating": 75,
|
||||
"resourceId": 212188,
|
||||
"untradeable": false
|
||||
},
|
||||
"sellerEstablished": 1,
|
||||
"sellerName": "CAGE",
|
||||
"startingBid": 150,
|
||||
"tradeId": 900500150,
|
||||
"tradeState": "closed",
|
||||
"watched": false
|
||||
}
|
||||
],
|
||||
"credits": 1143,
|
||||
"duplicateItemIdList": [],
|
||||
"total": 1
|
||||
},
|
||||
"sha256": "caecc67a615ddd0f209b36c7c8ea6a04e0002552d9a42b8eeca20df84feedf3c",
|
||||
"status": 200
|
||||
},
|
||||
"trade_status_filtered": {
|
||||
"body": {
|
||||
"auctionInfo": [
|
||||
{
|
||||
"bidState": "highest",
|
||||
"buyNowPrice": 150,
|
||||
"coinsProcessed": 0,
|
||||
"currentBid": 150,
|
||||
"expires": 0,
|
||||
"itemData": {
|
||||
"assetId": 212188,
|
||||
"id": 100000178,
|
||||
"itemState": "forSale",
|
||||
"preferredPosition": "ST",
|
||||
"rating": 75,
|
||||
"resourceId": 212188,
|
||||
"untradeable": false
|
||||
},
|
||||
"sellerEstablished": 1,
|
||||
"sellerName": "CAGE",
|
||||
"startingBid": 150,
|
||||
"tradeId": 900500150,
|
||||
"tradeState": "closed",
|
||||
"watched": false
|
||||
}
|
||||
],
|
||||
"credits": 1143
|
||||
},
|
||||
"sha256": "0107bf70809cce10fa5fa0f7f4e196f7ffdd6def1b9f63407eeffc7e66f35855",
|
||||
"status": 200
|
||||
},
|
||||
"trade_status_unfiltered": {
|
||||
"body": {
|
||||
"auctionInfo": [
|
||||
{
|
||||
"bidState": "highest",
|
||||
"buyNowPrice": 150,
|
||||
"coinsProcessed": 0,
|
||||
"currentBid": 150,
|
||||
"expires": 0,
|
||||
"itemData": {
|
||||
"assetId": 212188,
|
||||
"id": 100000178,
|
||||
"itemState": "forSale",
|
||||
"preferredPosition": "ST",
|
||||
"rating": 75,
|
||||
"resourceId": 212188,
|
||||
"untradeable": false
|
||||
},
|
||||
"sellerEstablished": 1,
|
||||
"sellerName": "CAGE",
|
||||
"startingBid": 150,
|
||||
"tradeId": 900500150,
|
||||
"tradeState": "closed",
|
||||
"watched": false
|
||||
}
|
||||
],
|
||||
"credits": 1143
|
||||
},
|
||||
"sha256": "0107bf70809cce10fa5fa0f7f4e196f7ffdd6def1b9f63407eeffc7e66f35855",
|
||||
"status": 200
|
||||
}
|
||||
}
|
||||
},
|
||||
"D_cp1": {
|
||||
"env": {
|
||||
"OPENFUT_FIFA17_SOLD_COINS_PROCESSED": "1",
|
||||
"OPENFUT_FIFA17_SOLD_EXPERIMENT": "highest"
|
||||
},
|
||||
"surfaces": {
|
||||
"counts": {
|
||||
"body": {
|
||||
"count": 0,
|
||||
"maxAuctionsAllowed": 100,
|
||||
"offered": 0,
|
||||
"selling": 0,
|
||||
"sold": 1
|
||||
},
|
||||
"sha256": "766b1fcc4ca47442e6f570c81583840b6ae8df9cbeae52473b3c100ca881e206",
|
||||
"status": 200
|
||||
},
|
||||
"tradePile": {
|
||||
"body": {
|
||||
"auctionInfo": [
|
||||
{
|
||||
"bidState": "highest",
|
||||
"buyNowPrice": 150,
|
||||
"coinsProcessed": 1,
|
||||
"currentBid": 150,
|
||||
"expires": 0,
|
||||
"itemData": {
|
||||
"assetId": 212188,
|
||||
"id": 100000178,
|
||||
"itemState": "forSale",
|
||||
"preferredPosition": "ST",
|
||||
"rating": 75,
|
||||
"resourceId": 212188,
|
||||
"untradeable": false
|
||||
},
|
||||
"sellerEstablished": 1,
|
||||
"sellerName": "CAGE",
|
||||
"startingBid": 150,
|
||||
"tradeId": 900500150,
|
||||
"tradeState": "closed",
|
||||
"watched": false
|
||||
}
|
||||
],
|
||||
"credits": 1143,
|
||||
"duplicateItemIdList": [],
|
||||
"total": 1
|
||||
},
|
||||
"sha256": "6e228a34b5d7fac6bf70710cbd4ca35b58740e04ae455ffeee04b6ce7faab8e5",
|
||||
"status": 200
|
||||
},
|
||||
"trade_status_filtered": {
|
||||
"body": {
|
||||
"auctionInfo": [
|
||||
{
|
||||
"bidState": "highest",
|
||||
"buyNowPrice": 150,
|
||||
"coinsProcessed": 1,
|
||||
"currentBid": 150,
|
||||
"expires": 0,
|
||||
"itemData": {
|
||||
"assetId": 212188,
|
||||
"id": 100000178,
|
||||
"itemState": "forSale",
|
||||
"preferredPosition": "ST",
|
||||
"rating": 75,
|
||||
"resourceId": 212188,
|
||||
"untradeable": false
|
||||
},
|
||||
"sellerEstablished": 1,
|
||||
"sellerName": "CAGE",
|
||||
"startingBid": 150,
|
||||
"tradeId": 900500150,
|
||||
"tradeState": "closed",
|
||||
"watched": false
|
||||
}
|
||||
],
|
||||
"credits": 1143
|
||||
},
|
||||
"sha256": "c1557013bf20285d0512ca0d055a16df8036260559d640da11102a2379ac5986",
|
||||
"status": 200
|
||||
},
|
||||
"trade_status_unfiltered": {
|
||||
"body": {
|
||||
"auctionInfo": [
|
||||
{
|
||||
"bidState": "highest",
|
||||
"buyNowPrice": 150,
|
||||
"coinsProcessed": 1,
|
||||
"currentBid": 150,
|
||||
"expires": 0,
|
||||
"itemData": {
|
||||
"assetId": 212188,
|
||||
"id": 100000178,
|
||||
"itemState": "forSale",
|
||||
"preferredPosition": "ST",
|
||||
"rating": 75,
|
||||
"resourceId": 212188,
|
||||
"untradeable": false
|
||||
},
|
||||
"sellerEstablished": 1,
|
||||
"sellerName": "CAGE",
|
||||
"startingBid": 150,
|
||||
"tradeId": 900500150,
|
||||
"tradeState": "closed",
|
||||
"watched": false
|
||||
}
|
||||
],
|
||||
"credits": 1143
|
||||
},
|
||||
"sha256": "c1557013bf20285d0512ca0d055a16df8036260559d640da11102a2379ac5986",
|
||||
"status": 200
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,850 @@
|
||||
{
|
||||
"captured": "2026-08-18T02:21:49Z",
|
||||
"phase": "0 \u2014 staging validated, sold row present, awaiting live client",
|
||||
"settlement": {
|
||||
"clubs": {
|
||||
"club-buyer-b": 19850,
|
||||
"club-seller-a-cage": 1143
|
||||
},
|
||||
"disposable_owner": [
|
||||
"club-buyer-b"
|
||||
],
|
||||
"fee": 7,
|
||||
"gross": 150,
|
||||
"instances": 1,
|
||||
"proceeds": 143
|
||||
},
|
||||
"sold_row": {
|
||||
"bidState": "highest",
|
||||
"buyNowPrice": 150,
|
||||
"coinsProcessed": 0,
|
||||
"currentBid": 150,
|
||||
"expires": 0,
|
||||
"itemData": {
|
||||
"assetId": 232273,
|
||||
"attributeList": [
|
||||
{
|
||||
"index": 0,
|
||||
"value": 62
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"value": 28
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"value": 33
|
||||
},
|
||||
{
|
||||
"index": 3,
|
||||
"value": 49
|
||||
},
|
||||
{
|
||||
"index": 4,
|
||||
"value": 53
|
||||
},
|
||||
{
|
||||
"index": 5,
|
||||
"value": 50
|
||||
}
|
||||
],
|
||||
"cardassetid": 232273,
|
||||
"cardsubtypeid": 0,
|
||||
"contract": 7,
|
||||
"definitionId": 232273,
|
||||
"discardValue": 150,
|
||||
"fitness": 99,
|
||||
"id": 100000012,
|
||||
"itemState": "forSale",
|
||||
"itemType": "player",
|
||||
"leagueId": 32,
|
||||
"nation": 117,
|
||||
"owners": 1,
|
||||
"playStyle": 250,
|
||||
"preferredPosition": "LB",
|
||||
"rareflag": 1,
|
||||
"rating": 51,
|
||||
"resourceId": 232273,
|
||||
"teamid": 112487,
|
||||
"untradeable": false
|
||||
},
|
||||
"sellerEstablished": 1,
|
||||
"sellerName": "CAGE",
|
||||
"startingBid": 150,
|
||||
"tradeId": 900500150,
|
||||
"tradeState": "closed",
|
||||
"watched": false
|
||||
},
|
||||
"surfaces": {
|
||||
"club": {
|
||||
"body": {
|
||||
"itemData": [
|
||||
{
|
||||
"assetId": 20801,
|
||||
"attributeList": [
|
||||
{
|
||||
"index": 0,
|
||||
"value": 97
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"value": 97
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"value": 86
|
||||
},
|
||||
{
|
||||
"index": 3,
|
||||
"value": 96
|
||||
},
|
||||
{
|
||||
"index": 4,
|
||||
"value": 38
|
||||
},
|
||||
{
|
||||
"index": 5,
|
||||
"value": 85
|
||||
}
|
||||
],
|
||||
"cardassetid": 20801,
|
||||
"cardsubtypeid": 0,
|
||||
"contract": 7,
|
||||
"definitionId": 83906881,
|
||||
"discardValue": 1500,
|
||||
"fitness": 99,
|
||||
"id": 100000001,
|
||||
"itemState": "free",
|
||||
"itemType": "player",
|
||||
"leagueId": 53,
|
||||
"nation": 38,
|
||||
"owners": 1,
|
||||
"playStyle": 250,
|
||||
"preferredPosition": "LW",
|
||||
"rareflag": 11,
|
||||
"rating": 99,
|
||||
"resourceId": 83906881,
|
||||
"teamid": 243,
|
||||
"untradeable": false
|
||||
},
|
||||
{
|
||||
"assetId": 158023,
|
||||
"attributeList": [
|
||||
{
|
||||
"index": 0,
|
||||
"value": 94
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"value": 95
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"value": 91
|
||||
},
|
||||
{
|
||||
"index": 3,
|
||||
"value": 99
|
||||
},
|
||||
{
|
||||
"index": 4,
|
||||
"value": 31
|
||||
},
|
||||
{
|
||||
"index": 5,
|
||||
"value": 66
|
||||
}
|
||||
],
|
||||
"cardassetid": 158023,
|
||||
"cardsubtypeid": 0,
|
||||
"contract": 7,
|
||||
"definitionId": 84044103,
|
||||
"discardValue": 1500,
|
||||
"fitness": 99,
|
||||
"id": 100000002,
|
||||
"itemState": "free",
|
||||
"itemType": "player",
|
||||
"leagueId": 53,
|
||||
"nation": 52,
|
||||
"owners": 1,
|
||||
"playStyle": 250,
|
||||
"preferredPosition": "RW",
|
||||
"rareflag": 11,
|
||||
"rating": 98,
|
||||
"resourceId": 84044103,
|
||||
"teamid": 241,
|
||||
"untradeable": false
|
||||
},
|
||||
{
|
||||
"assetId": 167495,
|
||||
"attributeList": [
|
||||
{
|
||||
"index": 0,
|
||||
"value": 94
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"value": 95
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"value": 99
|
||||
},
|
||||
{
|
||||
"index": 3,
|
||||
"value": 94
|
||||
},
|
||||
{
|
||||
"index": 4,
|
||||
"value": 64
|
||||
},
|
||||
{
|
||||
"index": 5,
|
||||
"value": 96
|
||||
}
|
||||
],
|
||||
"cardassetid": 167495,
|
||||
"cardsubtypeid": 0,
|
||||
"contract": 7,
|
||||
"definitionId": 84053575,
|
||||
"discardValue": 1500,
|
||||
"fitness": 99,
|
||||
"id": 100000003,
|
||||
"itemState": "free",
|
||||
"itemType": "player",
|
||||
"leagueId": 19,
|
||||
"nation": 21,
|
||||
"owners": 1,
|
||||
"playStyle": 250,
|
||||
"preferredPosition": "GK",
|
||||
"rareflag": 11,
|
||||
"rating": 97,
|
||||
"resourceId": 84053575,
|
||||
"teamid": 21,
|
||||
"untradeable": false
|
||||
},
|
||||
{
|
||||
"assetId": 176580,
|
||||
"attributeList": [
|
||||
{
|
||||
"index": 0,
|
||||
"value": 85
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"value": 93
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"value": 82
|
||||
},
|
||||
{
|
||||
"index": 3,
|
||||
"value": 90
|
||||
},
|
||||
{
|
||||
"index": 4,
|
||||
"value": 45
|
||||
},
|
||||
{
|
||||
"index": 5,
|
||||
"value": 82
|
||||
}
|
||||
],
|
||||
"cardassetid": 176580,
|
||||
"cardsubtypeid": 0,
|
||||
"contract": 7,
|
||||
"definitionId": 117617092,
|
||||
"discardValue": 1500,
|
||||
"fitness": 99,
|
||||
"id": 100000004,
|
||||
"itemState": "free",
|
||||
"itemType": "player",
|
||||
"leagueId": 53,
|
||||
"nation": 60,
|
||||
"owners": 1,
|
||||
"playStyle": 250,
|
||||
"preferredPosition": "ST",
|
||||
"rareflag": 22,
|
||||
"rating": 95,
|
||||
"resourceId": 117617092,
|
||||
"teamid": 241,
|
||||
"untradeable": false
|
||||
},
|
||||
{
|
||||
"assetId": 177003,
|
||||
"attributeList": [
|
||||
{
|
||||
"index": 0,
|
||||
"value": 78
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"value": 79
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"value": 90
|
||||
},
|
||||
{
|
||||
"index": 3,
|
||||
"value": 93
|
||||
},
|
||||
{
|
||||
"index": 4,
|
||||
"value": 76
|
||||
},
|
||||
{
|
||||
"index": 5,
|
||||
"value": 70
|
||||
}
|
||||
],
|
||||
"cardassetid": 177003,
|
||||
"cardsubtypeid": 0,
|
||||
"contract": 7,
|
||||
"definitionId": 151171947,
|
||||
"discardValue": 1500,
|
||||
"fitness": 99,
|
||||
"id": 100000005,
|
||||
"itemState": "free",
|
||||
"itemType": "player",
|
||||
"leagueId": 53,
|
||||
"nation": 10,
|
||||
"owners": 1,
|
||||
"playStyle": 250,
|
||||
"preferredPosition": "CM",
|
||||
"rareflag": 24,
|
||||
"rating": 93,
|
||||
"resourceId": 151171947,
|
||||
"teamid": 243,
|
||||
"untradeable": false
|
||||
},
|
||||
{
|
||||
"assetId": 164240,
|
||||
"attributeList": [
|
||||
{
|
||||
"index": 0,
|
||||
"value": 77
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"value": 60
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"value": 76
|
||||
},
|
||||
{
|
||||
"index": 3,
|
||||
"value": 76
|
||||
},
|
||||
{
|
||||
"index": 4,
|
||||
"value": 93
|
||||
},
|
||||
{
|
||||
"index": 5,
|
||||
"value": 82
|
||||
}
|
||||
],
|
||||
"cardassetid": 164240,
|
||||
"cardsubtypeid": 0,
|
||||
"contract": 7,
|
||||
"definitionId": 134381968,
|
||||
"discardValue": 1500,
|
||||
"fitness": 99,
|
||||
"id": 100000006,
|
||||
"itemState": "free",
|
||||
"itemType": "player",
|
||||
"leagueId": 16,
|
||||
"nation": 54,
|
||||
"owners": 1,
|
||||
"playStyle": 250,
|
||||
"preferredPosition": "CB",
|
||||
"rareflag": 23,
|
||||
"rating": 92,
|
||||
"resourceId": 134381968,
|
||||
"teamid": 73,
|
||||
"untradeable": false
|
||||
},
|
||||
{
|
||||
"assetId": 182493,
|
||||
"attributeList": [
|
||||
{
|
||||
"index": 0,
|
||||
"value": 69
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"value": 52
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"value": 69
|
||||
},
|
||||
{
|
||||
"index": 3,
|
||||
"value": 67
|
||||
},
|
||||
{
|
||||
"index": 4,
|
||||
"value": 92
|
||||
},
|
||||
{
|
||||
"index": 5,
|
||||
"value": 83
|
||||
}
|
||||
],
|
||||
"cardassetid": 182493,
|
||||
"cardsubtypeid": 0,
|
||||
"contract": 7,
|
||||
"definitionId": 151177437,
|
||||
"discardValue": 1500,
|
||||
"fitness": 99,
|
||||
"id": 100000007,
|
||||
"itemState": "free",
|
||||
"itemType": "player",
|
||||
"leagueId": 53,
|
||||
"nation": 60,
|
||||
"owners": 1,
|
||||
"playStyle": 250,
|
||||
"preferredPosition": "CB",
|
||||
"rareflag": 24,
|
||||
"rating": 92,
|
||||
"resourceId": 151177437,
|
||||
"teamid": 240,
|
||||
"untradeable": false
|
||||
},
|
||||
{
|
||||
"assetId": 168651,
|
||||
"attributeList": [
|
||||
{
|
||||
"index": 0,
|
||||
"value": 71
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"value": 89
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"value": 91
|
||||
},
|
||||
{
|
||||
"index": 3,
|
||||
"value": 87
|
||||
},
|
||||
{
|
||||
"index": 4,
|
||||
"value": 64
|
||||
},
|
||||
{
|
||||
"index": 5,
|
||||
"value": 71
|
||||
}
|
||||
],
|
||||
"cardassetid": 168651,
|
||||
"cardsubtypeid": 0,
|
||||
"contract": 7,
|
||||
"definitionId": 84054731,
|
||||
"discardValue": 1500,
|
||||
"fitness": 99,
|
||||
"id": 100000008,
|
||||
"itemState": "free",
|
||||
"itemType": "player",
|
||||
"leagueId": 53,
|
||||
"nation": 10,
|
||||
"owners": 1,
|
||||
"playStyle": 250,
|
||||
"preferredPosition": "CM",
|
||||
"rareflag": 11,
|
||||
"rating": 92,
|
||||
"resourceId": 84054731,
|
||||
"teamid": 241,
|
||||
"untradeable": false
|
||||
},
|
||||
{
|
||||
"assetId": 182521,
|
||||
"attributeList": [
|
||||
{
|
||||
"index": 0,
|
||||
"value": 48
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"value": 83
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"value": 91
|
||||
},
|
||||
{
|
||||
"index": 3,
|
||||
"value": 82
|
||||
},
|
||||
{
|
||||
"index": 4,
|
||||
"value": 72
|
||||
},
|
||||
{
|
||||
"index": 5,
|
||||
"value": 73
|
||||
}
|
||||
],
|
||||
"cardassetid": 182521,
|
||||
"cardsubtypeid": 0,
|
||||
"contract": 7,
|
||||
"definitionId": 134400249,
|
||||
"discardValue": 1500,
|
||||
"fitness": 99,
|
||||
"id": 100000009,
|
||||
"itemState": "free",
|
||||
"itemType": "player",
|
||||
"leagueId": 53,
|
||||
"nation": 21,
|
||||
"owners": 1,
|
||||
"playStyle": 250,
|
||||
"preferredPosition": "CM",
|
||||
"rareflag": 23,
|
||||
"rating": 91,
|
||||
"resourceId": 134400249,
|
||||
"teamid": 243,
|
||||
"untradeable": false
|
||||
},
|
||||
{
|
||||
"assetId": 197445,
|
||||
"attributeList": [
|
||||
{
|
||||
"index": 0,
|
||||
"value": 90
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"value": 77
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"value": 85
|
||||
},
|
||||
{
|
||||
"index": 3,
|
||||
"value": 87
|
||||
},
|
||||
{
|
||||
"index": 4,
|
||||
"value": 87
|
||||
},
|
||||
{
|
||||
"index": 5,
|
||||
"value": 77
|
||||
}
|
||||
],
|
||||
"cardassetid": 197445,
|
||||
"cardsubtypeid": 0,
|
||||
"contract": 7,
|
||||
"definitionId": 151192389,
|
||||
"discardValue": 1500,
|
||||
"fitness": 99,
|
||||
"id": 100000010,
|
||||
"itemState": "free",
|
||||
"itemType": "player",
|
||||
"leagueId": 19,
|
||||
"nation": 4,
|
||||
"owners": 1,
|
||||
"playStyle": 250,
|
||||
"preferredPosition": "LB",
|
||||
"rareflag": 24,
|
||||
"rating": 91,
|
||||
"resourceId": 151192389,
|
||||
"teamid": 21,
|
||||
"untradeable": false
|
||||
},
|
||||
{
|
||||
"assetId": 121939,
|
||||
"attributeList": [
|
||||
{
|
||||
"index": 0,
|
||||
"value": 70
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"value": 58
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"value": 84
|
||||
},
|
||||
{
|
||||
"index": 3,
|
||||
"value": 86
|
||||
},
|
||||
{
|
||||
"index": 4,
|
||||
"value": 88
|
||||
},
|
||||
{
|
||||
"index": 5,
|
||||
"value": 66
|
||||
}
|
||||
],
|
||||
"cardassetid": 121939,
|
||||
"cardsubtypeid": 0,
|
||||
"contract": 7,
|
||||
"definitionId": 100785235,
|
||||
"discardValue": 1500,
|
||||
"fitness": 99,
|
||||
"id": 100000011,
|
||||
"itemState": "free",
|
||||
"itemType": "player",
|
||||
"leagueId": 19,
|
||||
"nation": 21,
|
||||
"owners": 1,
|
||||
"playStyle": 250,
|
||||
"preferredPosition": "RB",
|
||||
"rareflag": 21,
|
||||
"rating": 90,
|
||||
"resourceId": 100785235,
|
||||
"teamid": 21,
|
||||
"untradeable": false
|
||||
}
|
||||
]
|
||||
},
|
||||
"sha256": "0a916e8e129a9c05294784738c305d651beedd58ebd914a6abfa94bd0a59abc7",
|
||||
"status": 200
|
||||
},
|
||||
"counts": {
|
||||
"body": {
|
||||
"count": 0,
|
||||
"maxAuctionsAllowed": 100,
|
||||
"offered": 0,
|
||||
"selling": 0,
|
||||
"sold": 1
|
||||
},
|
||||
"sha256": "766b1fcc4ca47442e6f570c81583840b6ae8df9cbeae52473b3c100ca881e206",
|
||||
"status": 200
|
||||
},
|
||||
"tradePile": {
|
||||
"body": {
|
||||
"auctionInfo": [
|
||||
{
|
||||
"bidState": "highest",
|
||||
"buyNowPrice": 150,
|
||||
"coinsProcessed": 0,
|
||||
"currentBid": 150,
|
||||
"expires": 0,
|
||||
"itemData": {
|
||||
"assetId": 232273,
|
||||
"attributeList": [
|
||||
{
|
||||
"index": 0,
|
||||
"value": 62
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"value": 28
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"value": 33
|
||||
},
|
||||
{
|
||||
"index": 3,
|
||||
"value": 49
|
||||
},
|
||||
{
|
||||
"index": 4,
|
||||
"value": 53
|
||||
},
|
||||
{
|
||||
"index": 5,
|
||||
"value": 50
|
||||
}
|
||||
],
|
||||
"cardassetid": 232273,
|
||||
"cardsubtypeid": 0,
|
||||
"contract": 7,
|
||||
"definitionId": 232273,
|
||||
"discardValue": 150,
|
||||
"fitness": 99,
|
||||
"id": 100000012,
|
||||
"itemState": "forSale",
|
||||
"itemType": "player",
|
||||
"leagueId": 32,
|
||||
"nation": 117,
|
||||
"owners": 1,
|
||||
"playStyle": 250,
|
||||
"preferredPosition": "LB",
|
||||
"rareflag": 1,
|
||||
"rating": 51,
|
||||
"resourceId": 232273,
|
||||
"teamid": 112487,
|
||||
"untradeable": false
|
||||
},
|
||||
"sellerEstablished": 1,
|
||||
"sellerName": "CAGE",
|
||||
"startingBid": 150,
|
||||
"tradeId": 900500150,
|
||||
"tradeState": "closed",
|
||||
"watched": false
|
||||
}
|
||||
],
|
||||
"credits": 1143,
|
||||
"duplicateItemIdList": [],
|
||||
"total": 1
|
||||
},
|
||||
"sha256": "c792ebcf179a5c617ffe02859ad39eba830a4d5b5224a0953ecef774ee4cf75b",
|
||||
"status": 200
|
||||
},
|
||||
"trade_status_filtered": {
|
||||
"body": {
|
||||
"auctionInfo": [
|
||||
{
|
||||
"bidState": "highest",
|
||||
"buyNowPrice": 150,
|
||||
"coinsProcessed": 0,
|
||||
"currentBid": 150,
|
||||
"expires": 0,
|
||||
"itemData": {
|
||||
"assetId": 232273,
|
||||
"attributeList": [
|
||||
{
|
||||
"index": 0,
|
||||
"value": 62
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"value": 28
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"value": 33
|
||||
},
|
||||
{
|
||||
"index": 3,
|
||||
"value": 49
|
||||
},
|
||||
{
|
||||
"index": 4,
|
||||
"value": 53
|
||||
},
|
||||
{
|
||||
"index": 5,
|
||||
"value": 50
|
||||
}
|
||||
],
|
||||
"cardassetid": 232273,
|
||||
"cardsubtypeid": 0,
|
||||
"contract": 7,
|
||||
"definitionId": 232273,
|
||||
"discardValue": 150,
|
||||
"fitness": 99,
|
||||
"id": 100000012,
|
||||
"itemState": "forSale",
|
||||
"itemType": "player",
|
||||
"leagueId": 32,
|
||||
"nation": 117,
|
||||
"owners": 1,
|
||||
"playStyle": 250,
|
||||
"preferredPosition": "LB",
|
||||
"rareflag": 1,
|
||||
"rating": 51,
|
||||
"resourceId": 232273,
|
||||
"teamid": 112487,
|
||||
"untradeable": false
|
||||
},
|
||||
"sellerEstablished": 1,
|
||||
"sellerName": "CAGE",
|
||||
"startingBid": 150,
|
||||
"tradeId": 900500150,
|
||||
"tradeState": "closed",
|
||||
"watched": false
|
||||
}
|
||||
],
|
||||
"credits": 1143
|
||||
},
|
||||
"sha256": "db79d9fcfc47ae680b44311598e82918b8afd3284160143c33e525adf693f30e",
|
||||
"status": 200
|
||||
},
|
||||
"trade_status_unfiltered": {
|
||||
"body": {
|
||||
"auctionInfo": [
|
||||
{
|
||||
"bidState": "highest",
|
||||
"buyNowPrice": 150,
|
||||
"coinsProcessed": 0,
|
||||
"currentBid": 150,
|
||||
"expires": 0,
|
||||
"itemData": {
|
||||
"assetId": 232273,
|
||||
"attributeList": [
|
||||
{
|
||||
"index": 0,
|
||||
"value": 62
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"value": 28
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"value": 33
|
||||
},
|
||||
{
|
||||
"index": 3,
|
||||
"value": 49
|
||||
},
|
||||
{
|
||||
"index": 4,
|
||||
"value": 53
|
||||
},
|
||||
{
|
||||
"index": 5,
|
||||
"value": 50
|
||||
}
|
||||
],
|
||||
"cardassetid": 232273,
|
||||
"cardsubtypeid": 0,
|
||||
"contract": 7,
|
||||
"definitionId": 232273,
|
||||
"discardValue": 150,
|
||||
"fitness": 99,
|
||||
"id": 100000012,
|
||||
"itemState": "forSale",
|
||||
"itemType": "player",
|
||||
"leagueId": 32,
|
||||
"nation": 117,
|
||||
"owners": 1,
|
||||
"playStyle": 250,
|
||||
"preferredPosition": "LB",
|
||||
"rareflag": 1,
|
||||
"rating": 51,
|
||||
"resourceId": 232273,
|
||||
"teamid": 112487,
|
||||
"untradeable": false
|
||||
},
|
||||
"sellerEstablished": 1,
|
||||
"sellerName": "CAGE",
|
||||
"startingBid": 150,
|
||||
"tradeId": 900500150,
|
||||
"tradeState": "closed",
|
||||
"watched": false
|
||||
}
|
||||
],
|
||||
"credits": 1143
|
||||
},
|
||||
"sha256": "db79d9fcfc47ae680b44311598e82918b8afd3284160143c33e525adf693f30e",
|
||||
"status": 200
|
||||
}
|
||||
},
|
||||
"topology": {
|
||||
"advertises_utas": "http://<host>:8299/",
|
||||
"blaze": [
|
||||
42327,
|
||||
42330,
|
||||
42331
|
||||
],
|
||||
"core": 18081,
|
||||
"utas_host": 8299
|
||||
},
|
||||
"variant": "A_highest (bidState=highest, coinsProcessed=0, countMode=active)"
|
||||
}
|
||||
Reference in New Issue
Block a user