diff --git a/handler/tests/common.py b/handler/tests/common.py deleted file mode 100644 index 2e1235e..0000000 --- a/handler/tests/common.py +++ /dev/null @@ -1,6488 +0,0 @@ -expected_to_update_lbtc = [ - ["1452045", "btc_in_usd*1.1*USD_in_GBP", "BTC", "GBP", False] -] - -expected_to_update = [ - [ - "dd1148de-ba6e-4824-9148-deba6e8824e0", - "coingeckoxmrusd*usdhkd*1.3", - "XMR", - "HKD", - False, - ], - [ - "2bcfb7a6-7ba6-4ea5-8fb7-a67ba69ea59f", - "coingeckoxmrusd*usdchf*1.3", - "XMR", - "CHF", - False, - ], - [ - "262f54e5-faa1-4656-af54-e5faa106569e", - "coingeckoxmrusd*usdgbp*1.3", - "XMR", - "GBP", - False, - ], - [ - "71911d6a-ef24-4b8a-911d-6aef24fb8a42", - "coingeckoxmrusd*usdgbp*1.3", - "XMR", - "GBP", - False, - ], - [ - "f3663e72-12e1-4b87-a63e-7212e1ab87b0", - "coingeckoxmrusd*usdpln*1.3", - "XMR", - "PLN", - False, - ], - [ - "2a769b75-6408-4823-b69b-75640828231b", - "coingeckoxmrusd*usdhuf*1.3", - "XMR", - "HUF", - False, - ], - [ - "82423582-fe58-432d-8235-82fe58f32d0f", - "coingeckoxmrusd*usdthb*1.3", - "XMR", - "THB", - False, - ], - [ - "473a3803-701d-45ee-ba38-03701dc5ee4d", - "coingeckoxmrusd*usddkk*1.3", - "XMR", - "DKK", - False, - ], - [ - "8577c575-42d1-4ebc-b7c5-7542d17ebc82", - "coingeckoxmrusd*usdjpy*1.3", - "XMR", - "JPY", - False, - ], - [ - "7034f552-271f-4f88-b4f5-52271f4f8839", - "coingeckoxmrusd*usdeur*1.18", - "XMR", - "EUR", - False, - ], - [ - "3359fcab-4e02-4ea0-99fc-ab4e024ea0da", - "coingeckoxmrusd*usdeur*1.18", - "XMR", - "EUR", - False, - ], - [ - "f70b6711-5b7e-4c5c-8b67-115b7e3c5c7a", - "coingeckoxmrusd*usdeur*1.18", - "XMR", - "EUR", - False, - ], - [ - "47c3d48b-385c-4d48-83d4-8b385c3d48d8", - "coingeckoxmrusd*usdnok*1.3", - "XMR", - "NOK", - False, - ], - [ - "64cdcaca-0f61-4139-8dca-ca0f61e1390f", - "coingeckoxmrusd*usdmxn*1.3", - "XMR", - "MXN", - False, - ], - [ - "1f48b508-cdd9-4e49-88b5-08cdd99e49c2", - "coingeckoxmrusd*usdnzd*1.3", - "XMR", - "NZD", - False, - ], - [ - "7b93d58b-7721-45be-93d5-8b772115bed3", - "coingeckoxmrusd*usdzar*1.3", - "XMR", - "ZAR", - False, - ], - [ - "2f767f92-f1bd-4e3e-b67f-92f1bd2e3ed8", - "coingeckoxmrusd*usdusd*1.26", - "XMR", - "USD", - False, - ], - [ - "6ca63cef-783b-40cd-a63c-ef783b90cdc7", - "coingeckoxmrusd*usdusd*1.26", - "XMR", - "USD", - False, - ], - [ - "2caa4afa-a1c7-4683-aa4a-faa1c7a683dc", - "coingeckoxmrusd*usdrub*1.3", - "XMR", - "RUB", - False, - ], - [ - "3bc93ad9-bc51-4939-893a-d9bc51e9395a", - "coingeckoxmrusd*usdczk*1.3", - "XMR", - "CZK", - False, - ], - [ - "f035c709-31f9-4c2b-b5c7-0931f9bc2b20", - "coingeckoxmrusd*usdsgd*1.3", - "XMR", - "SGD", - False, - ], - [ - "2db9190b-7f46-41cd-b919-0b7f4661cd9e", - "coingeckoxmrusd*usdcad*1.3", - "XMR", - "CAD", - False, - ], - [ - "5223d44f-b620-42a5-a3d4-4fb620c2a530", - "coingeckoxmrusd*usdsek*1.22", - "XMR", - "SEK", - False, - ], - [ - "929450a0-9a86-4133-9450-a09a86613363", - "coingeckoxmrusd*usdtry*1.3", - "XMR", - "TRY", - False, - ], - [ - "0f3fe35f-808f-4bae-bfe3-5f808ffbaee7", - "coingeckoxmrusd*usdaud*1.26", - "XMR", - "AUD", - False, - ], -] - - -cg_prices = { - "bitcoin": { - "eur": 38164, - "czk": 924828, - "gbp": 32252, - "cad": 55384, - "dkk": 284076, - "nzd": 65925, - "usd": 43640, - "nok": 384190, - "pln": 173208, - "zar": 678716, - "huf": 13509146, - "sgd": 58674, - "rub": 3301769, - "jpy": 5021747, - "thb": 1439257, - "chf": 40315, - "aud": 61394, - "try": 593510, - "hkd": 340058, - "mxn": 902166, - "sek": 399011, - }, - "monero": { - "eur": 154.97, - "czk": 3755.44, - "gbp": 130.97, - "cad": 224.9, - "dkk": 1153.54, - "nzd": 267.7, - "usd": 177.21, - "nok": 1560.08, - "pln": 703.34, - "zar": 2756.05, - "huf": 54856, - "sgd": 238.26, - "rub": 13407.45, - "jpy": 20392, - "thb": 5844.37, - "chf": 163.71, - "aud": 249.3, - "try": 2410.06, - "hkd": 1380.87, - "mxn": 3663.41, - "sek": 1620.26, - }, -} - -fake_public_ads_lbtc = { - "GBP": [ - ["1452045", "Harrey", "30800.00", "NATIONAL_BANK", "BTC", "GBP", 0.95], - ["1359267", "Angelchira", "32201.41", "NATIONAL_BANK", "BTC", "GBP", 1.0], - [ - "1434612", - "Bittylicious.com-James", - "32308.88", - "NATIONAL_BANK", - "BTC", - "GBP", - 1.0, - ], - ["1451964", "tutsidelopez", "32308.88", "NATIONAL_BANK", "BTC", "GBP", 1.0], - ["1354377", "DeltaTip", "32328.19", "NATIONAL_BANK", "BTC", "GBP", 1.0], - ["1330431", "starclicks_co", "33603.21", "NATIONAL_BANK", "BTC", "GBP", 1.04], - ["1431277", "bitotal", "34712.75", "NATIONAL_BANK", "BTC", "GBP", 1.08], - [ - "1382819", - "Bitcoinmarketprice", - "34871.26", - "NATIONAL_BANK", - "BTC", - "GBP", - 1.08, - ], - ["1068826", "JDRbitcoins", "36454.75", "NATIONAL_BANK", "BTC", "GBP", 1.13], - ["1170564", "mommabear007", "36456.32", "NATIONAL_BANK", "BTC", "GBP", 1.13], - ["1331232", "ParadoxHD", "36765.39", "NATIONAL_BANK", "BTC", "GBP", 1.14], - ["1445019", "demoric102", "37090.34", "NATIONAL_BANK", "BTC", "GBP", 1.15], - ["1379791", "eenitan161", "37850.00", "NATIONAL_BANK", "BTC", "GBP", 1.17], - ["1435762", "btcladybd", "41202.59", "NATIONAL_BANK", "BTC", "GBP", 1.28], - ["1445674", "CarloMazzillo", "41202.59", "NATIONAL_BANK", "BTC", "GBP", 1.28], - ["1428769", "miguelnicotra", "44807.39", "NATIONAL_BANK", "BTC", "GBP", 1.39], - ["326809", "Ceres", "50710.88", "NATIONAL_BANK", "BTC", "GBP", 1.57], - ] -} - -fake_public_ads = { - "DKK": [ - [ - "ef95850b-aae9-4d0c-9585-0baae92d0cd1", - "Moneroeh", - "1257.27", - "CRYPTOCURRENCY", - "XMR", - "DKK", - 1.09, - ], - [ - "48ab8c4d-04d3-4273-ab8c-4d04d362736b", - "VivekBlogger", - "1280.77", - "CRYPTOCURRENCY", - "XMR", - "DKK", - 1.11, - ], - [ - "e31a513a-cd01-4bf7-9a51-3acd019bf7ed", - "XMRCoops", - "1321.90", - "CRYPTOCURRENCY", - "XMR", - "DKK", - 1.15, - ], - [ - "83ee628e-a0f1-4690-ae62-8ea0f136907f", - "KnutValentinee", - "1421.77", - "INTERNATIONAL_WIRE_SWIFT", - "XMR", - "DKK", - 1.23, - ], - [ - "73e51f5f-ec63-4098-a51f-5fec63109802", - "KnutValentinee", - "1421.77", - "INTERNATIONAL_WIRE_SWIFT", - "XMR", - "DKK", - 1.23, - ], - [ - "65bf7220-e5f0-4efb-bf72-20e5f09efba1", - "KnutValentinee", - "1468.78", - "SEPA", - "XMR", - "DKK", - 1.27, - ], - [ - "16e78c0e-6879-4ff0-a78c-0e6879bff0f1", - "VivekBlogger", - "1480.53", - "WU", - "XMR", - "DKK", - 1.28, - ], - [ - "89f5bbcf-517e-4afa-b5bb-cf517edafae4", - "Dax", - "1490.00", - "NATIONAL_BANK", - "XMR", - "DKK", - 1.29, - ], - [ - "473a3803-701d-45ee-ba38-03701dc5ee4d", - "topmonero", - "1527.53", - "REVOLUT", - "XMR", - "DKK", - 1.32, - ], - [ - "41d4b3c7-fc3c-4ee9-94b3-c7fc3cdee907", - "yakinikun", - "1554.55", - "PAYPAL", - "XMR", - "DKK", - 1.35, - ], - [ - "205ac967-5d8d-459e-9ac9-675d8db59e88", - "EASY", - "1554.55", - "PAYPAL", - "XMR", - "DKK", - 1.35, - ], - [ - "94f52982-e92b-4bb4-b529-82e92b5bb494", - "VivekBlogger", - "1774.28", - "PAYPAL", - "XMR", - "DKK", - 1.54, - ], - [ - "a2e926ee-960b-4449-a926-ee960ba449dd", - "Dax", - "387000.00", - "NATIONAL_BANK", - "BTC", - "DKK", - 1.36, - ], - ], - "JPY": [ - [ - "b6413848-0a04-4c9d-8138-480a043c9d9a", - "Moneroeh", - "22320.46", - "CRYPTOCURRENCY", - "XMR", - "JPY", - 1.09, - ], - [ - "40daa9ca-5eaa-4e58-9aa9-ca5eaade582d", - "VivekBlogger", - "22737.67", - "CRYPTOCURRENCY", - "XMR", - "JPY", - 1.12, - ], - [ - "f74b0e2c-8f39-4f94-8b0e-2c8f392f9459", - "XMRCoops", - "23467.78", - "CRYPTOCURRENCY", - "XMR", - "JPY", - 1.15, - ], - [ - "b56becaa-5013-4d36-abec-aa5013fd364e", - "VivekBlogger", - "26283.91", - "WU", - "XMR", - "JPY", - 1.29, - ], - [ - "8577c575-42d1-4ebc-b7c5-7542d17ebc82", - "topmonero", - "27118.32", - "REVOLUT", - "XMR", - "JPY", - 1.33, - ], - [ - "6add9ffa-25be-4f26-9d9f-fa25be5f26e0", - "yakinikun", - "27598.10", - "PAYPAL", - "XMR", - "JPY", - 1.35, - ], - [ - "f4d45ad4-4b13-4f5f-945a-d44b137f5fa7", - "EASY", - "27598.10", - "PAYPAL", - "XMR", - "JPY", - 1.35, - ], - [ - "fd6e1b2c-c23b-4f02-ae1b-2cc23bbf02c9", - "Dax", - "29670.00", - "NATIONAL_BANK", - "XMR", - "JPY", - 1.45, - ], - [ - "241487a6-9589-4160-9487-a69589616009", - "VivekBlogger", - "31498.97", - "PAYPAL", - "XMR", - "JPY", - 1.54, - ], - [ - "d4c78133-9c8e-4379-8781-339c8e53798a", - "kek", - "21903.26", - "NATIONAL_BANK", - "BTC", - "JPY", - 0.0, - ], - [ - "90d1d9a8-6ba3-4928-91d9-a86ba3d9282d", - "Dax", - "9676170.00", - "NATIONAL_BANK", - "BTC", - "JPY", - 1.93, - ], - ], - "USD": [ - [ - "930011f4-b81b-4482-8011-f4b81b748212", - "akz55", - "179.81", - "CASH_BY_MAIL", - "XMR", - "USD", - 1.01, - ], - [ - "89080ba9-44ba-48f2-880b-a944bae8f26b", - "Shazi", - "181.61", - "SQUARE_CASH", - "XMR", - "USD", - 1.02, - ], - [ - "4f84daed-d692-486d-84da-edd692586d06", - "intcryptominer", - "183.41", - "CASH_BY_MAIL", - "XMR", - "USD", - 1.03, - ], - [ - "7866cf04-3817-4c9e-a6cf-0438170c9ef2", - "Hakhlaque", - "184.25", - "CRYPTOCURRENCY", - "XMR", - "USD", - 1.04, - ], - [ - "5aadfcbe-4102-4df5-adfc-be4102adf54a", - "shenyun", - "185.20", - "CASH_BY_MAIL", - "XMR", - "USD", - 1.05, - ], - [ - "5188679c-149e-442a-8867-9c149e042a17", - "opticbit", - "185.38", - "CASH_BY_MAIL", - "XMR", - "USD", - 1.05, - ], - [ - "11ec65d6-2b17-4df5-ac65-d62b17ddf5ad", - "Hakhlaque", - "186.62", - "CRYPTOCURRENCY", - "XMR", - "USD", - 1.05, - ], - [ - "b1cf5796-82f5-49fc-8f57-9682f569fcd7", - "abitofcoin", - "186.79", - "CASH_BY_MAIL", - "XMR", - "USD", - 1.05, - ], - [ - "de4f061f-7c32-4061-8f06-1f7c3220611f", - "CryptoBismol", - "187.00", - "NATIONAL_BANK", - "XMR", - "USD", - 1.06, - ], - [ - "6e93daa5-b807-479b-93da-a5b807179b07", - "CryptoBismol", - "187.00", - "VENMO", - "XMR", - "USD", - 1.06, - ], - [ - "6afb14d0-ba95-4c7f-bb14-d0ba95dc7f57", - "Select", - "187.34", - "CRYPTOCURRENCY", - "XMR", - "USD", - 1.06, - ], - [ - "70f557d8-4430-44bc-b557-d8443054bc12", - "opticbit", - "188.80", - "CRYPTOCURRENCY", - "XMR", - "USD", - 1.07, - ], - [ - "1bdedbac-ca32-4f5c-9edb-acca321f5ce8", - "Moneroeh", - "188.80", - "CRYPTOCURRENCY", - "XMR", - "USD", - 1.07, - ], - [ - "32d05c38-e2ff-4c23-905c-38e2ff0c234b", - "xmr36d", - "188.80", - "CASH_BY_MAIL", - "XMR", - "USD", - 1.07, - ], - [ - "263ae794-9d12-4d42-bae7-949d12cd428b", - "MoneroMan01", - "188.80", - "CASH_BY_MAIL", - "XMR", - "USD", - 1.07, - ], - [ - "97a805cc-3f4b-422f-a805-cc3f4b722f20", - "dscotese", - "189.08", - "CASH_BY_MAIL", - "XMR", - "USD", - 1.07, - ], - [ - "ba73358c-0c43-428a-b335-8c0c43528ae5", - "scottemick", - "189.71", - "CASH_BY_MAIL", - "XMR", - "USD", - 1.07, - ], - [ - "17d76cba-6422-4457-976c-ba6422645792", - "abitofcoin", - "190.58", - "CASH_DEPOSIT", - "XMR", - "USD", - 1.08, - ], - [ - "8769171c-6e1d-4f85-a917-1c6e1dcf859e", - "Chicks", - "190.60", - "WU", - "XMR", - "USD", - 1.08, - ], - [ - "b91615fd-3355-44b9-9615-fd335524b983", - "XMRCoops", - "192.38", - "OTHER", - "XMR", - "USD", - 1.09, - ], - [ - "415ad6fb-20ea-4ca9-9ad6-fb20eacca914", - "XMRCoops", - "192.38", - "OTHER", - "XMR", - "USD", - 1.09, - ], - [ - "909785c9-6614-45b9-9785-c96614c5b94d", - "XMRCoops", - "192.38", - "OTHER", - "XMR", - "USD", - 1.09, - ], - [ - "355a5f41-5a8a-4647-9a5f-415a8a164720", - "XMRCoops", - "192.38", - "OTHER", - "XMR", - "USD", - 1.09, - ], - [ - "7e6fac17-947b-49fa-afac-17947ba9faf2", - "Moneroeh", - "192.40", - "CRYPTOCURRENCY", - "XMR", - "USD", - 1.09, - ], - [ - "0a6c0733-bf5e-4a9c-ac07-33bf5eba9ca2", - "Moneroeh", - "192.40", - "CRYPTOCURRENCY", - "XMR", - "USD", - 1.09, - ], - [ - "bf9aa452-0245-4c84-9aa4-5202456c8463", - "Chicks", - "192.40", - "CASH_BY_MAIL", - "XMR", - "USD", - 1.09, - ], - [ - "b74ada20-fe3d-4e53-8ada-20fe3dce53b3", - "xmr4eva", - "193.30", - "CASH_BY_MAIL", - "XMR", - "USD", - 1.09, - ], - [ - "aa645d9e-48c5-410d-a45d-9e48c5c10dd7", - "Select", - "195.96", - "CRYPTOCURRENCY", - "XMR", - "USD", - 1.11, - ], - [ - "ea13ccde-b65a-4d2e-93cc-deb65a5d2e59", - "VivekBlogger", - "195.99", - "CRYPTOCURRENCY", - "XMR", - "USD", - 1.11, - ], - [ - "24af83d6-e656-4fdb-af83-d6e656bfdbe5", - "cypherist", - "197.43", - "ZELLE", - "XMR", - "USD", - 1.11, - ], - [ - "eb95a37c-9adb-46c5-95a3-7c9adb76c503", - "wiefix", - "197.65", - "ZELLE", - "XMR", - "USD", - 1.12, - ], - [ - "8b4c7b35-acb6-4355-8c7b-35acb673558b", - "Swisswatcher", - "197.79", - "PERFECT_MONEY", - "XMR", - "USD", - 1.12, - ], - [ - "348290f8-2428-48b1-8290-f8242888b192", - "cypherist", - "197.79", - "REVOLUT", - "XMR", - "USD", - 1.12, - ], - [ - "e671d6ac-43e7-48ba-b1d6-ac43e728ba49", - "xmrtoad", - "197.79", - "CASH_BY_MAIL", - "XMR", - "USD", - 1.12, - ], - [ - "2297d690-fc9d-4e3f-97d6-90fc9d0e3f89", - "cypherist", - "199.23", - "APPLE_PAY", - "XMR", - "USD", - 1.12, - ], - [ - "5ec23e3f-3e9d-45dc-823e-3f3e9d35dc53", - "cypherist", - "199.41", - "GOOGLEWALLET", - "XMR", - "USD", - 1.13, - ], - [ - "17a55c43-0055-4c8a-a55c-4300550c8af1", - "Kdmccoy529", - "199.59", - "ZELLE", - "XMR", - "USD", - 1.13, - ], - [ - "f8935f6b-1537-48e4-935f-6b153748e476", - "edk", - "200.00", - "WU", - "XMR", - "USD", - 1.13, - ], - [ - "faa2a43b-c129-408a-a2a4-3bc129f08aaf", - "lightlyanonymous", - "201.39", - "CASH_BY_MAIL", - "XMR", - "USD", - 1.14, - ], - [ - "5195aebd-0978-436e-95ae-bd0978a36eda", - "xmr4eva", - "201.39", - "CASH_DEPOSIT", - "XMR", - "USD", - 1.14, - ], - [ - "b6416c55-8779-4336-816c-558779a3366a", - "XMRCoops", - "202.29", - "CRYPTOCURRENCY", - "XMR", - "USD", - 1.14, - ], - [ - "81b75d2c-5444-46a6-b75d-2c5444f6a63c", - "cypherist", - "204.98", - "SERVE2SERVE", - "XMR", - "USD", - 1.16, - ], - [ - "dfe30c2f-3d44-43f5-a30c-2f3d4473f539", - "Swisswatcher", - "206.78", - "WU", - "XMR", - "USD", - 1.17, - ], - [ - "bae2defc-7b9b-462a-a2de-fc7b9ba62ad2", - "SecureMole", - "206.78", - "NATIONAL_BANK", - "XMR", - "USD", - 1.17, - ], - [ - "220b926c-5b84-42f2-8b92-6c5b8432f282", - "Swisswatcher", - "206.78", - "OTHER", - "XMR", - "USD", - 1.17, - ], - [ - "e2368d44-a32c-429e-b68d-44a32cd29e39", - "Kdmccoy529", - "210.02", - "SQUARE_CASH", - "XMR", - "USD", - 1.19, - ], - [ - "cac4a3b0-4a66-47da-84a3-b04a6637da6f", - "Shazi", - "215.00", - "SQUARE_CASH", - "XMR", - "USD", - 1.21, - ], - [ - "4e96acd6-0047-489a-96ac-d60047489a08", - "MCWILSON700", - "215.77", - "REMITLY", - "XMR", - "USD", - 1.22, - ], - [ - "2fa5891f-f9f8-4d61-a589-1ff9f80d6190", - "OliverFerret", - "215.77", - "ZELLE", - "XMR", - "USD", - 1.22, - ], - [ - "6ccba46d-1fc4-4dec-8ba4-6d1fc43decc3", - "19900518", - "215.77", - "WEBMONEY", - "XMR", - "USD", - 1.22, - ], - [ - "b3624e09-db17-466f-a24e-09db17466f6e", - "OliverFerret", - "215.77", - "SQUARE_CASH", - "XMR", - "USD", - 1.22, - ], - [ - "8e130946-7823-4d1c-9309-4678230d1c45", - "chaslopz", - "215.77", - "SQUARE_CASH", - "XMR", - "USD", - 1.22, - ], - [ - "111de00e-ffb7-4e6a-9de0-0effb7ce6a46", - "Bitcapital", - "215.77", - "CASH_DEPOSIT", - "XMR", - "USD", - 1.22, - ], - [ - "467555f7-3a4e-4e72-b555-f73a4eae723a", - "KnutValentinee", - "217.57", - "INTERNATIONAL_WIRE_SWIFT", - "XMR", - "USD", - 1.23, - ], - [ - "1ed73e7a-8e5f-4986-973e-7a8e5fb9863b", - "Pellerin", - "217.57", - "CREDITCARD", - "XMR", - "USD", - 1.23, - ], - [ - "5b9d2429-43b2-42eb-9d24-2943b2e2eb13", - "Select", - "218.43", - "PAYPAL", - "XMR", - "USD", - 1.23, - ], - [ - "84923585-32dd-452e-9235-8532dd452eb6", - "SecureMole", - "218.43", - "PAYPAL", - "XMR", - "USD", - 1.23, - ], - [ - "3dc33639-d7db-4fad-8336-39d7dbdfad91", - "SouthSalez", - "220.27", - "SQUARE_CASH", - "XMR", - "USD", - 1.24, - ], - [ - "5a8f07bc-05f5-40c4-8f07-bc05f530c4d7", - "Markantonio", - "221.17", - "TRANSFERWISE", - "XMR", - "USD", - 1.25, - ], - [ - "2420235d-fd97-4097-a023-5dfd97f097e1", - "SecureMole", - "221.17", - "TRANSFERWISE", - "XMR", - "USD", - 1.25, - ], - [ - "7e718590-0d24-408c-b185-900d24208ccc", - "Bitcapital", - "221.17", - "NATIONAL_BANK", - "XMR", - "USD", - 1.25, - ], - [ - "8600ba3a-6aac-43c2-80ba-3a6aacc3c2b5", - "yakinikun", - "221.71", - "PAYPAL", - "XMR", - "USD", - 1.25, - ], - [ - "4d6bbd05-583c-4e7f-abbd-05583c8e7f2f", - "EASY", - "221.71", - "PAYPAL", - "XMR", - "USD", - 1.25, - ], - [ - "18ff526f-7f3e-4aec-bf52-6f7f3e5aec2d", - "Markantonio", - "222.07", - "PAYPAL", - "XMR", - "USD", - 1.25, - ], - [ - "6012cabd-d618-4c37-92ca-bdd6186c37e0", - "Bitpal", - "222.41", - "PAYPAL", - "XMR", - "USD", - 1.26, - ], - [ - "a29da647-5870-4f39-9da6-4758704f39b0", - "yakinikun", - "222.96", - "PAYPAL", - "XMR", - "USD", - 1.26, - ], - [ - "2572e85a-980b-49c3-b2e8-5a980bb9c3b1", - "Markantonio", - "222.96", - "WORLDREMIT", - "XMR", - "USD", - 1.26, - ], - [ - "b5f80385-73cb-4f98-b803-8573cb6f9846", - "SecureMole", - "224.08", - "REVOLUT", - "XMR", - "USD", - 1.26, - ], - [ - "2f767f92-f1bd-4e3e-b67f-92f1bd2e3ed8", - "topmonero", - "224.08", - "REVOLUT", - "XMR", - "USD", - 1.26, - ], - [ - "6ca63cef-783b-40cd-a63c-ef783b90cdc7", - "topmonero", - "224.08", - "REVOLUT", - "XMR", - "USD", - 1.26, - ], - [ - "2361f270-6325-4aaf-a1f2-706325baaf57", - "jeffguy", - "224.58", - "REVOLUT", - "XMR", - "USD", - 1.27, - ], - [ - "dd8c2ad6-2f7d-4fdf-8c2a-d62f7d5fdfd4", - "Bitpal", - "224.76", - "MONEYBOOKERS", - "XMR", - "USD", - 1.27, - ], - [ - "d1eac0cd-6219-4bc9-aac0-cd62198bc9b2", - "19900518", - "224.76", - "MONEYGRAM", - "XMR", - "USD", - 1.27, - ], - [ - "a38915a4-eb27-4d84-8915-a4eb276d84d1", - "19900518", - "224.76", - "GIFT_CARD_CODE_GLOBAL", - "XMR", - "USD", - 1.27, - ], - [ - "4ea2fcd6-95cb-4d7a-a2fc-d695cbed7a8c", - "Bitcapital", - "224.76", - "CASH_BY_MAIL", - "XMR", - "USD", - 1.27, - ], - [ - "b66ff938-ed1e-485e-aff9-38ed1e285e68", - "Bitcapital", - "224.76", - "CASHIERS_CHECK", - "XMR", - "USD", - 1.27, - ], - [ - "bc092047-3b32-4f38-8920-473b32ff3849", - "VivekBlogger", - "226.56", - "WU", - "XMR", - "USD", - 1.28, - ], - [ - "00974890-254d-4fcd-9748-90254d4fcd8f", - "SriHari", - "228.18", - "MONEYGRAM", - "XMR", - "USD", - 1.29, - ], - [ - "07eaf980-14db-41f7-aaf9-8014db21f71e", - "Markantonio", - "228.36", - "XOOM", - "XMR", - "USD", - 1.29, - ], - [ - "7999f97e-f93d-4a24-99f9-7ef93dba24a9", - "COMPRATUDO", - "233.75", - "CRYPTOCURRENCY", - "XMR", - "USD", - 1.32, - ], - [ - "6631d344-baed-4378-b1d3-44baedc378bc", - "COMPRATUDO", - "233.75", - "CRYPTOCURRENCY", - "XMR", - "USD", - 1.32, - ], - [ - "f535dbdd-7a7a-4c0f-b5db-dd7a7a4c0fe5", - "Sbudubuda", - "242.74", - "PAYPAL", - "XMR", - "USD", - 1.37, - ], - [ - "29942c59-73ef-4440-942c-5973ef84400e", - "strawberries", - "269.72", - "CRYPTOCURRENCY", - "XMR", - "USD", - 1.52, - ], - [ - "353dc0a9-c147-4a2a-bdc0-a9c1474a2a38", - "VivekBlogger", - "271.51", - "PAYPAL", - "XMR", - "USD", - 1.53, - ], - [ - "584bb34c-6960-4a1a-8bb3-4c69606a1a38", - "VivekBlogger", - "271.51", - "PAYPAL", - "XMR", - "USD", - 1.53, - ], - [ - "959cbb44-eff2-42a7-9cbb-44eff292a7bc", - "VivekBlogger", - "271.51", - "PAYPAL", - "XMR", - "USD", - 1.53, - ], - [ - "4e8c96d5-b803-4e01-8c96-d5b803fe0176", - "VivekBlogger", - "271.51", - "PAYPAL", - "XMR", - "USD", - 1.53, - ], - [ - "2f0bd5b5-495c-4b06-8bd5-b5495cdb06dd", - "VivekBlogger", - "271.51", - "PAYPAL", - "XMR", - "USD", - 1.53, - ], - [ - "6c576caa-c5b5-4308-976c-aac5b5c308a1", - "luca_babulli", - "295.66", - "CREDITCARD", - "XMR", - "USD", - 1.67, - ], - [ - "8dd5fe2d-157f-42ab-95fe-2d157f72ab6c", - "STEELROB916", - "314.67", - "SQUARE_CASH", - "XMR", - "USD", - 1.78, - ], - [ - "f59fb82d-6d80-4774-9fb8-2d6d80d77443", - "Dax", - "315.00", - "INTERNATIONAL_WIRE_SWIFT", - "XMR", - "USD", - 1.78, - ], - [ - "a75da905-1a50-449c-9da9-051a50f49c68", - "burpMonero", - "336.00", - "OTHER", - "XMR", - "USD", - 1.9, - ], - [ - "4ab1ecfd-04f7-4baf-b1ec-fd04f7abafdf", - "MCWILSON700", - "341.64", - "PAYPAL", - "XMR", - "USD", - 1.93, - ], - [ - "7570836e-eb2c-4831-b083-6eeb2cc83147", - "MCWILSON700", - "341.64", - "XOOM", - "XMR", - "USD", - 1.93, - ], - [ - "74efb4d0-27b4-4dcf-afb4-d027b4edcfab", - "pannuo", - "449.52", - "VANILLA", - "XMR", - "USD", - 2.54, - ], - [ - "8446c3f3-369f-446a-86c3-f3369fd46ad8", - "blackoct", - "43464.00", - "CRYPTOCURRENCY", - "BTC", - "USD", - 1.0, - ], - [ - "a691d616-f91b-4461-91d6-16f91b046198", - "51mesa", - "44550.60", - "CASH_BY_MAIL", - "BTC", - "USD", - 1.02, - ], - [ - "d8591935-bca3-426a-9919-35bca3026af5", - "shenyun", - "44767.92", - "CASH_BY_MAIL", - "BTC", - "USD", - 1.03, - ], - [ - "7d562f0b-35d7-47d3-962f-0b35d787d350", - "opticbit", - "44811.38", - "CASH_BY_MAIL", - "BTC", - "USD", - 1.03, - ], - [ - "777f7aee-429f-48d9-bf7a-ee429f08d979", - "abitofcoin", - "45115.63", - "CASH_BY_MAIL", - "BTC", - "USD", - 1.03, - ], - [ - "12515237-73f4-4906-9152-3773f419065a", - "VermontCrypto", - "45202.56", - "CASH_BY_MAIL", - "BTC", - "USD", - 1.04, - ], - [ - "7c4ff6e5-de65-4ea0-8ff6-e5de653ea0c0", - "opticbit", - "45680.66", - "CRYPTOCURRENCY", - "BTC", - "USD", - 1.05, - ], - [ - "5654de11-8ffc-4782-94de-118ffcb782ea", - "dscotese", - "45991.30", - "CASH_BY_MAIL", - "BTC", - "USD", - 1.05, - ], - [ - "3a29d630-8f6e-4a43-a9d6-308f6e1a43be", - "abitofcoin", - "46067.49", - "CASH_DEPOSIT", - "BTC", - "USD", - 1.06, - ], - [ - "35e823fb-4163-4345-a823-fb4163534539", - "Chicks", - "46506.48", - "CASH_BY_MAIL", - "BTC", - "USD", - 1.07, - ], - [ - "7730b01f-b0b5-455b-b0b0-1fb0b5855b92", - "LysanderSpooner", - "46936.77", - "STRIKE", - "BTC", - "USD", - 1.08, - ], - [ - "9668ac27-5b43-4452-a8ac-275b433452f2", - "scottemick", - "46941.12", - "CASH_BY_MAIL", - "BTC", - "USD", - 1.08, - ], - [ - "7a8c8e1a-6fab-4051-8c8e-1a6fab80517b", - "EmmanuelMuema", - "47797.36", - "CRYPTOCURRENCY", - "BTC", - "USD", - 1.1, - ], - [ - "face155f-5c06-43dc-8e15-5f5c0653dc08", - "EmmanuelMuema", - "47801.71", - "CRYPTOCURRENCY", - "BTC", - "USD", - 1.1, - ], - [ - "19496677-27a7-4ca5-8966-7727a74ca5b4", - "Select", - "47806.05", - "CRYPTOCURRENCY", - "BTC", - "USD", - 1.1, - ], - [ - "e4d02cf6-adac-4e1a-902c-f6adac1e1a71", - "Swisswatcher", - "50418.24", - "WU", - "BTC", - "USD", - 1.16, - ], - [ - "b1c5c47a-c928-4f22-85c4-7ac9285f22c5", - "19900518", - "52156.80", - "WEBMONEY", - "BTC", - "USD", - 1.2, - ], - [ - "e1446a95-cb9e-4175-846a-95cb9e417548", - "OliverFerret", - "52156.80", - "SQUARE_CASH", - "BTC", - "USD", - 1.2, - ], - [ - "520807a4-d67e-49ae-8807-a4d67e99aeb0", - "SouthSalez", - "52834.84", - "SQUARE_CASH", - "BTC", - "USD", - 1.21, - ], - [ - "22e720f6-8c21-438b-a720-f68c21138bf5", - "Bitcapital", - "53460.72", - "CASHIERS_CHECK", - "BTC", - "USD", - 1.23, - ], - [ - "37570fae-6606-4d6b-970f-ae66067d6bce", - "Bitcapital", - "53460.72", - "NATIONAL_BANK", - "BTC", - "USD", - 1.23, - ], - [ - "76fefea3-097b-4466-befe-a3097b7466ae", - "19900518", - "54330.00", - "GIFT_CARD_CODE_GLOBAL", - "BTC", - "USD", - 1.24, - ], - [ - "7a17b641-60d0-4e69-97b6-4160d0ae692b", - "Kdmccoy529", - "54330.00", - "ZELLE", - "BTC", - "USD", - 1.24, - ], - [ - "c2df24b3-3681-44f5-9f24-b3368194f52e", - "Bitcapital", - "54330.00", - "CASH_BY_MAIL", - "BTC", - "USD", - 1.24, - ], - [ - "a36aa1c1-67f2-4d9b-aaa1-c167f27d9bbb", - "Bitcapital", - "54330.00", - "CASH_DEPOSIT", - "BTC", - "USD", - 1.24, - ], - [ - "7e179959-8eae-4b8e-9799-598eaeab8e1c", - "EmmanuelMuema", - "55625.23", - "PAYPAL", - "BTC", - "USD", - 1.27, - ], - [ - "33a94c12-378a-49f6-a94c-12378a89f667", - "EmmanuelMuema", - "55629.57", - "PAYPAL", - "BTC", - "USD", - 1.27, - ], - [ - "93e45e67-8f47-415b-a45e-678f47715b93", - "EmmanuelMuema", - "56420.62", - "XOOM", - "BTC", - "USD", - 1.29, - ], - [ - "ddb3dd89-9bc2-4c83-b3dd-899bc20c83da", - "Legitworld", - "56937.84", - "WORLDREMIT", - "BTC", - "USD", - 1.3, - ], - [ - "152a8104-88bd-4d50-aa81-0488bdad508c", - "Legitworld", - "56937.84", - "SQUARE_CASH", - "BTC", - "USD", - 1.3, - ], - [ - "05d18c04-85f0-43e0-918c-0485f083e0e8", - "Crypto_Hood", - "57368.13", - "SQUARE_CASH", - "BTC", - "USD", - 1.31, - ], - [ - "ae4319fe-6af5-413d-8319-fe6af5813da6", - "Kdmccoy529", - "57372.48", - "SQUARE_CASH", - "BTC", - "USD", - 1.31, - ], - [ - "a8ecab22-caa0-4cf9-acab-22caa01cf91a", - "Crypto_Hood", - "58676.40", - "SQUARE_CASH", - "BTC", - "USD", - 1.34, - ], - [ - "cfcea560-2898-4c6c-8ea5-6028980c6c0f", - "Crypto_Hood", - "63022.80", - "PAYPAL", - "BTC", - "USD", - 1.44, - ], - [ - "f5e220f6-002a-453c-a220-f6002a253c0c", - "Dax", - "76809.00", - "INTERNATIONAL_WIRE_SWIFT", - "BTC", - "USD", - 1.76, - ], - ], - "HUF": [ - [ - "7befe24a-4ca6-4934-afe2-4a4ca6393486", - "Moneroeh", - "59865.17", - "CRYPTOCURRENCY", - "XMR", - "HUF", - 1.09, - ], - [ - "186b0ba9-26d7-4052-ab0b-a926d7f0526e", - "KnutValentinee", - "72173.89", - "SEPA", - "XMR", - "HUF", - 1.32, - ], - [ - "2a769b75-6408-4823-b69b-75640828231b", - "topmonero", - "72733.38", - "REVOLUT", - "XMR", - "HUF", - 1.33, - ], - [ - "d3da7425-84b3-4a99-9a74-2584b39a993b", - "EASY", - "74020.20", - "PAYPAL", - "XMR", - "HUF", - 1.35, - ], - [ - "abbb7c6d-c95c-44d5-bb7c-6dc95cb4d530", - "yakinikun", - "74020.20", - "PAYPAL", - "XMR", - "HUF", - 1.35, - ], - [ - "0b2b69c8-c75c-42bc-ab69-c8c75c32bc17", - "VivekBlogger", - "84482.62", - "PAYPAL", - "XMR", - "HUF", - 1.54, - ], - ], - "PLN": [ - [ - "88427811-1651-4fb1-8278-1116517fb145", - "VivekBlogger", - "1073.80", - "PAYPAL", - "XMR", - "PLN", - 1.53, - ], - [ - "fa821209-7ca5-45a3-8212-097ca5c5a335", - "Moneroeh", - "760.90", - "CRYPTOCURRENCY", - "XMR", - "PLN", - 1.08, - ], - [ - "939a5d47-8cc7-424c-9a5d-478cc7024cd3", - "VivekBlogger", - "775.13", - "CRYPTOCURRENCY", - "XMR", - "PLN", - 1.1, - ], - [ - "4c87ac82-3ffa-40af-87ac-823ffad0af8f", - "KnutValentinee", - "923.04", - "SEPA", - "XMR", - "PLN", - 1.31, - ], - [ - "f3663e72-12e1-4b87-a63e-7212e1ab87b0", - "topmonero", - "924.46", - "REVOLUT", - "XMR", - "PLN", - 1.31, - ], - [ - "0bc0b5cb-5472-40e6-80b5-cb5472f0e6d8", - "yakinikun", - "940.82", - "PAYPAL", - "XMR", - "PLN", - 1.34, - ], - [ - "61cb9c96-010e-477c-8b9c-96010ef77c23", - "EASY", - "940.82", - "PAYPAL", - "XMR", - "PLN", - 1.34, - ], - [ - "d1711a86-bc5a-41d4-b11a-86bc5aa1d43e", - "manascrypto", - "995.57", - "PAYSAFECARD", - "XMR", - "PLN", - 1.42, - ], - ], - "ZAR": [ - [ - "be5cd08c-b885-4ce7-9cd0-8cb8859ce72c", - "Moneroeh", - "2912.69", - "CRYPTOCURRENCY", - "XMR", - "ZAR", - 1.06, - ], - [ - "7b93d58b-7721-45be-93d5-8b772115bed3", - "topmonero", - "3538.78", - "REVOLUT", - "XMR", - "ZAR", - 1.28, - ], - ], - "SGD": [ - [ - "a8fdb943-dea6-4b9b-bdb9-43dea6db9b5b", - "Moneroeh", - "258.75", - "CRYPTOCURRENCY", - "XMR", - "SGD", - 1.09, - ], - [ - "f035c709-31f9-4c2b-b5c7-0931f9bc2b20", - "topmonero", - "314.37", - "REVOLUT", - "XMR", - "SGD", - 1.32, - ], - [ - "082aefcb-7e2f-414c-aaef-cb7e2f414c78", - "yakinikun", - "319.93", - "PAYPAL", - "XMR", - "SGD", - 1.34, - ], - [ - "dd96e523-14d8-4dc4-96e5-2314d80dc499", - "EASY", - "319.93", - "PAYPAL", - "XMR", - "SGD", - 1.34, - ], - [ - "5f7e569c-5303-4f1c-be56-9c5303af1c09", - "Dax", - "419.00", - "NATIONAL_BANK", - "XMR", - "SGD", - 1.76, - ], - [ - "21b5b9a1-cb31-4893-b5b9-a1cb318893ab", - "burpMonero", - "440.00", - "OTHER", - "XMR", - "SGD", - 1.85, - ], - [ - "6a299a37-69b9-47f0-a99a-3769b927f08a", - "Dax", - "99763.00", - "NATIONAL_BANK", - "BTC", - "SGD", - 1.7, - ], - ], - "HKD": [ - [ - "9d84b509-4339-4467-84b5-094339c4672e", - "Moneroeh", - "1501.17", - "CRYPTOCURRENCY", - "XMR", - "HKD", - 1.09, - ], - [ - "481afdd8-9e5f-42d5-9afd-d89e5f42d53d", - "KnutValentinee", - "1690.57", - "INTERNATIONAL_WIRE_SWIFT", - "XMR", - "HKD", - 1.22, - ], - [ - "927cccb9-0c7d-4ae5-bccc-b90c7daae56d", - "Dax", - "1697.59", - "NATIONAL_BANK", - "XMR", - "HKD", - 1.23, - ], - [ - "9dba4868-5d52-4e99-ba48-685d522e9906", - "XMRCoops", - "1753.71", - "CRYPTOCURRENCY", - "XMR", - "HKD", - 1.27, - ], - [ - "dd1148de-ba6e-4824-9148-deba6e8824e0", - "topmonero", - "1823.85", - "REVOLUT", - "XMR", - "HKD", - 1.32, - ], - [ - "20dab57c-85a1-402d-9ab5-7c85a1602dfb", - "yakinikun", - "1856.12", - "PAYPAL", - "XMR", - "HKD", - 1.34, - ], - [ - "d1863f48-2045-4b6a-863f-482045cb6acc", - "EASY", - "1856.12", - "PAYPAL", - "XMR", - "HKD", - 1.34, - ], - [ - "0974289b-ca2b-4fe4-b428-9bca2b0fe485", - "Dax", - "448000.00", - "NATIONAL_BANK", - "BTC", - "HKD", - 1.32, - ], - ], - "NZD": [ - [ - "fcfc7b8a-3569-48cc-bc7b-8a356948cc6c", - "Monero-Australia", - "286.88", - "CRYPTOCURRENCY", - "XMR", - "NZD", - 1.07, - ], - [ - "d4e38b3c-3c9f-4ca0-a38b-3c3c9f1ca09f", - "Monero-Australia", - "288.23", - "OTHER", - "XMR", - "NZD", - 1.08, - ], - [ - "1b5d9ed4-16ba-4d94-9d9e-d416ba4d94e4", - "Moneroeh", - "289.59", - "CRYPTOCURRENCY", - "XMR", - "NZD", - 1.08, - ], - [ - "6419fb03-484e-4598-99fb-03484eb59869", - "VivekBlogger", - "295.00", - "CRYPTOCURRENCY", - "XMR", - "NZD", - 1.1, - ], - [ - "044e84c5-4217-4497-8e84-c54217449700", - "jwang", - "297.71", - "NATIONAL_BANK", - "XMR", - "NZD", - 1.11, - ], - [ - "781597f8-59c6-40f2-9597-f859c6e0f2dd", - "KnutValentinee", - "338.30", - "INTERNATIONAL_WIRE_SWIFT", - "XMR", - "NZD", - 1.26, - ], - [ - "53bc53ba-f2d8-4b6d-bc53-baf2d84b6df9", - "VivekBlogger", - "341.01", - "WU", - "XMR", - "NZD", - 1.27, - ], - [ - "1f48b508-cdd9-4e49-88b5-08cdd99e49c2", - "topmonero", - "351.83", - "REVOLUT", - "XMR", - "NZD", - 1.31, - ], - [ - "127c2881-99fe-4f3b-bc28-8199fe2f3b91", - "yakinikun", - "358.06", - "PAYPAL", - "XMR", - "NZD", - 1.34, - ], - [ - "ee1da643-a8cb-4287-9da6-43a8cb3287f2", - "EASY", - "358.06", - "PAYPAL", - "XMR", - "NZD", - 1.34, - ], - [ - "34787129-6032-4eef-b871-296032deef96", - "VivekBlogger", - "408.67", - "PAYPAL", - "XMR", - "NZD", - 1.53, - ], - [ - "acf18d26-bd10-4236-b18d-26bd10723645", - "MCWILSON700", - "514.22", - "PAYPAL", - "XMR", - "NZD", - 1.92, - ], - ], - "NOK": [ - [ - "b2941e74-b7b2-4711-941e-74b7b2a7113e", - "Moneroeh", - "1701.30", - "CRYPTOCURRENCY", - "XMR", - "NOK", - 1.09, - ], - [ - "db96e90e-ad7f-4972-96e9-0ead7f8972db", - "Moneroeh", - "1701.30", - "CRYPTOCURRENCY", - "XMR", - "NOK", - 1.09, - ], - [ - "1f8e8630-0f24-48fc-8e86-300f24f8fca1", - "VivekBlogger", - "1733.10", - "CRYPTOCURRENCY", - "XMR", - "NOK", - 1.11, - ], - [ - "2d831dae-bd69-4bd9-831d-aebd69bbd93b", - "XMRCoops", - "1788.75", - "CRYPTOCURRENCY", - "XMR", - "NOK", - 1.15, - ], - [ - "7988900b-1f3d-4cfb-8890-0b1f3dfcfb97", - "KnutValentinee", - "1892.10", - "NATIONAL_BANK", - "XMR", - "NOK", - 1.21, - ], - [ - "7cdf89eb-51a2-4cea-9f89-eb51a23cea53", - "KnutValentinee", - "1900.05", - "VIPPS", - "XMR", - "NOK", - 1.22, - ], - [ - "81721cdf-ae2c-4255-b21c-dfae2cc2553d", - "KnutValentinee", - "1923.90", - "SEPA", - "XMR", - "NOK", - 1.23, - ], - [ - "40a078fa-d53e-4ac6-a078-fad53ebac6ae", - "KnutValentinee", - "1923.90", - "NATIONAL_BANK", - "XMR", - "NOK", - 1.23, - ], - [ - "a1e6936e-a661-4072-a693-6ea661a0720f", - "KnutValentinee", - "1928.67", - "VIPPS", - "XMR", - "NOK", - 1.24, - ], - [ - "ee6c9180-2310-4982-ac91-80231089829f", - "KnutValentinee", - "1931.85", - "SEPA", - "XMR", - "NOK", - 1.24, - ], - [ - "5ea617dd-d0fe-4fa3-a617-ddd0feafa32d", - "Dax", - "1939.80", - "NATIONAL_BANK", - "XMR", - "NOK", - 1.24, - ], - [ - "3c03af5b-de8b-4efd-83af-5bde8bdefd15", - "VivekBlogger", - "2003.40", - "WU", - "XMR", - "NOK", - 1.28, - ], - [ - "47c3d48b-385c-4d48-83d4-8b385c3d48d8", - "topmonero", - "2067.00", - "REVOLUT", - "XMR", - "NOK", - 1.32, - ], - [ - "82d39e00-4c3b-4855-939e-004c3bf855a1", - "yakinikun", - "2103.57", - "PAYPAL", - "XMR", - "NOK", - 1.35, - ], - [ - "e5ffacc9-706f-4fd4-bfac-c9706fcfd442", - "EASY", - "2103.57", - "PAYPAL", - "XMR", - "NOK", - 1.35, - ], - [ - "828c0693-5c20-454c-8c06-935c20c54cc5", - "VivekBlogger", - "2400.90", - "PAYPAL", - "XMR", - "NOK", - 1.54, - ], - [ - "a3d7e2b3-f208-4063-97e2-b3f208f063d3", - "Dax", - "496000.00", - "NATIONAL_BANK", - "BTC", - "NOK", - 1.29, - ], - ], - "MXN": [ - [ - "75474da5-8395-4f55-874d-a58395ef5556", - "Moneroeh", - "3957.41", - "CRYPTOCURRENCY", - "XMR", - "MXN", - 1.08, - ], - [ - "64cdcaca-0f61-4139-8dca-ca0f61e1390f", - "topmonero", - "4808.07", - "REVOLUT", - "XMR", - "MXN", - 1.31, - ], - [ - "29d85cda-5fc4-489e-985c-da5fc4b89ef2", - "yakinikun", - "4893.14", - "PAYPAL", - "XMR", - "MXN", - 1.34, - ], - [ - "a33c95f4-2b93-468c-bc95-f42b93e68c72", - "EASY", - "4893.14", - "PAYPAL", - "XMR", - "MXN", - 1.34, - ], - ], - "CZK": [ - [ - "eb425203-49b7-4b66-8252-0349b7bb66d7", - "Moneroeh", - "4115.56", - "CRYPTOCURRENCY", - "XMR", - "CZK", - 1.1, - ], - [ - "a2029b29-8136-48eb-829b-298136e8eb0a", - "KnutValentinee", - "4807.89", - "SEPA", - "XMR", - "CZK", - 1.28, - ], - [ - "3bc93ad9-bc51-4939-893a-d9bc51e9395a", - "topmonero", - "5000.21", - "REVOLUT", - "XMR", - "CZK", - 1.33, - ], - [ - "c944467d-c318-42d9-8446-7dc31812d9d4", - "yakinikun", - "5088.68", - "PAYPAL", - "XMR", - "CZK", - 1.36, - ], - [ - "d9612937-11c8-4911-a129-3711c879118e", - "EASY", - "5088.68", - "PAYPAL", - "XMR", - "CZK", - 1.36, - ], - [ - "167232e5-70d6-414a-b232-e570d6814a6a", - "VivekBlogger", - "5807.94", - "PAYPAL", - "XMR", - "CZK", - 1.55, - ], - ], - "CAD": [ - [ - "b4f74d8a-d92f-4276-b74d-8ad92fe276c4", - "Chicks", - "240.38", - "CASH_BY_MAIL", - "XMR", - "CAD", - 1.07, - ], - [ - "c79c4049-1c35-4d8a-9c40-491c359d8a24", - "Moneroeh", - "242.67", - "CRYPTOCURRENCY", - "XMR", - "CAD", - 1.08, - ], - [ - "53c0860f-7ee2-4322-8086-0f7ee2a3222a", - "VivekBlogger", - "249.53", - "CRYPTOCURRENCY", - "XMR", - "CAD", - 1.11, - ], - [ - "dc4681c8-4155-4691-8681-c84155769163", - "XMRCoops", - "251.60", - "CRYPTOCURRENCY", - "XMR", - "CAD", - 1.12, - ], - [ - "5f42560b-3c42-4fbd-8256-0b3c42ffbdcf", - "Select", - "251.78", - "CRYPTOCURRENCY", - "XMR", - "CAD", - 1.12, - ], - [ - "ee503341-cdf5-4bae-9033-41cdf53baed6", - "Select", - "286.12", - "PAYPAL", - "XMR", - "CAD", - 1.27, - ], - [ - "76ce7a0a-5764-42f8-8e7a-0a5764c2f878", - "VivekBlogger", - "288.45", - "WU", - "XMR", - "CAD", - 1.28, - ], - [ - "2db9190b-7f46-41cd-b919-0b7f4661cd9e", - "topmonero", - "297.61", - "REVOLUT", - "XMR", - "CAD", - 1.32, - ], - [ - "f1464e18-f75a-4628-864e-18f75ae62836", - "COMPRATUDO", - "297.61", - "CRYPTOCURRENCY", - "XMR", - "CAD", - 1.32, - ], - [ - "9e332536-1a13-42e8-b325-361a13a2e8f5", - "EASY", - "302.88", - "PAYPAL", - "XMR", - "CAD", - 1.35, - ], - [ - "95744327-8aa3-4d23-b443-278aa30d2308", - "yakinikun", - "302.88", - "PAYPAL", - "XMR", - "CAD", - 1.35, - ], - [ - "30c33fe4-7bca-46a7-833f-e47bcac6a722", - "VivekBlogger", - "345.69", - "PAYPAL", - "XMR", - "CAD", - 1.54, - ], - [ - "525a6232-4896-4390-9a62-3248962390f8", - "Dax", - "349.00", - "INTERNATIONAL_WIRE_SWIFT", - "XMR", - "CAD", - 1.55, - ], - [ - "0280d6f4-19a5-4a8a-80d6-f419a59a8a26", - "MCWILSON700", - "412.08", - "PAYPAL", - "XMR", - "CAD", - 1.83, - ], - [ - "dff5afcc-0f39-4da5-b5af-cc0f397da5a6", - "MCWILSON700", - "434.97", - "XOOM", - "XMR", - "CAD", - 1.93, - ], - [ - "24bb0a8f-9ac1-4fdb-bb0a-8f9ac1dfdb58", - "Chicks", - "57551.09", - "CASH_BY_MAIL", - "BTC", - "CAD", - 1.04, - ], - [ - "505f6224-f039-4366-9f62-24f03963668e", - "Dax", - "87500.00", - "INTERNATIONAL_WIRE_SWIFT", - "BTC", - "CAD", - 1.58, - ], - ], - "THB": [ - [ - "628822d9-674a-4d90-8822-d9674abd90e1", - "Moneroeh", - "6288.97", - "CRYPTOCURRENCY", - "XMR", - "THB", - 1.08, - ], - [ - "82423582-fe58-432d-8235-82fe58f32d0f", - "topmonero", - "7640.80", - "REVOLUT", - "XMR", - "THB", - 1.31, - ], - [ - "a9a9f2ff-7fc9-4823-a9f2-ff7fc93823da", - "EASY", - "7775.98", - "PAYPAL", - "XMR", - "THB", - 1.33, - ], - [ - "ba577351-9024-435c-9773-519024a35ce5", - "yakinikun", - "7775.98", - "PAYPAL", - "XMR", - "THB", - 1.33, - ], - ], - "AUD": [ - [ - "d7b9fbfd-4569-4431-b9fb-fd4569c43156", - "Monero-Australia", - "263.50", - "CRYPTOCURRENCY", - "XMR", - "AUD", - 1.06, - ], - [ - "aa4e2b2d-be22-45b8-8e2b-2dbe2235b807", - "Monero-Australia", - "264.77", - "OTHER", - "XMR", - "AUD", - 1.06, - ], - [ - "6d72615c-0a99-4093-b261-5c0a99409364", - "Moneroeh", - "266.28", - "CRYPTOCURRENCY", - "XMR", - "AUD", - 1.07, - ], - [ - "16a56e53-ab07-43b0-a56e-53ab07d3b032", - "Select", - "267.37", - "CRYPTOCURRENCY", - "XMR", - "AUD", - 1.07, - ], - [ - "99094468-3fbb-4709-8944-683fbbd709fc", - "xmrTraders", - "272.59", - "CASH_BY_MAIL", - "XMR", - "AUD", - 1.09, - ], - [ - "ecd168af-b74d-4321-9168-afb74d032138", - "Select", - "273.80", - "CRYPTOCURRENCY", - "XMR", - "AUD", - 1.1, - ], - [ - "f314252d-9eeb-416f-9425-2d9eebf16fb6", - "VivekBlogger", - "275.12", - "CRYPTOCURRENCY", - "XMR", - "AUD", - 1.1, - ], - [ - "95c64b58-3e6a-4004-864b-583e6a000487", - "cointrades", - "277.64", - "CASH_DEPOSIT", - "XMR", - "AUD", - 1.11, - ], - [ - "91b352bf-2aad-4e97-b352-bf2aad1e9766", - "supermonday888", - "280.16", - "OTHER", - "XMR", - "AUD", - 1.12, - ], - [ - "b0cc1ccb-ac72-4641-8c1c-cbac722641f1", - "supermonday888", - "280.16", - "CASH_DEPOSIT", - "XMR", - "AUD", - 1.12, - ], - [ - "29213ed9-285b-467e-a13e-d9285ba67eba", - "XMRCoops", - "282.69", - "NATIONAL_BANK", - "XMR", - "AUD", - 1.13, - ], - [ - "bff51fb3-47dc-4527-b51f-b347dcd527ba", - "pmr", - "282.69", - "OTHER", - "XMR", - "AUD", - 1.13, - ], - [ - "4fee811d-3f8e-48c8-ae81-1d3f8e28c8c7", - "XMRCoops", - "283.95", - "CRYPTOCURRENCY", - "XMR", - "AUD", - 1.14, - ], - [ - "8d612032-9e16-435c-a120-329e16e35c7f", - "XMRCoops", - "285.21", - "CASH_DEPOSIT", - "XMR", - "AUD", - 1.14, - ], - [ - "1d53b058-508f-487e-93b0-58508f887e84", - "tlbig", - "287.48", - "NATIONAL_BANK", - "XMR", - "AUD", - 1.15, - ], - [ - "61dd4ff4-92dd-4133-9d4f-f492dd813396", - "Emu", - "287.74", - "NATIONAL_BANK", - "XMR", - "AUD", - 1.15, - ], - [ - "750e5672-1bc5-4daf-8e56-721bc5cdaf78", - "XMRCoops", - "290.24", - "CASH_BY_MAIL", - "XMR", - "AUD", - 1.16, - ], - [ - "9d61f2bf-9a4c-48ae-a1f2-bf9a4cd8ae8a", - "tlbig", - "290.26", - "CASH_DEPOSIT", - "XMR", - "AUD", - 1.16, - ], - [ - "f7d7842d-f886-4d6f-9784-2df8865d6fe6", - "tlbig", - "290.26", - "CASH_BY_MAIL", - "XMR", - "AUD", - 1.16, - ], - [ - "e5a2ecac-a77d-4250-a2ec-aca77d025009", - "cointrades", - "290.26", - "CASH_BY_MAIL", - "XMR", - "AUD", - 1.16, - ], - [ - "d869ac03-1e6a-4bf4-a9ac-031e6a1bf403", - "Select", - "294.89", - "PAYPAL", - "XMR", - "AUD", - 1.18, - ], - [ - "46ee27e4-8bf7-4faf-ae27-e48bf73fafcd", - "XMRCoops", - "297.08", - "OTHER", - "XMR", - "AUD", - 1.19, - ], - [ - "3c777f16-4225-4386-b77f-164225f3869e", - "XMRCoops", - "297.71", - "OTHER", - "XMR", - "AUD", - 1.19, - ], - [ - "60089e22-8fd1-4d42-889e-228fd18d4265", - "Sbudubuda", - "302.88", - "CASH_DEPOSIT", - "XMR", - "AUD", - 1.21, - ], - [ - "2e9c04a6-b489-4029-9c04-a6b48910297d", - "jeffguy", - "312.98", - "REVOLUT", - "XMR", - "AUD", - 1.26, - ], - [ - "0f3fe35f-808f-4bae-bfe3-5f808ffbaee7", - "topmonero", - "313.31", - "REVOLUT", - "XMR", - "AUD", - 1.26, - ], - [ - "0afb9d71-5065-4c2a-bb9d-715065ec2a9f", - "VivekBlogger", - "318.02", - "WU", - "XMR", - "AUD", - 1.28, - ], - [ - "151dbefc-6a1e-4c81-9dbe-fc6a1eac8152", - "Bitpal", - "327.11", - "PAYPAL", - "XMR", - "AUD", - 1.31, - ], - [ - "b8937671-7979-44ea-9376-717979d4ea15", - "Sbudubuda", - "330.64", - "CASH_BY_MAIL", - "XMR", - "AUD", - 1.33, - ], - [ - "811bb879-800c-441a-9bb8-79800c741a86", - "yakinikun", - "333.93", - "PAYPAL", - "XMR", - "AUD", - 1.34, - ], - [ - "896e5326-16fe-487f-ae53-2616fea87f85", - "EASY", - "333.93", - "PAYPAL", - "XMR", - "AUD", - 1.34, - ], - [ - "9f5d4833-712b-4e5d-9d48-33712bce5d17", - "COMPRATUDO", - "340.74", - "NATIONAL_BANK", - "XMR", - "AUD", - 1.37, - ], - [ - "c7a51333-625f-447f-a513-33625fb47fdf", - "Select", - "343.24", - "GIFT_CARD_CODE_GLOBAL", - "XMR", - "AUD", - 1.38, - ], - [ - "49d53e96-852f-4b48-953e-96852fdb489e", - "VivekBlogger", - "381.13", - "PAYPAL", - "XMR", - "AUD", - 1.53, - ], - [ - "7ea4712a-e932-4eb1-a471-2ae9320eb17c", - "Dax", - "418.00", - "NATIONAL_BANK", - "XMR", - "AUD", - 1.68, - ], - [ - "e1da42f3-7081-470d-9a42-f37081370dd3", - "MCWILSON700", - "479.56", - "PAYPAL", - "XMR", - "AUD", - 1.92, - ], - [ - "f2271081-60cc-4ca7-a710-8160ccaca705", - "MCWILSON700", - "479.56", - "XOOM", - "XMR", - "AUD", - 1.92, - ], - [ - "ebc582a5-9112-4304-8582-a59112d30448", - "Smithaye", - "64671.41", - "CRYPTOCURRENCY", - "BTC", - "AUD", - 1.05, - ], - [ - "4a5fbc5a-333e-4d7a-9fbc-5a333e0d7aaa", - "Select", - "65580.47", - "CRYPTOCURRENCY", - "BTC", - "AUD", - 1.07, - ], - [ - "0f62d796-a679-4fbc-a2d7-96a6798fbcea", - "supermonday888", - "73212.92", - "CASH_DEPOSIT", - "BTC", - "AUD", - 1.19, - ], - [ - "3a97e998-64ef-4fa2-97e9-9864efdfa253", - "Select", - "76861.36", - "PAYPAL", - "BTC", - "AUD", - 1.25, - ], - [ - "bb51f1a5-3ae4-4676-91f1-a53ae4167601", - "Dax", - "99780.00", - "NATIONAL_BANK", - "BTC", - "AUD", - 1.63, - ], - ], - "RUB": [ - [ - "0a46bc2a-0808-4aec-86bc-2a0808daec4a", - "Moneroeh", - "14415.71", - "CRYPTOCURRENCY", - "XMR", - "RUB", - 1.08, - ], - [ - "4425627e-bc7c-4973-a562-7ebc7c09732f", - "Sieterayos", - "14819.89", - "SPECIFIC_BANK", - "XMR", - "RUB", - 1.11, - ], - [ - "f479ff19-1303-4c90-b9ff-1913031c9074", - "YuriyLavrentiev", - "15224.06", - "NATIONAL_BANK", - "XMR", - "RUB", - 1.14, - ], - [ - "2caa4afa-a1c7-4683-aa4a-faa1c7a683dc", - "topmonero", - "17514.41", - "REVOLUT", - "XMR", - "RUB", - 1.31, - ], - [ - "37dcf4ed-a74a-4767-9cf4-eda74a776700", - "COMPRATUDO", - "17514.41", - "CRYPTOCURRENCY", - "XMR", - "RUB", - 1.31, - ], - [ - "87398967-6291-41aa-b989-676291e1aa28", - "EASY", - "17824.28", - "PAYPAL", - "XMR", - "RUB", - 1.33, - ], - [ - "7e101259-153f-4305-9012-59153fe305c4", - "yakinikun", - "17824.28", - "PAYPAL", - "XMR", - "RUB", - 1.33, - ], - [ - "b9463aa1-f6e4-4207-863a-a1f6e4d207da", - "XMRCoops", - "18188.04", - "CRYPTOCURRENCY", - "XMR", - "RUB", - 1.36, - ], - [ - "2701a6db-0d2c-4e24-81a6-db0d2cae2492", - "piknik86", - "22700.00", - "OTHER", - "XMR", - "RUB", - 1.69, - ], - [ - "4ad0457a-13d3-4605-9045-7a13d3e605b4", - "strawberries", - "22903.46", - "CRYPTOCURRENCY", - "XMR", - "RUB", - 1.71, - ], - [ - "3874622d-f1f9-450d-b462-2df1f9c50d4c", - "strawberries", - "22903.46", - "NATIONAL_BANK", - "XMR", - "RUB", - 1.71, - ], - [ - "2e41b954-4295-4791-81b9-54429587912d", - "strawberries", - "22903.46", - "SPECIFIC_BANK", - "XMR", - "RUB", - 1.71, - ], - [ - "1ed29864-fe20-4ebb-9298-64fe20debbb0", - "orangeline", - "22903.46", - "SPECIFIC_BANK", - "XMR", - "RUB", - 1.71, - ], - [ - "a5aba438-64fb-47a8-aba4-3864fba7a81a", - "orangeline", - "22903.46", - "NATIONAL_BANK", - "XMR", - "RUB", - 1.71, - ], - [ - "09e2bc20-4452-4dcf-a2bc-2044526dcf6c", - "yura023", - "3370609.08", - "NATIONAL_BANK", - "BTC", - "RUB", - 1.02, - ], - [ - "14d8cc43-5bce-41a3-98cc-435bcef1a390", - "strawberries", - "4233615.27", - "SPECIFIC_BANK", - "BTC", - "RUB", - 1.28, - ], - [ - "111758c3-7225-449c-9758-c37225a49c27", - "strawberries", - "4233615.27", - "NATIONAL_BANK", - "BTC", - "RUB", - 1.28, - ], - ], - "CHF": [ - [ - "14a42f88-96c7-4be1-a42f-8896c7fbe19c", - "Moneroeh", - "178.45", - "CRYPTOCURRENCY", - "XMR", - "CHF", - 1.09, - ], - [ - "501011fd-5f12-467c-9011-fd5f12867c30", - "Moneroeh", - "178.45", - "CRYPTOCURRENCY", - "XMR", - "CHF", - 1.09, - ], - [ - "4028814a-064a-4346-a881-4a064a5346f3", - "VivekBlogger", - "181.79", - "CRYPTOCURRENCY", - "XMR", - "CHF", - 1.11, - ], - [ - "bd49e62e-5413-481e-89e6-2e5413481e1e", - "Swisswatcher", - "183.46", - "NATIONAL_BANK", - "XMR", - "CHF", - 1.12, - ], - [ - "23a9cfb1-37c7-43d0-a9cf-b137c7d3d056", - "Swisswatcher", - "183.46", - "CASH_BY_MAIL", - "XMR", - "CHF", - 1.12, - ], - [ - "9f000a01-d04f-4645-800a-01d04fc64519", - "Swisswatcher", - "186.79", - "OTHER", - "XMR", - "CHF", - 1.14, - ], - [ - "4f1e0bbd-c22c-4c6d-9e0b-bdc22c9c6d45", - "XMRCoops", - "187.63", - "CRYPTOCURRENCY", - "XMR", - "CHF", - 1.15, - ], - [ - "e704c072-53e9-457f-84c0-7253e9e57f85", - "KnutValentinee", - "196.97", - "SEPA", - "XMR", - "CHF", - 1.2, - ], - [ - "ac05d59a-e7e5-46c6-85d5-9ae7e516c698", - "Dax", - "208.00", - "NATIONAL_BANK", - "XMR", - "CHF", - 1.27, - ], - [ - "db3e9fe7-63f4-4ff7-be9f-e763f4aff7e5", - "Dax", - "209.00", - "CREDITCARD", - "XMR", - "CHF", - 1.28, - ], - [ - "89ee1335-7ddc-4d5a-ae13-357ddc7d5a14", - "NuBIt", - "210.00", - "NATIONAL_BANK", - "XMR", - "CHF", - 1.28, - ], - [ - "8b360e7d-ec02-415c-b60e-7dec02e15cfe", - "VivekBlogger", - "210.14", - "WU", - "XMR", - "CHF", - 1.28, - ], - [ - "2bcfb7a6-7ba6-4ea5-8fb7-a67ba69ea59f", - "topmonero", - "216.81", - "REVOLUT", - "XMR", - "CHF", - 1.32, - ], - [ - "a31256b5-03ae-4ecd-9256-b503ae8ecdcb", - "yakinikun", - "220.65", - "PAYPAL", - "XMR", - "CHF", - 1.35, - ], - [ - "6646ffef-9300-4efb-86ff-ef93007efb1d", - "EASY", - "220.65", - "PAYPAL", - "XMR", - "CHF", - 1.35, - ], - [ - "353ce186-1732-4010-bce1-86173280102f", - "VivekBlogger", - "251.84", - "PAYPAL", - "XMR", - "CHF", - 1.54, - ], - [ - "927700e4-0258-4b98-b700-e40258fb98db", - "Swisswatcher", - "44345.48", - "OTHER", - "BTC", - "CHF", - 1.1, - ], - [ - "2c836d2c-b052-48fe-836d-2cb05258fefa", - "Swisswatcher", - "44748.63", - "MOBILE_TOP_UP", - "BTC", - "CHF", - 1.11, - ], - [ - "af3d12c3-8dde-4e32-bd12-c38dde9e32ad", - "Dax", - "59500.00", - "NATIONAL_BANK", - "BTC", - "CHF", - 1.48, - ], - ], - "EUR": [ - [ - "fed66e9a-195e-45ac-966e-9a195e95acd3", - "cryptuser", - "153.20", - "CASH_BY_MAIL", - "XMR", - "EUR", - 0.99, - ], - [ - "96c88799-95e6-4726-8887-9995e6f7268a", - "Hakhlaque", - "162.67", - "CRYPTOCURRENCY", - "XMR", - "EUR", - 1.05, - ], - [ - "c966e1ea-60a8-4348-a6e1-ea60a813481a", - "MalMen", - "163.52", - "SEPA", - "XMR", - "EUR", - 1.06, - ], - [ - "5674c7c6-0318-417f-b4c7-c60318017f06", - "MalMen", - "163.83", - "NATIONAL_BANK", - "XMR", - "EUR", - 1.06, - ], - [ - "61bf7e67-2a03-4e4c-bf7e-672a039e4c7d", - "duckduck", - "164.25", - "SEPA", - "XMR", - "EUR", - 1.06, - ], - [ - "9eea3824-f2e7-4348-aa38-24f2e763480f", - "Kikillbill", - "165.83", - "REVOLUT", - "XMR", - "EUR", - 1.07, - ], - [ - "82419d43-676c-4cf6-819d-43676cacf6d0", - "M0m0", - "165.83", - "SEPA", - "XMR", - "EUR", - 1.07, - ], - [ - "825c2d91-1ce5-48e1-9c2d-911ce558e159", - "MalMen", - "166.79", - "SEPA", - "XMR", - "EUR", - 1.08, - ], - [ - "87c23b9e-ce21-469b-823b-9ece21269b4e", - "Moneroeh", - "168.04", - "CRYPTOCURRENCY", - "XMR", - "EUR", - 1.08, - ], - [ - "d3c1d82f-71a1-4a8f-81d8-2f71a1da8f0c", - "mickeycrab", - "168.20", - "NATIONAL_BANK", - "XMR", - "EUR", - 1.09, - ], - [ - "ed312f59-ad3a-4b8e-b12f-59ad3abb8e8f", - "Moneroeh", - "168.52", - "CRYPTOCURRENCY", - "XMR", - "EUR", - 1.09, - ], - [ - "ae3baa59-f333-44c9-bbaa-59f33334c90b", - "XMRCoops", - "168.97", - "OTHER", - "XMR", - "EUR", - 1.09, - ], - [ - "b663e568-6e5c-445c-a3e5-686e5cf45cea", - "XMRCoops", - "168.97", - "OTHER", - "XMR", - "EUR", - 1.09, - ], - [ - "ae37dd20-1248-4d98-b7dd-2012488d98d0", - "Moneroeh", - "168.99", - "CRYPTOCURRENCY", - "XMR", - "EUR", - 1.09, - ], - [ - "bdd11897-9931-4cc1-9118-979931ccc124", - "Moneroeh", - "168.99", - "CRYPTOCURRENCY", - "XMR", - "EUR", - 1.09, - ], - [ - "0e2fa5db-4b33-436f-afa5-db4b33036f1a", - "Moneroeh", - "168.99", - "CRYPTOCURRENCY", - "XMR", - "EUR", - 1.09, - ], - [ - "706aff29-ae26-4568-aaff-29ae26156802", - "Moneroeh", - "168.99", - "CRYPTOCURRENCY", - "XMR", - "EUR", - 1.09, - ], - [ - "613f57df-2ca6-4482-bf57-df2ca684821c", - "Moneroeh", - "168.99", - "CRYPTOCURRENCY", - "XMR", - "EUR", - 1.09, - ], - [ - "7f891412-e428-4b22-8914-12e4287b22eb", - "Moneroeh", - "168.99", - "CRYPTOCURRENCY", - "XMR", - "EUR", - 1.09, - ], - [ - "447d52f3-fa90-4e1c-bd52-f3fa904e1ca9", - "Moneroeh", - "168.99", - "CRYPTOCURRENCY", - "XMR", - "EUR", - 1.09, - ], - [ - "2586d869-f678-4225-86d8-69f678f22593", - "Moneroeh", - "168.99", - "CRYPTOCURRENCY", - "XMR", - "EUR", - 1.09, - ], - [ - "a1aa5479-2152-414b-aa54-792152714b82", - "Moneroeh", - "168.99", - "CRYPTOCURRENCY", - "XMR", - "EUR", - 1.09, - ], - [ - "5ef11f6b-1f16-4541-b11f-6b1f16854198", - "Moneroeh", - "168.99", - "CRYPTOCURRENCY", - "XMR", - "EUR", - 1.09, - ], - [ - "4407e482-9fe0-4008-87e4-829fe0c00835", - "Moneroeh", - "168.99", - "CRYPTOCURRENCY", - "XMR", - "EUR", - 1.09, - ], - [ - "337751cc-1bc0-4f77-b751-cc1bc0af777e", - "Moneroeh", - "168.99", - "CRYPTOCURRENCY", - "XMR", - "EUR", - 1.09, - ], - [ - "03465a61-b9ce-403d-865a-61b9ce403d41", - "Moneroeh", - "168.99", - "CRYPTOCURRENCY", - "XMR", - "EUR", - 1.09, - ], - [ - "5e701223-3717-4483-b012-233717648374", - "Moneroeh", - "168.99", - "CRYPTOCURRENCY", - "XMR", - "EUR", - 1.09, - ], - [ - "aa2ddd3f-4466-4be2-addd-3f44661be2cb", - "Moneroeh", - "168.99", - "CRYPTOCURRENCY", - "XMR", - "EUR", - 1.09, - ], - [ - "f74154bf-f076-47ae-8154-bff07647ae3e", - "Moneroeh", - "168.99", - "CRYPTOCURRENCY", - "XMR", - "EUR", - 1.09, - ], - [ - "dee3013e-ac0e-4dcd-a301-3eac0e2dcdd6", - "lamsamid", - "168.99", - "SEPA", - "XMR", - "EUR", - 1.09, - ], - [ - "634dc943-7c3c-4d97-8dc9-437c3c6d9714", - "Chicks", - "170.57", - "CASH_BY_MAIL", - "XMR", - "EUR", - 1.1, - ], - [ - "d486e7a2-0b82-4dfa-86e7-a20b820dfaa6", - "KnutValentinee", - "171.36", - "SEPA", - "XMR", - "EUR", - 1.11, - ], - [ - "2a8452d4-dcea-4146-8452-d4dceac146c3", - "VivekBlogger", - "172.15", - "CRYPTOCURRENCY", - "XMR", - "EUR", - 1.11, - ], - [ - "27e908a8-9a68-4f78-a908-a89a68bf784a", - "VivekBlogger", - "172.15", - "CRYPTOCURRENCY", - "XMR", - "EUR", - 1.11, - ], - [ - "59c91f5b-7f3a-4b37-891f-5b7f3adb375c", - "VivekBlogger", - "172.15", - "CRYPTOCURRENCY", - "XMR", - "EUR", - 1.11, - ], - [ - "6ff7d2e6-6c36-4fdf-b7d2-e66c365fdf98", - "VivekBlogger", - "172.15", - "CRYPTOCURRENCY", - "XMR", - "EUR", - 1.11, - ], - [ - "2eacda51-34ca-4579-acda-5134caa579ef", - "VivekBlogger", - "172.15", - "CRYPTOCURRENCY", - "XMR", - "EUR", - 1.11, - ], - [ - "3b9e1d7c-0ab0-4979-9e1d-7c0ab0c979e7", - "VivekBlogger", - "172.15", - "CRYPTOCURRENCY", - "XMR", - "EUR", - 1.11, - ], - [ - "139f8e92-0088-4c87-9f8e-9200883c87d2", - "VivekBlogger", - "172.15", - "CRYPTOCURRENCY", - "XMR", - "EUR", - 1.11, - ], - [ - "be3f0fbf-cf8c-4f83-bf0f-bfcf8c6f833b", - "VivekBlogger", - "172.15", - "CRYPTOCURRENCY", - "XMR", - "EUR", - 1.11, - ], - [ - "5c60551d-a6bc-4be9-a055-1da6bcbbe994", - "VivekBlogger", - "172.15", - "CRYPTOCURRENCY", - "XMR", - "EUR", - 1.11, - ], - [ - "e1297cc2-9ebf-4759-a97c-c29ebfc759fc", - "postman", - "173.71", - "CASH_BY_MAIL", - "XMR", - "EUR", - 1.12, - ], - [ - "e3210144-b23a-4bcc-a101-44b23a8bcc41", - "Swisswatcher", - "173.73", - "CASH_BY_MAIL", - "XMR", - "EUR", - 1.12, - ], - [ - "795df0a7-0a3f-43cd-9df0-a70a3fd3cd77", - "Power", - "173.87", - "SEPA", - "XMR", - "EUR", - 1.12, - ], - [ - "fca3c142-df5f-45e2-a3c1-42df5f35e21f", - "NuBIt", - "175.00", - "SEPA", - "XMR", - "EUR", - 1.13, - ], - [ - "0eabd463-7a3c-4d5b-abd4-637a3c4d5bc5", - "chriys", - "175.31", - "CASH_BY_MAIL", - "XMR", - "EUR", - 1.13, - ], - [ - "006bc5c7-5e60-414f-abc5-c75e60614f02", - "NeedMoneroXMR", - "175.31", - "CASH_BY_MAIL", - "XMR", - "EUR", - 1.13, - ], - [ - "293c4d78-4296-4961-bc4d-78429629610d", - "KnutValentinee", - "176.41", - "SEPA", - "XMR", - "EUR", - 1.14, - ], - [ - "279e361f-d99a-4258-9e36-1fd99ad258e9", - "KnutValentinee", - "176.57", - "SEPA", - "XMR", - "EUR", - 1.14, - ], - [ - "3fc4e754-d275-4910-84e7-54d275e910fd", - "KnutValentinee", - "176.89", - "SEPA", - "XMR", - "EUR", - 1.14, - ], - [ - "c6d5ed31-ce4b-48f7-95ed-31ce4b78f746", - "KnutValentinee", - "176.89", - "SEPA", - "XMR", - "EUR", - 1.14, - ], - [ - "dbffbffc-066d-4cec-bfbf-fc066d1cecab", - "KnutValentinee", - "176.89", - "SEPA", - "XMR", - "EUR", - 1.14, - ], - [ - "f6bd6290-1662-471b-bd62-901662471bd2", - "KnutValentinee", - "176.89", - "SEPA", - "XMR", - "EUR", - 1.14, - ], - [ - "999aabd8-2535-4889-9aab-d8253528892e", - "Matthias2309", - "176.89", - "SEPA", - "XMR", - "EUR", - 1.14, - ], - [ - "647bf3a3-149d-49f1-bbf3-a3149d59f1e5", - "KnutValentinee", - "176.89", - "SEPA", - "XMR", - "EUR", - 1.14, - ], - [ - "bfcb8de2-0fbc-4b53-8b8d-e20fbc2b5345", - "KnutValentinee", - "176.89", - "SEPA", - "XMR", - "EUR", - 1.14, - ], - [ - "01b61e5b-e371-47e5-b61e-5be371f7e5bd", - "KnutValentinee", - "176.89", - "SEPA", - "XMR", - "EUR", - 1.14, - ], - [ - "579720f7-69c6-4b95-9720-f769c6db95b5", - "freemarkets", - "176.89", - "CASH_BY_MAIL", - "XMR", - "EUR", - 1.14, - ], - [ - "f08ba8b2-1246-46cb-8ba8-b2124616cbb4", - "KnutValentinee", - "177.52", - "SEPA", - "XMR", - "EUR", - 1.15, - ], - [ - "8289a5c3-1994-480b-89a5-c31994d80b78", - "KnutValentinee", - "177.68", - "SEPA", - "XMR", - "EUR", - 1.15, - ], - [ - "73d139ff-84f3-4c7c-9139-ff84f3bc7cb0", - "XMRCoops", - "177.68", - "CRYPTOCURRENCY", - "XMR", - "EUR", - 1.15, - ], - [ - "62baffd4-8759-48ca-baff-d48759b8caa4", - "XMRCoops", - "177.68", - "CRYPTOCURRENCY", - "XMR", - "EUR", - 1.15, - ], - [ - "435cddc0-d9a9-41d0-9cdd-c0d9a981d0b0", - "XMRCoops", - "177.68", - "CRYPTOCURRENCY", - "XMR", - "EUR", - 1.15, - ], - [ - "5a180496-9454-413e-9804-969454f13e7e", - "XMRCoops", - "177.68", - "CRYPTOCURRENCY", - "XMR", - "EUR", - 1.15, - ], - [ - "15322e5a-a056-46b2-b22e-5aa05626b20f", - "XMRCoops", - "177.68", - "CRYPTOCURRENCY", - "XMR", - "EUR", - 1.15, - ], - [ - "b20ceaef-2e83-4aad-8cea-ef2e83daadf2", - "XMRCoops", - "177.68", - "CRYPTOCURRENCY", - "XMR", - "EUR", - 1.15, - ], - [ - "32d90dc8-0821-4aed-990d-c808218aedae", - "XMRCoops", - "177.68", - "CRYPTOCURRENCY", - "XMR", - "EUR", - 1.15, - ], - [ - "88dade03-ae90-470d-9ade-03ae90270d15", - "XMRCoops", - "177.68", - "CRYPTOCURRENCY", - "XMR", - "EUR", - 1.15, - ], - [ - "ea4f1f4a-168d-486a-8f1f-4a168dc86a49", - "XMRCoops", - "177.68", - "CRYPTOCURRENCY", - "XMR", - "EUR", - 1.15, - ], - [ - "0323bc04-9e3f-47cd-a3bc-049e3fe7cdf8", - "XMRCoops", - "177.68", - "CRYPTOCURRENCY", - "XMR", - "EUR", - 1.15, - ], - [ - "8ee55f50-c45d-42b4-a55f-50c45de2b484", - "XMRCoops", - "177.68", - "CRYPTOCURRENCY", - "XMR", - "EUR", - 1.15, - ], - [ - "a0e5906c-7f48-469f-a590-6c7f48f69f53", - "XMRCoops", - "177.68", - "CRYPTOCURRENCY", - "XMR", - "EUR", - 1.15, - ], - [ - "3a16bdaf-5b84-410a-96bd-af5b84110a6c", - "KnutValentinee", - "177.99", - "SEPA", - "XMR", - "EUR", - 1.15, - ], - [ - "c4090828-6989-4d14-8908-286989ad14cc", - "KnutValentinee", - "177.99", - "SEPA", - "XMR", - "EUR", - 1.15, - ], - [ - "1026486a-54ae-4fda-a648-6a54ae6fda3f", - "KnutValentinee", - "177.99", - "SEPA", - "XMR", - "EUR", - 1.15, - ], - [ - "26764c9b-167c-44cd-b64c-9b167c94cd51", - "KnutValentinee", - "178.15", - "SEPA", - "XMR", - "EUR", - 1.15, - ], - [ - "d331f0c4-919a-49e7-b1f0-c4919a79e7df", - "RC19", - "178.23", - "SEPA", - "XMR", - "EUR", - 1.15, - ], - [ - "8a341935-623b-42d7-b419-35623b92d777", - "RC19", - "178.23", - "SEPA", - "XMR", - "EUR", - 1.15, - ], - [ - "f2632eb3-0698-4e85-a32e-b306988e85d9", - "RC19", - "178.23", - "NATIONAL_BANK", - "XMR", - "EUR", - 1.15, - ], - [ - "c942d7f0-47c2-44f5-82d7-f047c2e4f5da", - "RC19", - "178.23", - "SEPA", - "XMR", - "EUR", - 1.15, - ], - [ - "10060758-fada-4b3b-8607-58fada8b3ba8", - "RC19", - "178.23", - "SEPA", - "XMR", - "EUR", - 1.15, - ], - [ - "758f3353-8848-4d8c-8f33-538848dd8c12", - "RC19", - "178.23", - "SEPA", - "XMR", - "EUR", - 1.15, - ], - [ - "0baab891-46ce-4a74-aab8-9146ceda740f", - "RC19", - "178.23", - "SEPA", - "XMR", - "EUR", - 1.15, - ], - [ - "eb99846a-9c64-4e20-9984-6a9c643e20bb", - "RC19", - "178.23", - "SEPA", - "XMR", - "EUR", - 1.15, - ], - [ - "2dd2eddb-7e9e-4640-92ed-db7e9ec640a1", - "RC19", - "178.23", - "SEPA", - "XMR", - "EUR", - 1.15, - ], - [ - "8bc7b52d-40ee-4766-87b5-2d40ee2766ac", - "RC19", - "178.23", - "SEPA", - "XMR", - "EUR", - 1.15, - ], - [ - "74f7feeb-cd20-46a2-b7fe-ebcd2096a22f", - "RC19", - "178.23", - "SEPA", - "XMR", - "EUR", - 1.15, - ], - [ - "42760ad8-ef7b-4802-b60a-d8ef7b2802ae", - "RC19", - "178.23", - "SEPA", - "XMR", - "EUR", - 1.15, - ], - [ - "89629b67-0821-4053-a29b-670821105369", - "RC19", - "178.23", - "SEPA", - "XMR", - "EUR", - 1.15, - ], - [ - "5ebe8acf-5d21-484d-be8a-cf5d21584d7c", - "RC19", - "178.23", - "SEPA", - "XMR", - "EUR", - 1.15, - ], - [ - "71d134ca-6909-4cd7-9134-ca69097cd700", - "RC19", - "178.23", - "SEPA", - "XMR", - "EUR", - 1.15, - ], - [ - "6398f39a-61b7-4d5f-98f3-9a61b74d5fbb", - "RC19", - "178.23", - "SEPA", - "XMR", - "EUR", - 1.15, - ], - [ - "e2fd522c-7057-467a-bd52-2c7057267a7f", - "RC19", - "178.23", - "SEPA", - "XMR", - "EUR", - 1.15, - ], - [ - "d2703d09-c823-4a15-b03d-09c8238a1520", - "RC19", - "178.23", - "SEPA", - "XMR", - "EUR", - 1.15, - ], - [ - "b5edf385-b7eb-462a-adf3-85b7eb762af6", - "KnutValentinee", - "178.31", - "SEPA", - "XMR", - "EUR", - 1.15, - ], - [ - "15495a6e-1df2-4c4f-895a-6e1df2ac4f66", - "KnutValentinee", - "178.47", - "SEPA", - "XMR", - "EUR", - 1.15, - ], - [ - "566c4974-c320-4dcb-ac49-74c3205dcb09", - "Swisswatcher", - "181.62", - "OTHER", - "XMR", - "EUR", - 1.17, - ], - [ - "7034f552-271f-4f88-b4f5-52271f4f8839", - "topmonero", - "182.79", - "REVOLUT", - "XMR", - "EUR", - 1.18, - ], - [ - "3359fcab-4e02-4ea0-99fc-ab4e024ea0da", - "topmonero", - "182.79", - "REVOLUT", - "XMR", - "EUR", - 1.18, - ], - [ - "57e3e8d6-45fe-40da-a3e8-d645fe20da46", - "SecureMole", - "182.79", - "REVOLUT", - "XMR", - "EUR", - 1.18, - ], - [ - "f70b6711-5b7e-4c5c-8b67-115b7e3c5c7a", - "topmonero", - "182.79", - "REVOLUT", - "XMR", - "EUR", - 1.18, - ], - [ - "15d09e00-b143-4fe1-909e-00b143cfe142", - "jeffguy", - "184.63", - "REVOLUT", - "XMR", - "EUR", - 1.19, - ], - [ - "7e9dd73a-2847-4b39-9dd7-3a28476b39cd", - "KnutValentinee", - "186.36", - "SEPA", - "XMR", - "EUR", - 1.2, - ], - [ - "4097ffa8-a700-4c6c-97ff-a8a700ac6c8c", - "XMRCoops", - "189.49", - "OTHER", - "XMR", - "EUR", - 1.22, - ], - [ - "ba483593-990a-491f-8835-93990a791fc1", - "XMRCoops", - "189.52", - "OTHER", - "XMR", - "EUR", - 1.22, - ], - [ - "337f1815-707d-4e6a-bf18-15707d6e6a8f", - "andromuj", - "189.52", - "SEPA", - "XMR", - "EUR", - 1.22, - ], - [ - "47a006de-8e04-4815-a006-de8e04781565", - "edk", - "190.00", - "SEPA", - "XMR", - "EUR", - 1.23, - ], - [ - "30db5bf7-1e24-4bc6-9b5b-f71e248bc67f", - "KnutValentinee", - "190.31", - "INTERNATIONAL_WIRE_SWIFT", - "XMR", - "EUR", - 1.23, - ], - [ - "179af82c-531d-4887-9af8-2c531d388782", - "KnutValentinee", - "191.10", - "INTERNATIONAL_WIRE_SWIFT", - "XMR", - "EUR", - 1.23, - ], - [ - "16e8a04e-f861-4314-a8a0-4ef861b3148b", - "Pellerin", - "191.10", - "CREDITCARD", - "XMR", - "EUR", - 1.23, - ], - [ - "85f8d228-14bc-4af5-b8d2-2814bc0af5ee", - "Pellerin", - "191.10", - "CREDITCARD", - "XMR", - "EUR", - 1.23, - ], - [ - "beed8a20-2df2-4495-ad8a-202df2449540", - "Pellerin", - "191.10", - "CREDITCARD", - "XMR", - "EUR", - 1.23, - ], - [ - "471ccfb1-0e20-4205-9ccf-b10e20d2056d", - "Pellerin", - "191.10", - "CREDITCARD", - "XMR", - "EUR", - 1.23, - ], - [ - "d05504be-b262-437b-9504-beb262a37ba1", - "Pellerin", - "191.10", - "CREDITCARD", - "XMR", - "EUR", - 1.23, - ], - [ - "5b5cb732-39ea-4412-9cb7-3239ea44128d", - "KnutValentinee", - "191.10", - "INTERNATIONAL_WIRE_SWIFT", - "XMR", - "EUR", - 1.23, - ], - [ - "f2fed716-c1b1-403a-bed7-16c1b1703ab1", - "KnutValentinee", - "191.10", - "INTERNATIONAL_WIRE_SWIFT", - "XMR", - "EUR", - 1.23, - ], - [ - "a6f949d4-9700-4bf8-b949-d497003bf88e", - "KnutValentinee", - "191.10", - "INTERNATIONAL_WIRE_SWIFT", - "XMR", - "EUR", - 1.23, - ], - [ - "ef2bf435-ad9f-4776-abf4-35ad9f777615", - "KnutValentinee", - "192.68", - "SEPA", - "XMR", - "EUR", - 1.24, - ], - [ - "4be06752-7cab-489f-a067-527cab689fab", - "KnutValentinee", - "194.26", - "SEPA", - "XMR", - "EUR", - 1.25, - ], - [ - "2155aa9d-b871-45c3-95aa-9db87135c3f4", - "KnutValentinee", - "194.26", - "SEPA", - "XMR", - "EUR", - 1.25, - ], - [ - "f1755ab2-4a29-4a1a-b55a-b24a292a1a7b", - "KnutValentinee", - "195.05", - "SEPA", - "XMR", - "EUR", - 1.26, - ], - [ - "35ef3119-1914-4b76-af31-1919146b76e9", - "Bitpal", - "195.84", - "MONEYBOOKERS", - "XMR", - "EUR", - 1.26, - ], - [ - "e91e3ffc-c6ca-4d5c-9e3f-fcc6ca6d5cc2", - "SecureMole", - "195.84", - "TRANSFERWISE", - "XMR", - "EUR", - 1.26, - ], - [ - "7217ba8d-cf7e-4f1e-97ba-8dcf7e2f1ea1", - "KnutValentinee", - "195.84", - "SEPA", - "XMR", - "EUR", - 1.26, - ], - [ - "3f1825d0-739b-4bd3-9825-d0739b1bd32c", - "KnutValentinee", - "195.84", - "SEPA", - "XMR", - "EUR", - 1.26, - ], - [ - "83f1656c-6de4-4b13-b165-6c6de40b13d7", - "KnutValentinee", - "196.63", - "SEPA", - "XMR", - "EUR", - 1.27, - ], - [ - "b0f489cf-8cea-4c07-b489-cf8cea1c0793", - "KnutValentinee", - "196.63", - "SEPA", - "XMR", - "EUR", - 1.27, - ], - [ - "71e510aa-7ef8-42a6-a510-aa7ef8c2a629", - "jeffguy", - "197.26", - "PAYPAL", - "XMR", - "EUR", - 1.27, - ], - [ - "29ef0fe8-1664-4ddd-af0f-e81664fdddc2", - "Bitpal", - "197.42", - "MONEYBOOKERS", - "XMR", - "EUR", - 1.27, - ], - [ - "f8447096-20fa-445d-8470-9620faa45dff", - "Dax", - "198.70", - "SEPA", - "XMR", - "EUR", - 1.28, - ], - [ - "d8f2de73-18ea-4659-b2de-7318ea7659ef", - "VivekBlogger", - "199.00", - "WU", - "XMR", - "EUR", - 1.28, - ], - [ - "ae0e40ec-c535-4252-8e40-ecc535925245", - "VivekBlogger", - "199.00", - "WU", - "XMR", - "EUR", - 1.28, - ], - [ - "01f52ba1-49f3-4974-b52b-a149f3c97423", - "VivekBlogger", - "199.00", - "WU", - "XMR", - "EUR", - 1.28, - ], - [ - "d03ea54a-745b-4920-bea5-4a745bd92028", - "VivekBlogger", - "199.00", - "WU", - "XMR", - "EUR", - 1.28, - ], - [ - "d666dab0-d037-4d17-a6da-b0d0374d17ce", - "VivekBlogger", - "199.00", - "WU", - "XMR", - "EUR", - 1.28, - ], - [ - "e8a77e95-65c9-4c71-a77e-9565c9fc71c1", - "VivekBlogger", - "199.00", - "WU", - "XMR", - "EUR", - 1.28, - ], - [ - "f3be1d5c-c842-4c0b-be1d-5cc842ec0ba5", - "VivekBlogger", - "199.00", - "WU", - "XMR", - "EUR", - 1.28, - ], - [ - "47a8c8e1-275e-4022-a8c8-e1275e60227a", - "VivekBlogger", - "199.00", - "WU", - "XMR", - "EUR", - 1.28, - ], - [ - "65bc21b8-3e93-48cf-bc21-b83e9398cfc7", - "Bitpal", - "201.37", - "PAYPAL", - "XMR", - "EUR", - 1.3, - ], - [ - "d5697aa3-9565-4225-a97a-a395651225ee", - "Power", - "201.37", - "PAYPAL", - "XMR", - "EUR", - 1.3, - ], - [ - "a6676d8e-1a43-4136-a76d-8e1a43e13670", - "EASY", - "201.84", - "PAYPAL", - "XMR", - "EUR", - 1.3, - ], - [ - "afed7764-bc02-4a58-ad77-64bc02ca5848", - "yakinikun", - "201.84", - "PAYPAL", - "XMR", - "EUR", - 1.3, - ], - [ - "ddeb55f4-c08a-4417-ab55-f4c08ae41744", - "SecureMole", - "201.84", - "PAYPAL", - "XMR", - "EUR", - 1.3, - ], - [ - "24f5b07b-17ef-4ced-b5b0-7b17efaced39", - "KnutValentinee", - "202.16", - "NATIONAL_BANK", - "XMR", - "EUR", - 1.3, - ], - [ - "02d65f65-7463-46f2-965f-65746306f2a3", - "KnutValentinee", - "202.16", - "NATIONAL_BANK", - "XMR", - "EUR", - 1.3, - ], - [ - "eef710a1-45dd-42c7-b710-a145dd62c702", - "KnutValentinee", - "203.42", - "VIPPS", - "XMR", - "EUR", - 1.31, - ], - [ - "a24af15c-3a17-4bd8-8af1-5c3a177bd8f4", - "KnutValentinee", - "203.74", - "VIPPS", - "XMR", - "EUR", - 1.31, - ], - [ - "9cb46b4e-2d40-4516-b46b-4e2d40a516de", - "COMPRATUDO", - "205.31", - "CRYPTOCURRENCY", - "XMR", - "EUR", - 1.32, - ], - [ - "54d5afc8-c0e7-45b0-95af-c8c0e775b09a", - "KnutValentinee", - "205.31", - "SEPA", - "XMR", - "EUR", - 1.32, - ], - [ - "7f8e36ad-11a1-49ed-8e36-ad11a169ed71", - "KnutValentinee", - "205.31", - "SEPA", - "XMR", - "EUR", - 1.32, - ], - [ - "6ce62792-d93e-4aba-a627-92d93e5aba6c", - "KnutValentinee", - "205.31", - "SEPA", - "XMR", - "EUR", - 1.32, - ], - [ - "0360ea65-5d3b-4768-a0ea-655d3bd768cd", - "KnutValentinee", - "205.31", - "SEPA", - "XMR", - "EUR", - 1.32, - ], - [ - "1c488904-f015-49b3-8889-04f01599b315", - "KnutValentinee", - "205.31", - "INTERNATIONAL_WIRE_SWIFT", - "XMR", - "EUR", - 1.32, - ], - [ - "8f5734df-7a7c-40e9-9734-df7a7c10e918", - "Power", - "205.31", - "TRANSFERWISE", - "XMR", - "EUR", - 1.32, - ], - [ - "e6199e4a-5fdd-47d4-999e-4a5fdd77d481", - "Power", - "205.31", - "NATIONAL_BANK", - "XMR", - "EUR", - 1.32, - ], - [ - "cffdcec5-c042-438d-bdce-c5c042738d73", - "COMPRATUDO", - "205.31", - "CRYPTOCURRENCY", - "XMR", - "EUR", - 1.32, - ], - [ - "cbf9e638-cee0-424d-b9e6-38cee0124dd3", - "KnutValentinee", - "205.31", - "SEPA", - "XMR", - "EUR", - 1.32, - ], - [ - "cdb5a7b3-8eb5-4903-b5a7-b38eb55903ac", - "KnutValentinee", - "205.31", - "SEPA", - "XMR", - "EUR", - 1.32, - ], - [ - "1d4bba97-2e75-4c7a-8bba-972e75fc7a1b", - "COMPRATUDO", - "205.31", - "CRYPTOCURRENCY", - "XMR", - "EUR", - 1.32, - ], - [ - "e3333ade-1d21-4d75-b33a-de1d21fd75a5", - "COMPRATUDO", - "205.31", - "CRYPTOCURRENCY", - "XMR", - "EUR", - 1.32, - ], - [ - "9eebd8ac-21a1-4b75-abd8-ac21a11b758a", - "KnutValentinee", - "205.31", - "INTERNATIONAL_WIRE_SWIFT", - "XMR", - "EUR", - 1.32, - ], - [ - "b1a60c0e-f749-47f6-a60c-0ef74987f6c5", - "KnutValentinee", - "205.31", - "INTERNATIONAL_WIRE_SWIFT", - "XMR", - "EUR", - 1.32, - ], - [ - "599eb17a-962b-4470-9eb1-7a962b7470a9", - "KnutValentinee", - "208.47", - "CASH_BY_MAIL", - "XMR", - "EUR", - 1.35, - ], - [ - "114ad2f8-b377-4f2a-8ad2-f8b3775f2a8e", - "KnutValentinee", - "213.21", - "CASH_DEPOSIT", - "XMR", - "EUR", - 1.38, - ], - [ - "eb202f4a-5f8f-4081-a02f-4a5f8f4081d1", - "COMPRATUDO", - "213.21", - "NATIONAL_BANK", - "XMR", - "EUR", - 1.38, - ], - [ - "b7a49893-8512-4719-a498-9385128719bf", - "COMPRATUDO", - "213.21", - "NATIONAL_BANK", - "XMR", - "EUR", - 1.38, - ], - [ - "38df20b7-4097-45b2-9f20-b7409755b2ec", - "COMPRATUDO", - "213.21", - "ADVCASH", - "XMR", - "EUR", - 1.38, - ], - [ - "282fc9c2-811b-4a30-afc9-c2811b3a3020", - "COMPRATUDO", - "213.21", - "ADVCASH", - "XMR", - "EUR", - 1.38, - ], - [ - "a23b6fca-a3af-40c9-bb6f-caa3af80c911", - "COMPRATUDO", - "213.21", - "SEPA", - "XMR", - "EUR", - 1.38, - ], - [ - "09816590-b5e5-4921-8165-90b5e569219e", - "COMPRATUDO", - "213.21", - "TRANSFERWISE", - "XMR", - "EUR", - 1.38, - ], - [ - "71fba09f-59c6-4e21-bba0-9f59c6ae21be", - "COMPRATUDO", - "213.21", - "TRANSFERWISE", - "XMR", - "EUR", - 1.38, - ], - [ - "ea90d7aa-0d1d-4808-90d7-aa0d1d2808ff", - "COMPRATUDO", - "213.21", - "ADVCASH", - "XMR", - "EUR", - 1.38, - ], - [ - "bdc38992-22cb-4e2c-8389-9222cb9e2cad", - "COMPRATUDO", - "213.21", - "TRANSFERWISE", - "XMR", - "EUR", - 1.38, - ], - [ - "a75bc0f1-1701-4400-9bc0-f11701e40053", - "COMPRATUDO", - "213.21", - "NATIONAL_BANK", - "XMR", - "EUR", - 1.38, - ], - [ - "b691a006-87f2-4d8e-91a0-0687f2cd8ea0", - "COMPRATUDO", - "213.21", - "TRANSFERWISE", - "XMR", - "EUR", - 1.38, - ], - [ - "7c4facad-f504-4a91-8fac-adf5044a91f1", - "COMPRATUDO", - "213.21", - "SEPA", - "XMR", - "EUR", - 1.38, - ], - [ - "4c0a0d34-a37e-4d81-8a0d-34a37e1d81e0", - "COMPRATUDO", - "213.21", - "ADVCASH", - "XMR", - "EUR", - 1.38, - ], - [ - "4c4440c7-d681-4b5e-8440-c7d6810b5e6b", - "Dax", - "219.00", - "CREDITCARD", - "XMR", - "EUR", - 1.41, - ], - [ - "fa0f2cf2-e817-4efe-8f2c-f2e8179efe2b", - "Dax", - "219.00", - "NATIONAL_BANK", - "XMR", - "EUR", - 1.41, - ], - [ - "d5aa9539-0aab-4bbf-aa95-390aab8bbf74", - "luca_babulli", - "220.96", - "CASH_BY_MAIL", - "XMR", - "EUR", - 1.43, - ], - [ - "feac92e1-459f-4d29-ac92-e1459f1d291b", - "Dax", - "234.00", - "CASH_DEPOSIT", - "XMR", - "EUR", - 1.51, - ], - [ - "d7b56002-83ab-429a-b560-0283abe29a3c", - "manascrypto", - "235.32", - "PAYSAFECARD", - "XMR", - "EUR", - 1.52, - ], - [ - "fedc1efe-2fab-445b-9c1e-fe2fab145ba1", - "strawberries", - "236.90", - "CRYPTOCURRENCY", - "XMR", - "EUR", - 1.53, - ], - [ - "ed23b3e8-2526-448b-a3b3-e82526048bf3", - "VivekBlogger", - "238.48", - "PAYPAL", - "XMR", - "EUR", - 1.54, - ], - [ - "751b8fc4-0fdb-4085-9b8f-c40fdbd08585", - "VivekBlogger", - "238.48", - "PAYPAL", - "XMR", - "EUR", - 1.54, - ], - [ - "f5fe23ec-3272-407b-be23-ec3272c07bbf", - "VivekBlogger", - "238.48", - "PAYPAL", - "XMR", - "EUR", - 1.54, - ], - [ - "d1964bfc-9a3f-4f86-964b-fc9a3fff8639", - "VivekBlogger", - "238.48", - "PAYPAL", - "XMR", - "EUR", - 1.54, - ], - [ - "cfc47038-257d-4b1e-8470-38257dcb1e30", - "VivekBlogger", - "238.48", - "PAYPAL", - "XMR", - "EUR", - 1.54, - ], - [ - "31390b83-4ecf-46dc-b90b-834ecf46dc9e", - "VivekBlogger", - "238.48", - "PAYPAL", - "XMR", - "EUR", - 1.54, - ], - [ - "b91e884e-86c3-42e7-9e88-4e86c362e718", - "VivekBlogger", - "238.48", - "PAYPAL", - "XMR", - "EUR", - 1.54, - ], - [ - "d8db0fe1-cf2d-4497-9b0f-e1cf2d449763", - "VivekBlogger", - "238.48", - "PAYPAL", - "XMR", - "EUR", - 1.54, - ], - [ - "6404aba0-f2ac-48a6-84ab-a0f2aca8a659", - "VivekBlogger", - "238.48", - "PAYPAL", - "XMR", - "EUR", - 1.54, - ], - [ - "aaaafb1d-e3e4-449a-aafb-1de3e4549a2d", - "VivekBlogger", - "238.48", - "PAYPAL", - "XMR", - "EUR", - 1.54, - ], - [ - "6cfb5120-d31f-4533-bb51-20d31ff53310", - "VivekBlogger", - "238.48", - "PAYPAL", - "XMR", - "EUR", - 1.54, - ], - [ - "db6c8143-8683-4ee1-ac81-4386834ee1f4", - "VivekBlogger", - "238.48", - "PAYPAL", - "XMR", - "EUR", - 1.54, - ], - [ - "7f823ed1-25f5-48b6-823e-d125f548b6e8", - "VivekBlogger", - "238.48", - "PAYPAL", - "XMR", - "EUR", - 1.54, - ], - [ - "17ea8a58-2210-46b2-aa8a-58221076b212", - "VivekBlogger", - "238.48", - "PAYPAL", - "XMR", - "EUR", - 1.54, - ], - [ - "f300d8d3-4faf-472c-80d8-d34fafa72cf9", - "VivekBlogger", - "238.48", - "PAYPAL", - "XMR", - "EUR", - 1.54, - ], - [ - "bbeb2314-61f3-4219-ab23-1461f3f219c5", - "VivekBlogger", - "238.48", - "PAYPAL", - "XMR", - "EUR", - 1.54, - ], - [ - "4b27f562-e2ec-4839-a7f5-62e2ec38397c", - "VivekBlogger", - "238.48", - "PAYPAL", - "XMR", - "EUR", - 1.54, - ], - [ - "49f93c7a-eb93-40a8-b93c-7aeb93f0a885", - "VivekBlogger", - "238.48", - "PAYPAL", - "XMR", - "EUR", - 1.54, - ], - [ - "05eecd5d-c4b5-4d24-aecd-5dc4b57d249f", - "VivekBlogger", - "238.48", - "PAYPAL", - "XMR", - "EUR", - 1.54, - ], - [ - "dfbf3da0-bf27-4354-bf3d-a0bf272354bf", - "VivekBlogger", - "238.48", - "PAYPAL", - "XMR", - "EUR", - 1.54, - ], - [ - "4270e746-2f80-4c11-b0e7-462f800c118a", - "VivekBlogger", - "238.48", - "PAYPAL", - "XMR", - "EUR", - 1.54, - ], - [ - "f8fcbb0a-3bf6-4899-bcbb-0a3bf6d899a7", - "VivekBlogger", - "238.48", - "PAYPAL", - "XMR", - "EUR", - 1.54, - ], - [ - "8b4e6392-c3c7-46dc-8e63-92c3c786dc1e", - "luca_babulli", - "251.21", - "NETELLER", - "XMR", - "EUR", - 1.62, - ], - [ - "14128e28-d88c-4877-928e-28d88c98777e", - "luca_babulli", - "253.26", - "WU", - "XMR", - "EUR", - 1.63, - ], - [ - "2f3a7508-88c5-4b45-ba75-0888c51b45f2", - "luca_babulli", - "257.36", - "PAYPAL", - "XMR", - "EUR", - 1.66, - ], - [ - "60c88ebe-0b34-40ec-888e-be0b3420ec75", - "luca_babulli", - "259.41", - "CREDITCARD", - "XMR", - "EUR", - 1.67, - ], - [ - "141d63f2-cc84-4919-9d63-f2cc84e919ec", - "luca_babulli", - "269.66", - "CREDITCARD", - "XMR", - "EUR", - 1.74, - ], - [ - "c0d7f23b-cc26-4d85-97f2-3bcc265d8537", - "Jorge", - "272.00", - "SEPA", - "XMR", - "EUR", - 1.76, - ], - [ - "2993cebc-195c-4c5b-93ce-bc195c4c5b5c", - "Jorge", - "272.00", - "SEPA", - "XMR", - "EUR", - 1.76, - ], - [ - "5a9286b0-4141-400e-9286-b04141200eb5", - "Jorge", - "272.00", - "SEPA", - "XMR", - "EUR", - 1.76, - ], - [ - "c812f35c-7b09-452a-92f3-5c7b09552ac2", - "Jorge", - "272.00", - "SEPA", - "XMR", - "EUR", - 1.76, - ], - [ - "728e71a7-2e9d-4f0a-8e71-a72e9d9f0a49", - "Jorge", - "272.00", - "SEPA", - "XMR", - "EUR", - 1.76, - ], - [ - "e39971c0-78d4-42c3-9971-c078d4c2c33e", - "Jorge", - "272.00", - "SEPA", - "XMR", - "EUR", - 1.76, - ], - [ - "ff361a0b-903e-44f7-b61a-0b903ef4f712", - "Jorge", - "272.00", - "SEPA", - "XMR", - "EUR", - 1.76, - ], - [ - "94b399e2-2c96-480c-b399-e22c96180cf2", - "Jorge", - "272.00", - "SEPA", - "XMR", - "EUR", - 1.76, - ], - [ - "f3249712-c189-43a9-a497-12c189e3a9f8", - "Jorge", - "272.00", - "SEPA", - "XMR", - "EUR", - 1.76, - ], - [ - "354f59ae-c281-4700-8f59-aec281970075", - "Jorge", - "272.00", - "SEPA", - "XMR", - "EUR", - 1.76, - ], - [ - "6ce55e8a-10f4-4d66-a55e-8a10f4ad669c", - "Jorge", - "272.00", - "SEPA", - "XMR", - "EUR", - 1.76, - ], - [ - "69ae1799-283a-4c2b-ae17-99283a8c2b93", - "Jorge", - "272.00", - "SEPA", - "XMR", - "EUR", - 1.76, - ], - [ - "d11043b9-27a9-4d69-9043-b927a90d6981", - "Jorge", - "272.00", - "SEPA", - "XMR", - "EUR", - 1.76, - ], - [ - "f09c52ba-f003-43bd-9c52-baf00303bd5d", - "Jorge", - "272.00", - "SEPA", - "XMR", - "EUR", - 1.76, - ], - [ - "e35c51ff-d2f8-4840-9c51-ffd2f8984083", - "Jorge", - "272.00", - "SEPA", - "XMR", - "EUR", - 1.76, - ], - [ - "16ff709c-461c-403a-bf70-9c461c103a51", - "Jorge", - "272.00", - "SEPA", - "XMR", - "EUR", - 1.76, - ], - [ - "f203fdf9-3b5a-47b1-83fd-f93b5a97b13c", - "Jorge", - "272.00", - "SEPA", - "XMR", - "EUR", - 1.76, - ], - [ - "92121c5b-c07b-436a-921c-5bc07b036a53", - "Jorge", - "272.00", - "SEPA", - "XMR", - "EUR", - 1.76, - ], - [ - "e07f1fef-3e67-4e9d-bf1f-ef3e671e9dbc", - "Jorge", - "272.00", - "SEPA", - "XMR", - "EUR", - 1.76, - ], - [ - "844fd027-8b9e-4bad-8fd0-278b9ecbadcb", - "Jorge", - "272.00", - "SEPA", - "XMR", - "EUR", - 1.76, - ], - [ - "1b6359c0-a2ef-4875-a359-c0a2ef1875bd", - "Jorge", - "272.00", - "SEPA", - "XMR", - "EUR", - 1.76, - ], - [ - "f0158ec8-92c1-4466-958e-c892c1146601", - "Jorge", - "272.00", - "SEPA", - "XMR", - "EUR", - 1.76, - ], - [ - "fab7060b-2a7c-4ca1-b706-0b2a7ceca1e4", - "Jorge", - "272.00", - "SEPA", - "XMR", - "EUR", - 1.76, - ], - [ - "b8b12954-49f4-4d5f-b129-5449f41d5fb5", - "Jorge", - "272.00", - "SEPA", - "XMR", - "EUR", - 1.76, - ], - [ - "c8b80cc1-44ba-47de-b80c-c144ba87de63", - "Jorge", - "272.00", - "SEPA", - "XMR", - "EUR", - 1.76, - ], - [ - "626e497e-3ddf-4337-ae49-7e3ddf4337ef", - "Jorge", - "272.00", - "SEPA", - "XMR", - "EUR", - 1.76, - ], - [ - "e98a86af-54aa-4879-8a86-af54aa98791a", - "Jorge", - "272.00", - "SEPA", - "XMR", - "EUR", - 1.76, - ], - [ - "8a30a234-a13f-41c0-b0a2-34a13f51c095", - "Jorge", - "272.00", - "SEPA", - "XMR", - "EUR", - 1.76, - ], - [ - "aafb3dce-da7c-4958-bb3d-ceda7c2958ce", - "Jorge", - "272.00", - "SEPA", - "XMR", - "EUR", - 1.76, - ], - [ - "2f147a42-48c5-441a-947a-4248c5541a48", - "postman", - "282.70", - "GIFT_CARD_CODE_GLOBAL", - "XMR", - "EUR", - 1.82, - ], - [ - "09e678f2-276f-414d-a678-f2276f114d46", - "luca_babulli", - "289.16", - "CREDITCARD", - "XMR", - "EUR", - 1.87, - ], - [ - "078d582e-9be2-480c-8d58-2e9be2380c6e", - "yoy", - "296.00", - "PAYPAL", - "XMR", - "EUR", - 1.91, - ], - [ - "80757975-3d13-46fb-b579-753d1366fba6", - "MCWILSON700", - "300.08", - "PAYPAL", - "XMR", - "EUR", - 1.94, - ], - [ - "1a605e62-46c6-42e7-a05e-6246c6e2e7f4", - "MCWILSON700", - "300.08", - "XOOM", - "XMR", - "EUR", - 1.94, - ], - [ - "c9fbaaa2-6434-4b39-bbaa-a26434cb3979", - "sanjurjo", - "341.00", - "NATIONAL_BANK", - "XMR", - "EUR", - 2.2, - ], - [ - "225150af-4e90-4b05-9150-af4e90db0526", - "Ahmed003", - "473.80", - "GIFT_CARD_CODE_GLOBAL", - "XMR", - "EUR", - 3.06, - ], - [ - "16c2bd7b-551c-4c3f-82bd-7b551c4c3f9a", - "MalMen", - "39437.57", - "NATIONAL_BANK", - "BTC", - "EUR", - 1.03, - ], - [ - "69986ca9-f0eb-4ac0-986c-a9f0eb3ac057", - "MalMen", - "40616.87", - "SEPA", - "BTC", - "EUR", - 1.06, - ], - [ - "85e7cb6f-6f23-452d-a7cb-6f6f23752daa", - "Chicks", - "41230.31", - "CASH_BY_MAIL", - "BTC", - "EUR", - 1.08, - ], - [ - "1c4b5b14-ec53-4065-8b5b-14ec5300657c", - "TheKaii", - "46574.98", - "SPECIFIC_BANK", - "BTC", - "EUR", - 1.22, - ], - [ - "6c18d1c7-7619-4479-98d1-c77619747958", - "TheKaii", - "46574.98", - "NATIONAL_BANK", - "BTC", - "EUR", - 1.22, - ], - [ - "de745aa8-aa79-424a-b45a-a8aa79624a1a", - "TheKaii", - "46574.98", - "SEPA", - "BTC", - "EUR", - 1.22, - ], - [ - "940306fe-3445-49c7-8306-fe344519c711", - "TheKaii", - "46574.98", - "SEPA", - "BTC", - "EUR", - 1.22, - ], - [ - "65dde899-70ed-4fb6-9de8-9970edcfb664", - "TheKaii", - "46574.98", - "SEPA", - "BTC", - "EUR", - 1.22, - ], - [ - "179db5e3-a306-40f9-9db5-e3a30690f953", - "TheKaii", - "46574.98", - "NATIONAL_BANK", - "BTC", - "EUR", - 1.22, - ], - [ - "d91f445d-0cb3-4fae-9f44-5d0cb34fae3a", - "TheKaii", - "46574.98", - "SPECIFIC_BANK", - "BTC", - "EUR", - 1.22, - ], - [ - "9928ea57-79f6-4e99-a8ea-5779f6fe99f5", - "TheKaii", - "46574.98", - "SEPA", - "BTC", - "EUR", - 1.22, - ], - [ - "42a53e79-bdf0-4b52-a53e-79bdf0cb52a9", - "TheKaii", - "46574.98", - "SEPA", - "BTC", - "EUR", - 1.22, - ], - [ - "34a7f150-ab27-43b6-a7f1-50ab2733b6f6", - "TheKaii", - "46574.98", - "SEPA", - "BTC", - "EUR", - 1.22, - ], - [ - "91b80d22-044e-46f8-b80d-22044ec6f854", - "Crypto_Hood", - "46574.98", - "WU", - "BTC", - "EUR", - 1.22, - ], - [ - "24648fb0-6a87-4fc8-a48f-b06a871fc8df", - "EmmanuelMuema", - "48861.74", - "PAYPAL", - "BTC", - "EUR", - 1.28, - ], - [ - "a9b4a046-fbd3-40ce-b4a0-46fbd350cee4", - "EmmanuelMuema", - "48862.50", - "PAYPAL", - "BTC", - "EUR", - 1.28, - ], - [ - "3ac35173-e890-4251-8351-73e890725145", - "EmmanuelMuema", - "48862.88", - "PAYPAL", - "BTC", - "EUR", - 1.28, - ], - [ - "e5e7a1ff-2274-4667-a7a1-ff2274f667a4", - "EmmanuelMuema", - "48863.64", - "PAYPAL", - "BTC", - "EUR", - 1.28, - ], - [ - "e4099bf9-5ee5-40d2-899b-f95ee5f0d2c0", - "EmmanuelMuema", - "49602.35", - "XOOM", - "BTC", - "EUR", - 1.3, - ], - [ - "d229188e-bf21-4a4d-a918-8ebf21fa4dbc", - "Crypto_Hood", - "51537.89", - "PAYPAL", - "BTC", - "EUR", - 1.35, - ], - [ - "0f66a064-89eb-46dd-a6a0-6489eb96dd6c", - "Crypto_Hood", - "53446.70", - "PAYPAL", - "BTC", - "EUR", - 1.4, - ], - [ - "808efc29-1cea-4801-8efc-291ceac80192", - "Crypto_Hood", - "53446.70", - "PAYPAL", - "BTC", - "EUR", - 1.4, - ], - [ - "eac8d85b-f16c-420f-88d8-5bf16c920f79", - "Dax", - "56500.00", - "NATIONAL_BANK", - "BTC", - "EUR", - 1.48, - ], - [ - "a294be17-2b54-4640-94be-172b54f6401a", - "Dax", - "56800.00", - "SEPA", - "BTC", - "EUR", - 1.49, - ], - [ - "ece2517d-db7b-4a94-a251-7ddb7b1a9415", - "Dax", - "56910.00", - "CREDITCARD", - "BTC", - "EUR", - 1.49, - ], - [ - "6fecdc11-9acb-4269-acdc-119acb92695b", - "Dax", - "59700.00", - "CASH_DEPOSIT", - "BTC", - "EUR", - 1.56, - ], - ], - "TRY": [ - [ - "0d3d707e-6ee2-4cc0-bd70-7e6ee23cc04a", - "Moneroeh", - "2605.06", - "CRYPTOCURRENCY", - "XMR", - "TRY", - 1.08, - ], - [ - "5450ebe9-49ac-4917-90eb-e949ac4917b9", - "Horixon", - "2629.41", - "NATIONAL_BANK", - "XMR", - "TRY", - 1.09, - ], - [ - "dbe8d37b-bbcc-40f1-a8d3-7bbbcca0f141", - "Horixon", - "2629.41", - "CASH_DEPOSIT", - "XMR", - "TRY", - 1.09, - ], - [ - "e028af52-0c6c-45d1-a8af-520c6cf5d17e", - "Horixon", - "2653.75", - "CASH_DEPOSIT", - "XMR", - "TRY", - 1.1, - ], - [ - "853e2190-dfd9-400f-be21-90dfd9300fba", - "Horixon", - "2653.75", - "OTHER", - "XMR", - "TRY", - 1.1, - ], - [ - "2b202548-6bab-4231-a025-486bab8231bc", - "Horixon", - "2726.79", - "OTHER", - "XMR", - "TRY", - 1.13, - ], - [ - "4a651892-7432-477e-a518-927432277ef6", - "KnutValentinee", - "2921.56", - "INTERNATIONAL_WIRE_SWIFT", - "XMR", - "TRY", - 1.21, - ], - [ - "929450a0-9a86-4133-9450-a09a86613363", - "topmonero", - "3165.03", - "REVOLUT", - "XMR", - "TRY", - 1.31, - ], - ], - "GBP": [ - [ - "8a3f81a8-0f76-4b03-bf81-a80f769b03f4", - "Hakhlaque", - "136.77", - "CRYPTOCURRENCY", - "XMR", - "GBP", - 1.04, - ], - [ - "ba882fd4-0cc7-48ae-882f-d40cc728aed2", - "NewNamesProfile", - "138.16", - "CRYPTOCURRENCY", - "XMR", - "GBP", - 1.05, - ], - [ - "c4ada210-42fa-4266-ada2-1042fad26683", - "Moneroeh", - "140.82", - "CRYPTOCURRENCY", - "XMR", - "GBP", - 1.08, - ], - [ - "84a10227-fce0-4282-a102-27fce0828255", - "Chicks", - "142.81", - "CASH_BY_MAIL", - "XMR", - "GBP", - 1.09, - ], - [ - "c56f28cf-3024-4d90-af28-cf30244d90a9", - "XMRCoops", - "144.74", - "CRYPTOCURRENCY", - "XMR", - "GBP", - 1.11, - ], - [ - "c0c7ac98-01fe-433e-87ac-9801fed33e77", - "Select", - "144.78", - "CRYPTOCURRENCY", - "XMR", - "GBP", - 1.11, - ], - [ - "7fa6f5a5-68bd-48ec-a6f5-a568bd28eccd", - "VivekBlogger", - "144.81", - "CRYPTOCURRENCY", - "XMR", - "GBP", - 1.11, - ], - [ - "e59fd3cb-4312-4cb2-9fd3-cb43122cb2b0", - "InstaCrypto", - "146.14", - "CASH_BY_MAIL", - "XMR", - "GBP", - 1.12, - ], - [ - "c378be42-5ab5-42df-b8be-425ab5e2dfbc", - "Kevlar", - "148.53", - "NATIONAL_BANK", - "XMR", - "GBP", - 1.13, - ], - [ - "402b5955-6b1d-4d77-ab59-556b1d2d7769", - "10poplar", - "148.53", - "NATIONAL_BANK", - "XMR", - "GBP", - 1.13, - ], - [ - "0be0bbeb-0435-4679-a0bb-eb043546793d", - "wiefix", - "148.79", - "NATIONAL_BANK", - "XMR", - "GBP", - 1.14, - ], - [ - "560cdb59-251c-4ced-8cdb-59251ceceddb", - "Boozymad89", - "148.79", - "NATIONAL_BANK", - "XMR", - "GBP", - 1.14, - ], - [ - "15e821b8-e570-4b0f-a821-b8e5709b0ffc", - "SecureMole", - "150.12", - "REVOLUT", - "XMR", - "GBP", - 1.15, - ], - [ - "071ab272-ba37-4a14-9ab2-72ba37fa1484", - "Boozymad89", - "150.12", - "REVOLUT", - "XMR", - "GBP", - 1.15, - ], - [ - "262f54e5-faa1-4656-af54-e5faa106569e", - "topmonero", - "150.35", - "REVOLUT", - "XMR", - "GBP", - 1.15, - ], - [ - "71911d6a-ef24-4b8a-911d-6aef24fb8a42", - "topmonero", - "150.35", - "REVOLUT", - "XMR", - "GBP", - 1.15, - ], - [ - "91870f8b-6038-4777-870f-8b60385777ba", - "KnutValentinee", - "152.11", - "SEPA", - "XMR", - "GBP", - 1.16, - ], - [ - "f3a89e8c-8708-4779-a89e-8c870817795f", - "jeffguy", - "152.78", - "REVOLUT", - "XMR", - "GBP", - 1.17, - ], - [ - "c7b587d8-26c4-4c02-b587-d826c4fc0228", - "NewNamesProfile", - "152.78", - "NATIONAL_BANK", - "XMR", - "GBP", - 1.17, - ], - [ - "702e8869-134e-4f34-ae88-69134e8f3455", - "tradingdirect", - "152.78", - "CASH_BY_MAIL", - "XMR", - "GBP", - 1.17, - ], - [ - "18666a0d-bb79-48af-a66a-0dbb7998af8e", - "Boozymad89", - "154.09", - "NATIONAL_BANK", - "XMR", - "GBP", - 1.18, - ], - [ - "6d81245a-8e65-4cc3-8124-5a8e652cc3ad", - "37inglenook", - "154.09", - "NATIONAL_BANK", - "XMR", - "GBP", - 1.18, - ], - [ - "150989af-cdcc-4674-8989-afcdcc967441", - "Senti", - "155.43", - "NATIONAL_BANK", - "XMR", - "GBP", - 1.19, - ], - [ - "73aca869-4b40-4e94-aca8-694b40fe9463", - "Boozymad89", - "159.42", - "NATIONAL_BANK", - "XMR", - "GBP", - 1.22, - ], - [ - "cc2ab0b2-aa95-45bf-aab0-b2aa9525bfc5", - "10poplar", - "159.42", - "NATIONAL_BANK", - "XMR", - "GBP", - 1.22, - ], - [ - "2cce8a67-d2b3-4067-8e8a-67d2b33067fb", - "NewNamesProfile", - "159.42", - "NATIONAL_BANK", - "XMR", - "GBP", - 1.22, - ], - [ - "281eee00-6f25-4868-9eee-006f25c868bb", - "XMRCoops", - "159.42", - "OTHER", - "XMR", - "GBP", - 1.22, - ], - [ - "5e90f6c5-ed34-46b8-90f6-c5ed34e6b829", - "MattUK", - "159.42", - "GIFT_CARD_CODE_GLOBAL", - "XMR", - "GBP", - 1.22, - ], - [ - "50d685b7-bdb8-4860-9685-b7bdb8d86081", - "Pellerin", - "160.75", - "CREDITCARD", - "XMR", - "GBP", - 1.23, - ], - [ - "590c4824-12f9-454f-8c48-2412f9f54f74", - "Power", - "161.92", - "PAYPAL", - "XMR", - "GBP", - 1.24, - ], - [ - "c1e26b15-3f77-46ea-a26b-153f7796ea92", - "SecureMole", - "161.92", - "PAYPAL", - "XMR", - "GBP", - 1.24, - ], - [ - "7a22da88-19b4-4ed3-a2da-8819b42ed34c", - "Select", - "161.92", - "PAYPAL", - "XMR", - "GBP", - 1.24, - ], - [ - "80f0c67e-7334-4d5f-b0c6-7e73348d5f38", - "NewNamesProfile", - "161.94", - "PAYPAL", - "XMR", - "GBP", - 1.24, - ], - [ - "a154792a-5336-4695-9479-2a53360695b4", - "Senti", - "162.08", - "SQUARE_CASH", - "XMR", - "GBP", - 1.24, - ], - [ - "c8d261b4-13c1-4200-9261-b413c1b200ca", - "10poplar", - "163.41", - "SQUARE_CASH", - "XMR", - "GBP", - 1.25, - ], - [ - "a705131c-bf10-427c-8513-1cbf10127c32", - "37inglenook", - "163.41", - "SQUARE_CASH", - "XMR", - "GBP", - 1.25, - ], - [ - "19bb0806-e2cd-4925-bb08-06e2cdd925b8", - "Markantonio", - "164.07", - "PAYPAL", - "XMR", - "GBP", - 1.25, - ], - [ - "e7c2fea8-2db6-4650-82fe-a82db62650c3", - "Power", - "164.73", - "TRANSFERWISE", - "XMR", - "GBP", - 1.26, - ], - [ - "5bca1a21-46dc-41da-8a1a-2146dc91daf1", - "Bitpal", - "164.73", - "MONEYBOOKERS", - "XMR", - "GBP", - 1.26, - ], - [ - "cca14a7b-9813-43cb-a14a-7b981303cb47", - "Power", - "165.00", - "SQUARE_CASH", - "XMR", - "GBP", - 1.26, - ], - [ - "ed15a9f1-f420-46a4-95a9-f1f42046a431", - "NewNamesProfile", - "166.06", - "TRANSFERWISE", - "XMR", - "GBP", - 1.27, - ], - [ - "ecd37a1c-14b5-4182-937a-1c14b53182fe", - "NewNamesProfile", - "167.38", - "SQUARE_CASH", - "XMR", - "GBP", - 1.28, - ], - [ - "b6186a14-6bd3-46bc-986a-146bd326bccc", - "Bitpal", - "167.39", - "PAYPAL", - "XMR", - "GBP", - 1.28, - ], - [ - "de5f9fd0-7192-4a2f-9f9f-d071928a2f86", - "VivekBlogger", - "167.39", - "WU", - "XMR", - "GBP", - 1.28, - ], - [ - "9493e7ac-6cf5-47a2-93e7-ac6cf597a2d5", - "NewNamesProfile", - "172.71", - "SEPA", - "XMR", - "GBP", - 1.32, - ], - [ - "a80a2f06-ee65-44c7-8a2f-06ee65e4c71b", - "notahamster", - "172.71", - "GIFT_CARD_CODE_GLOBAL", - "XMR", - "GBP", - 1.32, - ], - [ - "56b01cf3-912b-4c44-b01c-f3912b2c4467", - "slacker111", - "172.71", - "CASH_BY_MAIL", - "XMR", - "GBP", - 1.32, - ], - [ - "a18fcdca-45c0-464c-8fcd-ca45c0c64c37", - "Power", - "172.71", - "SEPA", - "XMR", - "GBP", - 1.32, - ], - [ - "ca4feeb9-22d5-456d-8fee-b922d5c56d27", - "Boozymad89", - "175.36", - "REVOLUT", - "XMR", - "GBP", - 1.34, - ], - [ - "ee0895e5-8993-4b5f-8895-e589930b5f3d", - "yakinikun", - "175.76", - "PAYPAL", - "XMR", - "GBP", - 1.34, - ], - [ - "75b635d5-1ca7-4606-b635-d51ca7160664", - "EASY", - "175.76", - "PAYPAL", - "XMR", - "GBP", - 1.34, - ], - [ - "34a20689-f788-4f73-a206-89f7884f7375", - "Dax", - "186.00", - "CREDITCARD", - "XMR", - "GBP", - 1.42, - ], - [ - "b3b5a4e7-2071-46a9-b5a4-e7207196a917", - "Dax", - "195.00", - "NATIONAL_BANK", - "XMR", - "GBP", - 1.49, - ], - [ - "8935e17b-81e8-4f9c-b5e1-7b81e8bf9c8f", - "VivekBlogger", - "200.60", - "PAYPAL", - "XMR", - "GBP", - 1.53, - ], - [ - "03d7342a-cf82-4496-9734-2acf82b496ee", - "VivekBlogger", - "200.60", - "PAYPAL", - "XMR", - "GBP", - 1.53, - ], - [ - "f3bfc6d0-7f8c-42a8-bfc6-d07f8c82a81f", - "VivekBlogger", - "200.60", - "PAYPAL", - "XMR", - "GBP", - 1.53, - ], - [ - "dc3a0bcc-f191-4f6f-ba0b-ccf1916f6f6d", - "MCWILSON700", - "252.42", - "XOOM", - "XMR", - "GBP", - 1.93, - ], - [ - "055d8971-b511-4d40-9d89-71b511dd40e8", - "MCWILSON700", - "252.42", - "PAYPAL", - "XMR", - "GBP", - 1.93, - ], - [ - "fca30f93-a091-44d1-a30f-93a091d4d178", - "Crypto_Hood", - "32755.02", - "NATIONAL_BANK", - "BTC", - "GBP", - 1.02, - ], - [ - "7a59c09d-2e8e-4638-99c0-9d2e8e0638a4", - "Chicks", - "34200.10", - "CASH_BY_MAIL", - "BTC", - "GBP", - 1.06, - ], - [ - "71b1b2c4-3b97-4e7c-b1b2-c43b978e7c5d", - "Crypto_Hood", - "38214.19", - "CASH_BY_MAIL", - "BTC", - "GBP", - 1.18, - ], - [ - "7eaffcbb-69f0-447b-affc-bb69f0647b67", - "Crypto_Hood", - "38535.32", - "OTHER", - "BTC", - "GBP", - 1.19, - ], - [ - "78db95b7-e090-48e2-9b95-b7e09098e2d9", - "Crypto_Hood", - "40140.96", - "REVOLUT", - "BTC", - "GBP", - 1.24, - ], - [ - "10c14420-0c03-43ab-8144-200c03c3abb1", - "Crypto_Hood", - "41104.34", - "PAYPAL", - "BTC", - "GBP", - 1.27, - ], - [ - "5af65e8f-9b6b-4fd3-b65e-8f9b6b5fd3c8", - "EmmanuelMuema", - "41698.43", - "PAYPAL", - "BTC", - "GBP", - 1.29, - ], - [ - "efaeea05-b8f7-49ac-aeea-05b8f7c9ac6f", - "Crypto_Hood", - "48169.15", - "SQUARE_CASH", - "BTC", - "GBP", - 1.49, - ], - [ - "f919710a-20b0-4d4d-9971-0a20b04d4d2b", - "Dax", - "48900.00", - "CREDITCARD", - "BTC", - "GBP", - 1.52, - ], - [ - "b333f748-5e77-4d2c-b3f7-485e77dd2ce2", - "Dax", - "49500.00", - "NATIONAL_BANK", - "BTC", - "GBP", - 1.53, - ], - ], - "SEK": [ - [ - "777c8026-c01d-4f2c-bc80-26c01dbf2c3e", - "Moneroeh", - "1793.57", - "CRYPTOCURRENCY", - "XMR", - "SEK", - 1.11, - ], - [ - "53578d42-4038-4b28-978d-4240386b2881", - "VivekBlogger", - "1827.10", - "CRYPTOCURRENCY", - "XMR", - "SEK", - 1.13, - ], - [ - "902a87ec-5061-49c6-aa87-ec5061e9c6a1", - "XMRCoops", - "1885.76", - "CRYPTOCURRENCY", - "XMR", - "SEK", - 1.16, - ], - [ - "2ff9284b-92cd-4576-b928-4b92cda576b3", - "KnutValentinee", - "1894.15", - "SEPA", - "XMR", - "SEK", - 1.17, - ], - [ - "60f65deb-2bd3-4d40-b65d-eb2bd32d4074", - "libertyCrypto", - "1927.67", - "CASH_BY_MAIL", - "XMR", - "SEK", - 1.19, - ], - [ - "d3812058-1b95-42ec-8120-581b95a2ecd4", - "XMRCoops", - "1977.96", - "OTHER", - "XMR", - "SEK", - 1.22, - ], - [ - "f9daf7da-b3da-47b0-9af7-dab3da27b005", - "isse0202", - "1977.96", - "REVOLUT", - "XMR", - "SEK", - 1.22, - ], - [ - "5223d44f-b620-42a5-a3d4-4fb620c2a530", - "topmonero", - "1981.81", - "REVOLUT", - "XMR", - "SEK", - 1.22, - ], - [ - "2252a3f7-6d6b-400b-92a3-f76d6bb00b50", - "SwishaMonero", - "2095.29", - "REVOLUT", - "XMR", - "SEK", - 1.29, - ], - [ - "2d72efa7-cef3-400c-b2ef-a7cef3200c15", - "VivekBlogger", - "2112.06", - "WU", - "XMR", - "SEK", - 1.3, - ], - [ - "a3059ae1-ca32-4566-859a-e1ca32956672", - "yakinikun", - "2217.66", - "PAYPAL", - "XMR", - "SEK", - 1.37, - ], - [ - "f5ecef47-7bb6-433e-acef-477bb6633ef5", - "EASY", - "2217.66", - "PAYPAL", - "XMR", - "SEK", - 1.37, - ], - [ - "da7b28a3-df32-4126-bb28-a3df32812653", - "Dax", - "2470.00", - "NATIONAL_BANK", - "XMR", - "SEK", - 1.52, - ], - [ - "53797e1b-2e0c-4dd1-b97e-1b2e0c8dd1d6", - "VivekBlogger", - "2531.11", - "PAYPAL", - "XMR", - "SEK", - 1.56, - ], - [ - "1b8d962b-500c-45af-8d96-2b500c85afdf", - "Dax", - "693700.00", - "NATIONAL_BANK", - "BTC", - "SEK", - 1.74, - ], - ], -} diff --git a/handler/tests/data/agora_ads.json b/handler/tests/data/agora_ads.json deleted file mode 100644 index 2118025..0000000 --- a/handler/tests/data/agora_ads.json +++ /dev/null @@ -1,66 +0,0 @@ -[0, "JPY", "XMR", {"success": true, "message": "OK", "response": {"data": {"ad_count": 9, "ad_list": [{"data": {"ad_id": "b6413848-0a04-4c9d-8138-480a043c9d9a", "countrycode": "JP", "created_at": "2021-09-08T01:18:17.957Z", "currency": "JPY", "first_time_limit_xmr": 1, "max_amount_available": "152484.50", "min_amount": "6000.00", "msg": "Sorry, I only speak english.\n\nI accept many cryptos for exchange such as BTC, LTC, XRP, XLM, DOGE, and dozens more.\n\nPlease enter the amount of XMR you want and then send me a message with the crypto you want to trade.\n\nBTC can be extremely slow and may take upwards of an hour for me to receive one confirmation and release your XMR.\n\nETH and all ERC-20 coins have high network fees and I can't give you as good of an exchange rate on those cryptos.\n\nThe coins I like to use for exchange because they are fast and have lower fees are LTC, XRP, and XLM.\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nPlease don't mark your trade as paid until you send the crypto to the wallet address I give you.\n\nIf we have traded before, DO NOT SEND TO THE SAME WALLET AS LAST TIME. My wallet address changes with every trade.\n\nPlease check out https://protectwealth.co to do your own trade anonymously 24/7 and get a better exchange rate!\n\nI don't have much XMR available here, but you can get as much as you want on my website.\n\nI may leave this ad up overnight or when I'm busy. If you don't get a reply from me within half an hour please cancel the trade.\n\nThank you", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "22320.46", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your other coins for Monero!", "profile": {"username": "Moneroeh", "name": "Moneroeh (521; 100%)", "feedback_score": 100, "trade_count": "521", "last_online": "2022-02-11T05:29:38.461Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/b6413848-0a04-4c9d-8138-480a043c9d9a"}}, {"data": {"ad_id": "40daa9ca-5eaa-4e58-9aa9-ca5eaade582d", "countrycode": "JP", "created_at": "2021-09-18T18:04:36.656Z", "currency": "JPY", "max_amount_available": "67705.82", "min_amount": "3000.00", "msg": "Buy Monero (XMR) with any popular crypto like -\n\nBTC ETH ADA USDT XRP SOL BCH BNB\n\nOpen trade and tell me which coin you'll pay with\n\nI'll share payment address and amount\n\nIf offline telegram @VYXMR", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "22737.67", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "BTC\ud83d\udd3aETH\ud83d\udd39USDT\ud83d\udd39LTC\ud83d\udd3aBCH (Pay with any crypto)", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/40daa9ca-5eaa-4e58-9aa9-ca5eaade582d"}}, {"data": {"ad_id": "f74b0e2c-8f39-4f94-8b0e-2c8f392f9459", "countrycode": "JP", "created_at": "2021-12-26T04:42:09.011Z", "currency": "JPY", "max_amount_available": "41747.30", "min_amount": "3000.00", "msg": "I accept many cryptocurrencies, tell me what crypto you would like to send\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nThe best coins to send for quickest and lowest fees are , (BNB, HBAR, XRP, LTC, SEA, XLM and many other) If possible convert your coins to a quick and low fee crypto\n\nIf we have traded before don't send the coins to the same wallet as my wallet address can changes with every trade.\n\nI will not under any circumstances release until funds are in my hand", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "23467.78", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your crypto for XMR", "profile": {"username": "XMRCoops", "name": "XMRCoops (641; 100%)", "feedback_score": 100, "trade_count": "641", "last_online": "2022-02-11T09:43:21.233Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/f74b0e2c-8f39-4f94-8b0e-2c8f392f9459"}}, {"data": {"ad_id": "b56becaa-5013-4d36-abec-aa5013fd364e", "countrycode": "JP", "created_at": "2021-09-18T18:00:51.660Z", "currency": "JPY", "first_time_limit_xmr": 2, "max_amount_available": "78265.44", "min_amount": "7000.00", "msg": "Start chat and ask for recepient details\n\nEasily send through WU website https://www.westernunion.com/jp/en/web/send-money/start\n\nOnce paid just share receipt photo or screenshot\n\nFast XMR release under 30 minutes of payment\n\nGot questions? Telegram @VYXMR", "online_provider": "WU", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "26283.91", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/b56becaa-5013-4d36-abec-aa5013fd364e"}}, {"data": {"ad_id": "8577c575-42d1-4ebc-b7c5-7542d17ebc82", "countrycode": "JP", "created_at": "2022-02-09T19:06:22.726Z", "currency": "JPY", "max_amount": "461880.19", "max_amount_available": "195632.32", "min_amount": "1154.70", "msg": "Hello and welcome!\n\nPlease start a trade and wait until I send the reference/note, then complete the payment using the payment details.\n\nInstructions below are for the Revolut app, but you may send with instant SEPA or bank transfer in the UK.\n\nStep-by-step instructions in Revolut app:\n* Go to **Send** on balance page\n* Click **New** in top right corner\n* Select **Add a bank recipient**\n* Select **Business**\n* Set **Country of recipient's bank** to **\"United Kingdom\"**\n* Set **Currency** to the one you want to send (example: EUR, USD, GBP, SEK, PLN, CHF, etc...)\n* Set **IBAN** to **\"GB87 REVO 0099 6930 5868 62\"**\n* Set **BIC/SWIFT** to **\"REVOGB21\"**\n* Set **Company name** to **\"PATHOGEN LIMITED\"**\n* Leave e-mail blank\n* Click **Add recipient**\n* If you are asked for address information, please use **24 Holborn Viaduct, London, England, EC1A 2BN**\n* **IMPORTANT:** Set **Reference** to the ID provided in chat (example: **XMR-XXXXX**), without this I won\u2019t know which trade to release!\n* Send the payment\n\nAs soon as the money is received (around 5 seconds average) I'll release the XMR! :)", "online_provider": "REVOLUT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "27118.32", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\u2705ONLINE NOW \ud83e\udd77NO KYC \ud83d\ude80INSTANT", "profile": {"username": "topmonero", "name": "topmonero (883; 100%)", "feedback_score": 100, "trade_count": "883", "last_online": "2022-02-11T09:43:22.063Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/8577c575-42d1-4ebc-b7c5-7542d17ebc82"}}, {"data": {"ad_id": "6add9ffa-25be-4f26-9d9f-fa25be5f26e0", "countrycode": "JP", "created_at": "2022-01-13T07:33:50.760Z", "currency": "JPY", "first_time_limit_xmr": 1, "max_amount": "130000.00", "max_amount_available": "130000.00", "min_amount": "6500.00", "msg": "**PLEASE READ THIS BEFORE YOU START A TRADE!**\n\n---\n- For first-time traders, I will need an ID.\n- Payment only via the Friends and Family option on PayPal. (NO Goods and Services). \n- Send the full amount in one transaction from your account. (Don't use the account of a friend or family member). \n- INSTANT XMR RELEASE after I received the money on PayPal. \n---\nI can always refuse to trade without explanation. ", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "27598.10", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "PayPal Friends and Family only | NO ID | Instant Release |", "profile": {"username": "yakinikun", "name": "yakinikun (51; 100%)", "feedback_score": 100, "trade_count": "51", "last_online": "2022-02-11T09:42:54.204Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/6add9ffa-25be-4f26-9d9f-fa25be5f26e0"}}, {"data": {"ad_id": "f4d45ad4-4b13-4f5f-945a-d44b137f5fa7", "countrycode": "DE", "created_at": "2022-01-12T23:03:38.617Z", "currency": "JPY", "first_time_limit_xmr": 1, "max_amount": "70000.00", "max_amount_available": "14579.95", "min_amount": "7000.00", "msg": "**READ THIS BEFORE YOU START A TRADE!** \ud83e\udd1d\n\n\u2713 First-time traders have to verify their ID. \n\u2713 Payment only via the Friends and Family option. \n\u2713 **INSTANT XMR RELEASE** after receiving the money. \ud83d\ude80\n\nText me on [Telegram](https://t.me/jannikwlt) for more information about my service.", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "27598.10", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "ALL CURRENCIES | INSTANT RELEASE \ud83d\udcb0\ud83d\ude80", "profile": {"username": "EASY", "name": "EASY (62; 100%)", "feedback_score": 100, "trade_count": "62", "last_online": "2022-02-11T07:41:22.368Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/f4d45ad4-4b13-4f5f-945a-d44b137f5fa7"}}, {"data": {"ad_id": "fd6e1b2c-c23b-4f02-ae1b-2cc23bbf02c9", "countrycode": "JP", "created_at": "2022-02-01T19:03:05.277Z", "currency": "JPY", "first_time_limit_xmr": 1, "max_amount_available": "160807.69", "min_amount": "12000.00", "msg": "Monero with IBAN bank transfer, no identity required.\n\nMulti-currencies account in Switzerland. Your transfer form must have a field for IBAN, my bank has no local account number.\n\nYou will have the bank details after the trade is opened. Confirm when it's paid and wait until I see your transfer. Wait my consent for a 2d trade.", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "29670.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Bank transfer with IBAN in a Swiss bank, no identity", "profile": {"username": "Dax", "name": "Dax (162; 100%)", "feedback_score": 100, "trade_count": "162", "last_online": "2022-02-10T22:29:51.105Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/fd6e1b2c-c23b-4f02-ae1b-2cc23bbf02c9"}}, {"data": {"ad_id": "241487a6-9589-4160-9487-a69589616009", "countrycode": "JP", "created_at": "2021-09-18T18:02:53.447Z", "currency": "JPY", "first_time_limit_xmr": 0.2, "max_amount": "10000.00", "max_amount_available": "10000.00", "min_amount": "1100.00", "msg": "\u79c1\u304c\u652f\u6255\u3044\u3092\u8981\u6c42\u3067\u304d\u308b\u3088\u3046\u306b\u30c1\u30e3\u30c3\u30c8\u3067\u3042\u200b\u200b\u306a\u305f\u306e\u30da\u30a4\u30d1\u30eb\u30e1\u30fc\u30eb\u3092\u9001\u3063\u3066\u304f\u3060\u3055\u3044\n\n\uff08\u652f\u6255\u3044\u304c\u4fdd\u7559\u306b\u306a\u3063\u305f\u5834\u5408\u306f\u30ea\u30ea\u30fc\u30b9\u3057\u307e\u305b\u3093\uff09\n\n\u304a\u652f\u6255\u3044\u5f8c\u306f\u3001\u5168\u753b\u9762\u652f\u6255\u3044\u6982\u8981\u306e\u30b9\u30af\u30ea\u30fc\u30f3\u30b7\u30e7\u30c3\u30c8\u304c\u5fc5\u8981\u3067\u3059\u3002\n", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "31498.97", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/241487a6-9589-4160-9487-a69589616009"}}]}}, "status": 200}] -[0, "GBP", "XMR", {"success": true, "message": "OK", "response": {"data": {"ad_count": 20, "ad_list": [{"data": {"ad_id": "8a3f81a8-0f76-4b03-bf81-a80f769b03f4", "countrycode": "GB", "created_at": "2021-12-18T14:56:41.101Z", "currency": "GBP", "max_amount": "20000.00", "max_amount_available": "12582.74", "min_amount": "500.00", "msg": "Send your crypto to buy XMR.\n\nUSDT (Erc20, Bep20, Trc20), USDC, BUSD, PAX, TUSD, BTC, ETH, LTC, XRP, DASH, BNB, XLM, DOGE, BNB, SOL, DOT accepted\n\nI will release XMR on first confirmation, but it will take 50 minutes to reach your wallet that you have given while opening the trade.\n'Do not Panic'", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "136.77", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\u2666\ufe0fCrypto to crypto\u2666\ufe0f BTC\ud83d\udd38ETH\ud83d\udd3aXRP\ud83d\udd39XLM\ud83d\udd38ADA\ud83d\udd39DASH\ud83d\udd3aBNB\ud83d\udd38EOS", "profile": {"username": "Hakhlaque", "name": "Hakhlaque (671; 98%)", "feedback_score": 98, "trade_count": "671", "last_online": "2022-02-11T09:31:29.145Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/8a3f81a8-0f76-4b03-bf81-a80f769b03f4"}}, {"data": {"ad_id": "ba882fd4-0cc7-48ae-882f-d40cc728aed2", "countrycode": "GB", "created_at": "2021-11-18T18:32:33.975Z", "currency": "GBP", "max_amount_available": "1004.92", "min_amount": "100.00", "msg": "Add on the transaction fee to your transaction and happy trading :)\n \nSorry for any inconveniences\n\n** THIS IS NOT A BANK TRANSFER TRADE**\nFor bank transfer trades refer here: https://localmonero.co/ad/buy-monero-national-bank-united-kingdom/2cce8a67-d2b3-4067-8e8a-67d2b33067fb", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "138.16", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\ud83d\udfe2BTC \ud83d\udfe2LTC\ud83d\udfe2ETH\ud83d\udfe2RVN\ud83d\udfe2RTM\ud83d\udfe2NANO Any crypto coins!", "profile": {"username": "NewNamesProfile", "name": "NewNamesProfile (1008; 100%)", "feedback_score": 100, "trade_count": "1008", "last_online": "2022-02-11T09:43:36.879Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/ba882fd4-0cc7-48ae-882f-d40cc728aed2"}}, {"data": {"ad_id": "c4ada210-42fa-4266-ada2-1042fad26683", "countrycode": "GB", "created_at": "2021-07-09T19:58:15.802Z", "currency": "GBP", "first_time_limit_xmr": 1, "max_amount_available": "962.02", "min_amount": "75.00", "msg": "I accept many cryptos for exchange such as BTC, LTC, XRP, XLM, DOGE, and dozens more.\n\nPlease enter the amount of XMR you want and then send me a message with the crypto you want to trade.\n\nBTC can be extremely slow and may take upwards of an hour for me to receive one confirmation and release your XMR.\n\nETH and ERC-20 coins can have high network fees and I cannot give you as good of an exchange rate on those cryptos.\n\nThe coins I like to use for exchange because they are fast and have lower fees are LTC, XRP, and XLM.\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nPlease don't mark your trade as paid until you send the crypto to the wallet address I give you.\n\nIf we have traded before, DO NOT SEND TO THE SAME WALLET AS LAST TIME. My wallet address changes with every trade.\n\nPlease check out https://protectwealth.co to do your own trade anonymously 24/7 and get a better exchange rate!\n\nI don't have much XMR available here, but you can get as much as you want on my website.\n\nI may leave this ad up overnight or when I'm busy. If you don't get a reply from me within half an hour please cancel the trade.\n\nThank you", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "140.82", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your other cryptos for Monero!", "profile": {"username": "Moneroeh", "name": "Moneroeh (521; 100%)", "feedback_score": 100, "trade_count": "521", "last_online": "2022-02-11T05:29:38.461Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/c4ada210-42fa-4266-ada2-1042fad26683"}}, {"data": {"ad_id": "84a10227-fce0-4282-a102-27fce0828255", "countrycode": "GB", "created_at": "2021-06-17T04:56:26.227Z", "currency": "GBP", "max_amount": "50000.00", "max_amount_available": "2448.49", "min_amount": "2000.00", "msg": "Include a note in the package\n\"For Monero on Agoradesk.com Between Chicks and & Your user Name\"\nor print out the trade once open.\n\nNO 3rd Parties.\nInclude a return address Matching your real name.\none name and initial is ok.\nPrint your shipping/address labels, if you can**\n\nLarger amounts use Priority Express.\nsmall amounts, anything with tracking.\nCopy/Paste a tracking number before you mark paid.\npicture of the package is nice too\n\nUse Large Bills\ntry to limit the amount of small bills\nNo $1s\n\nYou may request Starting price or Release Price\nbut you must decide at the start of the trade.\n\nPackage the cash securely and discretely to avoid loss or theft while it is in transit.\n\nAn envelope with some printer paper wrapped around the cash works. then place that envelope into a Priority Express, or Bubble mailer envelope.\n\n\nDO NOT:\nSend more than 10 bills in a standard envelope\nFold the cash - this makes the letter too thick and easier to identify\nUse excessive tape or packaging material\n\nBusiness Phone/whatsapp: +1 587-707-7020\nTelegram: https://t.me/PKChicks\nEmail: danly@chicksgold.com\n\n**Join our discord server for a faster response and a more personable experience \ndiscord.gg/chicksx", "online_provider": "CASH_BY_MAIL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "142.81", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Cash by mail Trusted ", "profile": {"username": "Chicks", "name": "Chicks (1393; 100%)", "feedback_score": 100, "trade_count": "1393", "last_online": "2022-02-11T03:04:56.558Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/84a10227-fce0-4282-a102-27fce0828255"}}, {"data": {"ad_id": "c56f28cf-3024-4d90-af28-cf30244d90a9", "countrycode": "GB", "created_at": "2021-12-08T04:37:03.996Z", "currency": "GBP", "max_amount_available": "257.48", "min_amount": "30.00", "msg": "\n\nI accept many cryptocurrencies, tell me what crypto you would like to send\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nThe best coins to send for quickest and lowest fees are , (BNB, HBAR, XRP, LTC, SEA, XLM and many other) If possible convert your coins to a quick and low fee crypto\n\nIf we have traded before don't send the coins to the same wallet as my wallet address can changes with every trade.\n\nI will not under any circumstances release until funds are in my hand", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "144.74", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Crypto to crypto - BTC, ETH, LTC, BCH, XRP, DOGE, USDT", "profile": {"username": "XMRCoops", "name": "XMRCoops (641; 100%)", "feedback_score": 100, "trade_count": "641", "last_online": "2022-02-11T09:43:21.233Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/c56f28cf-3024-4d90-af28-cf30244d90a9"}}, {"data": {"ad_id": "c0c7ac98-01fe-433e-87ac-9801fed33e77", "countrycode": "GB", "created_at": "2021-09-09T05:51:59.365Z", "currency": "GBP", "first_time_limit_xmr": 10, "max_amount": "5000.00", "max_amount_available": "2820.69", "min_amount": "50.00", "msg": "You pay me any crypto (BTC/BCH/LTC/ETH/USDC/USDT)", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "144.78", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "You pay any crypto. BTC/BCH/LTC/ETH/USDC/USDT etc", "profile": {"username": "Select", "name": "Select (1517; 99%)", "feedback_score": 99, "trade_count": "1517", "last_online": "2022-02-11T09:43:40.361Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/c0c7ac98-01fe-433e-87ac-9801fed33e77"}}, {"data": {"ad_id": "7fa6f5a5-68bd-48ec-a6f5-a568bd28eccd", "countrycode": "GB", "created_at": "2021-08-08T05:46:51.931Z", "currency": "GBP", "max_amount_available": "431.20", "min_amount": "25.00", "msg": "Buy Monero (XMR) with any popular crypto like -\n\nBTC ETH ADA USDT XRP SOL BCH BNB\n\nOpen trade and tell me which coin you'll pay with\n\nI'll send amount and payment address\n\nOnly one network confirmation required\n\nIf offline telegram @VYXMR", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "144.81", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "BTC\ud83d\udd3aETH\ud83d\udd39USDT\ud83d\udd39LTC\ud83d\udd3aBCH (Pay with any crypto)", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/7fa6f5a5-68bd-48ec-a6f5-a568bd28eccd"}}, {"data": {"ad_id": "c378be42-5ab5-42df-b8be-425ab5e2dfbc", "countrycode": "GB", "created_at": "2021-08-16T07:25:17.336Z", "currency": "GBP", "first_time_limit_xmr": 1.5, "max_amount": "1500.00", "max_amount_available": "1302.16", "min_amount": "10.00", "msg": "#### Trade XMR for GBP\n\nWhen the trade begins please give me a few moments to respond. Sometimes the chat doesn't automatically refresh. If you've been waiting a while for a response just give the page a refresh.\n\n##### The process for our first trade:\n\nFor our first trade only, and to prevent fraud, I will require a photo of you holding your ID (Passport or Drivers License) and a small note with the following statement on it:- \"**I (username) am buying \u00a3XX.XX of XMR on DD/MM/YYYY.**\".\n\n###### Please make sure the image is clear and readable and that your whole face is visible.\n\nYou can attach the image to the chat. I will only ever need to use it in the event of a fraudulent charge back. The website delete all chat messages after 180 days though I may retain chat transcripts and file attachments after 180 days so that I don't need to ask for ID again. If you'd prefer me not to do that then just let me know and I won't take a copy.\n\nAfter you've sent that image I will provide payment details. Please make sure you're paying with a bank account in the name you provided. I will return funds from anybody elses account and the trade will have to be cancelled.\n\nYour XMR will be released as soon as I have received the payment which should be instant. Though banks state that it can take up to 2 hours. Please be patient if this is the case and remember, your XMR will be sitting in escrow and will be completely safe.\n\n#### How Escrow works\nEscrow is a great system that protects both buyer and seller. Think of it as a holding ground between you and me that holds the XMR.\n\nAs soon as a trade is started the XMR is taken from me (the seller) and placed into escrow. When you (the buyer) have sent payment and I confirm receipt of it, I can release the XMR to you immediately.\n\nIn the unfortunate event where there is a dispute, then as long as you can prove you have paid the correct amount, to the correct bank account, the website staff can release the XMR to you.\n\nLikewise if a buyer fails to make payment after a certain amount of time, the XMR can be released back to me, the seller.\n", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "148.53", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Buy XMR securely and quickly - UK Bank Transfer", "profile": {"username": "Kevlar", "name": "Kevlar (2276; 100%)", "feedback_score": 100, "trade_count": "2276", "last_online": "2022-02-11T09:43:24.654Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/c378be42-5ab5-42df-b8be-425ab5e2dfbc"}}, {"data": {"ad_id": "402b5955-6b1d-4d77-ab59-556b1d2d7769", "countrycode": "GB", "created_at": "2021-05-26T05:31:05.238Z", "currency": "GBP", "max_amount_available": "1078.75", "min_amount": "10.00", "msg": "IDENTIFICATION WILL BE REQUIRED FOR YOUR FIRST PURCHASE WITH ME. I\u2019LL REQUIRE 2 PICTURES\n\nPIC 1. A CLOSE UP OF THE IDENTIFICATION (DRIVING LICENCE OR PASSPORT)\n\nPIC 2. A SELFIE HOLDING THE ID. AND A NOTE SAYING YOUR BUYING XMR FROM 10Poplar\n\nOR\n\nRETURNING CUSTOMERS AFTER 7 DAYS FROM FIRST TRADE.\n\nPLEASE JOIN OUR TELEGRAM OR DISCORD SERVERS, HERE YOU CAN REQUEST SPECIFIC AMOUNT\u2019S, REACH ME WHEN MY ADVERTS DOWN OR JUST HAVE A CHAT\n\nTELEGRAN:\n\nhttps://t.me/joinchat/hgvxGDUxi5w1MTFk\n\nDISCORD:\n\nhttps://discord.gg/5eP82JFT\n\nTHESE TRADES MUST USE UK BANK TRANSFERS THAT SUPPORT 'FASTER PAYMENTS' - MOST BANKS DO\n\nPLEASE TELL ME YOUR NAME DATE OF BIRTH AND THE NAME OF YOUR BANK.\n\nPAYMENT MUST COME FROM A BANK ACCOUNT IN YOUR NAME\n\nTo complete the trade I will give you the payment details including a reference to use. Check the payment details carefully before sending any money.\n\nCoins will be released as soon as I see the payment has been received.\n\nWarning: Faster Payments transfers, once sent, cannot be stopped or reversed. Any attempt to make a fraudulent chargeback after you have received your coins will fail. See www.fasterpayments.org.uk/faqs", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "148.53", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "(ID required) or (returning customers) fast bank transfer ", "profile": {"username": "10poplar", "name": "10poplar (2700; 100%)", "feedback_score": 100, "trade_count": "2700", "last_online": "2022-02-11T09:42:47.900Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/402b5955-6b1d-4d77-ab59-556b1d2d7769"}}, {"data": {"ad_id": "0be0bbeb-0435-4679-a0bb-eb043546793d", "countrycode": "GB", "created_at": "2021-06-15T11:37:45.620Z", "currency": "GBP", "max_amount": "1500.00", "max_amount_available": "1306.67", "min_amount": "100.00", "msg": "Verification required for first trade with me", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "148.79", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\u2764\ufe0f\u2764\ufe0f\u2764\ufe0fI'm online. \ud83d\udcb0\ud83d\udcb0\ud83d\udcb0Instant release", "profile": {"username": "wiefix", "name": "wiefix (2567; 100%)", "feedback_score": 100, "trade_count": "2567", "last_online": "2022-02-11T09:43:21.299Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/0be0bbeb-0435-4679-a0bb-eb043546793d"}}, {"data": {"ad_id": "560cdb59-251c-4ced-8cdb-59251ceceddb", "countrycode": "GB", "created_at": "2022-02-09T19:13:59.047Z", "currency": "GBP", "first_time_limit_xmr": 8, "max_amount": "1500.00", "max_amount_available": "1198.52", "min_amount": "30.00", "msg": "Verification Applies To:\n\nLOW or NO TRADE HISTORY / FEEDBACK BUYERS - (ONLY)! \n\n*IF, You Prefer You Can Refer To My: NO ID Required! - Ads @ A Slightly Higher Price.\ud83d\udc4d\n\nFOR OUR FIRST TRADE ONLY!: (Preventing Fraud Charge Back's. (This Is Basically Scammers)\n\nPlease Relax, I Guarantee Anonymity !!\ud83d\udc4d\n\n* I Require A Photo Of Your ID - (Passport or Drivers \n License).\n* A Selfie With A Small Note As Follows \"I (Username) Am Buying \u00a3XX.XX Of \n XMR On DD/MM/YYYY.\".\n\n* Please Ensure The Images Are Clear & Readable \n & That Your Whole Face / Document Is Visible & \n Just Attach To The Chat. Easy!!\ud83d\ude0e\n\nIt Will Only Ever!!!! Be Used In A Fraudulent Case & Gets Removed From Chat Soon After.\n\nWhen The Above Has Been Completed, You Will Be Added To My List Of Verified Buyers & Will NOT Need To Do This Again\ud83d\ude09\ud83d\udc4d\ud83c\udf7b\ud83c\udf7b\n\nI Will Then Provide Payment Details For You.\ud83d\udc4d", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "148.79", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "UK Transfer - Super Fast Release\ud83d\ude80\ud83d\ude80\nAll Welcome! \ud83d\udd25Online Now!!", "profile": {"username": "Boozymad89", "name": "Boozymad89 (160; 100%)", "feedback_score": 100, "trade_count": "160", "last_online": "2022-02-11T09:43:14.165Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/560cdb59-251c-4ced-8cdb-59251ceceddb"}}, {"data": {"ad_id": "15e821b8-e570-4b0f-a821-b8e5709b0ffc", "countrycode": "GB", "created_at": "2021-12-04T22:46:00.295Z", "currency": "GBP", "max_amount": "1000.00", "max_amount_available": "398.20", "min_amount": "50.00", "msg": "## Follow the instructions exactly.\nSend me the amount and once confirmed, I will unlock your Monero.\nYou **have** to put \"Trade - (Trade ID)\" in the subject of the transfer.\n", "online_provider": "REVOLUT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "150.12", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Revolut Payment - NO KYC", "profile": {"username": "SecureMole", "name": "SecureMole (145; 98%)", "feedback_score": 98, "trade_count": "145", "last_online": "2022-02-11T09:43:19.994Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/15e821b8-e570-4b0f-a821-b8e5709b0ffc"}}, {"data": {"ad_id": "071ab272-ba37-4a14-9ab2-72ba37fa1484", "countrycode": "GB", "created_at": "2022-01-01T16:10:48.048Z", "currency": "GBP", "max_amount": "2000.00", "max_amount_available": "1209.25", "min_amount": "8.00", "msg": "No ID Required - No Terms!! \ud83d\udc4d Super Fast Release. \ud83d\ude80 \nMessage me a few times, if I don't respond straight away, may be getting a beer\ud83e\udd23.\n\nThank you\ud83d\udc4d. Happy New Year All \ud83c\udf7a\ud83c\udf7b", "online_provider": "REVOLUT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "150.12", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "NO ID\ud83d\udc4d Super Fast Release !!!!!!!\ud83d\ude80\ud83d\ude80\n\ud83d\udd25Online Now!", "profile": {"username": "Boozymad89", "name": "Boozymad89 (160; 100%)", "feedback_score": 100, "trade_count": "160", "last_online": "2022-02-11T09:43:14.165Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/071ab272-ba37-4a14-9ab2-72ba37fa1484"}}, {"data": {"ad_id": "262f54e5-faa1-4656-af54-e5faa106569e", "countrycode": "US", "created_at": "2022-02-09T19:06:17.810Z", "currency": "GBP", "max_amount": "2947.27", "max_amount_available": "1084.62", "min_amount": "7.37", "msg": "Hello and welcome!\n\nPlease start a trade and wait until I send the reference/note, then complete the payment using the payment details.\n\nInstructions below are for the Revolut app, but you may send with instant SEPA or bank transfer in the UK.\n\nStep-by-step instructions in Revolut app:\n* Go to **Send** on balance page\n* Click **New** in top right corner\n* Select **Add a bank recipient**\n* Select **Business**\n* Set **Country of recipient's bank** to **\"United Kingdom\"**\n* Set **Currency** to **GBP**\n* Set **Account number** to **\"3061 5607\"**\n* Set **Sort code** to **\"04-00-75\"**\n* Set **Company name** to **\"PATHOGEN LIMITED\"**\n* Leave e-mail blank\n* Click **Add recipient**\n* If you are asked for address information, please use **24 Holborn Viaduct, London, England, EC1A 2BN**\n* **IMPORTANT:** Set **Reference** to the ID provided in chat (example: **XMR-XXXXX**), without this I won\u2019t know which trade to release!\n* Send the payment\n\nAs soon as the money is received (around 5 seconds average) I'll release the XMR! :)", "online_provider": "REVOLUT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "150.35", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\u2705ONLINE NOW \ud83e\udd77NO KYC \ud83d\ude80INSTANT", "profile": {"username": "topmonero", "name": "topmonero (883; 100%)", "feedback_score": 100, "trade_count": "883", "last_online": "2022-02-11T09:43:22.063Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/262f54e5-faa1-4656-af54-e5faa106569e"}}, {"data": {"ad_id": "71911d6a-ef24-4b8a-911d-6aef24fb8a42", "countrycode": "GB", "created_at": "2022-02-09T19:06:14.883Z", "currency": "GBP", "max_amount": "2947.27", "max_amount_available": "1084.62", "min_amount": "7.37", "msg": "Hello and welcome!\n\nPlease start a trade and wait until I send the reference/note, then complete the payment using the payment details.\n\nInstructions below are for the Revolut app, but you may send with instant SEPA or bank transfer in the UK.\n\nStep-by-step instructions in Revolut app:\n* Go to **Send** on balance page\n* Click **New** in top right corner\n* Select **Add a bank recipient**\n* Select **Business**\n* Set **Country of recipient's bank** to **\"United Kingdom\"**\n* Set **Currency** to **GBP**\n* Set **Account number** to **\"3061 5607\"**\n* Set **Sort code** to **\"04-00-75\"**\n* Set **Company name** to **\"PATHOGEN LIMITED\"**\n* Leave e-mail blank\n* Click **Add recipient**\n* If you are asked for address information, please use **24 Holborn Viaduct, London, England, EC1A 2BN**\n* **IMPORTANT:** Set **Reference** to the ID provided in chat (example: **XMR-XXXXX**), without this I won\u2019t know which trade to release!\n* Send the payment\n\nAs soon as the money is received (around 5 seconds average) I'll release the XMR! :)", "online_provider": "REVOLUT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "150.35", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\u2705ONLINE NOW \ud83e\udd77NO KYC \ud83d\ude80INSTANT", "profile": {"username": "topmonero", "name": "topmonero (883; 100%)", "feedback_score": 100, "trade_count": "883", "last_online": "2022-02-11T09:43:22.063Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/71911d6a-ef24-4b8a-911d-6aef24fb8a42"}}, {"data": {"ad_id": "91870f8b-6038-4777-870f-8b60385777ba", "countrycode": "GB", "created_at": "2021-12-24T08:16:29.382Z", "currency": "GBP", "max_amount": "750.00", "max_amount_available": "632.63", "msg": "", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "152.11", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/91870f8b-6038-4777-870f-8b60385777ba"}}, {"data": {"ad_id": "f3a89e8c-8708-4779-a89e-8c870817795f", "countrycode": "GB", "created_at": "2021-11-23T11:26:12.684Z", "currency": "GBP", "max_amount": "659.00", "max_amount_available": "553.17", "min_amount": "60.00", "msg": "I'm not here all the time, if I don't respond, don't panic, I should be with you within a few minutes.", "online_provider": "REVOLUT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "152.78", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Revolut, no KYC, fast release. You're handsome.", "profile": {"username": "jeffguy", "name": "jeffguy (104; 100%)", "feedback_score": 100, "trade_count": "104", "last_online": "2022-02-11T09:42:53.964Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/f3a89e8c-8708-4779-a89e-8c870817795f"}}, {"data": {"ad_id": "c7b587d8-26c4-4c02-b587-d826c4fc0228", "countrycode": "GB", "created_at": "2021-09-19T12:45:48.621Z", "currency": "GBP", "first_time_limit_xmr": 0, "max_amount_available": "1111.26", "min_amount": "10.00", "msg": "> _This listing will operate anti-fraud ID and selfie authentication checks for first time traders._ \n> _Returning customers will not be required to repeat ID checks._\n\n- Fast and reliable, [check my feedback](/user/NewNamesProfile/feedback). If you see this ad I'm online and ready to trade. New traders welcome, but **please read all the terms below before opening your first trade**\n\n- This transaction will be using Faster payments bank transfer.\n\n- If possible i would like to use Pay Mobile payment system, ill discuss this in the trade :) \n> ** Pay Mobile WORKS LIKE A NORMAL BANK TRANSFER** but uses a phone number instead of a sort code and account number. \n> Note: PayM is used where possible, if this functionality is not available with your bank arrangements can be made to use regular transfer methods such as account + sort\n\n>While most banks do support PayM, some do not. To check if your bank supports PayM, please go to the following site and check if your bank is in the list: https://paym.co.uk/#register-now \n\n- If it's our first time trading I'll ask you to provide the name on the account you're sending from, and send a screenshot of transaction confirmation. XMR is released **after** the PayM payment has been confirmed & received - this is usually instant, but some banks will hold payments for a few hours if sending a large amount to a new contact. (this is out of my control)\n\n- **NO THIRD PARTY TRANSFERS** - Payment must be coming directly from you to me. I don't care what you need crypto for, but some people have tried paying me with stolen accounts recently and it's a real hassle to deal with fraud reports. Luckily the money always gets stopped before it arrives and I'm able to keep my crypto, but reports of payments originating from stolen accounts get sent to the police.\n\n> ###### **Important info for first time buyers:**\nUnless the trade terms specify otherwise, I do not require ID verification, but brand new accounts will be limited to a **maximum of \u00a3250 for the first 48 hours of trading with me**. This is to protect me against fraud such as chargebacks, scams and stolen accounts. **You may not be subject to this limit if you have a long account history or lots of positive feedback** - I'll let you know in the chat if your trade has reached any limits before I send PayM details.\n\n> **I have the right to cancel a trade at any time before providing payment information if I feel it is too high risk - I've had multiple bank accounts frozen and closed from buyers using stolen accounts or scams to pay me, and I don't want to deal with it anymore. As long as you're sending your own money from your own accounts we'll be good.**\n", "online_provider": "NATIONAL_BANK", "require_feedback_score": 100, "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "152.78", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "ID Required \u2022 Refer to my other trades for no ID \u2022 Fast and easy", "profile": {"username": "NewNamesProfile", "name": "NewNamesProfile (1008; 100%)", "feedback_score": 100, "trade_count": "1008", "last_online": "2022-02-11T09:43:36.879Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/c7b587d8-26c4-4c02-b587-d826c4fc0228"}}, {"data": {"ad_id": "18666a0d-bb79-48af-a66a-0dbb7998af8e", "countrycode": "GB", "created_at": "2022-01-01T15:11:21.275Z", "currency": "GBP", "max_amount": "1300.00", "max_amount_available": "1241.22", "min_amount": "30.00", "msg": "No ID Required - \ud83d\udc4d Super Fast Release \ud83d\ude80 \nMessage me a few times, if I don't respond straight away, may be getting a beer\ud83e\udd23.\n\nMUST BE A UK BANK SUPPORTING THE FASTER PAYMENT SYSTEM (FPS).\n\nThank you\ud83d\udc4d. Happy New Year All \ud83c\udf7a\ud83c\udf7b", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "154.09", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "NO ID\ud83d\udc4d - UK Transfer OR Revolut - Super Fast Release\ud83d\ude80 \ud83d\udd25Online", "profile": {"username": "Boozymad89", "name": "Boozymad89 (160; 100%)", "feedback_score": 100, "trade_count": "160", "last_online": "2022-02-11T09:43:14.165Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/18666a0d-bb79-48af-a66a-0dbb7998af8e"}}, {"data": {"ad_id": "6d81245a-8e65-4cc3-8124-5a8e652cc3ad", "countrycode": "GB", "created_at": "2021-02-11T13:37:55.587Z", "currency": "GBP", "max_amount": "80.00", "max_amount_available": "80.00", "min_amount": "10.00", "msg": "No ID required - but please note:\n\nMY TRADES ARE RESTRICTED TO UK BANK TRANSFERS THAT SUPPORT THE FASTER PAYMENTS INITIATIVE (FPI) - MOST BANKS DO\n\nI WILL ASK FOR YOUR NAME AND THE NAME OF YOUR BANK BEFORE PROCEEDING WITH A TRADE\n(My bank sometimes asks for date of birth when accepting a new deposit)\n\nI MAY ASK FOR MORE DETAILS FROM NEW CUSTOMERS OR PEOPLE WITH FEW TRADES\n\nPAYMENT MUST COME FROM A BANK ACCOUNT IN YOUR NAME AND YOU MUST BE A UK RESIDENT\n\n\n* Start by telling me your name and the name of your bank.\n* I will then give you the payment details - if you want to add a reference use any common first name. \n* (Please check the payment details carefully before sending any money)\n\nI try not to leave my desk without turning off my adverts, but please give me time to respond. \n\nCoins will be released as soon as payment is received.\n\nFinally, please leave feedback if you're happy :)\n", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "154.09", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "'Faster Payments' UK National Bank\n(No ID required)", "profile": {"username": "37inglenook", "name": "37inglenook (1516; 100%)", "feedback_score": 100, "trade_count": "1516", "last_online": "2022-02-11T09:42:54.485Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/6d81245a-8e65-4cc3-8124-5a8e652cc3ad"}}]}, "pagination": {"next": "https://agoradesk.com/api/v1/buy-monero-online/GBP?page=1"}}, "status": 200}] -[1, "GBP", "XMR", {"success": true, "message": "OK", "response": {"data": {"ad_count": 20, "ad_list": [{"data": {"ad_id": "6d81245a-8e65-4cc3-8124-5a8e652cc3ad", "countrycode": "GB", "created_at": "2021-02-11T13:37:55.587Z", "currency": "GBP", "max_amount": "80.00", "max_amount_available": "80.00", "min_amount": "10.00", "msg": "No ID required - but please note:\n\nMY TRADES ARE RESTRICTED TO UK BANK TRANSFERS THAT SUPPORT THE FASTER PAYMENTS INITIATIVE (FPI) - MOST BANKS DO\n\nI WILL ASK FOR YOUR NAME AND THE NAME OF YOUR BANK BEFORE PROCEEDING WITH A TRADE\n(My bank sometimes asks for date of birth when accepting a new deposit)\n\nI MAY ASK FOR MORE DETAILS FROM NEW CUSTOMERS OR PEOPLE WITH FEW TRADES\n\nPAYMENT MUST COME FROM A BANK ACCOUNT IN YOUR NAME AND YOU MUST BE A UK RESIDENT\n\n\n* Start by telling me your name and the name of your bank.\n* I will then give you the payment details - if you want to add a reference use any common first name. \n* (Please check the payment details carefully before sending any money)\n\nI try not to leave my desk without turning off my adverts, but please give me time to respond. \n\nCoins will be released as soon as payment is received.\n\nFinally, please leave feedback if you're happy :)\n", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "154.09", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "'Faster Payments' UK National Bank\n(No ID required)", "profile": {"username": "37inglenook", "name": "37inglenook (1516; 100%)", "feedback_score": 100, "trade_count": "1516", "last_online": "2022-02-11T09:42:54.485Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/6d81245a-8e65-4cc3-8124-5a8e652cc3ad"}}, {"data": {"ad_id": "73aca869-4b40-4e94-aca8-694b40fe9463", "countrycode": "GB", "created_at": "2022-01-02T17:09:31.290Z", "currency": "GBP", "max_amount": "1400.00", "max_amount_available": "1284.16", "min_amount": "5.00", "msg": "No ID Required\ud83d\udc4d. Super Fast Release \ud83d\ude80 \nMessage me a few times, if I don't respond straight away, may be getting a beer\ud83e\udd23.\n\nMUST BE A UK BANK SUPPORTING THE FASTER PAYMENT SYSTEM (FPS).\n\nThank you\ud83d\udc4d. Happy New Year All \ud83c\udf7a\ud83c\udf7b", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "159.42", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "NO ID\ud83d\udc4d - UK Transfer OR Revolut\nSuper Fast Release\ud83d\ude80 \ud83d\udd25Online!", "profile": {"username": "Boozymad89", "name": "Boozymad89 (160; 100%)", "feedback_score": 100, "trade_count": "160", "last_online": "2022-02-11T09:43:14.165Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/73aca869-4b40-4e94-aca8-694b40fe9463"}}, {"data": {"ad_id": "cc2ab0b2-aa95-45bf-aab0-b2aa9525bfc5", "countrycode": "GB", "created_at": "2021-02-19T15:58:25.314Z", "currency": "GBP", "max_amount_available": "1157.84", "min_amount": "450.00", "msg": "NO ID for large transactions above 500\n\nPLEASE JOIN OUR TELEGRAM OR DISCORD SERVERS, HERE YOU CAN REQUEST SPECIFIC AMOUNT\u2019S, REACH ME WHEN MY ADVERTS DOWN OR JUST HAVE A CHat\n\nTELEGRAN:\n\nhttps://t.me/joinchat/hgvxGDUxi5w1MTFk\n\nDISCORD:\n\nhttps://discord.gg/srbHkpc9q8\n\nTHESE TRADES MUST USE UK BANK TRANSFERS THAT SUPPORT 'FASTER PAYMENTS' - MOST BANKS DO\n\nPLEASE TELL ME YOUR NAME AND THE NAME OF YOUR BANK.\n\nPAYMENT MUST COME FROM A BANK ACCOUNT IN YOUR NAME\n\nTo complete the trade I will give you the payment details including a reference to use. Check the payment details carefully before sending any money.\n\nCoins will be released as soon as I see the payment has been received. Coins will take 10/10 confirmations before arriving in your imputed wallet address. Please note I have no control over this. \n\nWarning: Faster Payments transfers, once sent, cannot be stopped or reversed. Any attempt to make a fraudulent chargeback after you have received your coins will fail. See www.fasterpayments.org.uk/faqs", "online_provider": "NATIONAL_BANK", "require_feedback_score": 100, "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "159.42", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Established local monero customers no Id FAST PAYMENTS ", "profile": {"username": "10poplar", "name": "10poplar (2700; 100%)", "feedback_score": 100, "trade_count": "2700", "last_online": "2022-02-11T09:42:47.900Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/cc2ab0b2-aa95-45bf-aab0-b2aa9525bfc5"}}, {"data": {"ad_id": "2cce8a67-d2b3-4067-8e8a-67d2b33067fb", "countrycode": "GB", "created_at": "2021-09-13T16:39:40.587Z", "currency": "GBP", "max_amount_available": "1159.56", "min_amount": "10.00", "msg": "- Fast and reliable, [check my feedback](/user/NewNamesProfile/feedback). If you see this ad I'm online and ready to trade. New traders welcome, but **please read all the terms below before opening your first trade**\n\n- This transaction will be using a Bank Transfer via Faster Payments or PayM transfer.\n\n- If it's our first time trading I'll ask you to provide the name on the account you're sending from, and send a screenshot of transaction confirmation. XMR is released **after** the payment has been confirmed & received - this is usually instant, but some banks will hold payments for a few hours if sending a large amount to a new contact. (this is out of my control)\n\n- **NO THIRD PARTY TRANSFERS** - Payment must be coming directly from you to me. I don't care what you need crypto for, but some people have tried paying me with stolen accounts recently and it's a real hassle to deal with fraud reports. Luckily the money always gets stopped before it arrives and I'm able to keep my crypto, but reports of payments originating from stolen accounts get sent to the police.\n\n> ###### **Important info for first time buyers:**\nI don't require ID verification, but brand new accounts with 0 feedback will be limited to a **maximum of \u00a3100 for the first 48 hours of trading with me**. This is to protect me against fraud such as chargebacks, scams and stolen accounts. **You may not be subject to this limit if you have a long account history or lots of positive feedback** - I'll let you know in the chat if your trade has reached any limits before I send payment details.\n\n> **I have the right to cancel a trade at any time before providing payment information if I feel it is too high risk - I've had multiple bank accounts frozen and closed from buyers using stolen accounts or scams to pay me, and I don't want to deal with it anymore. As long as you're sending your own money from your own accounts we'll be good.**\n\n> **Frequent Buyer Programme**\n- Frequent purchasers who have no payment problems will be subject to a lower price.\n- This price will be determined based on current market rate. If Market rate is 15%, frequent buyers get 10%.\n\n>**Benefits of a Frequent Buyer**\n- Lower purchase fee %\n", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "159.42", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\ud83d\udfe2 Online Now \u2192 no ID, Instant release, EXISTING CUSTOMERS ONLY", "profile": {"username": "NewNamesProfile", "name": "NewNamesProfile (1008; 100%)", "feedback_score": 100, "trade_count": "1008", "last_online": "2022-02-11T09:43:36.879Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/2cce8a67-d2b3-4067-8e8a-67d2b33067fb"}}, {"data": {"ad_id": "281eee00-6f25-4868-9eee-006f25c868bb", "countrycode": "GB", "created_at": "2021-11-24T08:38:31.072Z", "currency": "GBP", "max_amount_available": "283.60", "min_amount": "30.00", "msg": "English only or translate\n\n**I accept many cryptocurrencies, tell me what crypto you would like to send**\n\n**You are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.**\n\n**The best coins to send for quickest and lowest fees are , (BNB, HBAR, XRP, LTC, SEA, XLM and many other) If possible convert your coins to a quick and low fee crypto**\n\n**If we have traded before don't send the coins to the same wallet as my wallet address can changes with every trade.**\n\n***I will not under any circumstances release until funds are in my hand***", "online_provider": "OTHER", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "159.42", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade you crypto for XMR", "profile": {"username": "XMRCoops", "name": "XMRCoops (641; 100%)", "feedback_score": 100, "trade_count": "641", "last_online": "2022-02-11T09:43:21.233Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/281eee00-6f25-4868-9eee-006f25c868bb"}}, {"data": {"ad_id": "50d685b7-bdb8-4860-9685-b7bdb8d86081", "countrycode": "GB", "created_at": "2022-01-27T10:28:49.024Z", "currency": "GBP", "max_amount": "250.00", "max_amount_available": "250.00", "min_amount": "40.00", "msg": "Instant Transaction & No KYC\n\nWe accept credit cards (VISA,Maestro,Mastercard)\n\nAfter you open the trade, you will receive a payment link. \n\nYou must use a card with your own name. Don't think to use with a stolen card, if your payment is rejected, I will block and report your profile.", "online_provider": "CREDITCARD", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "160.75", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "VISA | MASTERCARD | other credit cards - No KYC", "profile": {"username": "Pellerin", "name": "Pellerin (68; 100%)", "feedback_score": 100, "trade_count": "68", "last_online": "2022-02-11T09:43:01.962Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/50d685b7-bdb8-4860-9685-b7bdb8d86081"}}, {"data": {"ad_id": "590c4824-12f9-454f-8c48-2412f9f54f74", "countrycode": "GB", "created_at": "2022-01-16T02:37:38.063Z", "currency": "GBP", "max_amount_available": "1489.65", "min_amount": "50.00", "msg": "```- Fast and reliable, [check my feedback](/user/Power/feedback). If you see this ad I'm online and ready to trade. New traders welcome, but **please read all the terms below before opening your first trade**\n\n- This transaction will be using a PayPal Friends and Family transfer.\n\n- Depending on your account, i may ask you to email me from the email associated with the PayPal account.\n\n- Accounts must be verified paypal accounts. Non verified accounts will be refunded immediatley\n\n- If it's our first time trading I'll ask you to provide the name on the account you're sending from, and send a screenshot of transaction confirmation. XMR is released **after** the payment has been confirmed & received - this is usually instant, but some banks will hold payments for a few hours if sending a large amount to a new contact. (this is out of my control)\n\n- In the event you send as G&S and i am required to refund so that you can resend as F&F, you will be required to pay the fees which PayPal take from me if it exceeds a certain amount based on the trade value\n\n- **NO THIRD PARTY TRANSFERS** - Payment must be coming directly from you to me. I don't care what you need crypto for, but some people have tried paying me with stolen accounts recently and it's a real hassle to deal with fraud reports. Luckily the money always gets stopped before it arrives and I'm able to keep my crypto, but reports of payments originating from stolen accounts get sent to the police.\n\n> ###### **Important info for first time buyers:**\nI don't require ID verification, but brand new accounts with 0 feedback will be limited to a **maximum of \u00c2\u00a3100 for the first 48 hours of trading with me**. This is to protect me against fraud such as chargebacks, scams and stolen accounts. **You may not be subject to this limit if you have a long account history or lots of positive feedback** - I'll let you know in the chat if your trade has reached any limits before I send payment details.\n\n> **I have the right to cancel a trade at any time before providing payment information if I feel it is too high risk - I've had multiple bank accounts frozen and closed from buyers using stolen accounts or scams to pay me, and I don't want to deal with it anymore. As long as you're sending your own money from your own accounts we'll be good.**\n```", "online_provider": "PAYPAL", "require_feedback_score": 100, "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "161.92", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\ud83d\udfe2 Online Now \u2192 no ID, Instant release", "profile": {"username": "Power", "name": "Power (229; 100%)", "feedback_score": 100, "trade_count": "229", "last_online": "2022-02-11T09:32:53.230Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/590c4824-12f9-454f-8c48-2412f9f54f74"}}, {"data": {"ad_id": "c1e26b15-3f77-46ea-a26b-153f7796ea92", "countrycode": "GB", "created_at": "2022-01-28T10:17:25.768Z", "currency": "GBP", "max_amount": "500.00", "max_amount_available": "429.49", "min_amount": "50.00", "msg": "*NO BUSINESS ACCOUNTS. ONLY ACCOUNT BALANCE*\n\nI will ask for:\n\n- A screenshot of your PayPal dashboard with name and email address clearly visible (no cropped images)\n- The email address used by the PayPal account.\n- Email and Phone Verification\n- BLANK payment note.\n- A screenshot of the transaction (uncropped)\n- Full amount sent via friends and family ONLY.\n\n**I reserve the right to cancel any suspicious trades.**", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "161.92", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "PayPal - NO KYC (Friends and Family)", "profile": {"username": "SecureMole", "name": "SecureMole (145; 98%)", "feedback_score": 98, "trade_count": "145", "last_online": "2022-02-11T09:43:19.994Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/c1e26b15-3f77-46ea-a26b-153f7796ea92"}}, {"data": {"ad_id": "7a22da88-19b4-4ed3-a2da-8819b42ed34c", "countrycode": "GB", "created_at": "2022-01-08T07:49:18.296Z", "currency": "GBP", "first_time_limit_xmr": 1, "max_amount": "500.00", "max_amount_available": "500.00", "min_amount": "45.00", "msg": "**PayPal personal and VERIFIED account. No Business account. No exception**\n\n**Friends & family payments only**\n\nOnce you initiate the trade:\n- Send me the email that you will use to make payment.\n- For first timer, send me a screenshot of PayPal profile (name and email address should be visible).\n- Money is sent as \"friends & family\" only and you should cover the transaction fees.\n- **Payment note should be BLANK**\n- You will then have to screenshot the transaction so that I can confirm it has been sent correctly. If it is not sent correctly, I will refund, and you can retry or cancel the trade.\n- Released once payment is confirmed.\n\n**Notice: Incomplete screenshots with cropped edges to mask date/time and identity will not be accepted.**\n\n**I reserve the right to cancel the trade if I detect suspicious activity.**", "online_provider": "PAYPAL", "require_feedback_score": 98, "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "161.92", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "PayPal transfer to me", "profile": {"username": "Select", "name": "Select (1517; 99%)", "feedback_score": 99, "trade_count": "1517", "last_online": "2022-02-11T09:43:40.361Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/7a22da88-19b4-4ed3-a2da-8819b42ed34c"}}, {"data": {"ad_id": "80f0c67e-7334-4d5f-b0c6-7e73348d5f38", "countrycode": "GB", "created_at": "2021-12-23T01:43:33.903Z", "currency": "GBP", "max_amount_available": "1177.88", "msg": "- Fast and reliable, [check my feedback](/user/NewNamesProfile/feedback). If you see this ad I'm online and ready to trade. New traders welcome, but **please read all the terms below before opening your first trade**\n\n- This transaction will be using a PayPal Friends and Family transfer.\n\n- Depending on your account, i may ask you to email me from the email associated with the PayPal account.\n\n- If it's our first time trading I'll ask you to provide the name on the account you're sending from, and send a screenshot of transaction confirmation. XMR is released **after** the payment has been confirmed & received - this is usually instant, but some banks will hold payments for a few hours if sending a large amount to a new contact. (this is out of my control)\n\n- In the event you send as G&S and i am required to refund so that you can resend as F&F, you will be required to pay the fees which PayPal take from me if it exceeds a certain amount based on the trade value\n\n- **NO THIRD PARTY TRANSFERS** - Payment must be coming directly from you to me. I don't care what you need crypto for, but some people have tried paying me with stolen accounts recently and it's a real hassle to deal with fraud reports. Luckily the money always gets stopped before it arrives and I'm able to keep my crypto, but reports of payments originating from stolen accounts get sent to the police.\n\n> ###### **Important info for first time buyers:**\nI don't require ID verification, but brand new accounts with 0 feedback will be limited to a **maximum of \u00a3100 for the first 48 hours of trading with me**. This is to protect me against fraud such as chargebacks, scams and stolen accounts. **You may not be subject to this limit if you have a long account history or lots of positive feedback** - I'll let you know in the chat if your trade has reached any limits before I send payment details.\n\n> **I have the right to cancel a trade at any time before providing payment information if I feel it is too high risk - I've had multiple bank accounts frozen and closed from buyers using stolen accounts or scams to pay me, and I don't want to deal with it anymore. As long as you're sending your own money from your own accounts we'll be good.**\n", "online_provider": "PAYPAL", "require_feedback_score": 100, "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "161.94", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\ud83d\udfe2 Online Now \u2192 no ID, Instant release", "profile": {"username": "NewNamesProfile", "name": "NewNamesProfile (1008; 100%)", "feedback_score": 100, "trade_count": "1008", "last_online": "2022-02-11T09:43:36.879Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/80f0c67e-7334-4d5f-b0c6-7e73348d5f38"}}, {"data": {"ad_id": "c8d261b4-13c1-4200-9261-b413c1b200ca", "countrycode": "GB", "created_at": "2021-04-07T14:32:53.209Z", "currency": "GBP", "max_amount": "250.00", "max_amount_available": "250.00", "min_amount": "10.00", "msg": "Have you seen Cash App? Try it using my code and we\u2019ll each get \u00a35. DCVHGXR \nhttps://cash.app/app/DCVHGXR\n\nREQUIRES MINIMUM \u00a350 PURCHASE TO RECEIVE CASHAPP JOINING BONUS\n\nPLEASE JOIN OUR TELEGRAM OR DISCORD SERVERS, HERE YOU CAN REQUEST SPECIFIC AMOUNT\u2019S, REACH ME WHEN MY ADVERTS DOWN OR JUST HAVE A CHAT\n\nTELEGRAN:\n\nhttps://t.me/joinchat/hgvxGDUxi5w1MTFk\n\nDISCORD:\n\nhttps://discord.gg/5eP82JFT\n\nI will give cashapp \u00a3cashtag to complete payment.\n\nCoins will be released as soon as I see the payment has been received. Coins will take 10/10 confirmations before arriving in your imputed wallet address. Please note I have no control over this. ", "online_provider": "SQUARE_CASH", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "163.41", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Cashapp payment ", "profile": {"username": "10poplar", "name": "10poplar (2700; 100%)", "feedback_score": 100, "trade_count": "2700", "last_online": "2022-02-11T09:42:47.900Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/c8d261b4-13c1-4200-9261-b413c1b200ca"}}, {"data": {"ad_id": "a705131c-bf10-427c-8513-1cbf10127c32", "countrycode": "GB", "created_at": "2021-06-07T08:37:45.662Z", "currency": "GBP", "max_amount": "80.00", "max_amount_available": "80.00", "min_amount": "10.00", "msg": "* Tell me your \u00a3cashtag \n* I will send you a Payment Request\n* As soon as I see your payment is in my account and available I will release the XMR\n* (if you add a note please avoid any crypto terms)\n\nNote: you must have a trading history and I may ask you to upload a screenshot of your previous trades\n", "online_provider": "SQUARE_CASH", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "163.41", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "No ID required", "profile": {"username": "37inglenook", "name": "37inglenook (1516; 100%)", "feedback_score": 100, "trade_count": "1516", "last_online": "2022-02-11T09:42:54.485Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/a705131c-bf10-427c-8513-1cbf10127c32"}}, {"data": {"ad_id": "19bb0806-e2cd-4925-bb08-06e2cdd925b8", "countrycode": "IO", "created_at": "2021-12-12T17:02:13.885Z", "currency": "GBP", "max_amount": "520.00", "max_amount_available": "408.51", "min_amount": "40.00", "msg": "-Only friends and family option. No release for money placed on hold\n-during hold you should initiate a new trade when the hold is removed and cancel the previous trade\n-strictly no eCheck\n-if my account is limited once you make the payment you should initiate a dispute to get your refund from paypal", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "164.07", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Only Friends and Family option. No verification required", "profile": {"username": "Markantonio", "name": "Markantonio (167; 100%)", "feedback_score": 100, "trade_count": "167", "last_online": "2022-02-11T06:09:49.769Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/19bb0806-e2cd-4925-bb08-06e2cdd925b8"}}, {"data": {"ad_id": "e7c2fea8-2db6-4650-82fe-a82db62650c3", "countrycode": "GB", "created_at": "2021-12-09T20:38:38.383Z", "currency": "GBP", "max_amount_available": "1515.51", "msg": "- Fast and reliable, [check my feedback](/user/Power/feedback). If you see this ad I'm online and ready to trade. New traders welcome, but **please read all the terms below before opening your first trade**\n\n- This transaction will be using a Bank Transfer via Transferwise\n\n- If it's our first time trading I'll ask you to provide the name on the account you're sending from, and send a screenshot of transaction confirmation. XMR is released **after** the payment has been confirmed & received - this is usually instant, but some banks will hold payments for a few hours if sending a large amount to a new contact. (this is out of my control)\n\n- **NO THIRD PARTY TRANSFERS** - Payment must be coming directly from you to me. I don't care what you need crypto for, but some people have tried paying me with stolen accounts recently and it's a real hassle to deal with fraud reports. Luckily the money always gets stopped before it arrives and I'm able to keep my crypto, but reports of payments originating from stolen accounts get sent to the police.\n\n> ###### **Important info for first time buyers:**\nI don't require ID verification, but brand new accounts will be limited to a **maximum of \u00a3100 for the first 48 hours of trading with me**. This is to protect me against fraud such as chargebacks, scams and stolen accounts. **You may not be subject to this limit if you have a long account history or lots of positive feedback** - I'll let you know in the chat if your trade has reached any limits before I send payment details.\n\n> **I have the right to cancel a trade at any time before providing payment information if I feel it is too high risk - I've had multiple bank accounts frozen and closed from buyers using stolen accounts or scams to pay me, and I don't want to deal with it anymore. As long as you're sending your own money from your own accounts we'll be good.**\n", "online_provider": "TRANSFERWISE", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "164.73", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\u2705 Online Now \u2192 no ID, Instant release, new traders welcome.", "profile": {"username": "Power", "name": "Power (229; 100%)", "feedback_score": 100, "trade_count": "229", "last_online": "2022-02-11T09:32:53.230Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/e7c2fea8-2db6-4650-82fe-a82db62650c3"}}, {"data": {"ad_id": "5bca1a21-46dc-41da-8a1a-2146dc91daf1", "countrycode": "GB", "created_at": "2021-02-05T09:43:13.703Z", "currency": "GBP", "max_amount": "300.00", "max_amount_available": "108.29", "min_amount": "30.00", "msg": "Hi there,\n\nStep 1: Send screenshots which shows Skrill balance\n\nStep 2: I will provide Skrill email.\n\nOnce I receive money, I will release XMR\n\nNote that you pay for the Skrill fees. If you open a GBP 100 trade, I need to receive GBP 100.", "online_provider": "MONEYBOOKERS", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "164.73", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "NO ID", "profile": {"username": "Bitpal", "name": "Bitpal (1271; 99%)", "feedback_score": 99, "trade_count": "1271", "last_online": "2022-02-11T08:42:01.013Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/5bca1a21-46dc-41da-8a1a-2146dc91daf1"}}, {"data": {"ad_id": "cca14a7b-9813-43cb-a14a-7b981303cb47", "countrycode": "GB", "created_at": "2022-01-16T23:25:42.268Z", "currency": "GBP", "max_amount_available": "1518.00", "msg": "\u2022Ill ask for cash tag. \n\u2022Ill request the funds to my account (Do not use crypto terms in reference). \n\u2022Released Asap.\n", "online_provider": "SQUARE_CASH", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "165.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\ud83d\udfe2 Online Now \u2192 no ID, Instant release", "profile": {"username": "Power", "name": "Power (229; 100%)", "feedback_score": 100, "trade_count": "229", "last_online": "2022-02-11T09:32:53.230Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/cca14a7b-9813-43cb-a14a-7b981303cb47"}}, {"data": {"ad_id": "ed15a9f1-f420-46a4-95a9-f1f42046a431", "countrycode": "GB", "created_at": "2021-12-21T23:07:28.696Z", "currency": "GBP", "max_amount_available": "1207.85", "msg": "- Fast and reliable, [check my feedback](/user/NewNamesProfile/feedback). If you see this ad I'm online and ready to trade. New traders welcome, but **please read all the terms below before opening your first trade**\n\n- This transaction will be using a Bank Transfer via Transferwise\n\n- If it's our first time trading I'll ask you to provide the name on the account you're sending from, and send a screenshot of transaction confirmation. XMR is released **after** the payment has been confirmed & received - this is usually instant, but some banks will hold payments for a few hours if sending a large amount to a new contact. (this is out of my control)\n\n- **NO THIRD PARTY TRANSFERS** - Payment must be coming directly from you to me. I don't care what you need crypto for, but some people have tried paying me with stolen accounts recently and it's a real hassle to deal with fraud reports. Luckily the money always gets stopped before it arrives and I'm able to keep my crypto, but reports of payments originating from stolen accounts get sent to the police.\n\n> ###### **Important info for first time buyers:**\nI don't require ID verification, but brand new accounts will be limited to a **maximum of \u00a3100 for the first 48 hours of trading with me**. This is to protect me against fraud such as chargebacks, scams and stolen accounts. **You may not be subject to this limit if you have a long account history or lots of positive feedback** - I'll let you know in the chat if your trade has reached any limits before I send payment details.\n\n> **I have the right to cancel a trade at any time before providing payment information if I feel it is too high risk - I've had multiple bank accounts frozen and closed from buyers using stolen accounts or scams to pay me, and I don't want to deal with it anymore. As long as you're sending your own money from your own accounts we'll be good.**\n", "online_provider": "TRANSFERWISE", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "166.06", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\ud83d\udfe2 Online Now \u2192 no ID, Instant release, new traders welcome.", "profile": {"username": "NewNamesProfile", "name": "NewNamesProfile (1008; 100%)", "feedback_score": 100, "trade_count": "1008", "last_online": "2022-02-11T09:43:36.879Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/ed15a9f1-f420-46a4-95a9-f1f42046a431"}}, {"data": {"ad_id": "ecd37a1c-14b5-4182-937a-1c14b53182fe", "countrycode": "GB", "created_at": "2021-11-20T15:46:20.082Z", "currency": "GBP", "max_amount_available": "1217.45", "min_amount": "10.00", "msg": "- Ill ask for cash tag. \n- Ill request the funds funds to my account (Do not use crypto terms in reference)\n- Released asap", "online_provider": "SQUARE_CASH", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "167.38", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\ud83d\udfe2 Online Now \u2192 no ID, Instant release, new traders welcome.", "profile": {"username": "NewNamesProfile", "name": "NewNamesProfile (1008; 100%)", "feedback_score": 100, "trade_count": "1008", "last_online": "2022-02-11T09:43:36.879Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/ecd37a1c-14b5-4182-937a-1c14b53182fe"}}, {"data": {"ad_id": "b6186a14-6bd3-46bc-986a-146bd326bccc", "countrycode": "GB", "created_at": "2021-06-15T13:11:21.326Z", "currency": "GBP", "max_amount": "500.00", "max_amount_available": "110.04", "min_amount": "50.00", "msg": "Hello: Terms of service!!\n\n:Once you initiate a trade, send me the email that you will use to make payment.\n\n:PayPal personal and VERIFIED account. No Business account. No exception\n\n:Use prepaid cards , Debit card and paypal balance.\n(For trade more than $150 , Send a screenshot of PayPal balance)\n\n:Money is sent as \"Friends & family only\" .\n\n:Release is intiate once confirm PayPal balance.\n\n:Buyer should cover the transaction fees.\n\nNotice:\nIncomplete screenshots with cropped edges to mask date /time and identity will not be accepted.\n\nI do reserve the right to cancel the trade if I detect suspicious activity\n\nCall: +254706266820 just incase im Offline\n\nChat with: \nTelegram; https://t.me/Bitpall", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "167.39", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "NO ID", "profile": {"username": "Bitpal", "name": "Bitpal (1271; 99%)", "feedback_score": 99, "trade_count": "1271", "last_online": "2022-02-11T08:42:01.013Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/b6186a14-6bd3-46bc-986a-146bd326bccc"}}, {"data": {"ad_id": "de5f9fd0-7192-4a2f-9f9f-d071928a2f86", "countrycode": "GB", "created_at": "2021-07-16T08:29:22.474Z", "currency": "GBP", "first_time_limit_xmr": 2, "max_amount_available": "498.44", "min_amount": "50.00", "msg": "Start chat and ask for recepient details\n\nEasily send through WU website https://www.westernunion.com/gb/en/web/send-money/start\n\nOnce paid just share receipt photo or screenshot\n\nFast XMR release under 15 minutes of payment\n\nGot questions? Telegram @VYXMR", "online_provider": "WU", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "167.39", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/de5f9fd0-7192-4a2f-9f9f-d071928a2f86"}}]}, "pagination": {"next": "https://agoradesk.com/api/v1/buy-monero-online/GBP?page=2", "prev": "https://agoradesk.com/api/v1/buy-monero-online/GBP?page=0"}}, "status": 200}] -[2, "GBP", "XMR", {"success": true, "message": "OK", "response": {"data": {"ad_count": 19, "ad_list": [{"data": {"ad_id": "9493e7ac-6cf5-47a2-93e7-ac6cf597a2d5", "countrycode": "GB", "created_at": "2022-01-21T03:16:53.431Z", "currency": "GBP", "max_amount_available": "1256.22", "msg": "- Fast and reliable, [check my feedback](/user/NewNamesProfile/feedback). If you see this ad I'm online and ready to trade. New traders welcome, but **please read all the terms below before opening your first trade**\n\n- This transaction will be using an EU SEPA transfer\n\n- If it's our first time trading I'll ask you to provide the name on the account you're sending from, and send a screenshot of transaction confirmation. XMR is released **after** the payment has been confirmed & received - this is usually instant, but some banks will hold payments for a few hours if sending a large amount to a new contact. (this is out of my control)\n\n- **NO THIRD PARTY TRANSFERS** - Payment must be coming directly from you to me. I don't care what you need crypto for, but some people have tried paying me with stolen accounts recently and it's a real hassle to deal with fraud reports. Luckily the money always gets stopped before it arrives and I'm able to keep my crypto, but reports of payments originating from stolen accounts get sent to the police.\n\n> ###### **Important info for first time buyers:**\nI don't require ID verification, but brand new accounts will be limited to a **maximum of \u00a3100 for the first 48 hours of trading with me**. This is to protect me against fraud such as chargebacks, scams and stolen accounts. **You may not be subject to this limit if you have a long account history or lots of positive feedback** - I'll let you know in the chat if your trade has reached any limits before I send payment details.\n\n> **I have the right to cancel a trade at any time before providing payment information if I feel it is too high risk - I've had multiple bank accounts frozen and closed from buyers using stolen accounts or scams to pay me, and I don't want to deal with it anymore. As long as you're sending your own money from your own accounts we'll be good.**\n", "online_provider": "SEPA", "require_feedback_score": 100, "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "172.71", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\ud83d\udfe2 Online Now \u2192 no ID, Instant release, new traders welcome.", "profile": {"username": "NewNamesProfile", "name": "NewNamesProfile (1008; 100%)", "feedback_score": 100, "trade_count": "1008", "last_online": "2022-02-11T09:43:36.879Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/9493e7ac-6cf5-47a2-93e7-ac6cf597a2d5"}}, {"data": {"ad_id": "a80a2f06-ee65-44c7-8a2f-06ee65e4c71b", "countrycode": "GB", "created_at": "2019-08-03T16:08:05.960Z", "currency": "GBP", "limit_to_fiat_amounts": "50,55,60,65,70,75,80,85,90,95,100,200", "max_amount": "200.00", "max_amount_available": "200.00", "min_amount": "50.00", "msg": "Private trade. No ID check required.\n\nI only accept codes from **physical, Amazon UK, gift cards** purchased **using cash**. You can buy them at most supermarkets.\n\nOpen one trade per gift card (e.g. if you have 2 \u00a350 gift cards, open 2 separate trades for \u00a350 each). Note: \u00a350 cards are the lowest amount I accept.\n\nPlease do not send me a code which you have shared with others (e.g. other sellers).\n\nI need 2 photos:\n\n1. A photo of the back of the gift card (the code should be visible) next to the store receipt from where the card was purchased. This is to prove you paid using cash. \n2. A photo of the back of the gift card held in front of a screen showing this trade advertisement. (Hint: if you access LocalMonero via a phone, tablet or laptop you could create this photo using the front-facing camera and a mirror. I don't care if the image comes out reversed).\n\nPlease don't show me your code if you can't meet my requirements above.\n\nI will redeem the gift card and release the monero within 24 hours of you uploading the photos and marking the trade as paid. I usually take less than 30 minutes.", "online_provider": "GIFT_CARD_CODE_GLOBAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "172.71", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Amazon UK Physical Gift Card Code | Read the Terms | NO ID", "profile": {"username": "notahamster", "name": "notahamster (539; 100%)", "feedback_score": 100, "trade_count": "539", "last_online": "2022-02-10T14:58:54.983Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/a80a2f06-ee65-44c7-8a2f-06ee65e4c71b"}}, {"data": {"ad_id": "56b01cf3-912b-4c44-b01c-f3912b2c4467", "countrycode": "GB", "created_at": "2021-01-08T00:39:43.582Z", "currency": "GBP", "max_amount": "10000.00", "max_amount_available": "2028.67", "min_amount": "100.00", "msg": "Hello i am slacker111 i have been involved in crypto for around 8 years and have traded OVER $2,000,000 in successfull trades. I take security and anonymity of my clients seriously.\n\nPlease follow the following steps to continue with your purchase.\n\n1. Open trade for the desired amount of monero.\n2. I will provide you with a refference number that you should include with the cash you are sending.\n3. Count the amount you are sending and put it in an envelope(pref padded) - Please note: only new polymer notes are accepted.\n4. Post the envelope using Royal Mail Special delivery.\n5. Mark the payment as \"Complete\" on the trade.\n7. Once i have received payment i will release the coins asap.\n\nTelegram - @kaspa_100\n\nBuyer takes all responsibility for lost or stolen parcel. Postage can be insured up to \u00a32500, so you will be covered if parcel gets lost or stolen.\n\n-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmQINBGGVPEgBEADISycAOVfw41IUrhfpN2znFfjfKYMFxKOUxXI8Sa7Qt0uQbEwH\nQXUvs8wL+nJiyc09yQ1t/Lx4+BzN/kqSD0HMCQWImDiHz3PPOL3LvkmnC8KxsjAI\nN1Xr0sRN7Xv/KtGxhV7EP82GBjmkuJG7FEc7LK70a3yq3Opp7BLv89MtvQ6VSDQJ\nb8ja/2uNPE8d3eoMwcuvnf9CHqyew+QqUx4FnItCT4G0yAiWIF5X5fBozzZUW0Xs\na3j9nVRl1b9Z7n89RjfVXK1OGgSOFw0fLAmCw8osmBNSdR4xO/uowG0DEZIgFpJn\nVfcRAesjnWTkCUjc3JhKW+esuCFdszW1uSfe3yo0oGHnb3chImpOS9TZamFTbkT+\nvVpdm5wsMEXgULz9X55WiCBjahIPbquFSE1vmtrh5kUiITOEOEEVf8U29KY01cNe\n0qasMzIe3a2nhUt91QW27YcQlhI7uwA+tmtfMmwir2/Mj0rHsRMcPksXZ90nb0tG\nKIsP5hT3ecs5/50aDAQYGfdGDrNBDT/aEOnIdo0fTiDLhsREf5lJxXbp7zRN/gUx\n1RvqPR5S5FPKp6xh8L2QlC94u4iesQ1W0egYWrAg6anO3OXT50eOtFMQptr20X7J\n00FiTbh/k6ajIJYkxEFHJwHa4VmjHlgUYZSWU+QhF1xaeiXt+46SniLzfwARAQAB\ntB5jcnlwdG8gPGNyeXB0b0BibG9ja2NoYWluLmNvbT6JAlQEEwEKAD4WIQSRebhd\nCxpIUEGqa1UGDyBymOSJiQUCYZU8SAIbAwUJB4YfVgULCQgHAwUVCgkICwUWAgMB\nAAIeAQIXgAAKCRAGDyBymOSJiU1bD/9xZo1CTxqug+5VDUYt/DEukQeHwFOqMxNu\n1JxcL+iOqy0O9F/juondncFCBIbA3VEwo4ZC2YzpJDDSK5bsMYb3KcrqGmySvR9M\ndRFUb6SAYp2LTrJ+GYBzS7rNaabXDHyePVGI2C/1qULY8UCSn6KtCSBWI9jXuhYs\nHa7Z4Vw/azlZgO1Ys/2RhFVse6e0iZhm4tqysERhiRF2K6/aJe+fiHwjzQLqy/uS\nIFlOO/mactv/Wmli/Jzm3awdqnxOKkYBCCeN6dcE43ICUUtNAvP6HfjZ5nnKfKpF\no1mthCFuREx93aD4Jed1p1L7ujBSSAqEwggpB7qpwTYNV6PRfqY+xlJyByZbZ266\nyPKbg52vtZ9mnrF9qBrISywbotaToC0UerY+EL41o9GB2b8R9eh+0eBvfH8/dHfo\n4jc0ANYOnK7MorZYMt6t7eU9QTWQHdapy6r5K/AVjRWKoI1YmfkF2lbN3ztYS/jn\nEQokL4RAoi2l6rnKfueI4SdYe8VlfRJJG3NW9HbomD4j4updW5h89Tts+FLgybji\n9NAInI9D93I5ac0lFmiQbB7lS/3gieaunfJ4jlh5lycWGUPVPfouVLYcwJkt0KOq\nvX/AIUm+GlqwQ5u7BS55XnPBhVAH897hiV4atLyhX2nkRZH2HPYXcf/nPyRrDJcR\neznlV4xUF7kCDQRhlTxIARAAql1KP36Hw/MuD9y3HOKIsscJJMOBq+anNjDMyO5+\nbO0mtXGHbzfMg6xHVkJpka8gbEMA1l16jAnQoF/nQbH1wYObmfXETHiYTf9Q8kV3\nETjAeXDWlmKBIn/KKobAaQNfjqPPGkeq5bTgtTTcYkbAnfnKWll+6/JGyRYWAwJi\nW/b+iBRaK5b/5hBYHVGFCzDr+gt4YUG0WKZPAZ9D576oQE2qDR4C6cBT2LtSXFRC\nBbilp9SrUzYm8us418DCKJWSAjXW/NrCuSbaRWrJlD/8/dyFquiNi+bONyuk8ESn\nWmv007+VcfvnXESCEz2VUxEZ8i3kTkwPTBapNNcJqkqod64Zz6RdPKn0/5QJP0xk\niyXSnjMwvvZ8Ppy8pG9OWf965jAWHX6syQMAMsdzC8VZ/xQJXmO6yYTAJ0IGt6Jr\njO0Ou9VBOErVnufn+Viqpl9yL6NDVsU/Y3yRRwYdaJU5a4w5o0FWgYcVJCtQIGMG\nbiv/SN43typiE4blu7I4roLol4Ewo44m1M1yfAtg+bTO3SLSw9hJ5pIl5Ae6fobH\nMe8lbHKYvpO14P5tR6bpafCA6QLC5ol0qatmu67ISzOua7kUrEIo+X8mJbhwiSpY\n+Tc1gYroP795eybvRFYhPCwi3BZK9FVpeCoJDNttgzRu8CGPVOIBdk/O8sUAtA/b\ndT0AEQEAAYkCPAQYAQoAJhYhBJF5uF0LGkhQQaprVQYPIHKY5ImJBQJhlTxIAhsM\nBQkHhh9WAAoJEAYPIHKY5ImJjWYP/1Hw10XnS9lExjQB80TEKSPsYRTh51CP83Mz\nNQ790gZdEZ5Qkr/aDO0rmmIu2mYRbU6xUH70rMzxc+3btjbidO4lBGoRTIyFmsCK\njPkZYp5Kirv5UkyZWhiR3fgqUakeBKOgmXCTY+ZVu61+Kn+NLYAuQvLOMtoYYz+v\n7mMALLH1EwF00gKmkD/LsT4KX7bCCd4KW+jz82e5SzDj75QbTy8ZkZ2Hi4YAk5BY\nIBOttYA/HHmrLcybf02JOONJu4zGSaRfyqHf+kxk/UjcCmnMo6BF9rsVjpNHL06t\nc6i1vv4RO9PLErZkybPFAUc3o2lgDKkUNjFhvqdgr09GGvDtGayP4QbJmH7jfL6P\ngG4oFmeJd4EHjbeWBQOACrFEnlIikb0ePTUwxSQnGVxJJR5L71Ft/jFTBmG0hP36\n/BqUcyvet+E5xGNcVss8ko1qwop5atIEXlOhPQv13dw9csgz5CoCuBByaVzbvc//\no9TvDNqJ6wA+w7j+OjJQDQ67XwQJwr4BoDpAiSKs05WtDkNd5hnCcxy0MwN4G8Lg\nVGkXb8AUHfHYF32M5YygQa6bbRIzUzq30bGtrGAFmwqM2tCubc/ddys6AbPcdCeM\nu3V4QCK0b0cI29OPedB1ZnWUx22v2GuMEaXRAFYQK6BbLHn5iaFDFq0hKWjXBiJX\nFWZ4c5Su\n=YOSE\n\n-----END PGP PUBLIC KEY BLOCK-----\n", "online_provider": "CASH_BY_MAIL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "172.71", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Cash by Mail - PRO TRADER- LOWEST RATES - ANONYMOUS.", "profile": {"username": "slacker111", "name": "slacker111 (121; 100%)", "feedback_score": 100, "trade_count": "121", "last_online": "2022-02-10T22:21:44.492Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/56b01cf3-912b-4c44-b01c-f3912b2c4467"}}, {"data": {"ad_id": "a18fcdca-45c0-464c-8fcd-ca45c0c64c37", "countrycode": "GB", "created_at": "2022-01-21T03:16:35.833Z", "currency": "GBP", "max_amount_available": "1588.92", "msg": "- Fast and reliable, [check my feedback](/user/Power/feedback). If you see this ad I'm online and ready to trade. New traders welcome, but **please read all the terms below before opening your first trade**\n\n- This transaction will be using a SEPA transfer.\n\n- If it's our first time trading I'll ask you to provide the name on the account you're sending from, and send a screenshot of transaction confirmation. XMR is released **after** the payment has been confirmed & received - this is usually instant, but some banks will hold payments for a few hours if sending a large amount to a new contact. (this is out of my control)\n\n- **NO THIRD PARTY TRANSFERS** - Payment must be coming directly from you to me. I don't care what you need crypto for, but some people have tried paying me with stolen accounts recently and it's a real hassle to deal with fraud reports. Luckily the money always gets stopped before it arrives and I'm able to keep my crypto, but reports of payments originating from stolen accounts get sent to the police.\n\n> ###### **Important info for first time buyers:**\nI don't require ID verification, but brand new accounts will be limited to a **maximum of \u20ac100 for the first 48 hours of trading with me**. This is to protect me against fraud such as chargebacks, scams and stolen accounts. **You may not be subject to this limit if you have a long account history or lots of positive feedback** - I'll let you know in the chat if your trade has reached any limits before I send payment details.\n\n> **I have the right to cancel a trade at any time before providing payment information if I feel it is too high risk - I've had multiple bank accounts frozen and closed from buyers using stolen accounts or scams to pay me, and I don't want to deal with it anymore. As long as you're sending your own money from your own accounts we'll be good.**\n", "online_provider": "SEPA", "require_feedback_score": 100, "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "172.71", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\u2705 Online Now \u2192 no ID, Instant release, new traders welcome.", "profile": {"username": "Power", "name": "Power (229; 100%)", "feedback_score": 100, "trade_count": "229", "last_online": "2022-02-11T09:32:53.230Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/a18fcdca-45c0-464c-8fcd-ca45c0c64c37"}}, {"data": {"ad_id": "ca4feeb9-22d5-456d-8fee-b922d5c56d27", "countrycode": "GB", "created_at": "2022-01-02T17:24:13.519Z", "currency": "GBP", "max_amount": "250.00", "max_amount_available": "250.00", "min_amount": "5.00", "msg": "Just message me till I respond back (I may be away for a minute getting beer \ud83e\udd23. I will provide the details for UK Bank Transfer OR Revolut your choice.\n\nCheers all. Happy New Year\ud83c\udf7b", "online_provider": "REVOLUT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "175.36", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "NO ID\ud83d\udc4d Super Fast Release\ud83d\ude80\ud83d\ude80 Revolut OR UK Transfer.\ud83d\udd25Online ", "profile": {"username": "Boozymad89", "name": "Boozymad89 (160; 100%)", "feedback_score": 100, "trade_count": "160", "last_online": "2022-02-11T09:43:14.165Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/ca4feeb9-22d5-456d-8fee-b922d5c56d27"}}, {"data": {"ad_id": "ee0895e5-8993-4b5f-8895-e589930b5f3d", "countrycode": "GB", "created_at": "2022-01-13T07:34:14.386Z", "currency": "GBP", "first_time_limit_xmr": 1, "max_amount": "1000.00", "max_amount_available": "1000.00", "min_amount": "50.00", "msg": "**PLEASE READ THIS BEFORE YOU START A TRADE!**\n\n---\n- For first-time traders, I will need an ID.\n- Payment only via the Friends and Family option on PayPal. (NO Goods and Services). \n- Send the full amount in one transaction from your account. (Don't use the account of a friend or family member). \n- INSTANT XMR RELEASE after I received the money on PayPal. \n---\nI can always refuse to trade without explanation. ", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "175.76", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "PayPal Friends and Family only | NO ID | Instant Release |", "profile": {"username": "yakinikun", "name": "yakinikun (51; 100%)", "feedback_score": 100, "trade_count": "51", "last_online": "2022-02-11T09:42:54.204Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/ee0895e5-8993-4b5f-8895-e589930b5f3d"}}, {"data": {"ad_id": "75b635d5-1ca7-4606-b635-d51ca7160664", "countrycode": "GB", "created_at": "2022-01-12T23:22:39.221Z", "currency": "GBP", "first_time_limit_xmr": 1, "max_amount": "500.00", "max_amount_available": "92.85", "min_amount": "50.00", "msg": "**READ THIS BEFORE YOU START A TRADE!** \ud83e\udd1d\n\n\u2713 First-time traders have to verify their ID. \n\u2713 Payment only via the Friends and Family option. \n\u2713 **INSTANT XMR RELEASE** after receiving the money. \ud83d\ude80\n\nText me on [Telegram](https://t.me/jannikwlt) for more information about my service.", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "175.76", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "ALL CURRENCIES | INSTANT RELEASE \ud83d\udcb0\ud83d\ude80", "profile": {"username": "EASY", "name": "EASY (62; 100%)", "feedback_score": 100, "trade_count": "62", "last_online": "2022-02-11T07:41:22.368Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/75b635d5-1ca7-4606-b635-d51ca7160664"}}, {"data": {"ad_id": "34a20689-f788-4f73-a206-89f7884f7375", "countrycode": "GB", "created_at": "2021-11-30T17:57:50.440Z", "currency": "GBP", "first_time_limit_xmr": 0.8, "max_amount": "180.00", "max_amount_available": "180.00", "min_amount": "75.00", "msg": "Monero with debit card (from UK or Europe). Warning: my payment service deals in Euro, so if your card have fees for Euro your bank may charge them to you. (It's not often now but verify with your bank prices.)\n\nAfter you open the trade, I will send you a payment link.\n\nYou must use a card with your own name and 3D Secure is active. Don't think to use with a stolen card, if your payment is rejected, I will block and report your profile. I may cancel or ask a proof of identity if the payment service indicates some doubts. Wait my consent for a 2d trade.", "online_provider": "CREDITCARD", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "186.00", "track_max_amount": true, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Cards AmEx, Mastercard and Visa able to pay in \u20ac", "profile": {"username": "Dax", "name": "Dax (162; 100%)", "feedback_score": 100, "trade_count": "162", "last_online": "2022-02-10T22:29:51.105Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/34a20689-f788-4f73-a206-89f7884f7375"}}, {"data": {"ad_id": "b3b5a4e7-2071-46a9-b5a4-e7207196a917", "countrycode": "GB", "created_at": "2021-10-18T14:09:26.806Z", "currency": "GBP", "first_time_limit_xmr": 1, "max_amount_available": "1056.87", "min_amount": "75.00", "msg": "Monero with IBAN bank transfer, no identity required.\n\nMulti-currencies account in a Swiss bank, in \u00a3 in this ad. Your transfer form must have a field for IBAN, my bank has no local UK account numbers.\n\nYou will have the bank details after the trade is opened. Confirm when it's paid and wait until I see your transfer. Wait my consent for a 2d trade.", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "195.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Bank transfer with IBAN in a Swiss bank, no identity", "profile": {"username": "Dax", "name": "Dax (162; 100%)", "feedback_score": 100, "trade_count": "162", "last_online": "2022-02-10T22:29:51.105Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/b3b5a4e7-2071-46a9-b5a4-e7207196a917"}}, {"data": {"ad_id": "8935e17b-81e8-4f9c-b5e1-7b81e8bf9c8f", "countrycode": "GB", "created_at": "2021-05-21T12:38:14.431Z", "currency": "GBP", "first_time_limit_xmr": 0.2, "max_amount": "100.00", "max_amount_available": "100.00", "min_amount": "10.00", "msg": "Hey buddy :)\n\nSend your paypal email in chat so that I can request payment\n\nFull screen payment summary screenshot is required after you have paid.\n", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "200.60", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/8935e17b-81e8-4f9c-b5e1-7b81e8bf9c8f"}}, {"data": {"ad_id": "03d7342a-cf82-4496-9734-2acf82b496ee", "countrycode": "JE", "created_at": "2021-12-30T11:30:30.419Z", "currency": "GBP", "first_time_limit_xmr": 0.2, "max_amount": "100.00", "max_amount_available": "100.00", "min_amount": "10.00", "msg": "Hey mate :)\n\nSend your paypal email in chat so that I can request payment\n\nFull screen payment summary screenshot is required after you have paid", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "200.60", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/03d7342a-cf82-4496-9734-2acf82b496ee"}}, {"data": {"ad_id": "f3bfc6d0-7f8c-42a8-bfc6-d07f8c82a81f", "countrycode": "IM", "created_at": "2021-05-21T12:36:30.600Z", "currency": "GBP", "first_time_limit_xmr": 0.2, "max_amount": "100.00", "max_amount_available": "100.00", "min_amount": "10.00", "msg": "Hey mate :)\n\nSend your paypal email in chat so that I can request payment\n\nFull screen payment summary screenshot is required after you have paid.\n", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "200.60", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/f3bfc6d0-7f8c-42a8-bfc6-d07f8c82a81f"}}, {"data": {"ad_id": "dc3a0bcc-f191-4f6f-ba0b-ccf1916f6f6d", "countrycode": "US", "created_at": "2021-11-08T10:08:14.450Z", "currency": "GBP", "max_amount": "5000.00", "max_amount_available": "744.42", "min_amount": "100.00", "msg": "This trade you going to used Xoom which actually another way to used PayPal.... once you have a PayPal account you can login to Xoom.com anyway open trade and ask for my info to make payment.\n\nRECIEVING VIA EWALLET REALTIME(GCASH) SO THAT CAN GIVE YOU COIN FAST RELEASE\n\nOPEN TRADE ONLY WHEN YOU ARE READY\n\nDETAILS WILL BE GIVEN ON THE CHAT! I RELEASE ONCE THE MONEY COMPLETELY RECIEVED ON MY EWALLET", "online_provider": "XOOM", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "252.42", "track_max_amount": true, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "CASHOUT YOUR BIG PAYPAL BALANCE VIA XOOM.COM", "profile": {"username": "MCWILSON700", "name": "MCWILSON700 (18; 100%)", "feedback_score": 100, "trade_count": "18", "last_online": "2022-02-09T13:24:38.435Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/dc3a0bcc-f191-4f6f-ba0b-ccf1916f6f6d"}}, {"data": {"ad_id": "055d8971-b511-4d40-9d89-71b511dd40e8", "countrycode": "GB", "created_at": "2021-10-21T05:59:11.237Z", "currency": "GBP", "max_amount": "1000.00", "max_amount_available": "744.42", "min_amount": "200.00", "msg": "\ud83d\udccdI DONT NEED ID AND I NEED LONGTERM PARTNER.\n\n\ud83d\udccdI NEED DAILY BUYERS AND I RELEASE INSTANT\n\n\ud83d\udccdPay as FRIENDS & FAMILY strictly. Any other form and I won't release coins\n\n\ud83d\udccdEven we have already past trade. always ask email before sending the payment\n\n\ud83d\udccdTell me if the money is from paypal balance or linked card\n\n\ud83d\udccdI can accept card link payments. PLEASE BE HONEST AND NO CHARGEBACK FOR LONGTERM PARTNERSHIP\n\n\ud83d\udccdDon't put any note on paypal\n\n\ud83d\udccdYou can send it to my local currency PHP for faster btc release\n\n\ud83d\udccdIf the payment is on HOLD - You will wait OR refund\n\n\ud83d\udccdNo to ECHECKS\n\n\ud83d\udccdOnce the payment already receive and withdraw, I WILL RELEASE THE Moreno.", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "252.42", "track_max_amount": true, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "NO NEED ID - INSTANT RELEASE", "profile": {"username": "MCWILSON700", "name": "MCWILSON700 (18; 100%)", "feedback_score": 100, "trade_count": "18", "last_online": "2022-02-09T13:24:38.435Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/055d8971-b511-4d40-9d89-71b511dd40e8"}}, {"data": {"ad_id": "150989af-cdcc-4674-8989-afcdcc967441", "countrycode": "GB", "created_at": "2022-02-10T13:51:35.262Z", "currency": "GBP", "first_time_limit_xmr": 0, "max_amount_available": "76.78", "min_amount": "30.00", "msg": "Ask for payment information, and I will send it to you as soon as I see your trade opened.\n\nAfter you have paid and marked the \"I Have Paid\" button", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "155.43", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\ud83d\udcb0[ONLINE NOW] No I.D. Required, Instant Release\ud83d\udcb0", "profile": {"username": "Senti", "name": "Senti (28; 100%)", "feedback_score": 100, "trade_count": "28", "last_online": "2022-02-11T00:18:35.254Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/150989af-cdcc-4674-8989-afcdcc967441"}}, {"data": {"ad_id": "5e90f6c5-ed34-46b8-90f6-c5ed34e6b829", "countrycode": "GB", "created_at": "2022-01-24T18:32:24.521Z", "currency": "GBP", "max_amount": "1000.00", "max_amount_available": "422.84", "min_amount": "50.00", "msg": "Negotiable terms, please open trade to discuss", "online_provider": "GIFT_CARD_CODE_GLOBAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "159.42", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Pay with widely used gift cards - Amazon, One4All, Major stores", "profile": {"username": "MattUK", "name": "MattUK (0; 0%)", "feedback_score": 0, "trade_count": "0", "last_online": "2022-02-08T18:17:33.699Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/5e90f6c5-ed34-46b8-90f6-c5ed34e6b829"}}, {"data": {"ad_id": "a154792a-5336-4695-9479-2a53360695b4", "countrycode": "GB", "created_at": "2022-02-09T21:14:39.983Z", "currency": "GBP", "max_amount_available": "80.07", "min_amount": "30.00", "msg": "Cash app\n\nOpen trade and say hello will give you the $CASHTAG to send to.", "online_provider": "SQUARE_CASH", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "162.08", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Quick \ud83d\udca8 / No ID \ud83d\ude45\u200d\u2642\ufe0f / No Hassle ", "profile": {"username": "Senti", "name": "Senti (28; 100%)", "feedback_score": 100, "trade_count": "28", "last_online": "2022-02-11T00:18:35.254Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/a154792a-5336-4695-9479-2a53360695b4"}}, {"data": {"ad_id": "e59fd3cb-4312-4cb2-9fd3-cb43122cb2b0", "countrycode": "GB", "created_at": "2021-09-22T12:04:31.999Z", "currency": "GBP", "max_amount": "30000.00", "max_amount_available": "50.64", "min_amount": "20.00", "msg": "We meet in a mutual meeting place before hand. Please get in touch to see what city we are currently in. We deal with BTC/XMR get in touch for rates on telegram: @InstaCryptoUK", "online_provider": "CASH_BY_MAIL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "146.14", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "**CASH IN PERSON** 3K-30KGBP READ DESCRIP", "profile": {"username": "InstaCrypto", "name": "InstaCrypto (0; 0%)", "feedback_score": 0, "trade_count": "0", "last_online": "2021-09-22T12:21:03.909Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/e59fd3cb-4312-4cb2-9fd3-cb43122cb2b0"}}, {"data": {"ad_id": "702e8869-134e-4f34-ae88-69134e8f3455", "countrycode": "GB", "created_at": "2019-08-29T12:04:50.372Z", "currency": "GBP", "first_time_limit_xmr": 30, "max_amount": "40.00", "max_amount_available": "40.00", "min_amount": "20.00", "msg": "Please message me for address. You will need to provide full tracking and post the money in a box NOT a jiffy bag. This is for yours and our security.\n\nDimensions below:\n135mm Height\n110mm Length\n380mm Depth", "online_provider": "CASH_BY_MAIL", "require_feedback_score": 1, "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "152.78", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "post special delivery at my PO BOX next day before 1pm. i will r", "profile": {"username": "tradingdirect", "name": "tradingdirect (0; 0%)", "feedback_score": 0, "trade_count": "0", "last_online": "2019-10-11T23:14:45.242Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/702e8869-134e-4f34-ae88-69134e8f3455"}}]}, "pagination": {"prev": "https://agoradesk.com/api/v1/buy-monero-online/GBP?page=1"}}, "status": 200}] -[0, "HUF", "XMR", {"success": true, "message": "OK", "response": {"data": {"ad_count": 6, "ad_list": [{"data": {"ad_id": "7befe24a-4ca6-4934-afe2-4a4ca6393486", "countrycode": "HU", "created_at": "2021-08-30T14:43:12.567Z", "currency": "HUF", "first_time_limit_xmr": 1, "max_amount_available": "408975.03", "min_amount": "20000.00", "msg": "Sorry, I only speak english.\n\nI accept many cryptos for exchange such as BTC, LTC, XRP, XLM, DOGE, and dozens more.\n\nPlease enter the amount of XMR you want and then send me a message with the crypto you want to trade.\n\nBTC can be extremely slow and may take upwards of an hour for me to receive one confirmation and release your XMR.\n\nETH and all ERC-20 coins have high network fees and I can't give you as good of an exchange rate on those cryptos.\n\nThe coins I like to use for exchange because they are fast and have lower fees are LTC, XRP, and XLM.\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nPlease don't mark your trade as paid until you send the crypto to the wallet address I give you.\n\nIf we have traded before, DO NOT SEND TO THE SAME WALLET AS LAST TIME. My wallet address changes with every trade.\n\nPlease check out https://protectwealth.co to do your own trade anonymously 24/7 and get a better exchange rate!\n\nI don't have much XMR available here, but you can get as much as you want on my website.\n\nI may leave this ad up overnight or when I'm busy. If you don't get a reply from me within half an hour please cancel the trade.\n\nThank you", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "59865.17", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your other coins for Monero!", "profile": {"username": "Moneroeh", "name": "Moneroeh (521; 100%)", "feedback_score": 100, "trade_count": "521", "last_online": "2022-02-11T05:29:38.461Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/7befe24a-4ca6-4934-afe2-4a4ca6393486"}}, {"data": {"ad_id": "186b0ba9-26d7-4052-ab0b-a926d7f0526e", "countrycode": "HU", "created_at": "2022-01-25T05:56:54.741Z", "currency": "HUF", "max_amount": "300000.00", "max_amount_available": "300000.00", "msg": "", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "72173.89", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/186b0ba9-26d7-4052-ab0b-a926d7f0526e"}}, {"data": {"ad_id": "2a769b75-6408-4823-b69b-75640828231b", "countrycode": "HU", "created_at": "2022-02-09T19:06:20.889Z", "currency": "HUF", "max_amount": "1234595.54", "max_amount_available": "524700.62", "min_amount": "3086.49", "msg": "Hello and welcome!\n\nPlease start a trade and wait until I send the reference/note, then complete the payment using the payment details.\n\nInstructions below are for the Revolut app, but you may send with instant SEPA or bank transfer in the UK.\n\nStep-by-step instructions in Revolut app:\n* Go to **Send** on balance page\n* Click **New** in top right corner\n* Select **Add a bank recipient**\n* Select **Business**\n* Set **Country of recipient's bank** to **\"United Kingdom\"**\n* Set **Currency** to the one you want to send (example: EUR, USD, GBP, SEK, PLN, CHF, etc...)\n* Set **IBAN** to **\"GB87 REVO 0099 6930 5868 62\"**\n* Set **BIC/SWIFT** to **\"REVOGB21\"**\n* Set **Company name** to **\"PATHOGEN LIMITED\"**\n* Leave e-mail blank\n* Click **Add recipient**\n* If you are asked for address information, please use **24 Holborn Viaduct, London, England, EC1A 2BN**\n* **IMPORTANT:** Set **Reference** to the ID provided in chat (example: **XMR-XXXXX**), without this I won\u2019t know which trade to release!\n* Send the payment\n\nAs soon as the money is received (around 5 seconds average) I'll release the XMR! :)", "online_provider": "REVOLUT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "72733.38", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\u2705ONLINE NOW \ud83e\udd77NO KYC \ud83d\ude80INSTANT", "profile": {"username": "topmonero", "name": "topmonero (883; 100%)", "feedback_score": 100, "trade_count": "883", "last_online": "2022-02-11T09:43:22.063Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/2a769b75-6408-4823-b69b-75640828231b"}}, {"data": {"ad_id": "d3da7425-84b3-4a99-9a74-2584b39a993b", "countrycode": "DE", "created_at": "2022-01-12T23:10:23.352Z", "currency": "HUF", "first_time_limit_xmr": 1, "max_amount": "16000.00", "max_amount_available": "16000.00", "min_amount": "1600.00", "msg": "**READ THIS BEFORE YOU START A TRADE!** \ud83e\udd1d\n\n\u2713 First-time traders have to verify their ID. \n\u2713 Payment only via the Friends and Family option. \n\u2713 **INSTANT XMR RELEASE** after receiving the money. \ud83d\ude80\n\nText me on [Telegram](https://t.me/jannikwlt) for more information about my service.", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "74020.20", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "ALL CURRENCIES | INSTANT RELEASE \ud83d\udcb0\ud83d\ude80", "profile": {"username": "EASY", "name": "EASY (62; 100%)", "feedback_score": 100, "trade_count": "62", "last_online": "2022-02-11T07:41:22.368Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/d3da7425-84b3-4a99-9a74-2584b39a993b"}}, {"data": {"ad_id": "abbb7c6d-c95c-44d5-bb7c-6dc95cb4d530", "countrycode": "HU", "created_at": "2022-01-13T07:32:50.950Z", "currency": "HUF", "first_time_limit_xmr": 1, "max_amount": "350000.00", "max_amount_available": "350000.00", "min_amount": "17000.00", "msg": "**PLEASE READ THIS BEFORE YOU START A TRADE!**\n\n---\n- For first-time traders, I will need an ID.\n- Payment only via the Friends and Family option on PayPal. (NO Goods and Services). \n- Send the full amount in one transaction from your account. (Don't use the account of a friend or family member). \n- INSTANT XMR RELEASE after I received the money on PayPal. \n---\nI can always refuse to trade without explanation. ", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "74020.20", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "PayPal Friends and Family only | NO ID | Instant Release |", "profile": {"username": "yakinikun", "name": "yakinikun (51; 100%)", "feedback_score": 100, "trade_count": "51", "last_online": "2022-02-11T09:42:54.204Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/abbb7c6d-c95c-44d5-bb7c-6dc95cb4d530"}}, {"data": {"ad_id": "0b2b69c8-c75c-42bc-ab69-c8c75c32bc17", "countrycode": "HU", "created_at": "2021-12-30T11:00:54.826Z", "currency": "HUF", "first_time_limit_xmr": 0.2, "max_amount": "30000.00", "max_amount_available": "30000.00", "min_amount": "7000.00", "msg": "H\u00e9 haver :)\n\nChatben k\u00fcldd el a paypal e-mailedet, hogy tudjak fizet\u00e9st k\u00e9rni\n\nA fizet\u00e9s ut\u00e1n teljes k\u00e9perny\u0151s fizet\u00e9si \u00f6sszes\u00edt\u0151 k\u00e9perny\u0151k\u00e9pet kell k\u00e9sz\u00edteni.\n\n", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "84482.62", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/0b2b69c8-c75c-42bc-ab69-c8c75c32bc17"}}]}}, "status": 200}] -[0, "SEK", "XMR", {"success": true, "message": "OK", "response": {"data": {"ad_count": 20, "ad_list": [{"data": {"ad_id": "777c8026-c01d-4f2c-bc80-26c01dbf2c3e", "countrycode": "SE", "created_at": "2021-09-26T21:52:02.625Z", "currency": "SEK", "first_time_limit_xmr": 2, "max_amount_available": "12252.95", "min_amount": "800.00", "msg": "Sorry, I only speak english.\n\nI accept many cryptos for exchange such as BTC, LTC, XRP, XLM, DOGE, and dozens more.\n\nPlease enter the amount of XMR you want and then send me a message with the crypto you want to send me in exchange.\n\nBTC can be extremely slow and may take upwards of an hour for me to receive one confirmation and release your XMR.\n\nETH and ERC-20 coins have high network fees and I cannot give you as good of an exchange rate on those cryptos.\n\nThe coins I like to use for exchange because they are fast and have lower fees are LTC, XRP, and XLM.\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nPlease don't mark your trade as paid until you send the crypto to the wallet address I give you.\n\nIf we have traded before, DO NOT SEND TO THE SAME WALLET AS LAST TIME. My wallet address changes with every trade.\n\nPlease check out https://protectwealth.co to do your own trade anonymously 24/7 and get a better exchange rate!\n\nI don't have much XMR available here, but you can get as much as you want on my website.\n\nI may leave this ad up overnight or when I'm busy. If you don't get a reply from me within half an hour please cancel the trade.\n\nThank you", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "1793.57", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your other coins Monero!", "profile": {"username": "Moneroeh", "name": "Moneroeh (521; 100%)", "feedback_score": 100, "trade_count": "521", "last_online": "2022-02-11T05:29:38.461Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/777c8026-c01d-4f2c-bc80-26c01dbf2c3e"}}, {"data": {"ad_id": "53578d42-4038-4b28-978d-4240386b2881", "countrycode": "SE", "created_at": "2021-08-21T14:34:51.140Z", "currency": "SEK", "max_amount_available": "5440.54", "min_amount": "100.00", "msg": "K\u00f6p Monero (XMR) med n\u00e5gon popul\u00e4r krypto som -\n\n BTC ETH ADA USDT XRP SOL BCH BNB\n\n \u00d6ppna handeln och ber\u00e4tta vilket mynt du ska betala med\n\n Jag skickar belopp och betalningsadress\n\n Endast en n\u00e4tverksbekr\u00e4ftelse kr\u00e4vs\n\n Om offline-telegram @vyxmr", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "1827.10", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "BTC\ud83d\udd3aETH\ud83d\udd39USDT\ud83d\udd39LTC\ud83d\udd3aBCH (Pay with any crypto)", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/53578d42-4038-4b28-978d-4240386b2881"}}, {"data": {"ad_id": "902a87ec-5061-49c6-aa87-ec5061e9c6a1", "countrycode": "SE", "created_at": "2021-12-18T13:16:26.699Z", "currency": "SEK", "max_amount_available": "3354.62", "min_amount": "400.00", "msg": "I accept many cryptocurrencies, tell me what crypto you would like to send\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nThe best coins to send for quickest and lowest fees are , (BNB, HBAR, XRP, LTC, SEA, XLM and many other) If possible convert your coins to a quick and low fee crypto\n\nIf we have traded before don't send the coins to the same wallet as my wallet address can changes with every trade.\n\nI will not under any circumstances release until funds are in my hand", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "1885.76", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your Crypto for XMR", "profile": {"username": "XMRCoops", "name": "XMRCoops (641; 100%)", "feedback_score": 100, "trade_count": "641", "last_online": "2022-02-11T09:43:21.233Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/902a87ec-5061-49c6-aa87-ec5061e9c6a1"}}, {"data": {"ad_id": "2ff9284b-92cd-4576-b928-4b92cda576b3", "countrycode": "SE", "created_at": "2021-02-18T11:01:19.455Z", "currency": "SEK", "max_amount": "8800.00", "max_amount_available": "7877.85", "msg": "", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "1894.15", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/2ff9284b-92cd-4576-b928-4b92cda576b3"}}, {"data": {"ad_id": "67b05630-b6c2-417b-b056-30b6c2217beb", "countrycode": "SE", "created_at": "2021-12-08T07:24:33.593Z", "currency": "SEK", "max_amount": "12907.81", "max_amount_available": "1350.55", "min_amount": "800.00", "msg": "Open a trade and automatically receive payment details!\n\nInstant release!\n\n; ) ", "online_provider": "SWISH", "require_feedback_score": 95, "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "1915.94", "track_max_amount": true, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "// FAST TRADES /// INSTANT RELEASE // ", "profile": {"username": "redstein", "name": "redstein (166; 100%)", "feedback_score": 100, "trade_count": "166", "last_online": "2022-02-11T09:43:21.587Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/67b05630-b6c2-417b-b056-30b6c2217beb"}}, {"data": {"ad_id": "98af1118-2aca-493c-af11-182aca193c18", "countrycode": "SE", "created_at": "2022-02-05T16:09:12.339Z", "currency": "SEK", "max_amount": "19999.99", "max_amount_available": "19999.99", "min_amount": "10000.00", "msg": "**F\u00f6lj instruktionerna i \"Payment details\" f\u00f6r att slutf\u00f6ra transaktionen.** Du beh\u00f6ver **inte** inv\u00e4nta ett meddelande fr\u00e5n mig. Jag godk\u00e4nner i genomsnitt inom 5 minuter fr\u00e5n det att \u00f6verf\u00f6ringen \u00e4r mottagen. Det kan i vissa fall dr\u00f6ja upp till 60 minuter.\n\n**OBS!** *Om du genomf\u00f6r en transaktion mellan 22:00-07:00 s\u00e5 kommer transaktionen godk\u00e4nnas av mig f\u00f6rst n\u00e4r jag vaknat, mellan 07:00-08:00.*\n\n---\n\n**FAQ: N\u00e4r syns Moneron i min wallet?**\n\nI normala fall tar det 55 min (5 min + 25 min + 25 min) fr\u00e5n det att du \u00f6verf\u00f6r beloppet tills du kan f\u00f6rfoga fritt \u00f6ver Moneron i din wallet. *OBS! Ibland kan det ta upp till 90 min.*\n- 5 min: SwishaMonero godk\u00e4nner (**\"Processing\"=godk\u00e4nd**).\n- 25 min: Moneron mellanlandar i en non-custodial wallet (**\"Completed\"=XMR-transaktionen till din wallet inleds**).\n- 25 min: Moneron \u00f6verf\u00f6rs fr\u00e5n non-custodial wallet till din wallet.\n", "online_provider": "SWISH", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "1927.67", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "K\u00f6p Monero snabbt och enkelt via Swish!", "profile": {"username": "SwishaMonero", "name": "SwishaMonero (1398; 99%)", "feedback_score": 99, "trade_count": "1398", "last_online": "2022-02-11T09:05:43.416Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/98af1118-2aca-493c-af11-182aca193c18"}}, {"data": {"ad_id": "d3812058-1b95-42ec-8120-581b95a2ecd4", "countrycode": "SE", "created_at": "2021-11-25T13:20:23.328Z", "currency": "SEK", "max_amount_available": "3518.63", "min_amount": "325.00", "msg": "English only or translate\n\nI accept many cryptocurrencies, tell me what crypto you would like to send\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nThe best coins to send for quickest and lowest fees are , (BNB, HBAR, XRP, LTC, SEA, XLM and many other) If possible convert your coins to a quick and low fee crypto\n\nIf we have traded before don't send the coins to the same wallet as my wallet address can changes with every trade.\n\nI will not under any circumstances release until funds are in my hand", "online_provider": "OTHER", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "1977.96", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your Cryptos for XMR", "profile": {"username": "XMRCoops", "name": "XMRCoops (641; 100%)", "feedback_score": 100, "trade_count": "641", "last_online": "2022-02-11T09:43:21.233Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/d3812058-1b95-42ec-8120-581b95a2ecd4"}}, {"data": {"ad_id": "5223d44f-b620-42a5-a3d4-4fb620c2a530", "countrycode": "SE", "created_at": "2022-02-09T19:06:27.533Z", "currency": "SEK", "max_amount": "36405.77", "max_amount_available": "14296.83", "min_amount": "91.01", "msg": "Hello and welcome!\n\nPlease start a trade and wait until I send the reference/note, then complete the payment using the payment details.\n\nInstructions below are for the Revolut app, but you may send with instant SEPA or bank transfer in the UK.\n\nStep-by-step instructions in Revolut app:\n* Go to **Send** on balance page\n* Click **New** in top right corner\n* Select **Add a bank recipient**\n* Select **Business**\n* Set **Country of recipient's bank** to **\"United Kingdom\"**\n* Set **Currency** to the one you want to send (example: EUR, USD, GBP, SEK, PLN, CHF, etc...)\n* Set **IBAN** to **\"GB87 REVO 0099 6930 5868 62\"**\n* Set **BIC/SWIFT** to **\"REVOGB21\"**\n* Set **Company name** to **\"PATHOGEN LIMITED\"**\n* Leave e-mail blank\n* Click **Add recipient**\n* If you are asked for address information, please use **24 Holborn Viaduct, London, England, EC1A 2BN**\n* **IMPORTANT:** Set **Reference** to the ID provided in chat (example: **XMR-XXXXX**), without this I won\u2019t know which trade to release!\n* Send the payment\n\nAs soon as the money is received (around 5 seconds average) I'll release the XMR! :)", "online_provider": "REVOLUT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "1981.81", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\u2705ONLINE NOW \ud83e\udd77NO KYC \ud83d\ude80INSTANT", "profile": {"username": "topmonero", "name": "topmonero (883; 100%)", "feedback_score": 100, "trade_count": "883", "last_online": "2022-02-11T09:43:22.063Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/5223d44f-b620-42a5-a3d4-4fb620c2a530"}}, {"data": {"ad_id": "e0330222-056c-4f59-b302-22056ccf5971", "countrycode": "SE", "created_at": "2022-02-05T16:06:52.246Z", "currency": "SEK", "max_amount": "9999.99", "max_amount_available": "9999.99", "min_amount": "100.00", "msg": "**F\u00f6lj instruktionerna i \"Payment details\" f\u00f6r att slutf\u00f6ra transaktionen.** Du beh\u00f6ver **inte** inv\u00e4nta ett meddelande fr\u00e5n mig. Jag godk\u00e4nner i genomsnitt inom 5 minuter fr\u00e5n det att \u00f6verf\u00f6ringen \u00e4r mottagen. Det kan i vissa fall dr\u00f6ja upp till 60 minuter.\n\n**OBS!** *Om du genomf\u00f6r en transaktion mellan 22:00-07:00 s\u00e5 kommer transaktionen godk\u00e4nnas av mig f\u00f6rst n\u00e4r jag vaknat, mellan 07:00-08:00.*\n\n---\n\n**FAQ: N\u00e4r syns Moneron i min wallet?**\n\nI normala fall tar det 55 min (5 min + 25 min + 25 min) fr\u00e5n det att du \u00f6verf\u00f6r beloppet tills du kan f\u00f6rfoga fritt \u00f6ver Moneron i din wallet. *OBS! Ibland kan det ta upp till 90 min.*\n- 5 min: SwishaMonero godk\u00e4nner (**\"Processing\"=godk\u00e4nd**).\n- 25 min: Moneron mellanlandar i en non-custodial wallet (**\"Completed\"=XMR-transaktionen till din wallet inleds**).\n- 25 min: Moneron \u00f6verf\u00f6rs fr\u00e5n non-custodial wallet till din wallet.\n", "online_provider": "SWISH", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "2011.48", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "K\u00f6p Monero snabbt och enkelt via Swish!", "profile": {"username": "SwishaMonero", "name": "SwishaMonero (1398; 99%)", "feedback_score": 99, "trade_count": "1398", "last_online": "2022-02-11T09:05:43.416Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/e0330222-056c-4f59-b302-22056ccf5971"}}, {"data": {"ad_id": "2252a3f7-6d6b-400b-92a3-f76d6bb00b50", "countrycode": "SE", "created_at": "2022-02-06T15:24:04.702Z", "currency": "SEK", "max_amount": "10000.00", "max_amount_available": "10000.00", "min_amount": "1000.00", "msg": "**F\u00f6lj instruktionerna i \"Payment details\" f\u00f6r att slutf\u00f6ra transaktionen.** Du beh\u00f6ver **inte** inv\u00e4nta ett meddelande fr\u00e5n mig. Jag godk\u00e4nner i genomsnitt inom 5 minuter fr\u00e5n det att \u00f6verf\u00f6ringen \u00e4r mottagen. Det kan i vissa fall dr\u00f6ja upp till 60 minuter.\n\n**OBS!** *Om du genomf\u00f6r en transaktion mellan 22:00-07:00 s\u00e5 kommer transaktionen godk\u00e4nnas av mig f\u00f6rst n\u00e4r jag vaknat, mellan 07:00-08:00.*\n\n---\n\n**FAQ: N\u00e4r syns Moneron i min wallet?**\n\nI normala fall tar det 55 min (5 min + 25 min + 25 min) fr\u00e5n det att du \u00f6verf\u00f6r beloppet tills du kan f\u00f6rfoga fritt \u00f6ver Moneron i din wallet. *OBS! Ibland kan det ta upp till 90 min.*\n- 5 min: SwishaMonero godk\u00e4nner (**\"Processing\"=godk\u00e4nd**).\n- 25 min: Moneron mellanlandar i en non-custodial wallet (**\"Completed\"=XMR-transaktionen till din wallet inleds**).\n- 25 min: Moneron \u00f6verf\u00f6rs fr\u00e5n non-custodial wallet till din wallet.\n", "online_provider": "REVOLUT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "2095.29", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "K\u00f6p Monero snabbt och enkelt via Revolut!", "profile": {"username": "SwishaMonero", "name": "SwishaMonero (1398; 99%)", "feedback_score": 99, "trade_count": "1398", "last_online": "2022-02-11T09:05:43.416Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/2252a3f7-6d6b-400b-92a3-f76d6bb00b50"}}, {"data": {"ad_id": "2d72efa7-cef3-400c-b2ef-a7cef3200c15", "countrycode": "SE", "created_at": "2021-09-16T19:52:27.976Z", "currency": "SEK", "first_time_limit_xmr": 2, "max_amount_available": "6289.06", "min_amount": "400.00", "msg": "Start chat and ask for recepient details\n\nOfficial website of WU https://www.westernunion.com/se/en/web/send-money/start\n\nOnce paid just share receipt photo or screenshot\n\nFast XMR release under 15 minutes of payment\n\nGot questions? Telegram @VYXMR", "online_provider": "WU", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "2112.06", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/2d72efa7-cef3-400c-b2ef-a7cef3200c15"}}, {"data": {"ad_id": "a3059ae1-ca32-4566-859a-e1ca32956672", "countrycode": "SE", "created_at": "2022-01-13T07:33:26.796Z", "currency": "SEK", "first_time_limit_xmr": 1, "max_amount": "10000.00", "max_amount_available": "10000.00", "min_amount": "500.00", "msg": "**PLEASE READ THIS BEFORE YOU START A TRADE!**\n\n---\n- For first-time traders, I will need an ID.\n- Payment only via the Friends and Family option on PayPal. (NO Goods and Services). \n- Send the full amount in one transaction from your account. (Don't use the account of a friend or family member). \n- INSTANT XMR RELEASE after I received the money on PayPal. \n---\nI can always refuse to trade without explanation. ", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "2217.66", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "PayPal Friends and Family only | NO ID | Instant Release |", "profile": {"username": "yakinikun", "name": "yakinikun (51; 100%)", "feedback_score": 100, "trade_count": "51", "last_online": "2022-02-11T09:42:54.204Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/a3059ae1-ca32-4566-859a-e1ca32956672"}}, {"data": {"ad_id": "f5ecef47-7bb6-433e-acef-477bb6633ef5", "countrycode": "DE", "created_at": "2022-01-12T23:15:27.073Z", "currency": "SEK", "first_time_limit_xmr": 1, "max_amount": "5000.00", "max_amount_available": "1171.58", "min_amount": "500.00", "msg": "**READ THIS BEFORE YOU START A TRADE!** \ud83e\udd1d\n\n\u2713 First-time traders have to verify their ID. \n\u2713 Payment only via the Friends and Family option. \n\u2713 **INSTANT XMR RELEASE** after receiving the money. \ud83d\ude80\n\nText me on [Telegram](https://t.me/jannikwlt) for more information about my service.", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "2217.66", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "ALL CURRENCIES | INSTANT RELEASE \ud83d\udcb0\ud83d\ude80", "profile": {"username": "EASY", "name": "EASY (62; 100%)", "feedback_score": 100, "trade_count": "62", "last_online": "2022-02-11T07:41:22.368Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/f5ecef47-7bb6-433e-acef-477bb6633ef5"}}, {"data": {"ad_id": "da7b28a3-df32-4126-bb28-a3df32812653", "countrycode": "SE", "created_at": "2022-02-01T19:15:31.574Z", "currency": "SEK", "first_time_limit_xmr": 1, "max_amount_available": "13387.09", "min_amount": "900.00", "msg": "Monero with IBAN bank transfer, no identity required.\n\nMulti-currencies account in Switzerland. Your transfer form must have a field for IBAN, my bank has no local account number.\n\nYou will have the bank details after the trade is opened. Confirm when it's paid and wait until I see your transfer. Wait my consent for a 2d trade.", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "2470.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Bank transfer with IBAN in a Swiss bank, no identity", "profile": {"username": "Dax", "name": "Dax (162; 100%)", "feedback_score": 100, "trade_count": "162", "last_online": "2022-02-10T22:29:51.105Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/da7b28a3-df32-4126-bb28-a3df32812653"}}, {"data": {"ad_id": "53797e1b-2e0c-4dd1-b97e-1b2e0c8dd1d6", "countrycode": "SE", "created_at": "2021-05-21T02:31:38.298Z", "currency": "SEK", "first_time_limit_xmr": 0.2, "max_amount": "2000.00", "max_amount_available": "2000.00", "min_amount": "100.00", "msg": "Hej kompis :)\n\nSkicka ditt PayPal-e-postmeddelande i chatten s\u00e5 att jag kan beg\u00e4ra betalning\n\nEn sk\u00e4rmdump av en betalnings\u00f6versikt i helsk\u00e4rm kr\u00e4vs efter att du har betalat.\n", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "2531.11", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/53797e1b-2e0c-4dd1-b97e-1b2e0c8dd1d6"}}, {"data": {"ad_id": "64e50bd5-b7b3-401e-a50b-d5b7b3401ee9", "countrycode": "SE", "created_at": "2022-02-11T07:14:00.954Z", "currency": "SEK", "max_amount": "1900.00", "max_amount_available": "1900.00", "min_amount": "300.00", "msg": "Hej, h\u00e4r kan du anv\u00e4nda swish f\u00f6r att snabbt och enkelt k\u00f6pa monero till ett bra pris!\n\nSl\u00e4pper coinsen s\u00e5 fort som m\u00f6jligt, vanligtvis inom 5 minuter fr\u00e5n och med att vi har mottagit din swish.\n\nIngen KYC.\n\nTack f\u00f6r att du handlar hos oss!", "online_provider": "SWISH", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "1877.38", "track_max_amount": true, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "K\u00f6p XMR med swish - billigt och smidigt! Ingen KYC", "profile": {"username": "isse0202", "name": "isse0202 (14; 100%)", "feedback_score": 100, "trade_count": "14", "last_online": "2022-02-11T09:43:33.034Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/64e50bd5-b7b3-401e-a50b-d5b7b3401ee9"}}, {"data": {"ad_id": "60f65deb-2bd3-4d40-b65d-eb2bd32d4074", "countrycode": "SE", "created_at": "2022-02-08T12:30:03.661Z", "currency": "SEK", "max_amount_available": "6398.68", "min_amount": "1000.00", "msg": "Tjenare gott folk! \u00c4r du intresserad av att k\u00f6pa kryptovalutan Monero, som kan s\u00e4kerst\u00e4lla din anonymitet? Jag s\u00e4ljer XMR per post, och jag hj\u00e4lper dig glatt med att komma ig\u00e5ng med kryptovalutor.\n\nJag tar emot Svenska Kronor (kontanter) per post. \n\n\u2022 Anv\u00e4nd ett kuvert med frim\u00e4rke. \n\u2022 Det skall inte synas att det inneh\u00e5ller sedlar. Du kan t.ex. placera sedlarna mellan papper. \n\nEfter att brevet kommit fram sl\u00e4pper jag \u00f6verf\u00f6ringen av XMR. Jag kommer inte att kunna dra tillbaka betalningen p.g.a. LocalMoneros depositionsystem.\n\nFilma g\u00e4rna kontanterna i brevet och n\u00e4r du l\u00e4gger brevet i brevl\u00e5dan. T\u00e4nk p\u00e5 att antalet sedlar, adressen, dagens datum syns och g\u00f6r inga klipp. P\u00e5 detta s\u00e4tt har du ett bra bevis om n\u00e5got skulle kr\u00e5ngla.", "online_provider": "CASH_BY_MAIL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "1927.67", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "libertyCrypto", "name": "libertyCrypto (2; 100%)", "feedback_score": 100, "trade_count": "2", "last_online": "2022-02-11T02:53:40.974Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/60f65deb-2bd3-4d40-b65d-eb2bd32d4074"}}, {"data": {"ad_id": "f9daf7da-b3da-47b0-9af7-dab3da27b005", "countrycode": "SE", "created_at": "2022-02-11T06:07:27.316Z", "currency": "SEK", "max_amount": "1900.00", "max_amount_available": "1900.00", "min_amount": "500.00", "msg": "Hej, h\u00e4r kan du anv\u00e4nda Revolut f\u00f6r att snabbt och enkelt k\u00f6pa monero till ett bra pris!\n\nSl\u00e4pper coinsen s\u00e5 fort som m\u00f6jligt, vanligtvis inom 5 minuter fr\u00e5n och med att vi har mottagit din betalning.\n\nTack f\u00f6r att du v\u00e4ljer oss!", "online_provider": "REVOLUT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "1977.96", "track_max_amount": true, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "K\u00f6p XMR snabbt och billigt med revolut! Ingen KYC!", "profile": {"username": "isse0202", "name": "isse0202 (14; 100%)", "feedback_score": 100, "trade_count": "14", "last_online": "2022-02-11T09:43:33.034Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/f9daf7da-b3da-47b0-9af7-dab3da27b005"}}, {"data": {"ad_id": "69c79a5f-b580-49ab-879a-5fb580f9ab51", "countrycode": "SE", "created_at": "2022-02-03T11:48:05.269Z", "currency": "SEK", "max_amount": "2500.00", "max_amount_available": "1759.12", "min_amount": "700.00", "msg": "", "online_provider": "SWISH", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "1810.33", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "M0m0", "name": "M0m0 (2; 100%)", "feedback_score": 100, "trade_count": "2", "last_online": "2022-02-03T15:14:36.963Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/69c79a5f-b580-49ab-879a-5fb580f9ab51"}}, {"data": {"ad_id": "eac52193-09b4-4dab-8521-9309b48dab9b", "countrycode": "SE", "created_at": "2022-02-03T02:56:57.309Z", "currency": "SEK", "max_amount_available": "1759.12", "msg": "2000", "online_provider": "SWISH", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "1810.33", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "1000", "profile": {"username": "M0m0", "name": "M0m0 (2; 100%)", "feedback_score": 100, "trade_count": "2", "last_online": "2022-02-03T15:14:36.963Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/eac52193-09b4-4dab-8521-9309b48dab9b"}}]}, "pagination": {"next": "https://agoradesk.com/api/v1/buy-monero-online/SEK?page=1"}}, "status": 200}] -[1, "SEK", "XMR", {"success": true, "message": "OK", "response": {"data": {"ad_count": 1, "ad_list": [{"data": {"ad_id": "2da8316c-a6c1-453c-a831-6ca6c1153c80", "countrycode": "SE", "created_at": "2022-02-03T14:48:25.424Z", "currency": "SEK", "max_amount": "250.00", "max_amount_available": "250.00", "min_amount": "250.00", "msg": "", "online_provider": "SWISH", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "1843.86", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "M0m0", "name": "M0m0 (2; 100%)", "feedback_score": 100, "trade_count": "2", "last_online": "2022-02-03T15:14:36.963Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/2da8316c-a6c1-453c-a831-6ca6c1153c80"}}]}, "pagination": {"prev": "https://agoradesk.com/api/v1/buy-monero-online/SEK?page=0"}}, "status": 200}] -[0, "USD", "XMR", {"success": true, "message": "OK", "response": {"data": {"ad_count": 20, "ad_list": [{"data": {"ad_id": "4f84daed-d692-486d-84da-edd692586d06", "countrycode": "US", "created_at": "2021-04-23T03:23:35.551Z", "currency": "USD", "max_amount": "6000.00", "max_amount_available": "5648.83", "min_amount": "5000.00", "msg": "\n*********Message me on wickr \"intcryptominer\" BEFORE opening trade******\n\n\n\n\nNo international, US only.\n\nDue to price fluctuations, I some times do not keep my xmr sitting on AD. Message me on wickr and I will fund my account for whatever you need. My current max is around 6k. >>>This number just means how much I have left for the week and resets on Monday.\n\n\nWICKR: intcryptominer\n\nCurrent rate is 2% over current market rate.\nEscrow always\nExpress via USPS only\n \n\nEncryption only if communicating through here, if you don't know how to use encryption then use WICKR and we will communicate through there.\n\nMy encryption key is located in my profile.\n\nYou can send unencrypted messaged through wickr\n\n\nWorking fast will protect us from price fluctuations, I release within 1 hour from when the pack arrives. \n\nIf you have questions, I can address them via wickr \"intcryptominer\", before the trade is open.\n\nThe process,\n\n1) reach out to me on wickr \"intcryptominer\" to inform me you want to open a trade and for how much\n\n2) have the pack ready\n\n3) Open a trade\n\n4) You receive the address \"encrypted to your key\" instantly \n\n5) You confirm that address was received and decrypted and that you are out to ship.\n\n6) Once sent, send me tracking either here encrypted or on wickr un-encrypted. \n\n8) Next day, I receive, count and release. \n\nSome notes\n\nDo not throw away tracking receipt until after I release. \n\nShipping price comes out from your end, do not deduct from what you will send.\n\nUSPS express only. I have a great set up on my end to receive.\n\nMake sure the notes are sealed and are flat. No rolls, do not stack them like a big brick. Spread them out so they feel like documents. If you want, vacuum seal the notes, then use paper on the outside. So it feels like documents...\nEven better if you have Mylar. Highly recommended to use it. \n\nI use a counter that detects counterfeits\nI use tripods with multiple cameras while opening.\nDo not try anything stupid, it won't work and you will just be wasting our time. \n\nMake sure the pack or yourself do not smell when you ship. \n\n\"intcryptominer\" is my only wickr account\n\nI only do trades Mon-Friday. I do not accept trades on Saturday/Sunday.\n\nI am not responsible for lost mail. ", "online_provider": "CASH_BY_MAIL", "require_feedback_score": 100, "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "183.41", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "5k- 6k, 100% escrow,US only,read my entire listing before trade", "profile": {"username": "intcryptominer", "name": "intcryptominer (67; 100%)", "feedback_score": 100, "trade_count": "67", "last_online": "2022-02-10T17:28:36.508Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/4f84daed-d692-486d-84da-edd692586d06"}}, {"data": {"ad_id": "7866cf04-3817-4c9e-a6cf-0438170c9ef2", "countrycode": "US", "created_at": "2021-10-26T08:47:28.529Z", "currency": "USD", "max_amount": "30000.00", "max_amount_available": "16950.87", "min_amount": "300.00", "msg": "Send your crypto to buy XMR.\n\nUSDT (Erc20, Bep20, Trc20), USDC, BUSD, PAX, TUSD, BTC, ETH, LTC, XRP, DASH, EOS, BNB, XLM, DOGE, BNB, SOL, DOT accepted\n\nI will release XMR on first confirmation, but it will take 50 minutes to reach your wallet that you have given while opening the trade.\n'Do not Panic'", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "184.25", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "USDT\ud83d\udd38USDC\ud83d\udd3aBUSD\ud83d\udd39BTC\ud83d\udd38ETH\ud83d\udd3aXRP\ud83d\udd39XLM\ud83d\udd38ADA\ud83d\udd39DASH\ud83d\udd3aBNB\ud83d\udd39SOL\ud83d\udd38EOS", "profile": {"username": "Hakhlaque", "name": "Hakhlaque (671; 98%)", "feedback_score": 98, "trade_count": "671", "last_online": "2022-02-11T09:31:29.145Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/7866cf04-3817-4c9e-a6cf-0438170c9ef2"}}, {"data": {"ad_id": "5aadfcbe-4102-4df5-adfc-be4102adf54a", "countrycode": "US", "created_at": "2021-07-28T01:05:11.565Z", "currency": "USD", "max_amount": "5000.00", "max_amount_available": "5000.00", "min_amount": "100.00", "msg": "Buy Monero (XMR) with cash by mail. No third party payments accepted.\n\nPackage the cash discreetly by wrapping it in multiple layers of envelopes and tape. I recommend packing the cash tightly like a book, wrapping it in multiple taped envelopes, and then enclosing it in a mylar bag. This make it difficult for workers and scanners to realize the package contains cash and stealing it.\n\nPlease enclose a note in the package that states, \"I am [username] buying Monero from shenyun on localmonero.co\".\n\nPlease no small bills (no $1, $5 or $10), no marked, torn, stapled, or otherwise damaged or defaced bills. I run all bills through counterfeit detection. US Dollars only, no foreign currency, coins, checks or money orders accepted.\n\nPlease make sure your package has a valid return address in case of any carrier issues. I will provide my shipping address when you open a new trade.\n\nYou may use USPS Priority Mail or USPS Priority Express Mail. Do not use First Class Mail, UPS, or FedEx as these methods are less secure for cash shipments. During post office business hours, a tracking number must be provided and the package must be dropped off with the carrier by the close of business for the trade to be accepted, otherwise it may be canceled. If you start a trade outside of post office business hours, please indicate in trade chat that you will be able to send the package within the next business day. You may require signature on delivery if you wish, but it is not required.\n\nMy PGP public key is on my profile if you wish to encrypt any tracking or return address information when sending to me.\n\nAll packages must be shipped from the USA. New York residents are prohibited due to BitLicense regulations, and any shipments from New York will not be accepted.\n\nOnce I receive the package, I will record a video of myself opening the package, running the bills through a counterfeit scanner, and counting the bills. Once the amount is verified I will release the coins to you immediately and destroy all packaging and personal information. I make every effort to finalize transactions as soon as possible.\n\nUnfortunately, I cannot assume any responsibility for lost or stolen packages.\n\nIMPORTANT DISCLAIMER: My address is serviced by the Oakland, CA USPS Regional Distribution Center. However, if you send me a Priority Mail parcel, there is a slight (~5%) chance it will get routed through the San Francisco, CA Distribution Center in transit. The San Francisco Distribution Center has a very poor historical track record when it comes to package handling and many packages go missing or have their contents stolen. In particular, the Priority Mail Small Flat Rate box has a high chance of mishandling. I very strongly suggest using USPS Priority Express as it always is routed directly through Oakland in transit to me. If you insist on using Priority Mail, and your package gets routed through San Francisco in transit, I cannot assume any responsibility for missing contents.", "online_provider": "CASH_BY_MAIL", "require_feedback_score": 1, "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "185.20", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Cash by mail for XMR. Full Escrow USPS Express", "profile": {"username": "shenyun", "name": "shenyun (542; 99%)", "feedback_score": 99, "trade_count": "542", "last_online": "2022-02-11T03:16:44.783Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/5aadfcbe-4102-4df5-adfc-be4102adf54a"}}, {"data": {"ad_id": "5188679c-149e-442a-8867-9c149e042a17", "countrycode": "US", "created_at": "2018-10-12T17:14:41.069Z", "currency": "USD", "limit_to_fiat_amounts": "300,400,500,600,700,800,900,1000,1100,1200,1300,1400,1500,1600,1700,1800,1900,2000", "max_amount": "2000.00", "max_amount_available": "2000.00", "min_amount": "300.00", "msg": "FIRST TRADE SEND IMAGE WITH NOTE TO GET ADDRESS.\n\nDo NOT use A DVD Case as stealth.\n\nALL trades pack note: \n\"For: (crypto)\non: (website),\nbetween: OpticBit\nand: (username)\"\nAmount: $\nTrade ID: (first and last 3 if hand written). \n\nI might sound picky, I'm flexible, just covering everything. Note and secure packing most important.\n\nNormally this offer is 8% above spot. \nTo balance supply/demand I will adjust the ad in Fibonacci (1,2,3,5,8,13) steps up/down. Open the trade and follow instructions, I will honor the price.\n\nUse Large Bills (100s preferred). NO $1s \nKeep bills flat (for my counter)\n \nGet all items ready before starting a trade. \n \nGet a Priority (or Express) envelope (or box) free from USPS (or shipping store if closer)\n \nALL trades pack note: \n\"For: (crypto)\non: (website),\nbetween: OpticBit\nand: (username)\"\nAmount: $\nTrade ID: (first and last 4 if hand written). \n\nReturn Address: (first trade)\n\nSend image of Envelope, Cash, and Note in one picture.\n \nUSA Only. \nNo New York (bit license)\nNo S.F. CA (bad postal workers)\n\nUse an internal envelope. Put our address on it, in case the exterior package is damaged.\n\nSee agoradesk guide for safe shipping.\n\nUpto $1000 Priority (2-5 day $9). If priority takes over 7 days I reserve the right to change to floating/price lock in my favor.\n\n\nExpress (1-2 day $30).\n\nDrop off (to human suggested, but do not pack cash in front of them) within 24hrs, and send tracking. Otherwise I will cancel/dispute. \n\nType/Paste the tracking before marking paid.\n\nI have a PO Box\nI make one trip a day to the LV Hub Post office, for pickup and drop off usually between 11am and 5pm. Then back to office to open on video, with a cash counter (keep bills flat).\n\nSee profile page and expand personal introduction \nfor general terms that apply to all trades. Shortened general below.\n\nPacific Time (GMT-8) \nAvailable M-F 8a-6p \nExtended hrs 6a-11p. \n\nNo Recent site activity?\nAlert me I'll be back soon.\n\nMore coins might be \navailable in my own wallet\n\nPrice Non-Negotiable \nLimit Non-Negotiable\n\n$2000/person/day max. \nMetal/Crypto limited on availability. \nDon't get creative.\n\nMoney you send was obtained legally, \nMoney you receive will be used legally. \n \nNO third parties, No Brokering.\n\nVerification or Proof of ID might be required\n\n\nprice quotes good 1hr\n\nNo Cancelling after I\u2019ve \naccepted the trade\n\nFloat/Lock change must be requested in 1st HR. \n\nDo Not hold my coins\n\nUse advertised payment option ONLY. \n\nMethods available:\n \nI buy/sell Crypto for:\nAlt-coins \nLas Vegas In Person\nCash By Mail\nGold, Silver. \n \nI Buy Crypto \nCash/Money Order to banks\nGift cards, \nI only Buy with cash at a store. \nI don't accept them. Do NOT ask. \nShredded 24hrs-7days after release.\nNO iTunes\n \nAdvertised Price distance from exchange \nindex may change to balance Cash/Crypto \nThere is NO fee.\nIt is a price above or below spot.\n \nfiat/crypto rates vary. check you have enough \n\nNot your keys Not Your Coins. \n3-2-1 backup your key.\n\nUpgrade BTC to Segwit\n\n \nCheck first and last characters of wallet \nVerify reputable trader and escrow contact.\n\nImpersonators On Multiple Platforms. \nVerify a Link in BOTH directions.\n\nNo trades from New York State \n\nSometimes I travel to \nCalifornia, AZ, UT. \nor Portland, ME (Holidays) \n \nLearn pgp. \nDesktop PGP: https://bitbin.it/a50Kus24/\na public key means nothing \nif its not used to sign/verify.\n\nVerified Social Media/Reputation: \nhttps://www.bitrated.com/opticbit \nhttps://keybase.io/opticbit\n\nEmail: opticbit@protonmail.com \nDumb Phone: I rarely answer, \nupdated in my profile monthly. \n\nUPDATED NOV 11TH 2021", "online_provider": "CASH_BY_MAIL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "185.38", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "USPS Cash + Note to Vegas", "profile": {"username": "opticbit", "name": "opticbit (1920; 99%)", "feedback_score": 99, "trade_count": "1920", "last_online": "2022-02-11T09:43:12.136Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/5188679c-149e-442a-8867-9c149e042a17"}}, {"data": {"ad_id": "11ec65d6-2b17-4df5-ac65-d62b17ddf5ad", "countrycode": "US", "created_at": "2021-08-11T20:16:31.979Z", "currency": "USD", "max_amount": "15000.00", "max_amount_available": "15000.00", "min_amount": "10.00", "msg": "Send your crypto to buy XMR.\n\nUSDT, USDC, BUSD, PAX, TUSD, DAI, BTC, ETH, LTC, XRP, DASH, ZEC, EOS, BNB, BCH, XLM,DOGE, SHIB, DOT, SOL, HBAR, MATIC, CHZ, YFI, NEO, NANO accepted\n\nI will release XMR on first confirmation, but it will take 50 minutes to reach your wallet that you have given while opening the trade.\n'Do not Panic'", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "186.62", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "USDT\ud83d\udd38USDC\ud83d\udd3aBTC\ud83d\udd39 ETH\ud83d\udd38DOT\ud83d\udd3aXRP\ud83d\udd39ZEC\ud83d\udd38 LINK\ud83d\udd39DOGE\ud83d\udd3aBCH +any coin", "profile": {"username": "Hakhlaque", "name": "Hakhlaque (671; 98%)", "feedback_score": 98, "trade_count": "671", "last_online": "2022-02-11T09:31:29.145Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/11ec65d6-2b17-4df5-ac65-d62b17ddf5ad"}}, {"data": {"ad_id": "b1cf5796-82f5-49fc-8f57-9682f569fcd7", "countrycode": "US", "created_at": "2021-10-05T08:07:21.916Z", "currency": "USD", "max_amount": "30000.00", "max_amount_available": "20117.47", "min_amount": "500.00", "msg": "Cash by mail. USPS. Please include note \"I am [username] buying Monero on localmonero.co.\" Can be reached at 8323748467 Telegram/Whatsapp/text if any questions. Please use a valid return address. ID required above $3K. Shipper responsible for lost mail.", "online_provider": "CASH_BY_MAIL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "186.79", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "USPS", "profile": {"username": "abitofcoin", "name": "abitofcoin (326; 100%)", "feedback_score": 100, "trade_count": "326", "last_online": "2022-02-11T08:27:46.505Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/b1cf5796-82f5-49fc-8f57-9682f569fcd7"}}, {"data": {"ad_id": "de4f061f-7c32-4061-8f06-1f7c3220611f", "countrycode": "US", "created_at": "2022-02-10T22:22:13.030Z", "currency": "USD", "max_amount": "2200.00", "max_amount_available": "1687.25", "min_amount": "65.00", "msg": "Open trade here and send me your $CashTag. I'll send you a request on $CashApp and then you make payment and I release coins. Quick and Easy!\r\n", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "187.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "trade your USD for my XMR; super quick; no id; reliable!", "profile": {"username": "CryptoBismol", "name": "CryptoBismol (9; 100%)", "feedback_score": 100, "trade_count": "9", "last_online": "2022-02-11T04:26:07.543Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/de4f061f-7c32-4061-8f06-1f7c3220611f"}}, {"data": {"ad_id": "6e93daa5-b807-479b-93da-a5b807179b07", "countrycode": "US", "created_at": "2022-02-10T23:36:31.487Z", "currency": "USD", "max_amount": "2200.00", "max_amount_available": "1687.25", "min_amount": "65.00", "msg": "Open LocalMoneroX trade and send me your VENMO name. I'll send you a request on VENMO and then you make payment and I release coins. Quick and Easy!\r\n", "online_provider": "VENMO", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "187.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "trade your USD for my XMR; super quick; no id; reliable!", "profile": {"username": "CryptoBismol", "name": "CryptoBismol (9; 100%)", "feedback_score": 100, "trade_count": "9", "last_online": "2022-02-11T04:26:07.543Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/6e93daa5-b807-479b-93da-a5b807179b07"}}, {"data": {"ad_id": "6afb14d0-ba95-4c7f-bb14-d0ba95dc7f57", "countrycode": "US", "created_at": "2021-07-24T16:29:15.129Z", "currency": "USD", "max_amount": "10000.00", "max_amount_available": "3649.86", "min_amount": "100.00", "msg": "You pay me stablecoin.", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "187.34", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "You pay me stablecoin", "profile": {"username": "Select", "name": "Select (1517; 99%)", "feedback_score": 99, "trade_count": "1517", "last_online": "2022-02-11T09:43:40.361Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/6afb14d0-ba95-4c7f-bb14-d0ba95dc7f57"}}, {"data": {"ad_id": "70f557d8-4430-44bc-b557-d8443054bc12", "countrycode": "US", "created_at": "2021-11-09T09:12:24.320Z", "currency": "USD", "first_time_limit_xmr": 6, "max_amount": "2000.00", "max_amount_available": "2000.00", "min_amount": "500.00", "msg": "\nDAI STABLE COIN\n\n\nDAI:USD1:1 USD amount to send is DAI amount to send\n\ncheck https://etherscan.io/gastracker before starting a trade to know what fees you will need to pay", "online_provider": "CRYPTOCURRENCY", "require_feedback_score": 98, "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "188.80", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "DAI", "profile": {"username": "opticbit", "name": "opticbit (1920; 99%)", "feedback_score": 99, "trade_count": "1920", "last_online": "2022-02-11T09:43:12.136Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/70f557d8-4430-44bc-b557-d8443054bc12"}}, {"data": {"ad_id": "1bdedbac-ca32-4f5c-9edb-acca321f5ce8", "countrycode": "US", "created_at": "2021-07-09T15:20:21.068Z", "currency": "USD", "first_time_limit_xmr": 2, "max_amount_available": "1289.80", "min_amount": "100.00", "msg": "USDT and many other non-ERC20 coins are accepted such as BTC, LTC, XRP, XLM, and dozens more.\n\nYou can now buy XMR with VISA or Mastercard at https://protectwealth.co or trade unlimited amounts anonymously.\n\nPlease place your order and let me know what crypto you want to exchange and I will tell you how much to send.\n\nYou are responsible for the transfer fees and the exact amount of crypto must be received for me to release the XMR.\n\nPlease don't mark your trade as paid until you send the crypto to the wallet address I give you.\n\nMost exchanges take around 10 minutes to complete but it mainly depends on how fast I receive your crypto. \n\nI may leave this ad up overnight or when I'm busy. If you don't get a reply from me within half an hour please cancel the trade.\n\nThank you", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "188.80", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade stable coins or other cryptos (not ERC20)", "profile": {"username": "Moneroeh", "name": "Moneroeh (521; 100%)", "feedback_score": 100, "trade_count": "521", "last_online": "2022-02-11T05:29:38.461Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/1bdedbac-ca32-4f5c-9edb-acca321f5ce8"}}, {"data": {"ad_id": "97a805cc-3f4b-422f-a805-cc3f4b722f20", "countrycode": "US", "created_at": "2019-05-13T01:53:21.177Z", "currency": "USD", "first_time_limit_xmr": 100, "max_amount": "10000.00", "max_amount_available": "10000.00", "min_amount": "500.00", "msg": "You must be the person sending the cash; Cash (USD) ONLY (NOT folded, stapled, rolled, or taped please!). NO Postal Money Orders allowed. NO third-party transactions allowed. Please also separate the denominations from each other and pack them in a way to keep them from mixing or getting bent. I use rubber bands. If you can't make the 2 hour deadline, just cancel the trade and make a new one when you can. If you don't want me to cancel, please give me an idea of when you'll send the tracking. There is no way for me distinguish between \"coin lockers\" and legitimate traders.\n\nIf you haven't traded with me before, please message me here with the return address that you will use on the package.\n\nIMPORTANT!! Please include a note in the package that says \"I'm [username] buying Monero from dscotese on agoradesk.com (or localmonero.co, whichever you're using).\" Also list the denominations (Ones, Fives, Tens, Twenties, Fifties, and Hundreds) and how many bills you've sent of that denomination.\n\n**Sometimes** postal employees think that the PMB69 will cause a problem. Using c/o PMB69 often solves that.\n\n**Sometimes the Post Office is closed: (see https://about.usps.com/newsroom/events/) **\nMailwerkz will also be closed on these days and often on a Friday and/or Saturday around the same time. Their website is https://www.mailwerkz.com/ but sometimes they don't update when they'll be closed, so if it says they'll be open, call them at 951.445.4330 to ask, and also let them know if their website is wrong. They're very nice people!\n```\nMONDAY February 21 Presidents\u2019 Day \nMONDAY May 30 Memorial Day\nMONDAY June 20** Juneteenth National Independence Day\nMONDAY July 4 Independence Day\nMONDAY September 5 Labor Day\nMONDAY October 10 Columbus Day\nFRIDAY November 11 Veterans Day\nTHURSDAY November 24 Thanksgiving Day\nMONDAY December 26* Christmas Day\n```\n\n1. Make the trade request.\n1. I recommend using a mylar bag to make it difficult for any scanner to tell postal employees that it contains cash. I use https://www.amazon.com/gp/product/B00967K3EQ\n1. Mail your cash and the note to the address you'll get after making the trade request.\n1. Text me at (951)236-2719 or message me here on the site if you have any questions.\n\nPlease use a mailing method that has a tracking #. \"Certified mail\" is about $7 and has one. Priority express is faster and costs about $40. \n\nHow I mail cash:\nI use priority mail or priority express mail and include a signature if the seller will be available to sign for it. My mail place can sign for it. I usually divide the stack in half so I have two stacks of bills I can lay side by side like this: \\[ \\]\\[ \\] I have a rubber band around them both when they are side by side, and I flip one over (verically) to twist the rubber band and hold them together in a squarish shape. The bulge they make in the envelope looks like a square instead of the U.S. currency rectangle, and it feels like a small book instead of a stack of cash. The cash goes in the mylar, and the mylar gets taped shut and goes into the free USPS Priority or Priority Express envelope. If you see room for improvement in this description, please let me know. \n\nThanks!", "online_provider": "CASH_BY_MAIL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "189.08", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "You mail USD and a note to me, I release your XMR from escrow", "profile": {"username": "dscotese", "name": "dscotese (3336; 99%)", "feedback_score": 99, "trade_count": "3336", "last_online": "2022-02-11T09:43:10.094Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/97a805cc-3f4b-422f-a805-cc3f4b722f20"}}, {"data": {"ad_id": "ba73358c-0c43-428a-b335-8c0c43528ae5", "countrycode": "US", "created_at": "2021-04-08T20:28:45.858Z", "currency": "USD", "first_time_limit_xmr": 80, "max_amount": "100000.00", "max_amount_available": "11192.36", "min_amount": "1000.00", "msg": "Please package so there are multiple layers. The cash should be vacuum sealed or in an airtight ziplock bag.\n\nYou must include a copy of the trade agreement document which you can download from here --> https://adobe.ly/3w8zauq.\nPrint this out and fill in the answers or just write the answers on a piece of paper if you don't have a printer.\n\n\n You should put the cash and trade agreement inside a bubble mailer or box with padding so when it is shaken it doesn't move. Please only send 100's, 50's, or 20's. Make sure you use your own name and address as return address. Receipt of mailing and tracking is required within 2 hours of opening the trade. So don't open the trade until you're ready to head to the post office, or you may open a trade to ask a question and then cancel it. I will release the XMR when I receive the payment, count, and verify. This will be recorded by video to ensure accuracy and integrity. ", "online_provider": "CASH_BY_MAIL", "require_feedback_score": 85, "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "189.71", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "USPS Express Mail", "profile": {"username": "scottemick", "name": "scottemick (181; 100%)", "feedback_score": 100, "trade_count": "181", "last_online": "2022-02-11T09:43:19.333Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/ba73358c-0c43-428a-b335-8c0c43528ae5"}}, {"data": {"ad_id": "17d76cba-6422-4457-976c-ba6422645792", "countrycode": "US", "created_at": "2021-12-29T19:35:18.655Z", "currency": "USD", "max_amount": "15000.00", "max_amount_available": "15000.00", "min_amount": "300.00", "msg": "No third-party deposits. You must be in the US and making the deposit yourself. Cash only. ID verification required. Want to buy a larger amount? Ask me. CO-OP credit unions (there are 5,000 of them) can be found using this locator: https://co-opcreditunions.org/locator/\n\nHere are the steps:\n\n1. Open a trade and tell me what bank you will be using.\n\n2. Deposit the cash at a branch. Do not deposit anything but cash - I will not release the coins if anything other than cash is deposited.\n\n3. Please write \"buying Monero from abitofcoin on localmonero.co - no refunds\" on the receipt. On your first trade with me, take a selfie holding this receipt and your government-issued ID. Upload it here.\n\n4. Mark as paid.\n\nNotice: Please do not trade if you have any involvement with anything Nigerian. Please do not use my services if you have any involvement in illegal activity or reside in New York. Please do not open a trade if you are operating outside of the US or have a non-US IP address. No Tor users. Deposits taking longer than 2 hours may be subject to additional verification. I may refuse larger orders from newer or high risk users.", "online_provider": "CASH_DEPOSIT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "190.58", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "CO-OP Credit Union", "profile": {"username": "abitofcoin", "name": "abitofcoin (326; 100%)", "feedback_score": 100, "trade_count": "326", "last_online": "2022-02-11T08:27:46.505Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/17d76cba-6422-4457-976c-ba6422645792"}}, {"data": {"ad_id": "8769171c-6e1d-4f85-a917-1c6e1dcf859e", "countrycode": "US", "created_at": "2019-12-22T01:26:20.926Z", "currency": "USD", "max_amount": "15000.00", "max_amount_available": "3267.85", "min_amount": "700.00", "msg": "**24/7 Hours Pickup - Fast Service!\n\nI am ready at the WU location for pickup. Release time is on average 2-8 hours. After I pick up I will release the XMR to you immediately.\n\nI will only accept cash in person or online payments by trusted members is also fine.\n\n===========================\nIf you have low feedback or your account on localmonero is new, the following rules apply!\n\n- NO Online Transfers.\n- NO Debit Card/Credit Card/ Or Bank Transfer\n- Only Send Cash In person, to be received in Cash.\n\n===========================\nFor quicker response please Call/text me 24/7:\n\nBusiness Phone/WhatsApp: +1 587-707-7020\nTelegram: https://t.me/PKChicks\nEmail: danly@chicksgold.com\n\n**Join our discord server for a faster response and a more personable experience \ndiscord.gg/chicksx\n\n**Please also check out my other ads for other convenient methods!", "online_provider": "WU", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "190.60", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Sell Western Union | Fast", "profile": {"username": "Chicks", "name": "Chicks (1393; 100%)", "feedback_score": 100, "trade_count": "1393", "last_online": "2022-02-11T03:04:56.558Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/8769171c-6e1d-4f85-a917-1c6e1dcf859e"}}, {"data": {"ad_id": "b91615fd-3355-44b9-9615-fd335524b983", "countrycode": "EC", "created_at": "2021-11-15T08:22:26.051Z", "currency": "USD", "max_amount": "1250.00", "max_amount_available": "342.23", "min_amount": "75.00", "msg": "- **I accept many cryptocurrencies, tell me what crypto you would like to send** \n\n- ** You are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.**\n\n- **The best coins to send for quickest and lowest fees are , (BNB, HBAR, XRP, LTC, SEA, XLM and many other) If possible convert your coins to a quick and low fee crypto***\n\n- **If we have traded before don't send the coins to the same wallet as my wallet address can changes with every trade.**\n\n\n***I will not under any circumstances release until funds are in my hand***\n", "online_provider": "OTHER", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "192.38", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your Cryptos for XMR", "profile": {"username": "XMRCoops", "name": "XMRCoops (641; 100%)", "feedback_score": 100, "trade_count": "641", "last_online": "2022-02-11T09:43:21.233Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/b91615fd-3355-44b9-9615-fd335524b983"}}, {"data": {"ad_id": "415ad6fb-20ea-4ca9-9ad6-fb20eacca914", "countrycode": "SV", "created_at": "2021-11-15T08:21:18.322Z", "currency": "USD", "max_amount": "1250.00", "max_amount_available": "342.23", "min_amount": "75.00", "msg": "- **I accept many cryptocurrencies, tell me what crypto you would like to send** \n\n- ** You are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.**\n\n- **The best coins to send for quickest and lowest fees are , (BNB, HBAR, XRP, LTC, SEA, XLM and many other) If possible convert your coins to a quick and low fee crypto***\n\n- **If we have traded before don't send the coins to the same wallet as my wallet address can changes with every trade.**\n\n\n***I will not under any circumstances release until funds are in my hand***\n", "online_provider": "OTHER", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "192.38", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your Cryptos for XMR", "profile": {"username": "XMRCoops", "name": "XMRCoops (641; 100%)", "feedback_score": 100, "trade_count": "641", "last_online": "2022-02-11T09:43:21.233Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/415ad6fb-20ea-4ca9-9ad6-fb20eacca914"}}, {"data": {"ad_id": "909785c9-6614-45b9-9785-c96614c5b94d", "countrycode": "VG", "created_at": "2021-11-15T08:24:10.632Z", "currency": "USD", "max_amount": "1250.00", "max_amount_available": "342.23", "min_amount": "75.00", "msg": "- **I accept many cryptocurrencies, tell me what crypto you would like to send** \n\n- ** You are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.**\n\n- **The best coins to send for quickest and lowest fees are , (BNB, HBAR, XRP, LTC, SEA, XLM and many other) If possible convert your coins to a quick and low fee crypto***\n\n- **If we have traded before don't send the coins to the same wallet as my wallet address can changes with every trade.**\n", "online_provider": "OTHER", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "192.38", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your Cryptos for XMR", "profile": {"username": "XMRCoops", "name": "XMRCoops (641; 100%)", "feedback_score": 100, "trade_count": "641", "last_online": "2022-02-11T09:43:21.233Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/909785c9-6614-45b9-9785-c96614c5b94d"}}, {"data": {"ad_id": "355a5f41-5a8a-4647-9a5f-415a8a164720", "countrycode": "IO", "created_at": "2021-11-15T08:25:56.687Z", "currency": "USD", "max_amount": "1250.00", "max_amount_available": "342.23", "min_amount": "75.00", "msg": "- **I accept many cryptocurrencies, tell me what crypto you would like to send** \n\n- ** You are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.**\n\n- **The best coins to send for quickest and lowest fees are , (BNB, HBAR, XRP, LTC, SEA, XLM and many other) If possible convert your coins to a quick and low fee crypto***\n\n- **If we have traded before don't send the coins to the same wallet as my wallet address can changes with every trade.**\n\n\n***I will not under any circumstances release until funds are in my hand***\n", "online_provider": "OTHER", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "192.38", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your Cryptos for XMR", "profile": {"username": "XMRCoops", "name": "XMRCoops (641; 100%)", "feedback_score": 100, "trade_count": "641", "last_online": "2022-02-11T09:43:21.233Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/355a5f41-5a8a-4647-9a5f-415a8a164720"}}, {"data": {"ad_id": "7e6fac17-947b-49fa-afac-17947ba9faf2", "countrycode": "SV", "created_at": "2021-08-29T00:06:57.402Z", "currency": "USD", "first_time_limit_xmr": 1, "max_amount_available": "1314.40", "min_amount": "75.00", "msg": "Sorry, I only speak english.\n\nI accept many cryptos for exchange such as BTC, LTC, XRP, XLM, DOGE, and dozens more.\n\nPlease enter the amount of XMR you want and then send me a message with the crypto you want to trade.\n\nBTC can be extremely slow and may take upwards of an hour for me to receive one confirmation and release your XMR.\n\nETH and all ERC-20 coins have high network fees and I can't give you as good of an exchange rate on those cryptos.\n\nThe coins I like to use for exchange because they are fast and have lower fees are LTC, XRP, and XLM.\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nPlease don't mark your trade as paid until you send the crypto to the wallet address I give you.\n\nIf we have traded before, DO NOT SEND TO THE SAME WALLET AS LAST TIME. My wallet address changes with every trade.\n\nPlease check out https://protectwealth.co to do your own trade anonymously 24/7 and get a better exchange rate!\n\nI don't have much XMR available here, but you can get as much as you want on my website.\n\nI may leave this ad up overnight or when I'm busy. If you don't get a reply from me within half an hour please cancel the trade.\n\nThank you", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "192.40", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your other coins for Monero!", "profile": {"username": "Moneroeh", "name": "Moneroeh (521; 100%)", "feedback_score": 100, "trade_count": "521", "last_online": "2022-02-11T05:29:38.461Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/7e6fac17-947b-49fa-afac-17947ba9faf2"}}]}, "pagination": {"next": "https://agoradesk.com/api/v1/buy-monero-online/USD?page=1"}}, "status": 200}] -[1, "USD", "XMR", {"success": true, "message": "OK", "response": {"data": {"ad_count": 20, "ad_list": [{"data": {"ad_id": "0a6c0733-bf5e-4a9c-ac07-33bf5eba9ca2", "countrycode": "EC", "created_at": "2021-08-29T00:00:14.181Z", "currency": "USD", "first_time_limit_xmr": 1, "max_amount_available": "1314.40", "min_amount": "75.00", "msg": "Sorry, I only speak english.\n\nI accept many cryptos for exchange such as BTC, LTC, XRP, XLM, DOGE, and dozens more.\n\nPlease enter the amount of XMR you want and then send me a message with the crypto you want to trade.\n\nBTC can be extremely slow and may take upwards of an hour for me to receive one confirmation and release your XMR.\n\nETH and all ERC-20 coins have high network fees and I can't give you as good of an exchange rate on those cryptos.\n\nThe coins I like to use for exchange because they are fast and have lower fees are LTC, XRP, and XLM.\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nPlease don't mark your trade as paid until you send the crypto to the wallet address I give you.\n\nIf we have traded before, DO NOT SEND TO THE SAME WALLET AS LAST TIME. My wallet address changes with every trade.\n\nPlease check out https://protectwealth.co to do your own trade anonymously 24/7 and get a better exchange rate!\n\nI don't have much XMR available here, but you can get as much as you want on my website.\n\nI may leave this ad up overnight or when I'm busy. If you don't get a reply from me within half an hour please cancel the trade.\n\nThank you", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "192.40", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your other coins for Monero!", "profile": {"username": "Moneroeh", "name": "Moneroeh (521; 100%)", "feedback_score": 100, "trade_count": "521", "last_online": "2022-02-11T05:29:38.461Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/0a6c0733-bf5e-4a9c-ac07-33bf5eba9ca2"}}, {"data": {"ad_id": "bf9aa452-0245-4c84-9aa4-5202456c8463", "countrycode": "US", "created_at": "2020-07-12T03:43:46.269Z", "currency": "USD", "max_amount": "80000.00", "max_amount_available": "3298.71", "min_amount": "1700.00", "msg": "Include a note in the package\r\n\"For Monero on Agoradesk.com Between Chicks and & Your user Name\"\r\nor print out the trade once open.\r\n\r\nNO 3rd Parties.\r\nInclude a return address Matching your real name.\r\none name and initial is ok.\r\nPrint your shipping/address labels, if you can**\r\n\r\nLarger amounts use Priority Express.\r\nsmall amounts, anything with tracking.\r\nCopy/Paste a tracking number before you mark paid.\r\npicture of the package is nice too\r\n\r\nUse Large Bills\r\ntry to limit the amount of small bills\r\nNo $1s\r\n\r\nYou may request Starting price or Release Price\r\nbut you must decide at the start of the trade.\r\n\r\nPackage the cash securely and discretely to avoid loss or theft while it is in transit.\r\n\r\nAn envelope with some printer paper wrapped around the cash works. then place that envelope into a Priority Express, or Bubble mailer envelope.\r\n\r\n\r\nDO NOT:\r\nSend more than 10 bills in a standard envelope\r\nFold the cash - this makes the letter too thick and easier to identify\r\nUse excessive tape or packaging material\r\n\r\nBusiness Phone/whatsapp: +1 587-707-7020\r\nTelegram: https://t.me/PKChicks\r\nEmail: danly@chicksgold.com\r\n\r\n**Join our discord server for a faster response and a more personable experience \r\ndiscord.gg/chicksx", "online_provider": "CASH_BY_MAIL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "192.40", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Cash by mail Trusted ", "profile": {"username": "Chicks", "name": "Chicks (1393; 100%)", "feedback_score": 100, "trade_count": "1393", "last_online": "2022-02-11T03:04:56.558Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/bf9aa452-0245-4c84-9aa4-5202456c8463"}}, {"data": {"ad_id": "b74ada20-fe3d-4e53-8ada-20fe3dce53b3", "countrycode": "US", "created_at": "2020-10-19T15:20:31.578Z", "currency": "USD", "max_amount": "17500.00", "max_amount_available": "5445.60", "min_amount": "100.00", "msg": "\n\nSend cash via USPS. I will release once I have received the package. Choosing a shipping method that provides tracking is recommended, but not required.\n\nPlease send package and mark as paid within 24 hours. \n\nPlace a note inside with your username \n\n\n\nBy proceeding with this trade, you acknowledge that you are purchasing Monero for your own legal use or investment. I am not responsible for lost/stolen packages while in the care of USPS. ", "online_provider": "CASH_BY_MAIL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "193.30", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "*Higher Amounts Available*", "profile": {"username": "xmr4eva", "name": "xmr4eva (2349; 99%)", "feedback_score": 99, "trade_count": "2349", "last_online": "2022-02-11T07:12:49.061Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/b74ada20-fe3d-4e53-8ada-20fe3dce53b3"}}, {"data": {"ad_id": "aa645d9e-48c5-410d-a45d-9e48c5c10dd7", "countrycode": "US", "created_at": "2021-06-02T14:53:52.492Z", "currency": "USD", "max_amount": "10000.00", "max_amount_available": "3817.81", "min_amount": "100.00", "msg": "You pay me crypto (BTC/BCH/LTC/ETH/USDC/USDT)\n\nMost stable coins are accepted, but USDC is preferred.", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "195.96", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "You pay crypto. BTC/BCH/LTC/ETH/USDC/USDT", "profile": {"username": "Select", "name": "Select (1517; 99%)", "feedback_score": 99, "trade_count": "1517", "last_online": "2022-02-11T09:43:40.361Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/aa645d9e-48c5-410d-a45d-9e48c5c10dd7"}}, {"data": {"ad_id": "ea13ccde-b65a-4d2e-93cc-deb65a5d2e59", "countrycode": "US", "created_at": "2021-08-08T05:43:43.404Z", "currency": "USD", "max_amount_available": "583.60", "min_amount": "25.00", "msg": "Buy Monero (XMR) with any popular crypto like -\n\nBTC ETH ADA USDT XRP SOL BCH BNB\n\nOpen trade and tell me which coin you'll pay with\n\nI'll send amount and payment address\n\nOnly one network confirmation required\n\nIf offline telegram @VYXMR", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "195.99", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "BTC\ud83d\udd3aETH\ud83d\udd39USDT\ud83d\udd39LTC\ud83d\udd3aBCH (Pay with any crypto)", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/ea13ccde-b65a-4d2e-93cc-deb65a5d2e59"}}, {"data": {"ad_id": "24af83d6-e656-4fdb-af83-d6e656bfdbe5", "countrycode": "US", "created_at": "2021-11-06T06:09:15.689Z", "currency": "USD", "first_time_limit_xmr": 3, "max_amount": "400.00", "max_amount_available": "102.58", "min_amount": "30.00", "msg": "**NO THIRD PARTIES**\n\n1- This is for Personalized ZELLE Pay accounts with your name on them only.\n\n2- You agree that you are the owner of the account you're transferring from and that any payment methods or funds used to fund your account do not belong to any third party.\n\n3 - First time traders or depending on feedback and reputation I will need you to upload a copy of a valid ID (Name on the ID has to match the one on your ZELLE account), and a screenshot of your ZELLE account showing your name. All names have to match.\n\n4- You agree you're not a resident of New York or New Hampshire or any other States whose regulations would make our trade illegal.\n\n5- I reserve the right to refuse a trade for any reason.\n\n6- You agree that any transfer or monero you send has been legally obtained, and any transfer or monero you receive will be used legally.\n\n7- Send funds while making sure you leave the MEMO field empty.\n\n8- VERY IMPORTANT!: Monero is released to you as soon as I confirm the transfer on my account as completed and NOT pending, I cannot release until I confirm transaction as received and complete.\n\n***WARNING*** Any fraudulent reversals and chargebacks will be prosecuted and reported to different agencies to have you blacklisted. **", "online_provider": "ZELLE", "require_feedback_score": 1, "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "197.43", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Quick Trade \u26a1\u26a1 FAST RELEASE \u26a1\u26a1", "profile": {"username": "cypherist", "name": "cypherist (211; 100%)", "feedback_score": 100, "trade_count": "211", "last_online": "2022-02-11T09:39:49.356Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/24af83d6-e656-4fdb-af83-d6e656bfdbe5"}}, {"data": {"ad_id": "eb95a37c-9adb-46c5-95a3-7c9adb76c503", "countrycode": "US", "created_at": "2021-05-17T03:12:03.850Z", "currency": "USD", "max_amount": "4000.00", "max_amount_available": "1735.77", "min_amount": "100.00", "msg": "1) 1st trade with me - verification (ID + selfie with paper).\n\n2) No fake ID\n\n3) No third part\n\n4) All documents are carefully checked and if you are suspected of fraud, you will be reported to the police and the FBI (Internet Crime Complaint Center: https://www.ic3.gov).", "online_provider": "ZELLE", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "197.65", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\u2764\ufe0f\u2764\ufe0f\u2764\ufe0fI'm online. \ud83d\udcb0\ud83d\udcb0\ud83d\udcb0Transaction and coin release takes 2 min", "profile": {"username": "wiefix", "name": "wiefix (2567; 100%)", "feedback_score": 100, "trade_count": "2567", "last_online": "2022-02-11T09:43:21.299Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/eb95a37c-9adb-46c5-95a3-7c9adb76c503"}}, {"data": {"ad_id": "8b4c7b35-acb6-4355-8c7b-35acb673558b", "countrycode": "US", "created_at": "2017-11-27T17:41:42.916Z", "currency": "USD", "first_time_limit_xmr": 0.01, "max_amount": "500.00", "max_amount_available": "500.00", "msg": "", "online_provider": "PERFECT_MONEY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "197.79", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Perfect Money\n\nI reserve to right to ask for Verification", "profile": {"username": "Swisswatcher", "name": "Swisswatcher (2340; 97%)", "feedback_score": 97, "trade_count": "2340", "last_online": "2022-02-10T19:43:09.238Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/8b4c7b35-acb6-4355-8c7b-35acb673558b"}}, {"data": {"ad_id": "348290f8-2428-48b1-8290-f8242888b192", "countrycode": "US", "created_at": "2022-01-20T00:42:26.766Z", "currency": "USD", "max_amount": "400.00", "max_amount_available": "102.77", "min_amount": "30.00", "msg": "**NO THIRD PARTIES**\n**Personal Accounts Only**\n\n1- This is for Personalized REVOLUT accounts with your name on them only.\n\n2- You agree that you are the owner of the account you're transferring from and that any payment methods or funds used to fund your account do not belong to any third party.\n\n3 - First time traders or depending on feedback and reputation I will need you to upload a clear copy of a valid ID and a screenshot of your REVOLUT account showing your name. All names have to match\n\n4- You agree you're not a resident of New York or New Hampshire.\n\n5- I reserve the right to refuse a trade for any reason.\n\n6- You agree that any transfer or monero you send has been legally obtained, and any transfer or monero you receive will be used legally.\n\n**7- Send funds while making sure you leave the MEMO field empty. **\n\n8- VERY IMPORTANT!: Monero is released to you as soon as I confirm the transfer on my account as completed and NOT pending, I cannot release until I confirm transaction as received and complete.\n\n***WARNING*** Any fraudulent reversals and chargebacks will be prosecuted and reported to different agencies to have you blacklisted. ", "online_provider": "REVOLUT", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "197.79", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Quick Trade \u26a1\u26a1 FAST RELEASE \u26a1\u26a1", "profile": {"username": "cypherist", "name": "cypherist (211; 100%)", "feedback_score": 100, "trade_count": "211", "last_online": "2022-02-11T09:39:49.356Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/348290f8-2428-48b1-8290-f8242888b192"}}, {"data": {"ad_id": "2297d690-fc9d-4e3f-97d6-90fc9d0e3f89", "countrycode": "US", "created_at": "2021-11-06T05:54:43.531Z", "currency": "USD", "max_amount": "300.00", "max_amount_available": "103.52", "min_amount": "30.00", "msg": "**NO THIRD PARTIES**\n\n1- This is for Personalized ApplePay accounts with your name on them only.\n\n2- You agree that you are the owner of the account you're transferring from and that any payment methods or funds used to fund your account do not belong to any third party.\n\n3 - First time traders or depending on feedback and reputation I will need you to upload a clear copy of a valid ID and a copy of the card linked to your ApplePay account showing just the last 4 digits (Name on the ID has to match the one on your account), and a screenshot of your ApplePay account showing your name.\n\n4- You agree you're not a resident of New York or New Hampshire or any other States whose regulations would make our trade illegal.\n\n5- I reserve the right to refuse a trade for any reason.\n\n6- You agree that any transfer or bitcoin you send has been legally obtained, and any transfer or bitcoin you receive will be used legally.\n\n**7- Send funds while making sure you leave the MEMO field empty. **\n\n8- VERY IMPORTANT!: Monero is released to you as soon as I confirm the transfer on my account as completed and NOT pending, I cannot release until I confirm transaction as received and complete.\n\n***WARNING*** Any fraudulent reversals and chargebacks will be prosecuted and reported to different agencies to have you blacklisted. **", "online_provider": "APPLE_PAY", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "199.23", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Quick Trade \u26a1\u26a1 FAST RELEASE \u26a1\u26a1", "profile": {"username": "cypherist", "name": "cypherist (211; 100%)", "feedback_score": 100, "trade_count": "211", "last_online": "2022-02-11T09:39:49.356Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/2297d690-fc9d-4e3f-97d6-90fc9d0e3f89"}}, {"data": {"ad_id": "5ec23e3f-3e9d-45dc-823e-3f3e9d35dc53", "countrycode": "US", "created_at": "2021-11-09T11:08:36.796Z", "currency": "USD", "max_amount": "300.00", "max_amount_available": "103.61", "min_amount": "30.00", "msg": "**NO THIRD PARTIES**\n\n1- This is for Personalized GooglePay accounts with your name on them only.\n\n2- You agree that you are the owner of the account you're transferring from and that any payment methods or funds used to fund your account do not belong to any third party.\n\n3 - First time traders or depending on feedback and reputation I will need you to take a selfie with a clear copy of a valid ID (Name on the ID has to match the one on your GooglePay account), and a screenshot of your GooglePay account showing your name. All names have to match.\n\n4- You agree you're not a resident of New York or New Hampshire or any other States whose regulations would make our trade illegal.\n\n5- I reserve the right to refuse a trade for any reason.\n\n6- You agree that any transfer or monero you send has been legally obtained, and any transfer or monero you receive will be used legally.\n\n7- Send funds while making sure you leave the MEMO field empty. **\n\n8- VERY IMPORTANT!: Monero is released to you as soon as I confirm the transfer on my account as completed and NOT pending, I cannot release until I confirm transaction as received and complete.\n\n***WARNING*** Any fraudulent reversals and chargebacks will be prosecuted and reported to different agencies to have you blacklisted. **", "online_provider": "GOOGLEWALLET", "require_feedback_score": 1, "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "199.41", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Quick Trade \u26a1\u26a1 FAST RELEASE \u26a1\u26a1", "profile": {"username": "cypherist", "name": "cypherist (211; 100%)", "feedback_score": 100, "trade_count": "211", "last_online": "2022-02-11T09:39:49.356Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/5ec23e3f-3e9d-45dc-823e-3f3e9d35dc53"}}, {"data": {"ad_id": "17a55c43-0055-4c8a-a55c-4300550c8af1", "countrycode": "US", "created_at": "2022-01-13T15:25:59.734Z", "currency": "USD", "max_amount": "750.00", "max_amount_available": "750.00", "min_amount": "50.00", "msg": "First time traders \nI will ask for verification if this is your first trade with me. Be prepared to take a selfie with your ID. \nThis is a first time verification\n\nI reserve the right to cancel the trade for any reason, if I suspect fraud or anything suspicious I will cancel.\n\nFurther instructions will be given in chat. \n\nThank you", "online_provider": "ZELLE", "require_feedback_score": 95, "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "199.59", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "Kdmccoy529", "name": "Kdmccoy529 (680; 99%)", "feedback_score": 99, "trade_count": "680", "last_online": "2022-02-11T07:33:37.484Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/17a55c43-0055-4c8a-a55c-4300550c8af1"}}, {"data": {"ad_id": "f8935f6b-1537-48e4-935f-6b153748e476", "countrycode": "US", "created_at": "2022-02-04T20:35:06.149Z", "currency": "USD", "limit_to_fiat_amounts": "300", "max_amount": "300.00", "max_amount_available": "157.83", "min_amount": "117.00", "msg": "Thanks a lot for choosing my offer.\nOnce our trade is opened my bot will automatically send my payment infos to you.\n\nFees incurred from transferring money are to be paid by the buyer.\n\nPlease contact me, should you have any questions.\n\nKind regards", "online_provider": "WU", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "200.00", "track_max_amount": true, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA, Western Union, Moneygram, Revolut, Wise.com.", "profile": {"username": "edk", "name": "edk (16; 100%)", "feedback_score": 100, "trade_count": "16", "last_online": "2022-02-11T08:43:39.856Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/f8935f6b-1537-48e4-935f-6b153748e476"}}, {"data": {"ad_id": "faa2a43b-c129-408a-a2a4-3bc129f08aaf", "countrycode": "US", "created_at": "2020-07-11T09:02:16.273Z", "currency": "USD", "max_amount": "3000.00", "max_amount_available": "1903.51", "min_amount": "10.00", "msg": "You want to purchase monero by sending me cash in the mail? I'm looking for a long term trading partner, for the best rates. You can also email me at slightlyanonymous73@gmail.com. ", "online_provider": "CASH_BY_MAIL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "201.39", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "lightlyanonymous", "name": "lightlyanonymous (139; 100%)", "feedback_score": 100, "trade_count": "139", "last_online": "2022-02-11T02:46:29.138Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/faa2a43b-c129-408a-a2a4-3bc129f08aaf"}}, {"data": {"ad_id": "5195aebd-0978-436e-95ae-bd0978a36eda", "countrycode": "US", "created_at": "2020-07-30T21:02:47.457Z", "currency": "USD", "max_amount": "5000.00", "max_amount_available": "5000.00", "min_amount": "350.00", "msg": "Cash Deposit into any of the 5000+ Co-Op Shared Branch Credit Unions\n\nSend me photo of receipt when complete\n\nAtm\u2019s will not work, deposit must be be made inside the branch at the teller counter.\n\nVisit:\n\nhttps://co-opcreditunions.org/locator/\n\nto find the closet shared branch in your area\n\n1. No Third Party Trades allowed (YOU will personally be depositing the cash)\n\n2. Send me photo of teller receipt when complete. \n\n\nXMR will be released after I confirm deposit", "online_provider": "CASH_DEPOSIT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "201.39", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Co-op Credit Unions (5000+ locations)", "profile": {"username": "xmr4eva", "name": "xmr4eva (2349; 99%)", "feedback_score": 99, "trade_count": "2349", "last_online": "2022-02-11T07:12:49.061Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/5195aebd-0978-436e-95ae-bd0978a36eda"}}, {"data": {"ad_id": "b6416c55-8779-4336-816c-558779a3366a", "countrycode": "US", "created_at": "2021-12-26T05:38:35.176Z", "currency": "USD", "max_amount_available": "359.86", "min_amount": "20.00", "msg": "I accept many cryptocurrencies, tell me what crypto you would like to send\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nThe best coins to send for quickest and lowest fees are , (BNB, HBAR, XRP, LTC, SEA, XLM and many other) If possible convert your coins to a quick and low fee crypto\n\nIf we have traded before don't send the coins to the same wallet as my wallet address can changes with every trade.\n\nI will not under any circumstances release until funds are in my hand", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "202.29", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your Crypto for XMR", "profile": {"username": "XMRCoops", "name": "XMRCoops (641; 100%)", "feedback_score": 100, "trade_count": "641", "last_online": "2022-02-11T09:43:21.233Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/b6416c55-8779-4336-816c-558779a3366a"}}, {"data": {"ad_id": "81b75d2c-5444-46a6-b75d-2c5444f6a63c", "countrycode": "US", "created_at": "2021-11-09T11:15:36.779Z", "currency": "USD", "max_amount": "35.00", "max_amount_available": "35.00", "min_amount": "35.00", "msg": "**NO THIRD PARTIES**\n\n1- This is for Personalized AmEx SERVE accounts with your name on them only.\n\n2- You agree that you are the owner of the account you're transferring from and that any payment methods or funds used to fund your account do not belong to any third party.\n\n3 - First time traders or depending on feedback and reputation I will need you to take a selfie with a clear copy of a valid ID (Name on the ID has to match the one on your SERVE account), and a screenshot of your SERVE account showing your name. All names have to match.\n\n4- You agree you're not a resident of New York or New Hampshire.\n\n5- I reserve the right to refuse a trade for any reason.\n\n6- You agree that any transfer or monero you send has been legally obtained, and any transfer or monero you receive will be used legally.\n\n7- Send funds while making sure you leave the MEMO field empty. **\n\n8- VERY IMPORTANT!: Monero is released to you as soon as I confirm the transfer on my account as completed and NOT pending, I cannot release until I confirm transaction as received and complete.\n\n***WARNING*** Any fraudulent reversals and chargebacks will be prosecuted and reported to different agencies to have you blacklisted. **", "online_provider": "SERVE2SERVE", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "204.98", "track_max_amount": true, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Quick Trade \u26a1\u26a1 FAST RELEASE \u26a1\u26a1", "profile": {"username": "cypherist", "name": "cypherist (211; 100%)", "feedback_score": 100, "trade_count": "211", "last_online": "2022-02-11T09:39:49.356Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/81b75d2c-5444-46a6-b75d-2c5444f6a63c"}}, {"data": {"ad_id": "dfe30c2f-3d44-43f5-a30c-2f3d4473f539", "countrycode": "KE", "created_at": "2021-07-07T17:08:26.787Z", "currency": "USD", "max_amount": "1000.00", "max_amount_available": "676.99", "min_amount": "100.00", "msg": "Send the money to Kenya, Mercy Mueni Kagia", "online_provider": "WU", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "206.78", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Selling Monero for Western Union or Moneygram", "profile": {"username": "Swisswatcher", "name": "Swisswatcher (2340; 97%)", "feedback_score": 97, "trade_count": "2340", "last_online": "2022-02-10T19:43:09.238Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/dfe30c2f-3d44-43f5-a30c-2f3d4473f539"}}, {"data": {"ad_id": "bae2defc-7b9b-462a-a2de-fc7b9ba62ad2", "countrycode": "US", "created_at": "2021-12-09T12:48:09.884Z", "currency": "USD", "max_amount": "1000.00", "max_amount_available": "548.49", "min_amount": "50.00", "msg": "## Follow these instructions exactly.\nSend me the amount to the bank details I'll give you, once confirmed, I will unlock your Monero.\nYou **have** to put \"`Trade - (Trade ID)`\" in the subject of the transfer.", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "206.78", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Local Transfer - NO KYC", "profile": {"username": "SecureMole", "name": "SecureMole (145; 98%)", "feedback_score": 98, "trade_count": "145", "last_online": "2022-02-11T09:43:19.994Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/bae2defc-7b9b-462a-a2de-fc7b9ba62ad2"}}, {"data": {"ad_id": "220b926c-5b84-42f2-8b92-6c5b8432f282", "countrycode": "US", "created_at": "2020-07-17T08:10:09.668Z", "currency": "USD", "first_time_limit_xmr": 0.4, "max_amount": "500.00", "max_amount_available": "500.00", "min_amount": "1.00", "msg": "Kindly provide your Revolut ID and provide a screenshot of your Revolut Balance. Once you provided the needed information then I give you my bank details it can take up to 1-2 business days to hit my bank account.\n\n\nYou have to pay the exact amount in the corresponding currency if you pay in a different currency you have to cover for the 3 CHF Exchange fees\n\n\n\n\n\n", "online_provider": "OTHER", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "206.78", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Buy Monero with Revolut ", "profile": {"username": "Swisswatcher", "name": "Swisswatcher (2340; 97%)", "feedback_score": 97, "trade_count": "2340", "last_online": "2022-02-10T19:43:09.238Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/220b926c-5b84-42f2-8b92-6c5b8432f282"}}]}, "pagination": {"next": "https://agoradesk.com/api/v1/buy-monero-online/USD?page=2", "prev": "https://agoradesk.com/api/v1/buy-monero-online/USD?page=0"}}, "status": 200}] -[2, "USD", "XMR", {"success": true, "message": "OK", "response": {"data": {"ad_count": 20, "ad_list": [{"data": {"ad_id": "e2368d44-a32c-429e-b68d-44a32cd29e39", "countrycode": "US", "created_at": "2021-10-28T04:08:20.381Z", "currency": "USD", "max_amount": "100000.00", "max_amount_available": "1594.86", "min_amount": "40.00", "msg": "Usually always on. Give me about 5 minutes to respond, generally we can trade and be done in 3 minutes or less. Please ask for my current cash app. I use multiple accounts and they will change. If you send to an old account it may cause delays in Escrow release. So just check with me for each new trade.\n\nIf you have not traded with me before and you want to trade for more thank $500 I will ask for a screenshot of your cash balance.\nTrades over $1000 will require additional verification. If you have under 5 trades and/or your account is new I will ask for a screenshot of cash balance. Please be prepared to send this to me before we proceed with trade. \n\nI do not ask for ID.\n\nNo residents of NY or WA or any other states who's regulations would make our trade illegal. \n\n Please note that by opening a trade with me you agree you will not use XMR for illicit purposes. \n\nBy opening a trade you agree to all terms above. \n\nThank you and happy trading", "online_provider": "SQUARE_CASH", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "210.02", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\ud83d\udcb8Cash App\ud83d\udcb8notifications always on \u26a1fast trade\u26a1 no ID", "profile": {"username": "Kdmccoy529", "name": "Kdmccoy529 (680; 99%)", "feedback_score": 99, "trade_count": "680", "last_online": "2022-02-11T07:33:37.484Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/e2368d44-a32c-429e-b68d-44a32cd29e39"}}, {"data": {"ad_id": "4e96acd6-0047-489a-96ac-d60047489a08", "countrycode": "US", "created_at": "2021-10-21T06:37:00.643Z", "currency": "USD", "max_amount": "1000.00", "max_amount_available": "636.33", "min_amount": "50.00", "msg": "\u2757\ufe0f\u2757\ufe0f Sale of BTC by moreno at the best price \u2757\ufe0f\u2757\ufe0f\n\n\u2796\u2796\u2796\u2796\u2796\u2796\u2796\u2796\u2796\u2796\u2796\u2796\u2796\u2796\u2796\u2796\u2796\u2796\n\ud83d\udc49Country: Philippines\n\nOur Local Ewallets\n\ud83d\udc49 Remitly to Gcash\n\ud83d\udc49 Remitly to Paymaya\n\n\ud83d\udc49\ud83d\udc49 Direct to bank\n\n\ud83d\udc49\ud83d\udc49 Store cash pickup\n\n\ud83d\udc49Details will be sent on the chat\n\n\u2714\ufe0fmoreno will be released as soon as payment is received.\n\n\u2714\ufe0fIf I received a lower amount due to fees not paid by the buyer, I Will ask you to open a new trade equivalent to the amount I have received. I will release the moreno on the second trade and you will cancel the original trade\u2757\ufe0f", "online_provider": "REMITLY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "215.77", "track_max_amount": true, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "NO NEED ID - INSTANT RELEASE", "profile": {"username": "MCWILSON700", "name": "MCWILSON700 (18; 100%)", "feedback_score": 100, "trade_count": "18", "last_online": "2022-02-09T13:24:38.435Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/4e96acd6-0047-489a-96ac-d60047489a08"}}, {"data": {"ad_id": "2fa5891f-f9f8-4d61-a589-1ff9f80d6190", "countrycode": "US", "created_at": "2021-09-27T13:34:24.976Z", "currency": "USD", "max_amount": "500.00", "max_amount_available": "500.00", "min_amount": "150.00", "msg": "Welcome. \n\n-Personal Bank accounts only \n\n-As well as bank statements screenshots containing full name are required for first-time trades, but also keep a picture ID nearby incase I require more verification.\n\n-Established Accounts with many trades or old accounts will be excused from these requirements. :)", "online_provider": "ZELLE", "require_feedback_score": 2, "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "215.77", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trading 24/7 and QUICK, notifications are on and I will be ready", "profile": {"username": "OliverFerret", "name": "OliverFerret (119; 100%)", "feedback_score": 100, "trade_count": "119", "last_online": "2022-02-10T14:48:54.041Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/2fa5891f-f9f8-4d61-a589-1ff9f80d6190"}}, {"data": {"ad_id": "6ccba46d-1fc4-4dec-8ba4-6d1fc43decc3", "countrycode": "US", "created_at": "2019-12-10T00:02:34.951Z", "currency": "USD", "max_amount": "200.00", "max_amount_available": "200.00", "min_amount": "10.00", "msg": "Integrity trading, fast release. \nYou can pay directly, if I am online, I will quickly unlock XMR, if I am not online, I will unlock XMR after going online.\nIf you are from the United States, you need to use identity information from other countries to use webmoney.", "online_provider": "WEBMONEY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "215.77", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "WMZ", "profile": {"username": "19900518", "name": "19900518 (1740; 100%)", "feedback_score": 100, "trade_count": "1740", "last_online": "2022-02-11T09:25:28.363Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/6ccba46d-1fc4-4dec-8ba4-6d1fc43decc3"}}, {"data": {"ad_id": "b3624e09-db17-466f-a24e-09db17466f6e", "countrycode": "US", "created_at": "2021-09-25T14:28:34.319Z", "currency": "USD", "max_amount": "500.00", "max_amount_available": "500.00", "min_amount": "50.00", "msg": "Hello. Welcome to the Cash App advertisement. \n\n-I don't require I.D, all I ask for is a screenshot of the balance loaded onto your account; this is to prevent chargeback issues.\n\n-I will also make sure the amount sent isn't reversed immediately and has been sent without issue.\n\n-Established Accounts with many trades or old accounts will be excused from these requirements. :)\n\n-After that, you're good to go and will receive the monero\ud83d\udc4d\n", "online_provider": "SQUARE_CASH", "require_feedback_score": 0, "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "215.77", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trading 24/7 and QUICK, notifications are on and I will be ready", "profile": {"username": "OliverFerret", "name": "OliverFerret (119; 100%)", "feedback_score": 100, "trade_count": "119", "last_online": "2022-02-10T14:48:54.041Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/b3624e09-db17-466f-a24e-09db17466f6e"}}, {"data": {"ad_id": "467555f7-3a4e-4e72-b555-f73a4eae723a", "countrycode": "BQ", "created_at": "2022-02-10T05:01:06.742Z", "currency": "USD", "max_amount": "1000.00", "max_amount_available": "904.88", "msg": "", "online_provider": "INTERNATIONAL_WIRE_SWIFT", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "217.57", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "International Wire Transfer (SWIFT)", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/467555f7-3a4e-4e72-b555-f73a4eae723a"}}, {"data": {"ad_id": "1ed73e7a-8e5f-4986-973e-7a8e5fb9863b", "countrycode": "US", "created_at": "2021-10-14T11:31:04.058Z", "currency": "USD", "max_amount": "250.00", "max_amount_available": "250.00", "min_amount": "40.00", "msg": "Instant Transaction & No KYC\n\nWe accept credit cards (VISA,Maestro,Mastercard)\n\nAfter you open the trade, you will receive a payment link. \n\nYou must use a card with your own name. Don't think to use with a stolen card, if your payment is rejected, I will block and report your profile.", "online_provider": "CREDITCARD", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "217.57", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "VISA | MASTERCARD | other credit cards - No KYC", "profile": {"username": "Pellerin", "name": "Pellerin (68; 100%)", "feedback_score": 100, "trade_count": "68", "last_online": "2022-02-11T09:43:01.962Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/1ed73e7a-8e5f-4986-973e-7a8e5fb9863b"}}, {"data": {"ad_id": "5b9d2429-43b2-42eb-9d24-2943b2e2eb13", "countrycode": "US", "created_at": "2021-06-21T09:33:30.756Z", "currency": "USD", "first_time_limit_xmr": 1, "max_amount": "500.00", "max_amount_available": "500.00", "min_amount": "45.00", "msg": "**PayPal personal and VERIFIED account. No Business account. No exception**\n\n**Friends & family payments only**\n\nOnce you initiate the trade:\n- Send me the email that you will use to make payment.\n- For first timer, send me a screenshot of PayPal profile (name and email address should be visible).\n- Money is sent as \"friends & family\" only and you should cover the transaction fees.\n- **Payment note should be BLANK**\n- You will then have to screenshot the transaction so that I can confirm it has been sent correctly. If it is not sent correctly, I will refund, and you can retry or cancel the trade.\n- Released once payment is confirmed.\n\n**Notice: Incomplete screenshots with cropped edges to mask date/time and identity will not be accepted.**\n\n**I reserve the right to cancel the trade if I detect suspicious activity.**", "online_provider": "PAYPAL", "require_feedback_score": 98, "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "218.43", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "PayPal transfer to me", "profile": {"username": "Select", "name": "Select (1517; 99%)", "feedback_score": 99, "trade_count": "1517", "last_online": "2022-02-11T09:43:40.361Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/5b9d2429-43b2-42eb-9d24-2943b2e2eb13"}}, {"data": {"ad_id": "84923585-32dd-452e-9235-8532dd452eb6", "countrycode": "US", "created_at": "2022-01-27T21:11:30.873Z", "currency": "USD", "max_amount": "500.00", "max_amount_available": "500.00", "min_amount": "50.00", "msg": "*NO BUSINESS ACCOUNTS. ACCOUNT BALANCE ONLY*\n\nI will ask for:\n\n- A screenshot of your PayPal dashboard with name and email address clearly visible (no cropped images)\n- The email address used by the PayPal account.\n- Email and Phone Verification\n- BLANK payment note.\n- A screenshot of the transaction (uncropped)\n- Full amount sent via friends and family ONLY.\n\n**I reserve the right to cancel any suspicious trades.**", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "218.43", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "PayPal - NO KYC (Friends and Family)", "profile": {"username": "SecureMole", "name": "SecureMole (145; 98%)", "feedback_score": 98, "trade_count": "145", "last_online": "2022-02-11T09:43:19.994Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/84923585-32dd-452e-9235-8532dd452eb6"}}, {"data": {"ad_id": "3dc33639-d7db-4fad-8336-39d7dbdfad91", "countrycode": "US", "created_at": "2021-01-10T02:34:04.140Z", "currency": "USD", "max_amount_available": "709.58", "min_amount": "20.00", "msg": "Quick and easy cash app transaction.\n\nSend me a message or a text at +1(803)319-1224\n\nCheck payment method info and send trade amount to my cash tag.\n\nOnce I confirm payment and it is out of 'pending' status I will release coins.\n\nOnce this is over I will forget it happened.... Cheers! ", "online_provider": "SQUARE_CASH", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "220.27", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Cash App Quick Release [No ID Privacy Guarantee] ", "profile": {"username": "SouthSalez", "name": "SouthSalez (618; 100%)", "feedback_score": 100, "trade_count": "618", "last_online": "2022-02-11T04:43:50.344Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/3dc33639-d7db-4fad-8336-39d7dbdfad91"}}, {"data": {"ad_id": "5a8f07bc-05f5-40c4-8f07-bc05f530c4d7", "countrycode": "US", "created_at": "2022-01-12T06:42:03.277Z", "currency": "USD", "max_amount": "600.00", "max_amount_available": "550.69", "min_amount": "50.00", "msg": "", "online_provider": "TRANSFERWISE", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "221.17", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "I give my details apon opening the trade", "profile": {"username": "Markantonio", "name": "Markantonio (167; 100%)", "feedback_score": 100, "trade_count": "167", "last_online": "2022-02-11T06:09:49.769Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/5a8f07bc-05f5-40c4-8f07-bc05f530c4d7"}}, {"data": {"ad_id": "2420235d-fd97-4097-a023-5dfd97f097e1", "countrycode": "US", "created_at": "2022-01-27T15:55:07.940Z", "currency": "USD", "max_amount": "1000.00", "max_amount_available": "586.65", "min_amount": "50.00", "msg": "## Follow these instructions exactly.\n**Instant Payment ONLY**\n\nSend me the amount to the account number I'll give you, once confirmed, I will unlock your Monero.\nYou **have** to put \"`Trade - (Trade ID)`\" in the subject of the transfer.", "online_provider": "TRANSFERWISE", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "221.17", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Transferwise - NO KYC (Instant Payment ONLY)", "profile": {"username": "SecureMole", "name": "SecureMole (145; 98%)", "feedback_score": 98, "trade_count": "145", "last_online": "2022-02-11T09:43:19.994Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/2420235d-fd97-4097-a023-5dfd97f097e1"}}, {"data": {"ad_id": "8600ba3a-6aac-43c2-80ba-3a6aacc3c2b5", "countrycode": "US", "created_at": "2022-01-13T07:34:25.307Z", "currency": "USD", "first_time_limit_xmr": 1, "max_amount": "1000.00", "max_amount_available": "1000.00", "min_amount": "30.00", "msg": "**PLEASE READ THIS BEFORE YOU START A TRADE!**\n\n---\n- For first-time traders, I will need an ID.\n- Payment only via the Friends and Family option on PayPal. (NO Goods and Services). \n- Send the full amount in one transaction from your account. (Don't use the account of a friend or family member). \n- INSTANT XMR RELEASE after I received the money on PayPal. \n---\nI can always refuse to trade without explanation. ", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "221.71", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "PayPal Friends and Family only | NO ID | Instant Release |", "profile": {"username": "yakinikun", "name": "yakinikun (51; 100%)", "feedback_score": 100, "trade_count": "51", "last_online": "2022-02-11T09:42:54.204Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/8600ba3a-6aac-43c2-80ba-3a6aacc3c2b5"}}, {"data": {"ad_id": "4d6bbd05-583c-4e7f-abbd-05583c8e7f2f", "countrycode": "US", "created_at": "2022-01-12T23:24:27.720Z", "currency": "USD", "first_time_limit_xmr": 1, "max_amount": "800.00", "max_amount_available": "117.13", "min_amount": "80.00", "msg": "**READ THIS BEFORE YOU START A TRADE!** \ud83e\udd1d\n\n\u2713 First-time traders have to verify their ID. \n\u2713 Payment only via the Friends and Family option. \n\u2713 **INSTANT XMR RELEASE** after receiving the money. \ud83d\ude80\n\nText me on [Telegram](https://t.me/jannikwlt) for more information about my service.", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "221.71", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "ALL CURRENCIES | INSTANT RELEASE \ud83d\udcb0\ud83d\ude80", "profile": {"username": "EASY", "name": "EASY (62; 100%)", "feedback_score": 100, "trade_count": "62", "last_online": "2022-02-11T07:41:22.368Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/4d6bbd05-583c-4e7f-abbd-05583c8e7f2f"}}, {"data": {"ad_id": "18ff526f-7f3e-4aec-bf52-6f7f3e5aec2d", "countrycode": "US", "created_at": "2021-12-08T18:09:07.804Z", "currency": "USD", "max_amount": "690.00", "max_amount_available": "552.93", "min_amount": "40.00", "msg": "-Only friends and family option. No release for money placed on hold\n-during hold you should initiate a new trade when the hold is removed and cancel the previous trade\n-strictly no eCheck\n-if my account is limited once you make the payment you should initiate a dispute to get your refund from paypal", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "222.07", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Friends and family option. \"No Verification Required\"", "profile": {"username": "Markantonio", "name": "Markantonio (167; 100%)", "feedback_score": 100, "trade_count": "167", "last_online": "2022-02-11T06:09:49.769Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/18ff526f-7f3e-4aec-bf52-6f7f3e5aec2d"}}, {"data": {"ad_id": "6012cabd-d618-4c37-92ca-bdd6186c37e0", "countrycode": "US", "created_at": "2020-12-17T09:22:25.207Z", "currency": "USD", "first_time_limit_xmr": 150, "max_amount": "700.00", "max_amount_available": "146.21", "min_amount": "50.00", "msg": "Hello: Terms of service!!\n\n:Once you initiate a trade, send me the email that you will use to make payment.\n\n:PayPal personal and VERIFIED account. No Business account. No exception\n\n:Use prepaid cards , Debit card and paypal balance.\n(For trade more than $150 , Send a screenshot of PayPal balance)\n\n:Money is sent as \"Friends & family only\" .\n\n:Release is intiate once confirm PayPal balance.\n\n:Buyer should cover the transaction fees.\n\nNotice:\nIncomplete screenshots with cropped edges to mask date /time and identity will not be accepted.\n\nI do reserve the right to cancel the trade if I detect suspicious activity\n\nCall: +254706266820 just incase im Offline\n\nChat with: \nTelegram; https://t.me/Bitpall", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "222.41", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "NO ID", "profile": {"username": "Bitpal", "name": "Bitpal (1271; 99%)", "feedback_score": 99, "trade_count": "1271", "last_online": "2022-02-11T08:42:01.013Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/6012cabd-d618-4c37-92ca-bdd6186c37e0"}}, {"data": {"ad_id": "a29da647-5870-4f39-9da6-4758704f39b0", "countrycode": "DE", "created_at": "2022-01-13T07:34:19.492Z", "currency": "USD", "first_time_limit_xmr": 1, "max_amount": "1000.00", "max_amount_available": "1000.00", "min_amount": "30.00", "msg": "**PLEASE READ THIS BEFORE YOU START A TRADE!**\n\n---\n- For first-time traders, I will need an ID.\n- Payment only via the Friends and Family option on PayPal. (NO Goods and Services). \n- Send the full amount in one transaction from your account. (Don't use the account of a friend or family member). \n- INSTANT XMR RELEASE after I received the money on PayPal. \n---\nI can always refuse to trade without explanation. ", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "222.96", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "PayPal Friends and Family only | NO ID | Instant Release |", "profile": {"username": "yakinikun", "name": "yakinikun (51; 100%)", "feedback_score": 100, "trade_count": "51", "last_online": "2022-02-11T09:42:54.204Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/a29da647-5870-4f39-9da6-4758704f39b0"}}, {"data": {"ad_id": "2572e85a-980b-49c3-b2e8-5a980bb9c3b1", "countrycode": "US", "created_at": "2022-01-18T23:57:26.677Z", "currency": "USD", "max_amount_available": "555.15", "msg": "", "online_provider": "WORLDREMIT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "222.96", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "Markantonio", "name": "Markantonio (167; 100%)", "feedback_score": 100, "trade_count": "167", "last_online": "2022-02-11T06:09:49.769Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/2572e85a-980b-49c3-b2e8-5a980bb9c3b1"}}, {"data": {"ad_id": "b5f80385-73cb-4f98-b803-8573cb6f9846", "countrycode": "US", "created_at": "2021-12-05T21:36:48.873Z", "currency": "USD", "max_amount": "1000.00", "max_amount_available": "594.38", "min_amount": "50.00", "msg": "## Follow the instructions exactly.\nSend me the amount and once confirmed, I will unlock your Monero.\nYou **have** to put \"Trade - (Trade ID)\" in the subject of the transfer.", "online_provider": "REVOLUT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "224.08", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Revolut - NO KYC", "profile": {"username": "SecureMole", "name": "SecureMole (145; 98%)", "feedback_score": 98, "trade_count": "145", "last_online": "2022-02-11T09:43:19.994Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/b5f80385-73cb-4f98-b803-8573cb6f9846"}}, {"data": {"ad_id": "2f767f92-f1bd-4e3e-b67f-92f1bd2e3ed8", "countrycode": "US", "created_at": "2022-02-09T19:06:16.915Z", "currency": "USD", "max_amount": "4000.00", "max_amount_available": "1616.52", "min_amount": "10.00", "msg": "Hello and welcome!\n\nPlease start a trade and wait until I send the reference/note, then complete the payment using the payment details.\n\nInstructions below are for the Revolut app, but you may send with instant SEPA or bank transfer in the UK.\n\nStep-by-step instructions in Revolut app:\n* Go to **Send** on balance page\n* Click **New** in top right corner\n* Select **Add a bank recipient**\n* Select **Business**\n* Set **Country of recipient's bank** to **\"United Kingdom\"**\n* Set **Currency** to the one you want to send (example: EUR, USD, GBP, SEK, PLN, CHF, etc...)\n* Set **IBAN** to **\"GB87 REVO 0099 6930 5868 62\"**\n* Set **BIC/SWIFT** to **\"REVOGB21\"**\n* Set **Company name** to **\"PATHOGEN LIMITED\"**\n* Leave e-mail blank\n* Click **Add recipient**\n* If you are asked for address information, please use **24 Holborn Viaduct, London, England, EC1A 2BN**\n* **IMPORTANT:** Set **Reference** to the ID provided in chat (example: **XMR-XXXXX**), without this I won\u2019t know which trade to release!\n* Send the payment\n\nAs soon as the money is received (around 5 seconds average) I'll release the XMR! :)", "online_provider": "REVOLUT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "224.08", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\u2705ONLINE NOW \ud83e\udd77NO KYC \ud83d\ude80INSTANT", "profile": {"username": "topmonero", "name": "topmonero (883; 100%)", "feedback_score": 100, "trade_count": "883", "last_online": "2022-02-11T09:43:22.063Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/2f767f92-f1bd-4e3e-b67f-92f1bd2e3ed8"}}]}, "pagination": {"next": "https://agoradesk.com/api/v1/buy-monero-online/USD?page=3", "prev": "https://agoradesk.com/api/v1/buy-monero-online/USD?page=1"}}, "status": 200}] -[3, "USD", "XMR", {"success": true, "message": "OK", "response": {"data": {"ad_count": 20, "ad_list": [{"data": {"ad_id": "6ca63cef-783b-40cd-a63c-ef783b90cdc7", "countrycode": "GB", "created_at": "2022-02-09T19:06:15.623Z", "currency": "USD", "max_amount": "4000.00", "max_amount_available": "1616.52", "min_amount": "10.00", "msg": "Hello and welcome!\n\nPlease start a trade and wait until I send the reference/note, then complete the payment using the payment details.\n\nInstructions below are for the Revolut app, but you may send with instant SEPA or bank transfer in the UK.\n\nStep-by-step instructions in Revolut app:\n* Go to **Send** on balance page\n* Click **New** in top right corner\n* Select **Add a bank recipient**\n* Select **Business**\n* Set **Country of recipient's bank** to **\"United Kingdom\"**\n* Set **Currency** to the one you want to send (example: EUR, USD, GBP, SEK, PLN, CHF, etc...)\n* Set **IBAN** to **\"GB87 REVO 0099 6930 5868 62\"**\n* Set **BIC/SWIFT** to **\"REVOGB21\"**\n* Set **Company name** to **\"PATHOGEN LIMITED\"**\n* Leave e-mail blank\n* Click **Add recipient**\n* If you are asked for address information, please use **24 Holborn Viaduct, London, England, EC1A 2BN**\n* **IMPORTANT:** Set **Reference** to the ID provided in chat (example: **XMR-XXXXX**), without this I won\u2019t know which trade to release!\n* Send the payment\n\nAs soon as the money is received (around 5 seconds average) I'll release the XMR! :)", "online_provider": "REVOLUT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "224.08", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\u2705ONLINE NOW \ud83e\udd77NO KYC \ud83d\ude80INSTANT", "profile": {"username": "topmonero", "name": "topmonero (883; 100%)", "feedback_score": 100, "trade_count": "883", "last_online": "2022-02-11T09:43:22.063Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/6ca63cef-783b-40cd-a63c-ef783b90cdc7"}}, {"data": {"ad_id": "2361f270-6325-4aaf-a1f2-706325baaf57", "countrycode": "US", "created_at": "2021-11-22T19:12:09.307Z", "currency": "USD", "max_amount": "730.00", "max_amount_available": "730.00", "min_amount": "200.00", "msg": "Please read before purchasing ;\nI'm not close to my workstation all the time, so if i don't respond right away don't panic.\n", "online_provider": "REVOLUT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "224.58", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Revolut, no KYC, fast release. You're handsome.", "profile": {"username": "jeffguy", "name": "jeffguy (104; 100%)", "feedback_score": 100, "trade_count": "104", "last_online": "2022-02-11T09:42:53.964Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/2361f270-6325-4aaf-a1f2-706325baaf57"}}, {"data": {"ad_id": "dd8c2ad6-2f7d-4fdf-8c2a-d62f7d5fdfd4", "countrycode": "US", "created_at": "2021-01-16T12:49:28.377Z", "currency": "USD", "max_amount": "700.00", "max_amount_available": "147.76", "min_amount": "40.00", "msg": "Hi there,\n\nStep 1: Send screenshots which shows Skrill balance\n\nStep 2: I will provide Skrill email.\n\nOnce I receive money, I will release XMR\n\nNote that you pay for the Skrill fees. If you open a USD100 trade, I need to receive USD100.\n\nTelegram: https://t.me/Bitpall", "online_provider": "MONEYBOOKERS", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "224.76", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "NO ID", "profile": {"username": "Bitpal", "name": "Bitpal (1271; 99%)", "feedback_score": 99, "trade_count": "1271", "last_online": "2022-02-11T08:42:01.013Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/dd8c2ad6-2f7d-4fdf-8c2a-d62f7d5fdfd4"}}, {"data": {"ad_id": "d1eac0cd-6219-4bc9-aac0-cd62198bc9b2", "countrycode": "US", "created_at": "2020-07-15T01:49:30.099Z", "currency": "USD", "max_amount": "1000.00", "max_amount_available": "1000.00", "min_amount": "50.00", "msg": "You can send money directly to the bank account I provided, and I will release xmr quickly after receiving the money.", "online_provider": "MONEYGRAM", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "224.76", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "MoneyGram money transfer to China", "profile": {"username": "19900518", "name": "19900518 (1740; 100%)", "feedback_score": 100, "trade_count": "1740", "last_online": "2022-02-11T09:25:28.363Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/d1eac0cd-6219-4bc9-aac0-cd62198bc9b2"}}, {"data": {"ad_id": "a38915a4-eb27-4d84-8915-a4eb276d84d1", "countrycode": "US", "created_at": "2019-12-06T18:22:23.747Z", "currency": "USD", "first_time_limit_xmr": 1, "limit_to_fiat_amounts": "36,43,50,72,100,150,200", "max_amount": "200.00", "max_amount_available": "200.00", "min_amount": "10.00", "msg": "Only accept China based gift card, you can get them at offgamers.com or seagm.com, If you don't have it please don't open the trade \nDeal in good faith. Make sure the reload card is available (status can be checked). After receiving the specified denomination, I will release XMR.", "online_provider": "GIFT_CARD_CODE_GLOBAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "224.76", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "China Mobile / Unicom / Telecom reload card", "profile": {"username": "19900518", "name": "19900518 (1740; 100%)", "feedback_score": 100, "trade_count": "1740", "last_online": "2022-02-11T09:25:28.363Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/a38915a4-eb27-4d84-8915-a4eb276d84d1"}}, {"data": {"ad_id": "bc092047-3b32-4f38-8920-473b32ff3849", "countrycode": "US", "created_at": "2021-07-13T02:21:42.501Z", "currency": "USD", "first_time_limit_xmr": 2, "max_amount_available": "674.63", "min_amount": "70.00", "msg": "Start chat and ask for recepient details\n\nEasily send through WU website https://www.westernunion.com/us/en/web/send-money/start\n\nOnce paid just share receipt photo or screenshot\n\nFast XMR release under 15 minutes of payment\n\nGot questions? Telegram @VYXMR", "online_provider": "WU", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "226.56", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/bc092047-3b32-4f38-8920-473b32ff3849"}}, {"data": {"ad_id": "07eaf980-14db-41f7-aaf9-8014db21f71e", "countrycode": "US", "created_at": "2022-01-19T21:14:59.966Z", "currency": "USD", "max_amount": "600.00", "max_amount_available": "568.60", "min_amount": "40.00", "msg": "", "online_provider": "XOOM", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "228.36", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "details given apon opening the trade", "profile": {"username": "Markantonio", "name": "Markantonio (167; 100%)", "feedback_score": 100, "trade_count": "167", "last_online": "2022-02-11T06:09:49.769Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/07eaf980-14db-41f7-aaf9-8014db21f71e"}}, {"data": {"ad_id": "7999f97e-f93d-4a24-99f9-7ef93dba24a9", "countrycode": "SV", "created_at": "2022-01-25T13:23:15.382Z", "currency": "USD", "max_amount_available": "90.15", "msg": "I'm always online\n\nPay with BUSD, BTC, BCH, DAI, CHZ, DSH, ETH, LTC, eUSDT, DOGE, USDC\n\nI am a merchant interested in providing customer service with 100% feedback.\n\nATTENTION: REMEMBER TO ADD THE NETWORK FEE\n\n=====\n\nEstoy siempre en l\u00ednea\n\nPague con BUSD, BTC, BCH, DAI, CHZ, DSH, ETH, LTC, eUSDT, DOGE, USDC\n\nSoy un comerciante interesado en brindar servicio al cliente con un 100 % de comentarios.\n\nATENCI\u00d3N: RECUERDA AGREGAR LA CUOTA DE RED", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "233.75", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "COMPRATUDO", "name": "COMPRATUDO (53; 100%)", "feedback_score": 100, "trade_count": "53", "last_online": "2022-02-11T09:43:35.613Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/7999f97e-f93d-4a24-99f9-7ef93dba24a9"}}, {"data": {"ad_id": "6631d344-baed-4378-b1d3-44baedc378bc", "countrycode": "US", "created_at": "2022-01-25T13:20:18.911Z", "currency": "USD", "max_amount_available": "90.15", "msg": "I'm always online\n\nPay with BUSD, BTC, BCH, DAI, CHZ, DSH, ETH, LTC, eUSDT, DOGE, USDC\n\nI am a merchant interested in providing customer service with 100% feedback.\n\nATTENTION: REMEMBER TO ADD THE NETWORK FEE\n\n\n\n=====\n\nEstoy siempre en l\u00ednea\n\nPague con BUSD, BTC, BCH, DAI, CHZ, DSH, ETH, LTC, eUSDT, DOGE, USDC\n\nSoy un comerciante interesado en brindar servicio al cliente con un 100 % de comentarios.\n\nATENCI\u00d3N: RECUERDA AGREGAR LA CUOTA DE RED\n\n", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "233.75", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "COMPRATUDO", "name": "COMPRATUDO (53; 100%)", "feedback_score": 100, "trade_count": "53", "last_online": "2022-02-11T09:43:35.613Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/6631d344-baed-4378-b1d3-44baedc378bc"}}, {"data": {"ad_id": "f535dbdd-7a7a-4c0f-b5db-dd7a7a4c0fe5", "countrycode": "US", "created_at": "2021-02-22T14:54:13.907Z", "currency": "USD", "max_amount": "2000.00", "max_amount_available": "2000.00", "min_amount": "130.00", "msg": "Only fully verified PayPal accounts which have BALANCE in them.\n\nOpen a trade and kindly wait for my response as I will send my terms and conditions for you to evaluate. IMPORTANT: I leave my adverts up at all times, therefore I may not reply soon enough for your needs if I am asleep / away from keyboard. Please feel free to cancel the trade if I do not respond within the maximum timeframe that you can wait for my reply, no hard feelings should you decide to do so. Happy trading ! (Larger trades available with any method of payment including cash).", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "242.74", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "PAYPAL", "profile": {"username": "Sbudubuda", "name": "Sbudubuda (2479; 100%)", "feedback_score": 100, "trade_count": "2479", "last_online": "2022-02-11T01:04:31.221Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/f535dbdd-7a7a-4c0f-b5db-dd7a7a4c0fe5"}}, {"data": {"ad_id": "29942c59-73ef-4440-942c-5973ef84400e", "countrycode": "US", "created_at": "2021-12-04T11:50:03.536Z", "currency": "USD", "max_amount": "2000.00", "max_amount_available": "2000.00", "min_amount": "50.00", "msg": "\u26a1 hi, my name is strawberries\n\nI accept many cryptos for exchange such as \n\nBTC, ETH, LTC, DASH, BNB, SOL, MANA, XRP, XLM, DOGE, and dozens more", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "269.72", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "strawberries", "name": "strawberries (644; 97%)", "feedback_score": 97, "trade_count": "644", "last_online": "2022-02-10T13:02:08.174Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/29942c59-73ef-4440-942c-5973ef84400e"}}, {"data": {"ad_id": "353dc0a9-c147-4a2a-bdc0-a9c1474a2a38", "countrycode": "PA", "created_at": "2021-12-30T11:20:31.068Z", "currency": "USD", "first_time_limit_xmr": 0.2, "max_amount": "100.00", "max_amount_available": "100.00", "min_amount": "10.00", "msg": "Oye, amigo :)\n\nEnv\u00ede su correo electr\u00f3nico de PayPal en el chat para que pueda solicitar el pago\n\n Se requiere una captura de pantalla de resumen de pago en pantalla completa despu\u00e9s de haber pagado.", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "271.51", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/353dc0a9-c147-4a2a-bdc0-a9c1474a2a38"}}, {"data": {"ad_id": "584bb34c-6960-4a1a-8bb3-4c69606a1a38", "countrycode": "PR", "created_at": "2021-12-30T11:07:39.534Z", "currency": "USD", "first_time_limit_xmr": 0.2, "max_amount": "100.00", "max_amount_available": "100.00", "min_amount": "10.00", "msg": "Oye, amigo :)\n\n Env\u00ede su correo electr\u00f3nico de PayPal en el chat para que pueda solicitar el pago\n\n Se requiere una captura de pantalla de resumen de pago en pantalla completa despu\u00e9s de haber pagado.\n", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "271.51", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/584bb34c-6960-4a1a-8bb3-4c69606a1a38"}}, {"data": {"ad_id": "959cbb44-eff2-42a7-9cbb-44eff292a7bc", "countrycode": "SV", "created_at": "2021-12-30T11:15:56.311Z", "currency": "USD", "first_time_limit_xmr": 0.2, "max_amount": "100.00", "max_amount_available": "100.00", "min_amount": "10.00", "msg": "Oye, amigo :)\n\n Env\u00ede su correo electr\u00f3nico de PayPal en el chat para que pueda solicitar el pago\n\n Se requiere una captura de pantalla de resumen de pago en pantalla completa despu\u00e9s de haber pagado.\n", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "271.51", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/959cbb44-eff2-42a7-9cbb-44eff292a7bc"}}, {"data": {"ad_id": "4e8c96d5-b803-4e01-8c96-d5b803fe0176", "countrycode": "EC", "created_at": "2021-12-30T11:10:55.424Z", "currency": "USD", "first_time_limit_xmr": 0.2, "max_amount": "100.00", "max_amount_available": "100.00", "min_amount": "10.00", "msg": "Oye, amigo :)\n\n Env\u00ede su correo electr\u00f3nico de PayPal en el chat para que pueda solicitar el pago\n\nSe requiere una captura de pantalla de resumen de pago en pantalla completa despu\u00e9s de haber pagado.", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "271.51", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/4e8c96d5-b803-4e01-8c96-d5b803fe0176"}}, {"data": {"ad_id": "2f0bd5b5-495c-4b06-8bd5-b5495cdb06dd", "countrycode": "US", "created_at": "2021-07-07T20:40:23.666Z", "currency": "USD", "first_time_limit_xmr": 0.2, "max_amount": "100.00", "max_amount_available": "100.00", "min_amount": "10.00", "msg": "Hey mate :)\n\nSend your paypal email in chat so that I can request payment\n\nFull screen payment summary screenshot is required after you have paid.", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "271.51", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/2f0bd5b5-495c-4b06-8bd5-b5495cdb06dd"}}, {"data": {"ad_id": "6c576caa-c5b5-4308-976c-aac5b5c308a1", "countrycode": "IT", "created_at": "2021-08-17T19:56:58.763Z", "currency": "USD", "max_amount": "4.00", "max_amount_available": "4.00", "min_amount": "1.00", "msg": "credit card .info on request", "online_provider": "CREDITCARD", "require_feedback_score": 1, "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "295.66", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "credit card .info on request", "profile": {"username": "luca_babulli", "name": "luca_babulli (2264; 100%)", "feedback_score": 100, "trade_count": "2264", "last_online": "2022-02-11T07:18:03.039Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/6c576caa-c5b5-4308-976c-aac5b5c308a1"}}, {"data": {"ad_id": "8dd5fe2d-157f-42ab-95fe-2d157f72ab6c", "countrycode": "US", "created_at": "2021-05-16T06:22:04.887Z", "currency": "USD", "max_amount_available": "1092.61", "min_amount": "100.00", "msg": "Once trade is initiated message me with your CashApp Cashtag and I'll send you a request via Cash App for the amount of Monero you are purchasing. All trades will be completed within a maximum of ten minutes from the time the trade was placed giving us one of the fastest escrow release times on the exchange. Get your Monero now folks!! We pride ourselves in releasing monero in ten minutes or less.", "online_provider": "SQUARE_CASH", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "314.67", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "$Xevolution1 is my CashApp tag.NO KYC R super fast no i.d.", "profile": {"username": "STEELROB916", "name": "STEELROB916 (18; 100%)", "feedback_score": 100, "trade_count": "18", "last_online": "2022-02-10T00:27:37.693Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/8dd5fe2d-157f-42ab-95fe-2d157f72ab6c"}}, {"data": {"ad_id": "f59fb82d-6d80-4774-9fb8-2d6d80d77443", "countrycode": "US", "created_at": "2021-11-25T15:28:49.893Z", "currency": "USD", "first_time_limit_xmr": 1, "max_amount_available": "1707.26", "min_amount": "105.00", "msg": "Monero with IBAN bank transfer, no identity required.\n\nMulti-currencies account in Switzerland. Your transfer form must have a field for IBAN, my bank has no local routing/account numbers.\n\nYou will have the bank details after the trade is opened. Confirm when it's paid and wait until I see your transfer. Wait my consent for a 2d trade.", "online_provider": "INTERNATIONAL_WIRE_SWIFT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "315.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Bank transfer with IBAN in a Swiss bank, no identity", "profile": {"username": "Dax", "name": "Dax (162; 100%)", "feedback_score": 100, "trade_count": "162", "last_online": "2022-02-10T22:29:51.105Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/f59fb82d-6d80-4774-9fb8-2d6d80d77443"}}, {"data": {"ad_id": "4ab1ecfd-04f7-4baf-b1ec-fd04f7abafdf", "countrycode": "US", "created_at": "2021-10-21T05:33:13.757Z", "currency": "USD", "max_amount": "1000.00", "max_amount_available": "1000.00", "min_amount": "200.00", "msg": "\ud83d\udccdI DONT NEED ID AND I NEED LONGTERM PARTNER.\n\n\ud83d\udccdI NEED DAILY BUYERS AND I RELEASE INSTANT\n\n\ud83d\udccdPay as FRIENDS & FAMILY strictly. Any other form and I won't release coins\n\n\ud83d\udccdEven we have already past trade. always ask email before sending the payment\n\n\ud83d\udccdTell me if the money is from paypal balance or linked card\n\n\ud83d\udccdI can accept card link payments. PLEASE BE HONEST AND NO CHARGEBACK FOR LONGTERM PARTNERSHIP\n\n\ud83d\udccdDon't put any note on paypal\n\n\ud83d\udccdYou can send it to my local currency PHP for faster btc release\n\n\ud83d\udccdIf the payment is on HOLD - You will wait OR refund\n\n\ud83d\udccdNo to ECHECKS\n\n\ud83d\udccdOnce the payment already receive and withdraw, I WILL RELEASE THE Moreno.\n\nIF YOU WANT TO CASHOUT YOUR BIG PAYPAL BALANCE. WE CAN TRADE IT WITH XOOM.COM ITS ANOTHER PAYMENT SERVICE ON PAYPAL. XOOM IS VERY FAST XMR RELEASE. IF YOU WANT TO KNOW ABOUT XOOM. JUST ASK ME MORE DETAILS AND I WILL GUIDE YOU STEP BY STEP. \n\n", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "341.64", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "FAST RELEASE - NO NEED ID", "profile": {"username": "MCWILSON700", "name": "MCWILSON700 (18; 100%)", "feedback_score": 100, "trade_count": "18", "last_online": "2022-02-09T13:24:38.435Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/4ab1ecfd-04f7-4baf-b1ec-fd04f7abafdf"}}]}, "pagination": {"next": "https://agoradesk.com/api/v1/buy-monero-online/USD?page=4", "prev": "https://agoradesk.com/api/v1/buy-monero-online/USD?page=2"}}, "status": 200}] -[4, "USD", "XMR", {"success": true, "message": "OK", "response": {"data": {"ad_count": 15, "ad_list": [{"data": {"ad_id": "7570836e-eb2c-4831-b083-6eeb2cc83147", "countrycode": "US", "created_at": "2021-11-08T09:44:11.628Z", "currency": "USD", "max_amount": "5000.00", "max_amount_available": "1007.54", "min_amount": "100.00", "msg": "This trade you going to used Xoom which actually another way to used PayPal.... once you have a PayPal account you can login to Xoom.com anyway open trade and ask for my info to make payment.\n\nRECIEVING VIA EWALLET REALTIME(GCASH)\nSO THAT CAN GIVE YOU COIN FAST RELEASE\n\nOPEN TRADE ONLY WHEN YOU ARE READY\n\nDETAILS WILL BE GIVEN ON THE CHAT!\nI RELEASE ONCE THE MONEY COMPLETELY RECIEVED ON MY EWALLET", "online_provider": "XOOM", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "341.64", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "CASHOUT YOUR BIG PAYPAL BALANCE VIA XOOM.COM", "profile": {"username": "MCWILSON700", "name": "MCWILSON700 (18; 100%)", "feedback_score": 100, "trade_count": "18", "last_online": "2022-02-09T13:24:38.435Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/7570836e-eb2c-4831-b083-6eeb2cc83147"}}, {"data": {"ad_id": "930011f4-b81b-4482-8011-f4b81b748212", "countrycode": "US", "created_at": "2022-01-30T11:21:04.045Z", "currency": "USD", "max_amount": "1000.00", "max_amount_available": "1000.00", "min_amount": "200.00", "msg": "USA only. USPS Priority mail cash for XMR. If possible please send PGP key", "online_provider": "CASH_BY_MAIL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "179.81", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "USPS Priority Mail", "profile": {"username": "akz55", "name": "akz55 (2; 100%)", "feedback_score": 100, "trade_count": "2", "last_online": "2022-02-11T05:00:42.731Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/930011f4-b81b-4482-8011-f4b81b748212"}}, {"data": {"ad_id": "89080ba9-44ba-48f2-880b-a944bae8f26b", "countrycode": "US", "created_at": "2022-02-01T20:46:38.622Z", "currency": "USD", "first_time_limit_xmr": 5, "limit_to_fiat_amounts": "500", "max_amount_available": "1827.99", "msg": "", "online_provider": "SQUARE_CASH", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "181.61", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "Shazi", "name": "Shazi (4; 100%)", "feedback_score": 100, "trade_count": "4", "last_online": "2022-02-09T21:55:30.261Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/89080ba9-44ba-48f2-880b-a944bae8f26b"}}, {"data": {"ad_id": "cac4a3b0-4a66-47da-84a3-b04a6637da6f", "countrycode": "US", "created_at": "2021-12-05T19:43:05.918Z", "currency": "USD", "first_time_limit_xmr": 5, "limit_to_fiat_amounts": "1000", "max_amount": "1000.00", "max_amount_available": "1000.00", "min_amount": "500.00", "msg": "", "online_provider": "SQUARE_CASH", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "215.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "USAA Savings Bank", "profile": {"username": "Shazi", "name": "Shazi (4; 100%)", "feedback_score": 100, "trade_count": "4", "last_online": "2022-02-09T21:55:30.261Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/cac4a3b0-4a66-47da-84a3-b04a6637da6f"}}, {"data": {"ad_id": "a75da905-1a50-449c-9da9-051a50f49c68", "countrycode": "US", "created_at": "2021-10-11T17:39:51.712Z", "currency": "USD", "max_amount_available": "1037.76", "msg": "", "online_provider": "OTHER", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "336.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "burpMonero", "name": "burpMonero (2; 0%)", "feedback_score": 0, "trade_count": "2", "last_online": "2022-02-08T17:11:09.866Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/a75da905-1a50-449c-9da9-051a50f49c68"}}, {"data": {"ad_id": "32d05c38-e2ff-4c23-905c-38e2ff0c234b", "countrycode": "US", "created_at": "2021-04-20T20:35:06.318Z", "currency": "USD", "max_amount": "240.00", "max_amount_available": "240.00", "min_amount": "40.00", "msg": "* You must be the person sending the cash; no 3rd parties / no 3rd party transactions. \n\n* Cash (USD) only. No postal/money orders. Just cash. \n\n* No 1 or 5 dollar bills. 10s, 20s, 50s, or 100s.\n\n* Package the cash securely and discretely to avoid loss or theft while it is in transit. Recommended method: wrap some printer paper around the cash. Put the wrapped cash inside a sealed envelope along with a note that has your Localmonero username on it AND the amount of cash you are sending. Then, put that sealed envelope into a Certified Mail, Priority Express, or Bubble mailer envelope. Get a tracking number. \n\n* If you have an alternative method you'd like to use, please message me here or at (216) 714 - 8968 to ask. What is most important is the method used should make both you and I feel comfortable enough to trust. \n\n* A tracking number is necessary.\n\n* A note that has your Localmonero username on it AND the amount of cash you are sending is necessary.\n\n* Include *your* real return address; this is necessary. \n\n* Receipt of mailing and tracking is required within 2 hours of opening the trade. Please don't open the trade until you're ready to head to the post office. You may open a trade to ask a question and then cancel it, or message me on the above number. \n\n* I will open your package within 48 hours of it having been delivered. For your comfort and mine, I will record opening your package by video to ensure accuracy and integrity so you will know I am opening the package you sent. I will also scan the bills (on video) and mark them with a counterfeit tester pen to ensure the bills are not counterfeit. \n\n* After I do this, I will release the Monero to you. \n\n \n", "online_provider": "CASH_BY_MAIL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "188.80", "track_max_amount": true, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "xmr36d", "name": "xmr36d (0; 0%)", "feedback_score": 0, "trade_count": "0", "last_online": "2021-05-07T14:49:47.393Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/32d05c38-e2ff-4c23-905c-38e2ff0c234b"}}, {"data": {"ad_id": "263ae794-9d12-4d42-bae7-949d12cd428b", "countrycode": "US", "created_at": "2021-01-14T20:49:05.600Z", "currency": "USD", "max_amount_available": "3015.18", "min_amount": "1000.00", "msg": "-Trusted, Easy, & Reliable Service to anonymously purchase XMR!\r\n\r\nTERMS FOR STARTING A TRADE:\r\n- Follow the specific instructions that's provided after starting the trade!\r\n- Send using USPS Priority or Express Shipping! Express Preferred!\r\n- Provide the Tracking Number in the Trade's Chat after dropping off the package!\r\n- Shipping costs are on YOU so DO NOT subtract from the amount being sent!\r\n- Package the cash DISCRETELY to reduce any problems from occurring!\r\n- YOU are responsible for the package if it gets lost or stolen before being delivered to my P.O. Box!\r\n- I record myself opening the package and running it through my machine to check each bill's authenticity and to count if correct amount was sent in case a dispute is required!\r\n- Same Day Escrow Release!\r\n\r\nI AM NOT RESPONSIBLE FOR ANY LOST OR STOLEN PACKAGES DURING THIS TRADE! (YOU ARE FULLY RESPONSIBLE for the package until it is safely delivered to my P.O. Box!)", "online_provider": "CASH_BY_MAIL", "require_feedback_score": 94, "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "188.80", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "BUY PRIVATELY! (NO ID OR KYC REQ.) TRUSTED-SAFE ESCROWED TRADE!", "profile": {"username": "MoneroMan01", "name": "MoneroMan01 (42; 100%)", "feedback_score": 100, "trade_count": "42", "last_online": "2021-09-17T18:21:47.673Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/263ae794-9d12-4d42-bae7-949d12cd428b"}}, {"data": {"ad_id": "e671d6ac-43e7-48ba-b1d6-ac43e728ba49", "countrycode": "US", "created_at": "2020-02-10T03:32:03.093Z", "currency": "USD", "max_amount": "400.00", "max_amount_available": "400.00", "min_amount": "200.00", "msg": "1) Supply your PGP public key for communication\r\n2) I will send you the address info back\r\n3) send payment USPS priority mail by next business day and let me know its shipped-\r\n4) will release escrow upon delivery. ", "online_provider": "CASH_BY_MAIL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "197.79", "track_max_amount": true, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "cash", "profile": {"username": "xmrtoad", "name": "xmrtoad (0; 0%)", "feedback_score": 0, "trade_count": "0", "last_online": "2020-02-20T21:35:56.070Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/e671d6ac-43e7-48ba-b1d6-ac43e728ba49"}}, {"data": {"ad_id": "8e130946-7823-4d1c-9309-4678230d1c45", "countrycode": "US", "created_at": "2022-01-03T03:05:10.705Z", "currency": "USD", "max_amount": "5555.00", "max_amount_available": "1465.12", "min_amount": "100.00", "msg": "Quick and reasonable response time, fast release.\n\nNo identification necessary. \n\nHave your cashapp balance ready with your cashtag.\n\nI will release from escrow once I have verified the complete transfer of funds.\n\n$chaslopz\n\nClear steps for success, let's work:\n\n1) send me your cashtag\n\n2) send the requested amount of USD or I will request the specified USD\n\n3) trade cleared = xmr released to your wallet", "online_provider": "SQUARE_CASH", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "215.77", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Buy XMR with Cashapp. (USD only)", "profile": {"username": "chaslopz", "name": "chaslopz (35; 100%)", "feedback_score": 100, "trade_count": "35", "last_online": "2022-01-29T19:09:47.468Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/8e130946-7823-4d1c-9309-4678230d1c45"}}, {"data": {"ad_id": "111de00e-ffb7-4e6a-9de0-0effb7ce6a46", "countrycode": "US", "created_at": "2021-09-26T15:55:15.075Z", "currency": "USD", "max_amount": "9000.00", "max_amount_available": "76.90", "msg": "CASH DEPOSIT & WIRE & CHECKS !!\n!!! ANY AMOUNT $$$$\n\nAsk for details for for $3k - $100k+ trades\n\nBeyond this listing I have more listings and trade options and accept different payment methods beyond just Wire Transfers, such as Cash deposits, Cashiers Checks, etc - Ask for details.\n\n- Fee Calculation and Bitcoin Rate -\n\nMarket Price (BTC) + Fee Rate = Trade Rate\n\n=========== HOW TO TRADE\n\nSend me a message on my Telegram\n\n@bitcapital123\n\nI will sent you the link with the rate according to the price chart", "online_provider": "CASH_DEPOSIT", "require_feedback_score": 95, "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "215.77", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Telegram write me @bitcapital123, any amount $3k - $100k+", "profile": {"username": "Bitcapital", "name": "Bitcapital (0; 0%)", "feedback_score": 0, "trade_count": "0", "last_online": "2021-12-27T20:10:50.536Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/111de00e-ffb7-4e6a-9de0-0effb7ce6a46"}}, {"data": {"ad_id": "7e718590-0d24-408c-b185-900d24208ccc", "countrycode": "US", "created_at": "2021-09-26T15:52:31.880Z", "currency": "USD", "max_amount": "60000.00", "max_amount_available": "78.82", "msg": "CASH DEPOSIT & WIRE & CHECKS !!\n!!! ANY AMOUNT $$$$\n\nAsk for details for for $3k - $100k+ trades\n\nBeyond this listing I have more listings and trade options and accept different payment methods beyond just Wire Transfers, such as Cash deposits, Cashiers Checks, etc - Ask for details.\n\n- Fee Calculation and Bitcoin Rate -\n\nMarket Price (BTC) + Fee Rate = Trade Rate\n\n=========== HOW TO TRADE\n\nSend me a message on my Telegram\n\n@bitcapital123\n\nI will sent you the link with the rate according to the price chart", "online_provider": "NATIONAL_BANK", "require_feedback_score": 95, "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "221.17", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Telegram write me @bitcapital123, any amount $3k - $100k+", "profile": {"username": "Bitcapital", "name": "Bitcapital (0; 0%)", "feedback_score": 0, "trade_count": "0", "last_online": "2021-12-27T20:10:50.536Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/7e718590-0d24-408c-b185-900d24208ccc"}}, {"data": {"ad_id": "4ea2fcd6-95cb-4d7a-a2fc-d695cbed7a8c", "countrycode": "US", "created_at": "2021-09-26T15:58:32.203Z", "currency": "USD", "max_amount": "15000.00", "max_amount_available": "80.10", "msg": "CASH DEPOSIT & WIRE & CHECKS !! !!! ANY AMOUNT $$$$\n\nAsk for details for for $3k - $100k+ trades\n\nBeyond this listing I have more listings and trade options and accept different payment methods beyond just Wire Transfers, such as Cash deposits, Cashiers Checks, etc - Ask for details.\n\nFee Calculation and Bitcoin Rate -\nMarket Price (BTC) + Fee Rate = Trade Rate\n\n=========== HOW TO TRADE\n\nSend me a message on my Telegram\n\n@bitcapital123\n\nI will sent you the link with the rate according to the price chart", "online_provider": "CASH_BY_MAIL", "require_feedback_score": 100, "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "224.76", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Telegram write me @bitcapital123, any amount $3k - $100k+", "profile": {"username": "Bitcapital", "name": "Bitcapital (0; 0%)", "feedback_score": 0, "trade_count": "0", "last_online": "2021-12-27T20:10:50.536Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/4ea2fcd6-95cb-4d7a-a2fc-d695cbed7a8c"}}, {"data": {"ad_id": "b66ff938-ed1e-485e-aff9-38ed1e285e68", "countrycode": "US", "created_at": "2021-09-26T15:53:42.997Z", "currency": "USD", "max_amount": "80000.00", "max_amount_available": "80.10", "msg": "CASH DEPOSIT & WIRE & CHECKS !!\n!!! ANY AMOUNT $$$$\n\nAsk for details for for $3k - $100k+ trades\n\nBeyond this listing I have more listings and trade options and accept different payment methods beyond just Wire Transfers, such as Cash deposits, Cashiers Checks, etc - Ask for details.\n\n\n- Fee Calculation and Bitcoin Rate -\n\nMarket Price (BTC) + Fee Rate = Trade Rate\n\n=========== HOW TO TRADE\n\nSend me a message on my Telegram\n\n@bitcapital123\n\nI will sent you the link with the rate according to the price chart", "online_provider": "CASHIERS_CHECK", "require_feedback_score": 95, "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "224.76", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Telegram write me @bitcapital123, any amount $3k - $100k+", "profile": {"username": "Bitcapital", "name": "Bitcapital (0; 0%)", "feedback_score": 0, "trade_count": "0", "last_online": "2021-12-27T20:10:50.536Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/b66ff938-ed1e-485e-aff9-38ed1e285e68"}}, {"data": {"ad_id": "00974890-254d-4fcd-9748-90254d4fcd8f", "countrycode": "US", "created_at": "2018-10-16T04:07:20.519Z", "currency": "USD", "max_amount": "70000.00", "max_amount_available": "5263.87", "min_amount": "4000.00", "msg": "This ad for MG only, cash transfer in MG store, not online transfer! \nAccepting payment globally.\nPlease go to a MG & pay at counter.\nPayment will be sent to oversea, Russia or India, not the US.\n\nYou need send the tracking number/ PHOTO of your payment\n\nPayment can be received in about 40 minutes in working time and I will release the escrow.\n\nAlso I can exchange Any crypto - BTC ETH LTC ETC, let me know if you want others\nI can exchange any crypto amount from 200$ on request\ncontact - telegram https://t.me/YourEx\n\u041e\u0431\u043c\u0435\u043d \u043b\u044e\u0431\u043e\u0439 \u043a\u0440\u0438\u043f\u0442\u044b \u0432 \u043b\u044e\u0431\u043e\u043c \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0435 \u043e\u0442 2000$ \u044d\u043a\u0432\u0438\u0432\u0430\u043b\u0435\u043d\u0442\u0430", "online_provider": "MONEYGRAM", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "228.18", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "SriHari", "name": "SriHari (608; 98%)", "feedback_score": 98, "trade_count": "608", "last_online": "2022-01-18T06:14:40.763Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/00974890-254d-4fcd-9748-90254d4fcd8f"}}, {"data": {"ad_id": "74efb4d0-27b4-4dcf-afb4-d027b4edcfab", "countrycode": "US", "created_at": "2020-11-19T02:42:18.204Z", "currency": "USD", "max_amount": "1300.00", "max_amount_available": "1169.88", "min_amount": "50.00", "msg": "I need a lot of gift cards Vanilla/OneVanilla/AmEx/Visa/Master/.\nRELEASE TIME ABOUT 1-2 hours .\ni need drive to store and use your card.\nPLEASE DO NOT SEND the gift card until I accept your offer and we chat. I will let you know when to send the code for verification/redemption.\nI need a lot of gift card", "online_provider": "VANILLA", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "449.52", "track_max_amount": true, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "physical card Vanilla/OneVanilla/AmEx/Visa/Master/", "profile": {"username": "pannuo", "name": "pannuo (8; 100%)", "feedback_score": 100, "trade_count": "8", "last_online": "2021-12-03T02:24:10.303Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/74efb4d0-27b4-4dcf-afb4-d027b4edcfab"}}]}, "pagination": {"prev": "https://agoradesk.com/api/v1/buy-monero-online/USD?page=3"}}, "status": 200}] -[0, "EUR", "XMR", {"success": true, "message": "OK", "response": {"data": {"ad_count": 20, "ad_list": [{"data": {"ad_id": "96c88799-95e6-4726-8887-9995e6f7268a", "countrycode": "FR", "created_at": "2021-12-16T14:01:18.106Z", "currency": "EUR", "max_amount": "25000.00", "max_amount_available": "14965.52", "min_amount": "500.00", "msg": "Send your crypto to buy XMR.\n\nUSDT (Erc20, Bep20, Trc20), USDC, BUSD, PAX, TUSD, BTC, ETH, LTC, XRP, DASH, BNB, XLM, DOGE, BNB, SOL, DOT accepted\n\nI will release XMR on first confirmation, but it will take 50 minutes to reach your wallet that you have given while opening the trade.\n'Do not Panic'", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "162.67", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\u2666\ufe0fCrypto to crypto\u2666\ufe0f BTC\ud83d\udd38ETH\ud83d\udd3aXRP\ud83d\udd39XLM\ud83d\udd38ADA\ud83d\udd39DASH\ud83d\udd3aBNB\ud83d\udd38EOS", "profile": {"username": "Hakhlaque", "name": "Hakhlaque (671; 98%)", "feedback_score": 98, "trade_count": "671", "last_online": "2022-02-11T09:31:29.145Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/96c88799-95e6-4726-8887-9995e6f7268a"}}, {"data": {"ad_id": "c966e1ea-60a8-4348-a6e1-ea60a813481a", "countrycode": "PT", "created_at": "2021-06-08T22:22:49.145Z", "currency": "EUR", "first_time_limit_xmr": 20, "max_amount_available": "36867.81", "min_amount": "50.00", "msg": "**In our first trade I will ask you to verify your identity. Please provide your:**\n - In order to verify identity I will ask you for:\n - Name\n - Email or Phone number \n\n - I will provide an identity verification link that will require your selfie and ID or Passport\n\n**After your identity is verified I will give you the details to proceed with the transaction.**\n\n - The bank transaction usually arrives on the next working day\n - After I receive the transfer I will release your transaction here on AgoraDesk/LocalMonero\n\n** No third-pary transactions**\n - This means that you have to make the transfer from your own bank account\n\n** Price is kept once you mark the transaction as paid **\n - Once you mark the transaction as paid you are agreeing to pay the current price, if you cancel it with no reason we will cease to trade with you\n\n*If you have any question open a trade and feel free to ask*", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "163.52", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\ud83c\udfe6 SEPA Transfer \ud83c\udfe6", "profile": {"username": "MalMen", "name": "MalMen (6802; 99%)", "feedback_score": 99, "trade_count": "6802", "last_online": "2022-02-11T09:43:21.366Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/c966e1ea-60a8-4348-a6e1-ea60a813481a"}}, {"data": {"ad_id": "5674c7c6-0318-417f-b4c7-c60318017f06", "countrycode": "PT", "created_at": "2021-06-08T22:06:23.078Z", "currency": "EUR", "first_time_limit_xmr": 20, "max_amount_available": "36937.70", "min_amount": "50.00", "msg": "**In our first trade I will ask you to verify your identity. Please provide your:**\n - In order to verify identity I will ask you for:\n - Name\n - Email or Phone number \n\n - I will provide an identity verification link that will require your selfie and ID or Passport\n\n**After your identity is verified I will give you the details to proceed with the transaction.**\n\n** Price is kept once you mark the transaction as paid **\n - Once you mark the transaction as paid you are agreeing to pay the current price, if you cancel it with no reason we will cease to trade with you\n\n - The bank transaction usually arrives on the next working day\n - After I receive the transfer I will release your transaction here on AgoraDesk/LocalMonero\n\n** No third-pary transactions**\n - This means that you have to make the transfer from your own bank account\n\n*If you have any question open a trade and feel free to ask*", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "163.83", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\ud83c\udfe6\ud83c\uddf5\ud83c\uddf9 SEPA Transfer \ud83c\uddf5\ud83c\uddf9\ud83c\udfe6 Novo Banco", "profile": {"username": "MalMen", "name": "MalMen (6802; 99%)", "feedback_score": 99, "trade_count": "6802", "last_online": "2022-02-11T09:43:21.366Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/5674c7c6-0318-417f-b4c7-c60318017f06"}}, {"data": {"ad_id": "61bf7e67-2a03-4e4c-bf7e-672a039e4c7d", "countrycode": "CH", "created_at": "2022-01-26T16:31:45.440Z", "currency": "EUR", "limit_to_fiat_amounts": "20,40,60,80,100,120,140,150,160,180,200", "max_amount": "200.00", "max_amount_available": "170.51", "min_amount": "20.00", "msg": "\ud83c\udfe6 EU SEPA TRANSFER - NO ID - NO KYC", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "164.25", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\ud83c\udfe6 EU SEPA TRANSFER - NO ID - NO KYC", "profile": {"username": "duckduck", "name": "duckduck (9; 100%)", "feedback_score": 100, "trade_count": "9", "last_online": "2022-02-10T23:27:05.079Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/61bf7e67-2a03-4e4c-bf7e-672a039e4c7d"}}, {"data": {"ad_id": "825c2d91-1ce5-48e1-9c2d-911ce558e159", "countrycode": "GB", "created_at": "2022-02-01T17:55:50.190Z", "currency": "EUR", "first_time_limit_xmr": 20, "max_amount_available": "37605.07", "min_amount": "100.00", "msg": "**In our first trade I will ask you to verify your identity. Please provide your:**\n - In order to verify identity I will ask you for:\n - Name\n - Email or Phone number \n\n - I will provide an identity verification link that will require your selfie and ID or Passport\n\n**After your identity is verified I will give you the details to proceed with the transaction.**\n\n - The bank transaction usually arrives on the next working day\n - After I receive the transfer I will release your transaction here on AgoraDesk/LocalMonero\n\n** No third-pary transactions**\n - This means that you have to make the transfer from your own bank account\n\n** Price is kept once you mark the transaction as paid **\n - Once you mark the transaction as paid you are agreeing to pay the current price, if you cancel it with no reason we will cease to trade with you\n\n*If you have any question open a trade and feel free to ask*", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "166.79", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\u26a1Instant Sepa Enable\u26a1", "profile": {"username": "MalMen", "name": "MalMen (6802; 99%)", "feedback_score": 99, "trade_count": "6802", "last_online": "2022-02-11T09:43:21.366Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/825c2d91-1ce5-48e1-9c2d-911ce558e159"}}, {"data": {"ad_id": "87c23b9e-ce21-469b-823b-9ece21269b4e", "countrycode": "IE", "created_at": "2021-08-30T15:47:33.641Z", "currency": "EUR", "first_time_limit_xmr": 1, "max_amount_available": "1147.98", "min_amount": "75.00", "msg": "I accept many cryptos for exchange such as BTC, LTC, XRP, XLM, DOGE, ADA and dozens more.\n\nYou can now buy XMR with EUR using SEPA transfer or anonymously trade your cryptocurrencies at https://protectwealth.co\n\nPlease enter the amount of XMR you want and then send me a message with the crypto you want to trade.\n\nBTC can be extremely slow and may take upwards of an hour for me to receive one confirmation and release your XMR.\n\nETH and all ERC-20 coins have high network fees and I can't give you as good of an exchange rate on those cryptos.\n\nThe coins I like to use for exchange because they are fast and have lower fees are LTC, XRP, and XLM.\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nPlease don't mark your trade as paid until you send the crypto to the wallet address I give you.\n\nIf we have traded before, DO NOT SEND TO THE SAME WALLET AS LAST TIME. My wallet address changes with every trade.\n\nI don't have much XMR available here, but you can get as much as you want on my website.\n\nI may leave this ad up overnight or when I'm busy. If you don't get a reply from me within half an hour please cancel the trade.\n\nThank you", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "168.04", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your other coins for Monero!", "profile": {"username": "Moneroeh", "name": "Moneroeh (521; 100%)", "feedback_score": 100, "trade_count": "521", "last_online": "2022-02-11T05:29:38.461Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/87c23b9e-ce21-469b-823b-9ece21269b4e"}}, {"data": {"ad_id": "d3c1d82f-71a1-4a8f-81d8-2f71a1da8f0c", "countrycode": "DE", "created_at": "2020-09-20T17:23:17.549Z", "currency": "EUR", "max_amount": "950.00", "max_amount_available": "950.00", "min_amount": "150.00", "msg": "1.Open Trade 2.Wait for me providing Payment Details 3.Write a message after you have paid & mark it as paid\nHint. Checking your messages daily from 7-10pm Berlin (GMT+1) ", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "168.20", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "mickeycrab", "name": "mickeycrab (136; 100%)", "feedback_score": 100, "trade_count": "136", "last_online": "2022-02-10T18:00:52.789Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/d3c1d82f-71a1-4a8f-81d8-2f71a1da8f0c"}}, {"data": {"ad_id": "ed312f59-ad3a-4b8e-b12f-59ad3abb8e8f", "countrycode": "DE", "created_at": "2021-08-30T14:13:27.469Z", "currency": "EUR", "first_time_limit_xmr": 2, "max_amount_available": "1151.26", "min_amount": "75.00", "msg": "Sorry, I only speak english.\n\nI accept many cryptos for exchange such as BTC, LTC, XRP, XLM, DOGE, ADA, and dozens more.\n\nYou can now buy XMR with EUR using SEPA transfer or anonymously trade your cryptocurrencies at https://protectwealth.co\n\nPlease enter the amount of XMR you want and then send me a message with the crypto you want to trade.\n\nBTC can be extremely slow and may take upwards of an hour for me to receive one confirmation and release your XMR.\n\nETH and all ERC-20 coins have high network fees and I can't give you as good of an exchange rate on those cryptos.\n\nThe coins I like to use for exchange because they are fast and have lower fees are LTC, XRP, and XLM.\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nPlease don't mark your trade as paid until you send the crypto to the wallet address I give you.\n\nIf we have traded before, DO NOT SEND TO THE SAME WALLET AS LAST TIME. My wallet address changes with every trade.\n\nI don't have much XMR available here, but you can get as much as you want on my website.\n\nI may leave this ad up overnight or when I'm busy. If you don't get a reply from me within half an hour please cancel the trade.\n\nThank you", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "168.52", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your other coins for Monero!", "profile": {"username": "Moneroeh", "name": "Moneroeh (521; 100%)", "feedback_score": 100, "trade_count": "521", "last_online": "2022-02-11T05:29:38.461Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/ed312f59-ad3a-4b8e-b12f-59ad3abb8e8f"}}, {"data": {"ad_id": "ae3baa59-f333-44c9-bbaa-59f33334c90b", "countrycode": "FI", "created_at": "2021-11-15T08:18:57.463Z", "currency": "EUR", "max_amount": "1000.00", "max_amount_available": "300.58", "min_amount": "60.00", "msg": "English only or translate\n\n- **I accept many cryptocurrencies, tell me what crypto you would like to send** \n\n- ** You are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.**\n\n- **The best coins to send for quickest and lowest fees are , (BNB, HBAR, XRP, LTC, SEA, XLM and many other) If possible convert your coins to a quick and low fee crypto***\n\n- **If we have traded before don't send the coins to the same wallet as my wallet address can changes with every trade.**\n\n\n***I will not under any circumstances release until funds are in my hand***\n", "online_provider": "OTHER", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "168.97", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your Cryptos for XMR", "profile": {"username": "XMRCoops", "name": "XMRCoops (641; 100%)", "feedback_score": 100, "trade_count": "641", "last_online": "2022-02-11T09:43:21.233Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/ae3baa59-f333-44c9-bbaa-59f33334c90b"}}, {"data": {"ad_id": "b663e568-6e5c-445c-a3e5-686e5cf45cea", "countrycode": "CY", "created_at": "2021-11-15T08:23:02.995Z", "currency": "EUR", "max_amount": "1000.00", "max_amount_available": "300.58", "min_amount": "60.00", "msg": "English only or translate\n\n- **I accept many cryptocurrencies, tell me what crypto you would like to send** \n\n- ** You are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.**\n\n- **The best coins to send for quickest and lowest fees are , (BNB, HBAR, XRP, LTC, SEA, XLM and many other) If possible convert your coins to a quick and low fee crypto***\n\n- **If we have traded before don't send the coins to the same wallet as my wallet address can changes with every trade.**\n\n\n***I will not under any circumstances release until funds are in my hand***\n", "online_provider": "OTHER", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "168.97", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your Cryptos for XMR", "profile": {"username": "XMRCoops", "name": "XMRCoops (641; 100%)", "feedback_score": 100, "trade_count": "641", "last_online": "2022-02-11T09:43:21.233Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/b663e568-6e5c-445c-a3e5-686e5cf45cea"}}, {"data": {"ad_id": "ae37dd20-1248-4d98-b7dd-2012488d98d0", "countrycode": "LT", "created_at": "2021-09-08T13:26:43.565Z", "currency": "EUR", "first_time_limit_xmr": 1, "max_amount_available": "1154.47", "min_amount": "75.00", "msg": "Sorry, I only speak english.\n\nI accept many cryptos for exchange such as BTC, LTC, XRP, XLM, DOGE, ADA and dozens more.\n\nYou can now buy XMR with EUR using SEPA transfer or anonymously trade your cryptocurrencies at https://protectwealth.co\n\nPlease enter the amount of XMR you want and then send me a message with the crypto you want to send me in exchange.\n\nBTC can be extremely slow and may take upwards of an hour for me to receive one confirmation and release your XMR.\n\nETH and all ERC-20 coins have high network fees and I can't give you as good of an exchange rate on those cryptos.\n\nThe coins I like to use for exchange because they are fast and have lower fees are LTC, XRP, and XLM.\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nPlease don't mark your trade as paid until you send the crypto to the wallet address I give you.\n\nIf we have traded before, DO NOT SEND TO THE SAME WALLET AS LAST TIME. My wallet address changes with every trade.\n\nI don't have much XMR available here, but you can get as much as you want on my website.\n\nI may leave this ad up overnight or when I'm busy. If you don't get a reply from me within half an hour please cancel the trade.\n\nThank you", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "168.99", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your other coins for Monero!", "profile": {"username": "Moneroeh", "name": "Moneroeh (521; 100%)", "feedback_score": 100, "trade_count": "521", "last_online": "2022-02-11T05:29:38.461Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/ae37dd20-1248-4d98-b7dd-2012488d98d0"}}, {"data": {"ad_id": "bdd11897-9931-4cc1-9118-979931ccc124", "countrycode": "CY", "created_at": "2021-08-28T14:53:12.539Z", "currency": "EUR", "first_time_limit_xmr": 1, "max_amount_available": "1154.47", "min_amount": "75.00", "msg": "Sorry, I only speak english.\n\nI accept many cryptos for exchange such as BTC, LTC, XRP, XLM, DOGE, ADA, and dozens more.\n\nYou can now buy XMR with EUR using SEPA transfer or anonymously trade your cryptocurrencies at https://protectwealth.co\n\nPlease enter the amount of XMR you want and then send me a message with the crypto you want to trade.\n\nBTC can be extremely slow and may take upwards of an hour for me to receive one confirmation and release your XMR.\n\nETH and all ERC-20 coins have high network fees and I can't give you as good of an exchange rate on those cryptos.\n\nThe coins I like to use for exchange because they are fast and have lower fees are LTC, XRP, and XLM.\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nPlease don't mark your trade as paid until you send the crypto to the wallet address I give you.\n\nIf we have traded before, DO NOT SEND TO THE SAME WALLET AS LAST TIME. My wallet address changes with every trade.\n\nI don't have much XMR available here, but you can get as much as you want on my website.\n\nI may leave this ad up overnight or when I'm busy. If you don't get a reply from me within half an hour please cancel the trade.\n\nThank you", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "168.99", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your other coins for Monero!", "profile": {"username": "Moneroeh", "name": "Moneroeh (521; 100%)", "feedback_score": 100, "trade_count": "521", "last_online": "2022-02-11T05:29:38.461Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/bdd11897-9931-4cc1-9118-979931ccc124"}}, {"data": {"ad_id": "0e2fa5db-4b33-436f-afa5-db4b33036f1a", "countrycode": "LV", "created_at": "2021-09-08T13:11:52.182Z", "currency": "EUR", "first_time_limit_xmr": 1, "max_amount_available": "1154.47", "min_amount": "75.00", "msg": "Sorry, I only speak english.\n\nI accept many cryptos for exchange such as BTC, LTC, XRP, XLM, DOGE, ADA and dozens more.\n\nYou can now buy XMR with EUR using SEPA transfer or anonymously trade your cryptocurrencies at https://protectwealth.co\n\nPlease enter the amount of XMR you want and then send me a message with the crypto you want to trade.\n\nBTC can be extremely slow and may take upwards of an hour for me to receive one confirmation and release your XMR.\n\nETH and all ERC-20 coins have high network fees and I can't give you as good of an exchange rate on those cryptos.\n\nThe coins I like to use for exchange because they are fast and have lower fees are LTC, XRP, and XLM.\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nPlease don't mark your trade as paid until you send the crypto to the wallet address I give you.\n\nIf we have traded before, DO NOT SEND TO THE SAME WALLET AS LAST TIME. My wallet address changes with every trade.\n\nI don't have much XMR available here, but you can get as much as you want on my website.\n\nI may leave this ad up overnight or when I'm busy. If you don't get a reply from me within half an hour please cancel the trade.\n\nThank you", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "168.99", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your other coins for Monero!", "profile": {"username": "Moneroeh", "name": "Moneroeh (521; 100%)", "feedback_score": 100, "trade_count": "521", "last_online": "2022-02-11T05:29:38.461Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/0e2fa5db-4b33-436f-afa5-db4b33036f1a"}}, {"data": {"ad_id": "706aff29-ae26-4568-aaff-29ae26156802", "countrycode": "NL", "created_at": "2021-09-24T13:51:01.044Z", "currency": "EUR", "first_time_limit_xmr": 1, "max_amount_available": "1154.47", "min_amount": "75.00", "msg": "Sorry, I only speak english.\n\nI accept many cryptos for exchange such as BTC, LTC, XRP, XLM, ADA, DOGE, and dozens more.\n\nYou can now buy XMR with EUR using SEPA transfer or anonymously trade your cryptocurrencies at https://protectwealth.co\n\nPlease enter the amount of XMR you want and then send me a message with the crypto you want to send me in exchange.\n\nBTC can be extremely slow and may take upwards of an hour for me to receive one confirmation and release your XMR.\n\nETH and ERC-20 coins have high network fees and I cannot give you as good of an exchange rate on those cryptos.\n\nThe coins I like to use for exchange because they are fast and have lower fees are LTC, XRP, and XLM.\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nPlease don't mark your trade as paid until you send the crypto to the wallet address I give you.\n\nIf we have traded before, DO NOT SEND TO THE SAME WALLET AS LAST TIME. My wallet address changes with every trade.\n\nI don't have much XMR available here, but you can get as much as you want on my website.\n\nI may leave this ad up overnight or when I'm busy. If you don't get a reply from me within half an hour please cancel the trade.\n\nThank you", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "168.99", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your other coins for Monero!", "profile": {"username": "Moneroeh", "name": "Moneroeh (521; 100%)", "feedback_score": 100, "trade_count": "521", "last_online": "2022-02-11T05:29:38.461Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/706aff29-ae26-4568-aaff-29ae26156802"}}, {"data": {"ad_id": "613f57df-2ca6-4482-bf57-df2ca684821c", "countrycode": "PT", "created_at": "2021-09-25T15:06:04.208Z", "currency": "EUR", "first_time_limit_xmr": 1, "max_amount_available": "1154.47", "min_amount": "75.00", "msg": "Sorry, I only speak english.\n\nI accept many cryptos for exchange such as BTC, LTC, XRP, XLM, ADA, DOGE, and dozens more.\n\nYou can now buy XMR with EUR using SEPA transfer or anonymously trade your cryptocurrencies at https://protectwealth.co\n\nPlease enter the amount of XMR you want and then send me a message with the crypto you want to send me in exchange.\n\nBTC can be extremely slow and may take upwards of an hour for me to receive one confirmation and release your XMR.\n\nETH and ERC-20 coins have high network fees and I cannot give you as good of an exchange rate on those cryptos.\n\nThe coins I like to use for exchange because they are fast and have lower fees are LTC, XRP, and XLM.\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nPlease don't mark your trade as paid until you send the crypto to the wallet address I give you.\n\nIf we have traded before, DO NOT SEND TO THE SAME WALLET AS LAST TIME. My wallet address changes with every trade.\n\nI don't have much XMR available here, but you can get as much as you want on my website.\n\nI may leave this ad up overnight or when I'm busy. If you don't get a reply from me within half an hour please cancel the trade.\n\nThank you", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "168.99", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your other coins for Monero!", "profile": {"username": "Moneroeh", "name": "Moneroeh (521; 100%)", "feedback_score": 100, "trade_count": "521", "last_online": "2022-02-11T05:29:38.461Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/613f57df-2ca6-4482-bf57-df2ca684821c"}}, {"data": {"ad_id": "7f891412-e428-4b22-8914-12e4287b22eb", "countrycode": "AD", "created_at": "2021-08-27T14:15:15.367Z", "currency": "EUR", "first_time_limit_xmr": 1, "max_amount_available": "1154.47", "min_amount": "75.00", "msg": "Sorry, I only speak english.\n\nI accept many cryptos for exchange such as BTC, LTC, XRP, XLM, DOGE, ADA, and dozens more.\n\nYou can now buy XMR with EUR using SEPA transfer or anonymously trade your cryptocurrencies at https://protectwealth.co\n\nPlease enter the amount of XMR you want and then send me a message with the crypto you want to trade.\n\nBTC can be extremely slow and may take upwards of an hour for me to receive one confirmation and release your XMR.\n\nETH and ERC-20 coins can have high network fees and I cannot be able to give you as good of an exchange rate on those cryptos.\n\nThe coins I like to use for exchange because they are fast and have lower fees are LTC, XRP, and XLM.\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nPlease don't mark your trade as paid until you send the crypto to the wallet address I give you.\n\nIf we have traded before, DO NOT SEND TO THE SAME WALLET AS LAST TIME. My wallet address changes with every trade.\n\nI don't have much XMR available here, but you can get as much as you want on my website.\n\nI may leave this ad up overnight or when I'm busy. If you don't get a reply from me within half an hour please cancel the trade.\n\nThank you", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "168.99", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your other coins for Monero!", "profile": {"username": "Moneroeh", "name": "Moneroeh (521; 100%)", "feedback_score": 100, "trade_count": "521", "last_online": "2022-02-11T05:29:38.461Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/7f891412-e428-4b22-8914-12e4287b22eb"}}, {"data": {"ad_id": "447d52f3-fa90-4e1c-bd52-f3fa904e1ca9", "countrycode": "LU", "created_at": "2021-09-08T13:29:05.353Z", "currency": "EUR", "first_time_limit_xmr": 1, "max_amount_available": "1154.47", "min_amount": "75.00", "msg": "Sorry, I only speak english.\n\nI accept many cryptos for exchange such as BTC, LTC, XRP, XLM, DOGE, ADA and dozens more.\n\nYou can now buy XMR with EUR using SEPA transfer or anonymously trade your cryptocurrencies at https://protectwealth.co\n\nPlease enter the amount of XMR you want and then send me a message with the crypto you want to send me in exchange.\n\nBTC can be extremely slow and may take upwards of an hour for me to receive one confirmation and release your XMR.\n\nETH and all ERC-20 coins have high network fees and I can't give you as good of an exchange rate on those cryptos.\n\nThe coins I like to use for exchange because they are fast and have lower fees are LTC, XRP, and XLM.\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nPlease don't mark your trade as paid until you send the crypto to the wallet address I give you.\n\nIf we have traded before, DO NOT SEND TO THE SAME WALLET AS LAST TIME. My wallet address changes with every trade.\n\nI don't have much XMR available here, but you can get as much as you want on my website.\n\nI may leave this ad up overnight or when I'm busy. If you don't get a reply from me within half an hour please cancel the trade.\n\nThank you", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "168.99", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your other coins for Monero!", "profile": {"username": "Moneroeh", "name": "Moneroeh (521; 100%)", "feedback_score": 100, "trade_count": "521", "last_online": "2022-02-11T05:29:38.461Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/447d52f3-fa90-4e1c-bd52-f3fa904e1ca9"}}, {"data": {"ad_id": "2586d869-f678-4225-86d8-69f678f22593", "countrycode": "ME", "created_at": "2021-09-18T15:17:18.931Z", "currency": "EUR", "first_time_limit_xmr": 1, "max_amount_available": "1154.47", "min_amount": "75.00", "msg": "Sorry, I only speak english.\n\nI accept many cryptos for exchange such as BTC, LTC, XRP, XLM, DOGE, ADA and dozens more.\n\nYou can now buy XMR with EUR using SEPA transfer or anonymously trade your cryptocurrencies at https://protectwealth.co\n\nPlease enter the amount of XMR you want and then send me a message with the crypto you want to send me in exchange.\n\nBTC can be extremely slow and may take upwards of an hour for me to receive one confirmation and release your XMR.\n\nETH and ERC-20 coins have high network fees and I cannot give you as good of an exchange rate on those cryptos.\n\nThe coins I like to use for exchange because they are fast and have lower fees are LTC, XRP, and XLM.\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nPlease don't mark your trade as paid until you send the crypto to the wallet address I give you.\n\nIf we have traded before, DO NOT SEND TO THE SAME WALLET AS LAST TIME. My wallet address changes with every trade.\n\nI don't have much XMR available here, but you can get as much as you want on my website.\n\nI may leave this ad up overnight or when I'm busy. If you don't get a reply from me within half an hour please cancel the trade.\n\nThank you", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "168.99", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your other coins for Monero!", "profile": {"username": "Moneroeh", "name": "Moneroeh (521; 100%)", "feedback_score": 100, "trade_count": "521", "last_online": "2022-02-11T05:29:38.461Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/2586d869-f678-4225-86d8-69f678f22593"}}, {"data": {"ad_id": "a1aa5479-2152-414b-aa54-792152714b82", "countrycode": "FI", "created_at": "2021-08-30T14:03:18.460Z", "currency": "EUR", "first_time_limit_xmr": 1, "max_amount_available": "1154.47", "min_amount": "75.00", "msg": "Sorry, I only speak english.\n\nI accept many cryptos for exchange such as BTC, LTC, XRP, XLM, DOGE, ADA, and dozens more.\n\nYou can now buy XMR with EUR using SEPA transfer or anonymously trade your cryptocurrencies at https://protectwealth.co\n\nPlease enter the amount of XMR you want and then send me a message with the crypto you want to trade.\n\nBTC can be extremely slow and may take upwards of an hour for me to receive one confirmation and release your XMR.\n\nETH and all ERC-20 coins have high network fees and I can't give you as good of an exchange rate on those cryptos.\n\nThe coins I like to use for exchange because they are fast and have lower fees are LTC, XRP, and XLM.\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nPlease don't mark your trade as paid until you send the crypto to the wallet address I give you.\n\nIf we have traded before, DO NOT SEND TO THE SAME WALLET AS LAST TIME. My wallet address changes with every trade.\n\nI don't have much XMR available here, but you can get as much as you want on my website.\n\nI may leave this ad up overnight or when I'm busy. If you don't get a reply from me within half an hour please cancel the trade.\n\nThank you", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "168.99", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your other coins for Monero!", "profile": {"username": "Moneroeh", "name": "Moneroeh (521; 100%)", "feedback_score": 100, "trade_count": "521", "last_online": "2022-02-11T05:29:38.461Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/a1aa5479-2152-414b-aa54-792152714b82"}}, {"data": {"ad_id": "5ef11f6b-1f16-4541-b11f-6b1f16854198", "countrycode": "IT", "created_at": "2021-09-08T01:11:22.678Z", "currency": "EUR", "first_time_limit_xmr": 1, "max_amount_available": "1154.47", "min_amount": "75.00", "msg": "Sorry, I only speak english.\n\nI accept many cryptos for exchange such as BTC, LTC, XRP, XLM, DOGE, ADA and dozens more.\n\nYou can now buy XMR with EUR using SEPA transfer or anonymously trade your cryptocurrencies at https://protectwealth.co\n\nPlease enter the amount of XMR you want and then send me a message with the crypto you want to trade.\n\nBTC can be extremely slow and may take upwards of an hour for me to receive one confirmation and release your XMR.\n\nETH and all ERC-20 coins have high network fees and I can't give you as good of an exchange rate on those cryptos.\n\nThe coins I like to use for exchange because they are fast and have lower fees are LTC, XRP, and XLM.\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nPlease don't mark your trade as paid until you send the crypto to the wallet address I give you.\n\nIf we have traded before, DO NOT SEND TO THE SAME WALLET AS LAST TIME. My wallet address changes with every trade.\n\nI don't have much XMR available here, but you can get as much as you want on my website.\n\nI may leave this ad up overnight or when I'm busy. If you don't get a reply from me within half an hour please cancel the trade.\n\nThank you", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "168.99", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your other coins for Monero!", "profile": {"username": "Moneroeh", "name": "Moneroeh (521; 100%)", "feedback_score": 100, "trade_count": "521", "last_online": "2022-02-11T05:29:38.461Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/5ef11f6b-1f16-4541-b11f-6b1f16854198"}}]}, "pagination": {"next": "https://agoradesk.com/api/v1/buy-monero-online/EUR?page=1"}}, "status": 200}] -[1, "EUR", "XMR", {"success": true, "message": "OK", "response": {"data": {"ad_count": 20, "ad_list": [{"data": {"ad_id": "4407e482-9fe0-4008-87e4-829fe0c00835", "countrycode": "SK", "created_at": "2021-09-26T21:20:21.442Z", "currency": "EUR", "first_time_limit_xmr": 1, "max_amount_available": "1154.47", "min_amount": "75.00", "msg": "Sorry, I only speak english.\n\nI accept many cryptos for exchange such as BTC, LTC, XRP, XLM, ADA, DOGE, and dozens more.\n\nYou can now buy XMR with EUR using SEPA transfer or anonymously trade your cryptocurrencies at https://protectwealth.co\n\nPlease enter the amount of XMR you want and then send me a message with the crypto you want to send me in exchange.\n\nBTC can be extremely slow and may take upwards of an hour for me to receive one confirmation and release your XMR.\n\nETH and ERC-20 coins have high network fees and I cannot give you as good of an exchange rate on those cryptos.\n\nThe coins I like to use for exchange because they are fast and have lower fees are LTC, XRP, and XLM.\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nPlease don't mark your trade as paid until you send the crypto to the wallet address I give you.\n\nIf we have traded before, DO NOT SEND TO THE SAME WALLET AS LAST TIME. My wallet address changes with every trade.\n\nI don't have much XMR available here, but you can get as much as you want on my website.\n\nI may leave this ad up overnight or when I'm busy. If you don't get a reply from me within half an hour please cancel the trade.\n\nThank you", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "168.99", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your other cryptos for Monero!", "profile": {"username": "Moneroeh", "name": "Moneroeh (521; 100%)", "feedback_score": 100, "trade_count": "521", "last_online": "2022-02-11T05:29:38.461Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/4407e482-9fe0-4008-87e4-829fe0c00835"}}, {"data": {"ad_id": "337751cc-1bc0-4f77-b751-cc1bc0af777e", "countrycode": "ES", "created_at": "2021-09-26T21:46:51.679Z", "currency": "EUR", "first_time_limit_xmr": 1, "max_amount_available": "1154.47", "min_amount": "75.00", "msg": "Sorry, I only speak english.\n\nI accept many cryptos for exchange such as BTC, LTC, XRP, XLM, ADA, DOGE, and dozens more.\n\nYou can now buy XMR with EUR using SEPA transfer or anonymously trade your cryptocurrencies at https://protectwealth.co\n\nPlease enter the amount of XMR you want and then send me a message with the crypto you want to send me in exchange.\n\nBTC can be extremely slow and may take upwards of an hour for me to receive one confirmation and release your XMR.\n\nETH and ERC-20 coins have high network fees and I cannot give you as good of an exchange rate on those cryptos.\n\nThe coins I like to use for exchange because they are fast and have lower fees are LTC, XRP, and XLM.\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nPlease don't mark your trade as paid until you send the crypto to the wallet address I give you.\n\nIf we have traded before, DO NOT SEND TO THE SAME WALLET AS LAST TIME. My wallet address changes with every trade.\n\nI don't have much XMR available here, but you can get as much as you want on my website.\n\nI may leave this ad up overnight or when I'm busy. If you don't get a reply from me within half an hour please cancel the trade.\n\nThank you", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "168.99", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your other coins for Monero!", "profile": {"username": "Moneroeh", "name": "Moneroeh (521; 100%)", "feedback_score": 100, "trade_count": "521", "last_online": "2022-02-11T05:29:38.461Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/337751cc-1bc0-4f77-b751-cc1bc0af777e"}}, {"data": {"ad_id": "ae37dd20-1248-4d98-b7dd-2012488d98d0", "countrycode": "LT", "created_at": "2021-09-08T13:26:43.565Z", "currency": "EUR", "first_time_limit_xmr": 1, "max_amount_available": "1154.47", "min_amount": "75.00", "msg": "Sorry, I only speak english.\n\nI accept many cryptos for exchange such as BTC, LTC, XRP, XLM, DOGE, ADA and dozens more.\n\nYou can now buy XMR with EUR using SEPA transfer or anonymously trade your cryptocurrencies at https://protectwealth.co\n\nPlease enter the amount of XMR you want and then send me a message with the crypto you want to send me in exchange.\n\nBTC can be extremely slow and may take upwards of an hour for me to receive one confirmation and release your XMR.\n\nETH and all ERC-20 coins have high network fees and I can't give you as good of an exchange rate on those cryptos.\n\nThe coins I like to use for exchange because they are fast and have lower fees are LTC, XRP, and XLM.\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nPlease don't mark your trade as paid until you send the crypto to the wallet address I give you.\n\nIf we have traded before, DO NOT SEND TO THE SAME WALLET AS LAST TIME. My wallet address changes with every trade.\n\nI don't have much XMR available here, but you can get as much as you want on my website.\n\nI may leave this ad up overnight or when I'm busy. If you don't get a reply from me within half an hour please cancel the trade.\n\nThank you", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "168.99", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your other coins for Monero!", "profile": {"username": "Moneroeh", "name": "Moneroeh (521; 100%)", "feedback_score": 100, "trade_count": "521", "last_online": "2022-02-11T05:29:38.461Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/ae37dd20-1248-4d98-b7dd-2012488d98d0"}}, {"data": {"ad_id": "03465a61-b9ce-403d-865a-61b9ce403d41", "countrycode": "MT", "created_at": "2021-09-18T12:02:08.405Z", "currency": "EUR", "first_time_limit_xmr": 1, "max_amount_available": "1154.47", "min_amount": "75.00", "msg": "Sorry, I only speak english.\n\nI accept many cryptos for exchange such as BTC, LTC, XRP, XLM, DOGE, ADA and dozens more.\n\nYou can now buy XMR with EUR using SEPA transfer or anonymously trade your cryptocurrencies at https://protectwealth.co\n\nPlease enter the amount of XMR you want and then send me a message with the crypto you want to send me in exchange.\n\nBTC can be extremely slow and may take upwards of an hour for me to receive one confirmation and release your XMR.\n\nETH and ERC-20 coins have high network fees and I cannot give you as good of an exchange rate on those cryptos.\n\nThe coins I like to use for exchange because they are fast and have lower fees are LTC, XRP, and XLM.\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nPlease don't mark your trade as paid until you send the crypto to the wallet address I give you.\n\nIf we have traded before, DO NOT SEND TO THE SAME WALLET AS LAST TIME. My wallet address changes with every trade.\n\nI don't have much XMR available here, but you can get as much as you want on my website.\n\nI may leave this ad up overnight or when I'm busy. If you don't get a reply from me within half an hour please cancel the trade.\n\nThank you", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "168.99", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your other coins for Monero!", "profile": {"username": "Moneroeh", "name": "Moneroeh (521; 100%)", "feedback_score": 100, "trade_count": "521", "last_online": "2022-02-11T05:29:38.461Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/03465a61-b9ce-403d-865a-61b9ce403d41"}}, {"data": {"ad_id": "613f57df-2ca6-4482-bf57-df2ca684821c", "countrycode": "PT", "created_at": "2021-09-25T15:06:04.208Z", "currency": "EUR", "first_time_limit_xmr": 1, "max_amount_available": "1154.47", "min_amount": "75.00", "msg": "Sorry, I only speak english.\n\nI accept many cryptos for exchange such as BTC, LTC, XRP, XLM, ADA, DOGE, and dozens more.\n\nYou can now buy XMR with EUR using SEPA transfer or anonymously trade your cryptocurrencies at https://protectwealth.co\n\nPlease enter the amount of XMR you want and then send me a message with the crypto you want to send me in exchange.\n\nBTC can be extremely slow and may take upwards of an hour for me to receive one confirmation and release your XMR.\n\nETH and ERC-20 coins have high network fees and I cannot give you as good of an exchange rate on those cryptos.\n\nThe coins I like to use for exchange because they are fast and have lower fees are LTC, XRP, and XLM.\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nPlease don't mark your trade as paid until you send the crypto to the wallet address I give you.\n\nIf we have traded before, DO NOT SEND TO THE SAME WALLET AS LAST TIME. My wallet address changes with every trade.\n\nI don't have much XMR available here, but you can get as much as you want on my website.\n\nI may leave this ad up overnight or when I'm busy. If you don't get a reply from me within half an hour please cancel the trade.\n\nThank you", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "168.99", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your other coins for Monero!", "profile": {"username": "Moneroeh", "name": "Moneroeh (521; 100%)", "feedback_score": 100, "trade_count": "521", "last_online": "2022-02-11T05:29:38.461Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/613f57df-2ca6-4482-bf57-df2ca684821c"}}, {"data": {"ad_id": "5e701223-3717-4483-b012-233717648374", "countrycode": "FR", "created_at": "2021-08-30T14:06:18.933Z", "currency": "EUR", "first_time_limit_xmr": 1, "max_amount_available": "1154.47", "min_amount": "75.00", "msg": "Sorry, I only speak english.\n\nI accept many cryptos for exchange such as BTC, LTC, XRP, XLM, DOGE, ADA, and dozens more.\n\nYou can now buy XMR with EUR using SEPA transfer or anonymously trade your cryptocurrencies at https://protectwealth.co\n\nPlease enter the amount of XMR you want and then send me a message with the crypto you want to trade.\n\nBTC can be extremely slow and may take upwards of an hour for me to receive one confirmation and release your XMR.\n\nETH and all ERC-20 coins have high network fees and I can't give you as good of an exchange rate on those cryptos.\n\nThe coins I like to use for exchange because they are fast and have lower fees are LTC, XRP, and XLM.\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nPlease don't mark your trade as paid until you send the crypto to the wallet address I give you.\n\nIf we have traded before, DO NOT SEND TO THE SAME WALLET AS LAST TIME. My wallet address changes with every trade.\n\nI don't have much XMR available here, but you can get as much as you want on my website.\n\nI may leave this ad up overnight or when I'm busy. If you don't get a reply from me within half an hour please cancel the trade.\n\nThank you", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "168.99", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your other coins for Monero!", "profile": {"username": "Moneroeh", "name": "Moneroeh (521; 100%)", "feedback_score": 100, "trade_count": "521", "last_online": "2022-02-11T05:29:38.461Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/5e701223-3717-4483-b012-233717648374"}}, {"data": {"ad_id": "2586d869-f678-4225-86d8-69f678f22593", "countrycode": "ME", "created_at": "2021-09-18T15:17:18.931Z", "currency": "EUR", "first_time_limit_xmr": 1, "max_amount_available": "1154.47", "min_amount": "75.00", "msg": "Sorry, I only speak english.\n\nI accept many cryptos for exchange such as BTC, LTC, XRP, XLM, DOGE, ADA and dozens more.\n\nYou can now buy XMR with EUR using SEPA transfer or anonymously trade your cryptocurrencies at https://protectwealth.co\n\nPlease enter the amount of XMR you want and then send me a message with the crypto you want to send me in exchange.\n\nBTC can be extremely slow and may take upwards of an hour for me to receive one confirmation and release your XMR.\n\nETH and ERC-20 coins have high network fees and I cannot give you as good of an exchange rate on those cryptos.\n\nThe coins I like to use for exchange because they are fast and have lower fees are LTC, XRP, and XLM.\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nPlease don't mark your trade as paid until you send the crypto to the wallet address I give you.\n\nIf we have traded before, DO NOT SEND TO THE SAME WALLET AS LAST TIME. My wallet address changes with every trade.\n\nI don't have much XMR available here, but you can get as much as you want on my website.\n\nI may leave this ad up overnight or when I'm busy. If you don't get a reply from me within half an hour please cancel the trade.\n\nThank you", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "168.99", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your other coins for Monero!", "profile": {"username": "Moneroeh", "name": "Moneroeh (521; 100%)", "feedback_score": 100, "trade_count": "521", "last_online": "2022-02-11T05:29:38.461Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/2586d869-f678-4225-86d8-69f678f22593"}}, {"data": {"ad_id": "447d52f3-fa90-4e1c-bd52-f3fa904e1ca9", "countrycode": "LU", "created_at": "2021-09-08T13:29:05.353Z", "currency": "EUR", "first_time_limit_xmr": 1, "max_amount_available": "1154.47", "min_amount": "75.00", "msg": "Sorry, I only speak english.\n\nI accept many cryptos for exchange such as BTC, LTC, XRP, XLM, DOGE, ADA and dozens more.\n\nYou can now buy XMR with EUR using SEPA transfer or anonymously trade your cryptocurrencies at https://protectwealth.co\n\nPlease enter the amount of XMR you want and then send me a message with the crypto you want to send me in exchange.\n\nBTC can be extremely slow and may take upwards of an hour for me to receive one confirmation and release your XMR.\n\nETH and all ERC-20 coins have high network fees and I can't give you as good of an exchange rate on those cryptos.\n\nThe coins I like to use for exchange because they are fast and have lower fees are LTC, XRP, and XLM.\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nPlease don't mark your trade as paid until you send the crypto to the wallet address I give you.\n\nIf we have traded before, DO NOT SEND TO THE SAME WALLET AS LAST TIME. My wallet address changes with every trade.\n\nI don't have much XMR available here, but you can get as much as you want on my website.\n\nI may leave this ad up overnight or when I'm busy. If you don't get a reply from me within half an hour please cancel the trade.\n\nThank you", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "168.99", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your other coins for Monero!", "profile": {"username": "Moneroeh", "name": "Moneroeh (521; 100%)", "feedback_score": 100, "trade_count": "521", "last_online": "2022-02-11T05:29:38.461Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/447d52f3-fa90-4e1c-bd52-f3fa904e1ca9"}}, {"data": {"ad_id": "aa2ddd3f-4466-4be2-addd-3f44661be2cb", "countrycode": "BE", "created_at": "2021-08-27T21:11:40.255Z", "currency": "EUR", "first_time_limit_xmr": 1, "max_amount_available": "1154.47", "min_amount": "75.00", "msg": "Sorry, I only speak english.\n\nI accept many cryptos for exchange such as BTC, LTC, XRP, XLM, DOGE, ADA, and dozens more.\n\nYou can now buy XMR with EUR using SEPA transfer or anonymously trade your cryptocurrencies at https://protectwealth.co\n\nPlease enter the amount of XMR you want and then send me a message with the crypto you want to trade.\n\nBTC can be extremely slow and may take upwards of an hour for me to receive one confirmation and release your XMR.\n\nETH and ERC-20 coins can have high network fees and I cannot be able to give you as good of an exchange rate on those cryptos.\n\nThe coins I like to use for exchange because they are fast and have lower fees are LTC, XRP, and XLM.\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nPlease don't mark your trade as paid until you send the crypto to the wallet address I give you.\n\nIf we have traded before, DO NOT SEND TO THE SAME WALLET AS LAST TIME. My wallet address changes with every trade.\n\nI don't have much XMR available here, but you can get as much as you want on my website.\n\nI may leave this ad up overnight or when I'm busy. If you don't get a reply from me within half an hour please cancel the trade.\n\nThank you", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "168.99", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your other cryptos for Monero!", "profile": {"username": "Moneroeh", "name": "Moneroeh (521; 100%)", "feedback_score": 100, "trade_count": "521", "last_online": "2022-02-11T05:29:38.461Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/aa2ddd3f-4466-4be2-addd-3f44661be2cb"}}, {"data": {"ad_id": "f74154bf-f076-47ae-8154-bff07647ae3e", "countrycode": "MC", "created_at": "2021-09-18T15:10:05.074Z", "currency": "EUR", "first_time_limit_xmr": 1, "max_amount_available": "1154.47", "min_amount": "75.00", "msg": "Sorry, I only speak english.\n\nI accept many cryptos for exchange such as BTC, LTC, XRP, XLM, DOGE, ADA and dozens more.\n\nYou can now buy XMR with EUR using SEPA transfer or anonymously trade your cryptocurrencies at https://protectwealth.co\n\nPlease enter the amount of XMR you want and then send me a message with the crypto you want to send me in exchange.\n\nBTC can be extremely slow and may take upwards of an hour for me to receive one confirmation and release your XMR.\n\nETH and ERC-20 coins have high network fees and I cannot give you as good of an exchange rate on those cryptos.\n\nThe coins I like to use for exchange because they are fast and have lower fees are LTC, XRP, and XLM.\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nPlease don't mark your trade as paid until you send the crypto to the wallet address I give you.\n\nIf we have traded before, DO NOT SEND TO THE SAME WALLET AS LAST TIME. My wallet address changes with every trade.\n\nI don't have much XMR available here, but you can get as much as you want on my website.\n\nI may leave this ad up overnight or when I'm busy. If you don't get a reply from me within half an hour please cancel the trade.\n\nThank you", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "168.99", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your other coins for Monero!", "profile": {"username": "Moneroeh", "name": "Moneroeh (521; 100%)", "feedback_score": 100, "trade_count": "521", "last_online": "2022-02-11T05:29:38.461Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/f74154bf-f076-47ae-8154-bff07647ae3e"}}, {"data": {"ad_id": "a1aa5479-2152-414b-aa54-792152714b82", "countrycode": "FI", "created_at": "2021-08-30T14:03:18.460Z", "currency": "EUR", "first_time_limit_xmr": 1, "max_amount_available": "1154.47", "min_amount": "75.00", "msg": "Sorry, I only speak english.\n\nI accept many cryptos for exchange such as BTC, LTC, XRP, XLM, DOGE, ADA, and dozens more.\n\nYou can now buy XMR with EUR using SEPA transfer or anonymously trade your cryptocurrencies at https://protectwealth.co\n\nPlease enter the amount of XMR you want and then send me a message with the crypto you want to trade.\n\nBTC can be extremely slow and may take upwards of an hour for me to receive one confirmation and release your XMR.\n\nETH and all ERC-20 coins have high network fees and I can't give you as good of an exchange rate on those cryptos.\n\nThe coins I like to use for exchange because they are fast and have lower fees are LTC, XRP, and XLM.\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nPlease don't mark your trade as paid until you send the crypto to the wallet address I give you.\n\nIf we have traded before, DO NOT SEND TO THE SAME WALLET AS LAST TIME. My wallet address changes with every trade.\n\nI don't have much XMR available here, but you can get as much as you want on my website.\n\nI may leave this ad up overnight or when I'm busy. If you don't get a reply from me within half an hour please cancel the trade.\n\nThank you", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "168.99", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your other coins for Monero!", "profile": {"username": "Moneroeh", "name": "Moneroeh (521; 100%)", "feedback_score": 100, "trade_count": "521", "last_online": "2022-02-11T05:29:38.461Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/a1aa5479-2152-414b-aa54-792152714b82"}}, {"data": {"ad_id": "634dc943-7c3c-4d97-8dc9-437c3c6d9714", "countrycode": "GR", "created_at": "2021-06-17T04:54:03.914Z", "currency": "EUR", "max_amount": "100000.00", "max_amount_available": "2924.44", "min_amount": "2000.00", "msg": "Include a note in the package\n\"For Monero on Agoradesk.com Between Chicks and & Your user Name\"\nor print out the trade once open.\n\nNO 3rd Parties.\nInclude a return address Matching your real name.\none name and initial is ok.\nPrint your shipping/address labels, if you can**\n\nLarger amounts use Priority Express.\nsmall amounts, anything with tracking.\nCopy/Paste a tracking number before you mark paid.\npicture of the package is nice too\n\nUse Large Bills\ntry to limit the amount of small bills\nNo $1s\n\nYou may request Starting price or Release Price\nbut you must decide at the start of the trade.\n\nPackage the cash securely and discretely to avoid loss or theft while it is in transit.\n\nAn envelope with some printer paper wrapped around the cash works. then place that envelope into a Priority Express, or Bubble mailer envelope.\n\n\nDO NOT:\nSend more than 10 bills in a standard envelope\nFold the cash - this makes the letter too thick and easier to identify\nUse excessive tape or packaging material\n\nBusiness Phone/whatsapp: +1 587-707-7020\nTelegram: https://t.me/PKChicks\nEmail: danly@chicksgold.com\n\n**Join our discord server for a faster response and a more personable experience \ndiscord.gg/chicksx", "online_provider": "CASH_BY_MAIL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "170.57", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Cash by mail Trusted ", "profile": {"username": "Chicks", "name": "Chicks (1393; 100%)", "feedback_score": 100, "trade_count": "1393", "last_online": "2022-02-11T03:04:56.558Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/634dc943-7c3c-4d97-8dc9-437c3c6d9714"}}, {"data": {"ad_id": "d486e7a2-0b82-4dfa-86e7-a20b820dfaa6", "countrycode": "PT", "created_at": "2021-12-24T09:33:56.203Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "712.69", "msg": "", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "171.36", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/d486e7a2-0b82-4dfa-86e7-a20b820dfaa6"}}, {"data": {"ad_id": "2a8452d4-dcea-4146-8452-d4dceac146c3", "countrycode": "IT", "created_at": "2021-09-14T18:45:23.777Z", "currency": "EUR", "max_amount_available": "512.61", "min_amount": "25.00", "msg": "Buy Monero (XMR) with any popular crypto like -\n\nBTC ETH ADA USDT XRP SOL BCH BNB\n\nOpen trade and tell me which coin you'll pay with\n\nI'll send amount and payment address\n\nOnly one network confirmation required\n\nIf offline telegram @VYXMR", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "172.15", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "BTC\ud83d\udd3aETH\ud83d\udd39USDT\ud83d\udd39LTC\ud83d\udd3aBCH (Pay with any crypto)", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/2a8452d4-dcea-4146-8452-d4dceac146c3"}}, {"data": {"ad_id": "27e908a8-9a68-4f78-a908-a89a68bf784a", "countrycode": "PT", "created_at": "2021-09-14T18:37:30.859Z", "currency": "EUR", "max_amount_available": "512.61", "min_amount": "25.00", "msg": "Buy Monero (XMR) with any popular crypto like -\n\nBTC ETH ADA USDT XRP SOL BCH BNB\n\nOpen trade and tell me which coin you'll pay with\n\nI'll send amount and payment address\n\nOnly one network confirmation required\n\nIf offline telegram @VYXMR", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "172.15", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "BTC\ud83d\udd3aETH\ud83d\udd39USDT\ud83d\udd39LTC\ud83d\udd3aBCH (Pay with any crypto)", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/27e908a8-9a68-4f78-a908-a89a68bf784a"}}, {"data": {"ad_id": "59c91f5b-7f3a-4b37-891f-5b7f3adb375c", "countrycode": "BE", "created_at": "2021-09-14T18:49:41.705Z", "currency": "EUR", "max_amount_available": "512.61", "min_amount": "25.00", "msg": "Buy Monero (XMR) with any popular crypto like -\n\nBTC ETH ADA USDT XRP SOL BCH BNB\n\nOpen trade and tell me which coin you'll pay with\n\nI'll send amount and payment address\n\nIf offline telegram @VYXMR", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "172.15", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "BTC\ud83d\udd3aETH\ud83d\udd39USDT\ud83d\udd39LTC\ud83d\udd3aBCH (Pay with any crypto)", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/59c91f5b-7f3a-4b37-891f-5b7f3adb375c"}}, {"data": {"ad_id": "6ff7d2e6-6c36-4fdf-b7d2-e66c365fdf98", "countrycode": "LU", "created_at": "2021-09-14T18:51:52.747Z", "currency": "EUR", "max_amount_available": "512.61", "min_amount": "25.00", "msg": "Buy Monero (XMR) with any popular crypto like -\n\nBTC ETH ADA USDT XRP SOL BCH BNB\n\nOpen trade and tell me which coin you'll pay with\n\nI'll send amount and payment address\n\nIf offline telegram @VYXMR", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "172.15", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "BTC\ud83d\udd3aETH\ud83d\udd39USDT\ud83d\udd39LTC\ud83d\udd3aBCH (Pay with any crypto)", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/6ff7d2e6-6c36-4fdf-b7d2-e66c365fdf98"}}, {"data": {"ad_id": "2eacda51-34ca-4579-acda-5134caa579ef", "countrycode": "FR", "created_at": "2021-08-21T14:31:46.402Z", "currency": "EUR", "max_amount_available": "512.61", "min_amount": "25.00", "msg": "Buy Monero (XMR) with any popular crypto like -\n\nBTC ETH ADA USDT XRP SOL BCH BNB\n\nOpen trade and tell me which coin you'll pay with\n\nI'll send amount and payment address\n\nOnly one network confirmation required\n\nIf offline telegram @VYXMR", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "172.15", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "BTC\ud83d\udd3aETH\ud83d\udd39USDT\ud83d\udd39LTC\ud83d\udd3aBCH (Pay with any crypto)", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/2eacda51-34ca-4579-acda-5134caa579ef"}}, {"data": {"ad_id": "3b9e1d7c-0ab0-4979-9e1d-7c0ab0c979e7", "countrycode": "GR", "created_at": "2021-09-14T19:13:03.980Z", "currency": "EUR", "max_amount_available": "512.61", "min_amount": "25.00", "msg": "Buy Monero (XMR) with any popular crypto like -\n\nBTC ETH ADA USDT XRP SOL BCH BNB\n\nOpen trade and tell me which coin you'll pay with\n\nI'll send amount and payment address\n\nIf offline telegram @VYXMR", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "172.15", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "BTC\ud83d\udd3aETH\ud83d\udd39USDT\ud83d\udd39LTC\ud83d\udd3aBCH (Pay with any crypto)", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/3b9e1d7c-0ab0-4979-9e1d-7c0ab0c979e7"}}, {"data": {"ad_id": "139f8e92-0088-4c87-9f8e-9200883c87d2", "countrycode": "FI", "created_at": "2021-08-21T14:37:26.826Z", "currency": "EUR", "max_amount_available": "512.61", "min_amount": "25.00", "msg": "Buy Monero (XMR) with any popular crypto like -\n\nBTC ETH ADA USDT XRP SOL BCH BNB\n\nOpen trade and tell me which coin you'll pay with\n\nI'll send amount and payment address\n\nOnly one network confirmation required\n\nIf offline telegram @VYXMR", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "172.15", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "BTC\ud83d\udd3aETH\ud83d\udd39USDT\ud83d\udd39LTC\ud83d\udd3aBCH (Pay with any crypto)", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/139f8e92-0088-4c87-9f8e-9200883c87d2"}}]}, "pagination": {"next": "https://agoradesk.com/api/v1/buy-monero-online/EUR?page=2", "prev": "https://agoradesk.com/api/v1/buy-monero-online/EUR?page=0"}}, "status": 200}] -[2, "EUR", "XMR", {"success": true, "message": "OK", "response": {"data": {"ad_count": 20, "ad_list": [{"data": {"ad_id": "be3f0fbf-cf8c-4f83-bf0f-bfcf8c6f833b", "countrycode": "NL", "created_at": "2021-09-14T19:02:28.431Z", "currency": "EUR", "max_amount_available": "512.61", "min_amount": "25.00", "msg": "Buy Monero (XMR) with any popular crypto like -\n\nBTC ETH ADA USDT XRP SOL BCH BNB\n\nOpen trade and tell me which coin you'll pay with\n\nI'll send amount and payment address\n\nIf offline telegram @VYXMR", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "172.15", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "BTC\ud83d\udd3aETH\ud83d\udd39USDT\ud83d\udd39LTC\ud83d\udd3aBCH (Pay with any crypto)", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/be3f0fbf-cf8c-4f83-bf0f-bfcf8c6f833b"}}, {"data": {"ad_id": "5c60551d-a6bc-4be9-a055-1da6bcbbe994", "countrycode": "AT", "created_at": "2021-09-14T19:04:15.701Z", "currency": "EUR", "max_amount_available": "512.61", "min_amount": "25.00", "msg": "Buy Monero (XMR) with any popular crypto like -\n\nBTC ETH ADA USDT XRP SOL BCH BNB\n\nOpen trade and tell me which coin you'll pay with\n\nI'll send amount and payment address\n\nIf offline telegram @VYXMR", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "172.15", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "BTC\ud83d\udd3aETH\ud83d\udd39USDT\ud83d\udd39LTC\ud83d\udd3aBCH (Pay with any crypto)", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/5c60551d-a6bc-4be9-a055-1da6bcbbe994"}}, {"data": {"ad_id": "2a8452d4-dcea-4146-8452-d4dceac146c3", "countrycode": "IT", "created_at": "2021-09-14T18:45:23.777Z", "currency": "EUR", "max_amount_available": "512.61", "min_amount": "25.00", "msg": "Buy Monero (XMR) with any popular crypto like -\n\nBTC ETH ADA USDT XRP SOL BCH BNB\n\nOpen trade and tell me which coin you'll pay with\n\nI'll send amount and payment address\n\nOnly one network confirmation required\n\nIf offline telegram @VYXMR", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "172.15", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "BTC\ud83d\udd3aETH\ud83d\udd39USDT\ud83d\udd39LTC\ud83d\udd3aBCH (Pay with any crypto)", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/2a8452d4-dcea-4146-8452-d4dceac146c3"}}, {"data": {"ad_id": "59c91f5b-7f3a-4b37-891f-5b7f3adb375c", "countrycode": "BE", "created_at": "2021-09-14T18:49:41.705Z", "currency": "EUR", "max_amount_available": "512.61", "min_amount": "25.00", "msg": "Buy Monero (XMR) with any popular crypto like -\n\nBTC ETH ADA USDT XRP SOL BCH BNB\n\nOpen trade and tell me which coin you'll pay with\n\nI'll send amount and payment address\n\nIf offline telegram @VYXMR", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "172.15", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "BTC\ud83d\udd3aETH\ud83d\udd39USDT\ud83d\udd39LTC\ud83d\udd3aBCH (Pay with any crypto)", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/59c91f5b-7f3a-4b37-891f-5b7f3adb375c"}}, {"data": {"ad_id": "3b9e1d7c-0ab0-4979-9e1d-7c0ab0c979e7", "countrycode": "GR", "created_at": "2021-09-14T19:13:03.980Z", "currency": "EUR", "max_amount_available": "512.61", "min_amount": "25.00", "msg": "Buy Monero (XMR) with any popular crypto like -\n\nBTC ETH ADA USDT XRP SOL BCH BNB\n\nOpen trade and tell me which coin you'll pay with\n\nI'll send amount and payment address\n\nIf offline telegram @VYXMR", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "172.15", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "BTC\ud83d\udd3aETH\ud83d\udd39USDT\ud83d\udd39LTC\ud83d\udd3aBCH (Pay with any crypto)", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/3b9e1d7c-0ab0-4979-9e1d-7c0ab0c979e7"}}, {"data": {"ad_id": "e1297cc2-9ebf-4759-a97c-c29ebfc759fc", "countrycode": "DE", "created_at": "2021-10-25T10:04:31.888Z", "currency": "EUR", "max_amount_available": "2593.72", "min_amount": "100.00", "msg": "", "online_provider": "CASH_BY_MAIL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "173.71", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Cash \ud83d\udcb6 by Mail/Post \u2709\ufe0f an Deutsche Adresse / German Address \ud83d\udcef", "profile": {"username": "postman", "name": "postman (317; 100%)", "feedback_score": 100, "trade_count": "317", "last_online": "2022-02-11T09:43:29.301Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/e1297cc2-9ebf-4759-a97c-c29ebfc759fc"}}, {"data": {"ad_id": "e3210144-b23a-4bcc-a101-44b23a8bcc41", "countrycode": "DE", "created_at": "2020-12-14T19:14:35.236Z", "currency": "EUR", "max_amount": "1000.00", "max_amount_available": "568.78", "min_amount": "100.00", "msg": "Cash by Mail to Switzerland or Germany\r\n\r\nBuy Monero safe and secure with Swisswatcher (Germany or Switzerland) I will record a video on how I open the letter.\r\nIf the letter gets lost you have to get the money back from DHL.", "online_provider": "CASH_BY_MAIL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "173.73", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Cash by Mail to Switzerland", "profile": {"username": "Swisswatcher", "name": "Swisswatcher (2340; 97%)", "feedback_score": 97, "trade_count": "2340", "last_online": "2022-02-10T19:43:09.238Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/e3210144-b23a-4bcc-a101-44b23a8bcc41"}}, {"data": {"ad_id": "795df0a7-0a3f-43cd-9df0-a70a3fd3cd77", "countrycode": "GB", "created_at": "2021-12-10T17:48:28.860Z", "currency": "EUR", "max_amount_available": "1599.59", "msg": "- Fast and reliable, [check my feedback](/user/Power/feedback). If you see this ad I'm online and ready to trade. New traders welcome, but **please read all the terms below before opening your first trade**\n\n- This transaction will be using a SEPA transfer.\n\n- If it's our first time trading I'll ask you to provide the name on the account you're sending from, and send a screenshot of transaction confirmation. XMR is released **after** the payment has been confirmed & received - this is usually instant, but some banks will hold payments for a few hours if sending a large amount to a new contact. (this is out of my control)\n\n- **NO THIRD PARTY TRANSFERS** - Payment must be coming directly from you to me. I don't care what you need crypto for, but some people have tried paying me with stolen accounts recently and it's a real hassle to deal with fraud reports. Luckily the money always gets stopped before it arrives and I'm able to keep my crypto, but reports of payments originating from stolen accounts get sent to the police.\n\n> ###### **Important info for first time buyers:**\nI don't require ID verification, but brand new accounts will be limited to a **maximum of \u20ac100 for the first 48 hours of trading with me**. This is to protect me against fraud such as chargebacks, scams and stolen accounts. **You may not be subject to this limit if you have a long account history or lots of positive feedback** - I'll let you know in the chat if your trade has reached any limits before I send payment details.\n\n> **I have the right to cancel a trade at any time before providing payment information if I feel it is too high risk - I've had multiple bank accounts frozen and closed from buyers using stolen accounts or scams to pay me, and I don't want to deal with it anymore. As long as you're sending your own money from your own accounts we'll be good.**\n", "online_provider": "SEPA", "require_feedback_score": 100, "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "173.87", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\u2705 Online Now \u2192 no ID, Instant release, new traders welcome.", "profile": {"username": "Power", "name": "Power (229; 100%)", "feedback_score": 100, "trade_count": "229", "last_online": "2022-02-11T09:32:53.230Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/795df0a7-0a3f-43cd-9df0-a70a3fd3cd77"}}, {"data": {"ad_id": "fca3c142-df5f-45e2-a3c1-42df5f35e21f", "countrycode": "CH", "created_at": "2022-02-09T12:51:28.681Z", "currency": "EUR", "max_amount": "2500.00", "max_amount_available": "464.19", "min_amount": "100.00", "msg": "ASK FOR DETAILS OR MORE XMR", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "175.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "RELIABLE AS A SWISS WATCH", "profile": {"username": "NuBIt", "name": "NuBIt (193; 100%)", "feedback_score": 100, "trade_count": "193", "last_online": "2022-02-11T05:52:19.503Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/fca3c142-df5f-45e2-a3c1-42df5f35e21f"}}, {"data": {"ad_id": "0eabd463-7a3c-4d5b-abd4-637a3c4d5bc5", "countrycode": "DE", "created_at": "2021-01-28T12:02:18.854Z", "currency": "EUR", "max_amount": "9000.00", "max_amount_available": "1499.94", "min_amount": "50.00", "msg": "Cash by Mail / Post\n\n- You send a letter to a german address. I will release the Monero Coins asap after the letter has arrived. \n- Please use the PRIO tracking service from Deutsche Post or Paket Service from DHL \n- Please let me know the tracking in the chat\n- note down the message which you will get in the chat\n\nCash by Post\n\n- Du schickst mir einen Briefumschlag mit dem Geld. Die Monero gebe ich frei sobald der Brief bei meiner deutschen Adresse angekommen ist\n- Bitte nutzte entweder den Prio Service der Deutschen Post oder ein Paket von DHL und gib mir die Trackingnummer im Chat durch\n- Bitte notiere die Nachricht, die ich dir im Chat gebe, auf einem Blatt Papier\n\n", "online_provider": "CASH_BY_MAIL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "175.31", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Cash \ud83d\udcb6 by Mail/Post \u2709\ufe0f an Deutsche Adresse / German Address\ud83d\udcef", "profile": {"username": "chriys", "name": "chriys (4779; 100%)", "feedback_score": 100, "trade_count": "4779", "last_online": "2022-02-11T09:43:27.755Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/0eabd463-7a3c-4d5b-abd4-637a3c4d5bc5"}}, {"data": {"ad_id": "006bc5c7-5e60-414f-abc5-c75e60614f02", "countrycode": "DE", "created_at": "2022-01-25T09:24:22.553Z", "currency": "EUR", "max_amount": "220.00", "max_amount_available": "220.00", "msg": "*NO ID | Cash by Mail*\n\n* Du schickst den Brief mit dem Geld per EINWURF Einschreiben und l\u00e4sst mir die Tracking ID im Chat zukommen.\n* Sobald der Brief mit dem Geld angekommen ist, wird dein XMR freigegeben!\n* Bitte schreibe deinen Benutzernamen oder die ersten und letzten Ziffern des Trades auf einen Zettel, damit ich den Brief zuordnen kann!\n\n\nBitte folgenden Leitfaden beachten!\n\nhttps://localmonero.co/cash-by-mail-tips\n\n\n------------------------------------------\n\n\n*NO ID | Cash by Mail*\n\n* You send the letter with the money by registered mail and send me the tracking ID in the chat.\n* As soon as the letter with the money arrived, your XMR will be released!\n* Please write your username or the first and last digits of the trade on a piece of paper, so that I can assign the letter!\n\nPlease follow this guide!\nhttps://localmonero.co/cash-by-mail-tips", "online_provider": "CASH_BY_MAIL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "175.31", "track_max_amount": true, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "NO ID | Cash by Mail", "profile": {"username": "NeedMoneroXMR", "name": "NeedMoneroXMR (35; 100%)", "feedback_score": 100, "trade_count": "35", "last_online": "2022-02-10T20:34:49.770Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/006bc5c7-5e60-414f-abc5-c75e60614f02"}}, {"data": {"ad_id": "293c4d78-4296-4961-bc4d-78429629610d", "countrycode": "IT", "created_at": "2021-12-24T10:18:45.963Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "733.70", "msg": "", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "176.41", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/293c4d78-4296-4961-bc4d-78429629610d"}}, {"data": {"ad_id": "279e361f-d99a-4258-9e36-1fd99ad258e9", "countrycode": "DE", "created_at": "2021-12-11T19:37:07.650Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "734.36", "msg": "", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "176.57", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/279e361f-d99a-4258-9e36-1fd99ad258e9"}}, {"data": {"ad_id": "3fc4e754-d275-4910-84e7-54d275e910fd", "countrycode": "FI", "created_at": "2021-02-18T15:05:47.344Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "735.69", "msg": "", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "176.89", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/3fc4e754-d275-4910-84e7-54d275e910fd"}}, {"data": {"ad_id": "c6d5ed31-ce4b-48f7-95ed-31ce4b78f746", "countrycode": "FR", "created_at": "2021-12-11T19:57:12.656Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "735.69", "msg": "", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "176.89", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/c6d5ed31-ce4b-48f7-95ed-31ce4b78f746"}}, {"data": {"ad_id": "dbffbffc-066d-4cec-bfbf-fc066d1cecab", "countrycode": "EE", "created_at": "2021-12-24T00:00:54.710Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "735.69", "msg": "", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "176.89", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/dbffbffc-066d-4cec-bfbf-fc066d1cecab"}}, {"data": {"ad_id": "f6bd6290-1662-471b-bd62-901662471bd2", "countrycode": "BE", "created_at": "2021-12-24T00:10:24.846Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "735.69", "msg": "", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "176.89", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/f6bd6290-1662-471b-bd62-901662471bd2"}}, {"data": {"ad_id": "999aabd8-2535-4889-9aab-d8253528892e", "countrycode": "DE", "created_at": "2021-05-06T19:06:18.467Z", "currency": "EUR", "max_amount": "1000.00", "max_amount_available": "117.97", "min_amount": "50.00", "msg": "__1. General Information__\n\nI send you my bank details to which you have to transfer the money.\n\n __2. Release of Moneros__\n\nThe amount of Moneros is usually paid to you within a few minutes up to a few hours - after I have received the money. \nYou will not receive your Moneros before the payment!\n\n __3. Refund Policy__\n\nAfter successful payment on your part, \nrefund or trade cancellation is excluded.\n\n---\n*If the trade went smoothly I would appreciate a positive review :)*\n\n*For questions or problems I am always available on [Telegram](https://t.me/Matthias2309)*", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "176.89", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA BankTransfer | Euro | No Verification | INSTANT", "profile": {"username": "Matthias2309", "name": "Matthias2309 (520; 100%)", "feedback_score": 100, "trade_count": "520", "last_online": "2022-02-11T09:42:49.377Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/999aabd8-2535-4889-9aab-d8253528892e"}}, {"data": {"ad_id": "647bf3a3-149d-49f1-bbf3-a3149d59f1e5", "countrycode": "LT", "created_at": "2021-12-24T00:16:19.249Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "735.69", "msg": "", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "176.89", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/647bf3a3-149d-49f1-bbf3-a3149d59f1e5"}}, {"data": {"ad_id": "bfcb8de2-0fbc-4b53-8b8d-e20fbc2b5345", "countrycode": "LV", "created_at": "2021-12-24T00:21:11.643Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "735.69", "msg": "", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "176.89", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/bfcb8de2-0fbc-4b53-8b8d-e20fbc2b5345"}}]}, "pagination": {"next": "https://agoradesk.com/api/v1/buy-monero-online/EUR?page=3", "prev": "https://agoradesk.com/api/v1/buy-monero-online/EUR?page=1"}}, "status": 200}] -[3, "EUR", "XMR", {"success": true, "message": "OK", "response": {"data": {"ad_count": 20, "ad_list": [{"data": {"ad_id": "01b61e5b-e371-47e5-b61e-5be371f7e5bd", "countrycode": "IE", "created_at": "2021-12-24T08:23:51.942Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "735.69", "msg": "", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "176.89", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/01b61e5b-e371-47e5-b61e-5be371f7e5bd"}}, {"data": {"ad_id": "bfcb8de2-0fbc-4b53-8b8d-e20fbc2b5345", "countrycode": "LV", "created_at": "2021-12-24T00:21:11.643Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "735.69", "msg": "", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "176.89", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/bfcb8de2-0fbc-4b53-8b8d-e20fbc2b5345"}}, {"data": {"ad_id": "f08ba8b2-1246-46cb-8ba8-b2124616cbb4", "countrycode": "GB", "created_at": "2022-02-09T23:03:02.037Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "738.31", "msg": "", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "177.52", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/f08ba8b2-1246-46cb-8ba8-b2124616cbb4"}}, {"data": {"ad_id": "8289a5c3-1994-480b-89a5-c31994d80b78", "countrycode": "AT", "created_at": "2021-12-24T11:01:21.339Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "738.98", "msg": "", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "177.68", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/8289a5c3-1994-480b-89a5-c31994d80b78"}}, {"data": {"ad_id": "73d139ff-84f3-4c7c-9139-ff84f3bc7cb0", "countrycode": "AT", "created_at": "2021-12-26T05:03:38.806Z", "currency": "EUR", "max_amount_available": "316.08", "min_amount": "25.00", "msg": "I accept many cryptocurrencies, tell me what crypto you would like to send\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nThe best coins to send for quickest and lowest fees are , (BNB, HBAR, XRP, LTC, SEA, XLM and many other) If possible convert your coins to a quick and low fee crypto\n\nIf we have traded before don't send the coins to the same wallet as my wallet address can changes with every trade.\n\nI will not under any circumstances release until funds are in my hand", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "177.68", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your crypto for XMR", "profile": {"username": "XMRCoops", "name": "XMRCoops (641; 100%)", "feedback_score": 100, "trade_count": "641", "last_online": "2022-02-11T09:43:21.233Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/73d139ff-84f3-4c7c-9139-ff84f3bc7cb0"}}, {"data": {"ad_id": "62baffd4-8759-48ca-baff-d48759b8caa4", "countrycode": "IE", "created_at": "2021-12-26T05:00:51.001Z", "currency": "EUR", "max_amount_available": "316.08", "min_amount": "25.00", "msg": "I accept many cryptocurrencies, tell me what crypto you would like to send\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nThe best coins to send for quickest and lowest fees are , (BNB, HBAR, XRP, LTC, SEA, XLM and many other) If possible convert your coins to a quick and low fee crypto\n\nIf we have traded before don't send the coins to the same wallet as my wallet address can changes with every trade.\n\nI will not under any circumstances release until funds are in my hand", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "177.68", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your crypto for XMR", "profile": {"username": "XMRCoops", "name": "XMRCoops (641; 100%)", "feedback_score": 100, "trade_count": "641", "last_online": "2022-02-11T09:43:21.233Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/62baffd4-8759-48ca-baff-d48759b8caa4"}}, {"data": {"ad_id": "435cddc0-d9a9-41d0-9cdd-c0d9a981d0b0", "countrycode": "NL", "created_at": "2021-12-26T05:07:51.275Z", "currency": "EUR", "max_amount_available": "316.08", "min_amount": "25.00", "msg": "I accept many cryptocurrencies, tell me what crypto you would like to send\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nThe best coins to send for quickest and lowest fees are , (BNB, HBAR, XRP, LTC, SEA, XLM and many other) If possible convert your coins to a quick and low fee crypto\n\nIf we have traded before don't send the coins to the same wallet as my wallet address can changes with every trade.\n\nI will not under any circumstances release until funds are in my hand", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "177.68", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your Crypto for XMR", "profile": {"username": "XMRCoops", "name": "XMRCoops (641; 100%)", "feedback_score": 100, "trade_count": "641", "last_online": "2022-02-11T09:43:21.233Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/435cddc0-d9a9-41d0-9cdd-c0d9a981d0b0"}}, {"data": {"ad_id": "5a180496-9454-413e-9804-969454f13e7e", "countrycode": "DE", "created_at": "2021-12-26T04:59:25.687Z", "currency": "EUR", "max_amount_available": "316.08", "min_amount": "25.00", "msg": "I accept many cryptocurrencies, tell me what crypto you would like to send\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nThe best coins to send for quickest and lowest fees are , (BNB, HBAR, XRP, LTC, SEA, XLM and many other) If possible convert your coins to a quick and low fee crypto\n\nIf we have traded before don't send the coins to the same wallet as my wallet address can changes with every trade.\n\nI will not under any circumstances release until funds are in my hand", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "177.68", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your crypto for XMR", "profile": {"username": "XMRCoops", "name": "XMRCoops (641; 100%)", "feedback_score": 100, "trade_count": "641", "last_online": "2022-02-11T09:43:21.233Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/5a180496-9454-413e-9804-969454f13e7e"}}, {"data": {"ad_id": "15322e5a-a056-46b2-b22e-5aa05626b20f", "countrycode": "LU", "created_at": "2021-12-26T05:08:58.819Z", "currency": "EUR", "max_amount_available": "316.08", "min_amount": "25.00", "msg": "I accept many cryptocurrencies, tell me what crypto you would like to send\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nThe best coins to send for quickest and lowest fees are , (BNB, HBAR, XRP, LTC, SEA, XLM and many other) If possible convert your coins to a quick and low fee crypto\n\nIf we have traded before don't send the coins to the same wallet as my wallet address can changes with every trade.\n\nI will not under any circumstances release until funds are in my hand", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "177.68", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your Crypto for XMR", "profile": {"username": "XMRCoops", "name": "XMRCoops (641; 100%)", "feedback_score": 100, "trade_count": "641", "last_online": "2022-02-11T09:43:21.233Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/15322e5a-a056-46b2-b22e-5aa05626b20f"}}, {"data": {"ad_id": "b20ceaef-2e83-4aad-8cea-ef2e83daadf2", "countrycode": "AT", "created_at": "2021-12-26T05:03:32.333Z", "currency": "EUR", "max_amount_available": "316.08", "min_amount": "25.00", "msg": "I accept many cryptocurrencies, tell me what crypto you would like to send\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nThe best coins to send for quickest and lowest fees are , (BNB, HBAR, XRP, LTC, SEA, XLM and many other) If possible convert your coins to a quick and low fee crypto\n\nIf we have traded before don't send the coins to the same wallet as my wallet address can changes with every trade.\n\nI will not under any circumstances release until funds are in my hand", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "177.68", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your crypto for XMR", "profile": {"username": "XMRCoops", "name": "XMRCoops (641; 100%)", "feedback_score": 100, "trade_count": "641", "last_online": "2022-02-11T09:43:21.233Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/b20ceaef-2e83-4aad-8cea-ef2e83daadf2"}}, {"data": {"ad_id": "32d90dc8-0821-4aed-990d-c808218aedae", "countrycode": "FR", "created_at": "2021-12-26T04:55:50.231Z", "currency": "EUR", "max_amount_available": "316.08", "min_amount": "25.00", "msg": "I accept many cryptocurrencies, tell me what crypto you would like to send\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nThe best coins to send for quickest and lowest fees are , (BNB, HBAR, XRP, LTC, SEA, XLM and many other) If possible convert your coins to a quick and low fee crypto\n\nIf we have traded before don't send the coins to the same wallet as my wallet address can changes with every trade.\n\nI will not under any circumstances release until funds are in my hand", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "177.68", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your crypto for XMR", "profile": {"username": "XMRCoops", "name": "XMRCoops (641; 100%)", "feedback_score": 100, "trade_count": "641", "last_online": "2022-02-11T09:43:21.233Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/32d90dc8-0821-4aed-990d-c808218aedae"}}, {"data": {"ad_id": "88dade03-ae90-470d-9ade-03ae90270d15", "countrycode": "BE", "created_at": "2021-12-26T04:44:46.345Z", "currency": "EUR", "max_amount_available": "316.08", "min_amount": "25.00", "msg": "I accept many cryptocurrencies, tell me what crypto you would like to send\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nThe best coins to send for quickest and lowest fees are , (BNB, HBAR, XRP, LTC, SEA, XLM and many other) If possible convert your coins to a quick and low fee crypto\n\nIf we have traded before don't send the coins to the same wallet as my wallet address can changes with every trade.\n\nI will not under any circumstances release until funds are in my hand", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "177.68", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your Crypto for XMR", "profile": {"username": "XMRCoops", "name": "XMRCoops (641; 100%)", "feedback_score": 100, "trade_count": "641", "last_online": "2022-02-11T09:43:21.233Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/88dade03-ae90-470d-9ade-03ae90270d15"}}, {"data": {"ad_id": "ea4f1f4a-168d-486a-8f1f-4a168dc86a49", "countrycode": "FI", "created_at": "2021-12-27T06:26:29.211Z", "currency": "EUR", "max_amount_available": "316.08", "min_amount": "20.00", "msg": "I accept many cryptocurrencies, tell me what crypto you would like to send\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nThe best coins to send for quickest and lowest fees are , (BNB, HBAR, XRP, LTC, SEA, XLM and many other) If possible convert your coins to a quick and low fee crypto\n\nIf we have traded before don't send the coins to the same wallet as my wallet address can changes with every trade.\n\nI will not under any circumstances release until funds are in my hand", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "177.68", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your crypto for XMR", "profile": {"username": "XMRCoops", "name": "XMRCoops (641; 100%)", "feedback_score": 100, "trade_count": "641", "last_online": "2022-02-11T09:43:21.233Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/ea4f1f4a-168d-486a-8f1f-4a168dc86a49"}}, {"data": {"ad_id": "0323bc04-9e3f-47cd-a3bc-049e3fe7cdf8", "countrycode": "ES", "created_at": "2021-12-26T05:11:55.077Z", "currency": "EUR", "max_amount_available": "316.08", "min_amount": "25.00", "msg": "I accept many cryptocurrencies, tell me what crypto you would like to send\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nThe best coins to send for quickest and lowest fees are , (BNB, HBAR, XRP, LTC, SEA, XLM and many other) If possible convert your coins to a quick and low fee crypto\n\nIf we have traded before don't send the coins to the same wallet as my wallet address can changes with every trade.\n\nI will not under any circumstances release until funds are in my hand", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "177.68", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your crypto for XMR", "profile": {"username": "XMRCoops", "name": "XMRCoops (641; 100%)", "feedback_score": 100, "trade_count": "641", "last_online": "2022-02-11T09:43:21.233Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/0323bc04-9e3f-47cd-a3bc-049e3fe7cdf8"}}, {"data": {"ad_id": "8ee55f50-c45d-42b4-a55f-50c45de2b484", "countrycode": "PT", "created_at": "2021-12-26T05:11:05.135Z", "currency": "EUR", "max_amount_available": "316.08", "min_amount": "25.00", "msg": "I accept many cryptocurrencies, tell me what crypto you would like to send\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nThe best coins to send for quickest and lowest fees are , (BNB, HBAR, XRP, LTC, SEA, XLM and many other) If possible convert your coins to a quick and low fee crypto\n\nIf we have traded before don't send the coins to the same wallet as my wallet address can changes with every trade.\n\nI will not under any circumstances release until funds are in my hand", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "177.68", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your Crypto for XMR", "profile": {"username": "XMRCoops", "name": "XMRCoops (641; 100%)", "feedback_score": 100, "trade_count": "641", "last_online": "2022-02-11T09:43:21.233Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/8ee55f50-c45d-42b4-a55f-50c45de2b484"}}, {"data": {"ad_id": "a0e5906c-7f48-469f-a590-6c7f48f69f53", "countrycode": "IT", "created_at": "2021-12-18T10:27:08.653Z", "currency": "EUR", "max_amount_available": "316.08", "min_amount": "25.00", "msg": "I accept many cryptocurrencies, tell me what crypto you would like to send\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nThe best coins to send for quickest and lowest fees are , (BNB, HBAR, XRP, LTC, SEA, XLM and many other) If possible convert your coins to a quick and low fee crypto\n\nIf we have traded before don't send the coins to the same wallet as my wallet address can changes with every trade.\n\nI will not under any circumstances release until funds are in my hand", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "177.68", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade any crypto for XMR", "profile": {"username": "XMRCoops", "name": "XMRCoops (641; 100%)", "feedback_score": 100, "trade_count": "641", "last_online": "2022-02-11T09:43:21.233Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/a0e5906c-7f48-469f-a590-6c7f48f69f53"}}, {"data": {"ad_id": "3a16bdaf-5b84-410a-96bd-af5b84110a6c", "countrycode": "CY", "created_at": "2022-01-25T05:49:27.542Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "740.26", "msg": "", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "177.99", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/3a16bdaf-5b84-410a-96bd-af5b84110a6c"}}, {"data": {"ad_id": "c4090828-6989-4d14-8908-286989ad14cc", "countrycode": "NL", "created_at": "2022-01-25T06:07:09.962Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "740.26", "msg": "", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "177.99", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/c4090828-6989-4d14-8908-286989ad14cc"}}, {"data": {"ad_id": "1026486a-54ae-4fda-a648-6a54ae6fda3f", "countrycode": "ES", "created_at": "2021-12-24T09:37:14.443Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "740.26", "msg": "", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "177.99", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/1026486a-54ae-4fda-a648-6a54ae6fda3f"}}, {"data": {"ad_id": "26764c9b-167c-44cd-b64c-9b167c94cd51", "countrycode": "SK", "created_at": "2021-12-24T10:34:44.126Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "740.94", "msg": "", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "178.15", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/26764c9b-167c-44cd-b64c-9b167c94cd51"}}]}, "pagination": {"next": "https://agoradesk.com/api/v1/buy-monero-online/EUR?page=4", "prev": "https://agoradesk.com/api/v1/buy-monero-online/EUR?page=2"}}, "status": 200}] -[4, "EUR", "XMR", {"success": true, "message": "OK", "response": {"data": {"ad_count": 20, "ad_list": [{"data": {"ad_id": "d331f0c4-919a-49e7-b1f0-c4919a79e7df", "countrycode": "SI", "created_at": "2021-08-27T22:00:00.105Z", "currency": "EUR", "first_time_limit_xmr": 1, "max_amount": "500.00", "max_amount_available": "500.00", "min_amount": "10.00", "msg": "No id/verification (>\u203f\u25e0)\u270c\n\nHOW THINGS WORK:\n- Only SEPA to a PT iban (NO German IBAN)\n- I'll release the escrow ONLY when I get the money in my bank account.\n- I don't trust any proof of payment.\n- **No 3party payments.**\n- **No underage**\n- **You wil be asked to leave your iban last 4 digits and name, if you dont want leave that info dont open a deal with me.**\n- SEPA transactions take 1-3 working days to complete.", "online_provider": "SEPA", "require_feedback_score": 1, "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "178.23", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\ud83d\udea8NO ID REQUIRED\ud83d\udea8SEPA TRADE (>\u203f\u25e0)\u270c", "profile": {"username": "RC19", "name": "RC19 (1223; 100%)", "feedback_score": 100, "trade_count": "1223", "last_online": "2022-02-10T22:49:42.916Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/d331f0c4-919a-49e7-b1f0-c4919a79e7df"}}, {"data": {"ad_id": "8a341935-623b-42d7-b419-35623b92d777", "countrycode": "SK", "created_at": "2021-07-30T11:08:22.214Z", "currency": "EUR", "first_time_limit_xmr": 1, "max_amount": "500.00", "max_amount_available": "500.00", "min_amount": "10.00", "msg": "No id/verification (>\u203f\u25e0)\u270c\n\nHOW THINGS WORK:\n- Only SEPA to a PT iban (NO German IBAN)\n- I'll release the escrow ONLY when I get the money in my bank account.\n- I don't trust any proof of payment.\n- **No 3party payments.**\n- **No underage**\n- **You wil be asked to leave your iban last 4 digits and name, if you dont want leave that info dont open a deal with me.**\n- SEPA transactions take 1-3 working days to complete.", "online_provider": "SEPA", "require_feedback_score": 1, "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "178.23", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\ud83d\udea8NO ID REQUIRED\ud83d\udea8SEPA TRADE (>\u203f\u25e0)\u270c", "profile": {"username": "RC19", "name": "RC19 (1223; 100%)", "feedback_score": 100, "trade_count": "1223", "last_online": "2022-02-10T22:49:42.916Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/8a341935-623b-42d7-b419-35623b92d777"}}, {"data": {"ad_id": "f2632eb3-0698-4e85-a32e-b306988e85d9", "countrycode": "AD", "created_at": "2021-08-29T20:28:25.673Z", "currency": "EUR", "first_time_limit_xmr": 1, "max_amount": "500.00", "max_amount_available": "500.00", "min_amount": "10.00", "msg": "No id/verification (>\u203f\u25e0)\u270c\n\nHOW THINGS WORK:\n- Only SEPA to a PT iban (NO German IBAN)\n- I'll release the escrow ONLY when I get the money in my bank account.\n- I don't trust any proof of payment.\n- **No 3party payments.**\n- **No underage**\n- **You wil be asked to leave your iban last 4 digits and name, if you dont want leave that info dont open a deal with me.**\n- SEPA transactions take 1-3 working days to complete.", "online_provider": "NATIONAL_BANK", "require_feedback_score": 1, "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "178.23", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\ud83d\udea8NO ID REQUIRED\ud83d\udea8SEPA TRADE (>\u203f\u25e0)\u270c", "profile": {"username": "RC19", "name": "RC19 (1223; 100%)", "feedback_score": 100, "trade_count": "1223", "last_online": "2022-02-10T22:49:42.916Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/f2632eb3-0698-4e85-a32e-b306988e85d9"}}, {"data": {"ad_id": "c942d7f0-47c2-44f5-82d7-f047c2e4f5da", "countrycode": "LT", "created_at": "2021-10-13T21:05:26.422Z", "currency": "EUR", "first_time_limit_xmr": 1, "max_amount": "500.00", "max_amount_available": "500.00", "min_amount": "10.00", "msg": "No id/verification (>\u203f\u25e0)\u270c\n\nHOW THINGS WORK:\n- Only SEPA to a PT iban (NO German IBAN)\n- I'll release the escrow ONLY when I get the money in my bank account.\n- I don't trust any proof of payment.\n- **No 3party payments.**\n- **No underage**\n- **You wil be asked to leave your iban last 4 digits and name, if you dont want leave that info dont open a deal with me.**\n- SEPA transactions take 1-3 working days to complete.", "online_provider": "SEPA", "require_feedback_score": 1, "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "178.23", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\ud83d\udea8NO ID REQUIRED\ud83d\udea8SEPA TRADE (>\u203f\u25e0)\u270c", "profile": {"username": "RC19", "name": "RC19 (1223; 100%)", "feedback_score": 100, "trade_count": "1223", "last_online": "2022-02-10T22:49:42.916Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/c942d7f0-47c2-44f5-82d7-f047c2e4f5da"}}, {"data": {"ad_id": "10060758-fada-4b3b-8607-58fada8b3ba8", "countrycode": "DE", "created_at": "2021-07-25T16:51:33.902Z", "currency": "EUR", "first_time_limit_xmr": 1, "max_amount": "500.00", "max_amount_available": "500.00", "min_amount": "10.00", "msg": "No id/verification (>\u203f\u25e0)\u270c\n\nHOW THINGS WORK:\n- Only SEPA to a PT iban (NO German IBAN)\n- I'll release the escrow ONLY when I get the money in my bank account.\n- I don't trust any proof of payment.\n- **No 3party payments.**\n- **No underage**\n- **You wil be asked to leave your iban last 4 digits and name, if you dont want leave that info dont open a deal with me.**\n- SEPA transactions take 1-3 working days to complete.", "online_provider": "SEPA", "require_feedback_score": 1, "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "178.23", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\ud83d\udea8NO ID REQUIRED\ud83d\udea8SEPA TRADE (>\u203f\u25e0)\u270c", "profile": {"username": "RC19", "name": "RC19 (1223; 100%)", "feedback_score": 100, "trade_count": "1223", "last_online": "2022-02-10T22:49:42.916Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/10060758-fada-4b3b-8607-58fada8b3ba8"}}, {"data": {"ad_id": "758f3353-8848-4d8c-8f33-538848dd8c12", "countrycode": "LV", "created_at": "2021-08-27T21:54:49.393Z", "currency": "EUR", "first_time_limit_xmr": 1, "max_amount": "500.00", "max_amount_available": "500.00", "min_amount": "10.00", "msg": "No id/verification (>\u203f\u25e0)\u270c\n\nHOW THINGS WORK:\n- Only SEPA to a PT iban (NO German IBAN)\n- I'll release the escrow ONLY when I get the money in my bank account.\n- I don't trust any proof of payment.\n- **No 3party payments.**\n- **No underage**\n- **You wil be asked to leave your iban last 4 digits and name, if you dont want leave that info dont open a deal with me.**\n- SEPA transactions take 1-3 working days to complete.", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "178.23", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\ud83d\udea8NO ID REQUIRED\ud83d\udea8SEPA TRADE (>\u203f\u25e0)\u270c", "profile": {"username": "RC19", "name": "RC19 (1223; 100%)", "feedback_score": 100, "trade_count": "1223", "last_online": "2022-02-10T22:49:42.916Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/758f3353-8848-4d8c-8f33-538848dd8c12"}}, {"data": {"ad_id": "0baab891-46ce-4a74-aab8-9146ceda740f", "countrycode": "FI", "created_at": "2021-08-27T21:47:35.764Z", "currency": "EUR", "first_time_limit_xmr": 1, "max_amount": "500.00", "max_amount_available": "500.00", "min_amount": "10.00", "msg": "No id/verification (>\u203f\u25e0)\u270c\n\nHOW THINGS WORK:\n- Only SEPA to a PT iban (NO German IBAN)\n- I'll release the escrow ONLY when I get the money in my bank account.\n- I don't trust any proof of payment.\n- **No 3party payments.**\n- **No underage**\n- **You wil be asked to leave your iban last 4 digits and name, if you dont want leave that info dont open a deal with me.**\n- SEPA transactions take 1-3 working days to complete.", "online_provider": "SEPA", "require_feedback_score": 1, "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "178.23", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\ud83d\udea8NO ID REQUIRED\ud83d\udea8SEPA TRADE (>\u203f\u25e0)\u270c", "profile": {"username": "RC19", "name": "RC19 (1223; 100%)", "feedback_score": 100, "trade_count": "1223", "last_online": "2022-02-10T22:49:42.916Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/0baab891-46ce-4a74-aab8-9146ceda740f"}}, {"data": {"ad_id": "eb99846a-9c64-4e20-9984-6a9c643e20bb", "countrycode": "FR", "created_at": "2021-07-28T10:09:40.579Z", "currency": "EUR", "first_time_limit_xmr": 1, "max_amount": "500.00", "max_amount_available": "500.00", "min_amount": "10.00", "msg": "No id/verification (>\u203f\u25e0)\u270c\n\nHOW THINGS WORK:\n- Only SEPA to a PT iban (NO German IBAN)\n- I'll release the escrow ONLY when I get the money in my bank account.\n- I don't trust any proof of payment.\n- **No 3party payments.**\n- **No underage**\n- **You wil be asked to leave your iban last 4 digits and name, if you dont want leave that info dont open a deal with me.**\n- SEPA transactions take 1-3 working days to complete.", "online_provider": "SEPA", "require_feedback_score": 1, "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "178.23", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\ud83d\udea8NO ID REQUIRED\ud83d\udea8SEPA TRADE (>\u203f\u25e0)\u270c", "profile": {"username": "RC19", "name": "RC19 (1223; 100%)", "feedback_score": 100, "trade_count": "1223", "last_online": "2022-02-10T22:49:42.916Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/eb99846a-9c64-4e20-9984-6a9c643e20bb"}}, {"data": {"ad_id": "2dd2eddb-7e9e-4640-92ed-db7e9ec640a1", "countrycode": "AT", "created_at": "2021-07-28T10:08:24.212Z", "currency": "EUR", "first_time_limit_xmr": 1, "max_amount": "500.00", "max_amount_available": "500.00", "min_amount": "10.00", "msg": "No id/verification (>\u203f\u25e0)\u270c\n\nHOW THINGS WORK:\n- Only SEPA to a PT iban (NO German IBAN)\n- I'll release the escrow ONLY when I get the money in my bank account.\n- I don't trust any proof of payment.\n- **No 3party payments.**\n- **No underage**\n- **You wil be asked to leave your iban last 4 digits and name, if you dont want leave that info dont open a deal with me.**\n- SEPA transactions take 1-3 working days to complete.", "online_provider": "SEPA", "require_feedback_score": 1, "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "178.23", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\ud83d\udea8NO ID REQUIRED\ud83d\udea8SEPA TRADE (>\u203f\u25e0)\u270c", "profile": {"username": "RC19", "name": "RC19 (1223; 100%)", "feedback_score": 100, "trade_count": "1223", "last_online": "2022-02-10T22:49:42.916Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/2dd2eddb-7e9e-4640-92ed-db7e9ec640a1"}}, {"data": {"ad_id": "8bc7b52d-40ee-4766-87b5-2d40ee2766ac", "countrycode": "GR", "created_at": "2021-08-27T21:49:05.031Z", "currency": "EUR", "first_time_limit_xmr": 1, "max_amount": "500.00", "max_amount_available": "500.00", "min_amount": "10.00", "msg": "No id/verification (>\u203f\u25e0)\u270c\n\nHOW THINGS WORK:\n- Only SEPA to a PT iban (NO German IBAN)\n- I'll release the escrow ONLY when I get the money in my bank account.\n- I don't trust any proof of payment.\n- **No 3party payments.**\n- **No underage**\n- **You wil be asked to leave your iban last 4 digits and name, if you dont want leave that info dont open a deal with me.**\n- SEPA transactions take 1-3 working days to complete.", "online_provider": "SEPA", "require_feedback_score": 1, "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "178.23", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\ud83d\udea8NO ID REQUIRED\ud83d\udea8SEPA TRADE (>\u203f\u25e0)\u270c", "profile": {"username": "RC19", "name": "RC19 (1223; 100%)", "feedback_score": 100, "trade_count": "1223", "last_online": "2022-02-10T22:49:42.916Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/8bc7b52d-40ee-4766-87b5-2d40ee2766ac"}}, {"data": {"ad_id": "74f7feeb-cd20-46a2-b7fe-ebcd2096a22f", "countrycode": "EE", "created_at": "2021-07-28T17:45:39.346Z", "currency": "EUR", "first_time_limit_xmr": 1, "max_amount": "500.00", "max_amount_available": "500.00", "min_amount": "10.00", "msg": "No id/verification (>\u203f\u25e0)\u270c\n\nHOW THINGS WORK:\n- Only SEPA to a PT iban (NO German IBAN)\n- I'll release the escrow ONLY when I get the money in my bank account.\n- I don't trust any proof of payment.\n- **No 3party payments.**\n- **No underage**\n- **You wil be asked to leave your iban last 4 digits and name, if you dont want leave that info dont open a deal with me.**\n- SEPA transactions take 1-3 working days to complete.", "online_provider": "SEPA", "require_feedback_score": 1, "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "178.23", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\ud83d\udea8NO ID REQUIRED\ud83d\udea8SEPA TRADE (>\u203f\u25e0)\u270c", "profile": {"username": "RC19", "name": "RC19 (1223; 100%)", "feedback_score": 100, "trade_count": "1223", "last_online": "2022-02-10T22:49:42.916Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/74f7feeb-cd20-46a2-b7fe-ebcd2096a22f"}}, {"data": {"ad_id": "42760ad8-ef7b-4802-b60a-d8ef7b2802ae", "countrycode": "NL", "created_at": "2021-07-30T11:35:53.610Z", "currency": "EUR", "first_time_limit_xmr": 1, "max_amount": "500.00", "max_amount_available": "500.00", "min_amount": "10.00", "msg": "No id/verification (>\u203f\u25e0)\u270c\n\nHOW THINGS WORK:\n- Only SEPA to a PT iban (NO German IBAN)\n- I'll release the escrow ONLY when I get the money in my bank account.\n- I don't trust any proof of payment.\n- **No 3party payments.**\n- **No underage**\n- **You wil be asked to leave your iban last 4 digits and name, if you dont want leave that info dont open a deal with me.**\n- SEPA transactions take 1-3 working days to complete.", "online_provider": "SEPA", "require_feedback_score": 1, "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "178.23", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\ud83d\udea8NO ID REQUIRED\ud83d\udea8SEPA TRADE (>\u203f\u25e0)\u270c", "profile": {"username": "RC19", "name": "RC19 (1223; 100%)", "feedback_score": 100, "trade_count": "1223", "last_online": "2022-02-10T22:49:42.916Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/42760ad8-ef7b-4802-b60a-d8ef7b2802ae"}}, {"data": {"ad_id": "89629b67-0821-4053-a29b-670821105369", "countrycode": "LU", "created_at": "2021-07-28T10:32:50.089Z", "currency": "EUR", "first_time_limit_xmr": 1, "max_amount": "500.00", "max_amount_available": "500.00", "min_amount": "10.00", "msg": "No id/verification (>\u203f\u25e0)\u270c\n\nHOW THINGS WORK:\n- Only SEPA to a PT iban (NO German IBAN)\n- I'll release the escrow ONLY when I get the money in my bank account.\n- I don't trust any proof of payment.\n- **No 3party payments.**\n- **No underage**\n- **You wil be asked to leave your iban last 4 digits and name, if you dont want leave that info dont open a deal with me.**\n- SEPA transactions take 1-3 working days to complete.", "online_provider": "SEPA", "require_feedback_score": 1, "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "178.23", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\ud83d\udea8NO ID REQUIRED\ud83d\udea8SEPA TRADE (>\u203f\u25e0)\u270c", "profile": {"username": "RC19", "name": "RC19 (1223; 100%)", "feedback_score": 100, "trade_count": "1223", "last_online": "2022-02-10T22:49:42.916Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/89629b67-0821-4053-a29b-670821105369"}}, {"data": {"ad_id": "5ebe8acf-5d21-484d-be8a-cf5d21584d7c", "countrycode": "IT", "created_at": "2021-07-28T11:15:03.472Z", "currency": "EUR", "first_time_limit_xmr": 1, "max_amount": "500.00", "max_amount_available": "500.00", "min_amount": "10.00", "msg": "No id/verification (>\u203f\u25e0)\u270c\n\nHOW THINGS WORK:\n- Only SEPA to a PT iban (NO German IBAN)\n- I'll release the escrow ONLY when I get the money in my bank account.\n- I don't trust any proof of payment.\n- **No 3party payments.**\n- **No underage**\n- **You wil be asked to leave your iban last 4 digits and name, if you dont want leave that info dont open a deal with me.**\n- SEPA transactions take 1-3 working days to complete.", "online_provider": "SEPA", "require_feedback_score": 1, "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "178.23", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\ud83d\udea8NO ID REQUIRED\ud83d\udea8SEPA TRADE (>\u203f\u25e0)\u270c", "profile": {"username": "RC19", "name": "RC19 (1223; 100%)", "feedback_score": 100, "trade_count": "1223", "last_online": "2022-02-10T22:49:42.916Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/5ebe8acf-5d21-484d-be8a-cf5d21584d7c"}}, {"data": {"ad_id": "71d134ca-6909-4cd7-9134-ca69097cd700", "countrycode": "BE", "created_at": "2021-07-28T10:11:21.378Z", "currency": "EUR", "first_time_limit_xmr": 1, "max_amount": "500.00", "max_amount_available": "500.00", "min_amount": "10.00", "msg": "No id/verification (>\u203f\u25e0)\u270c\n\nHOW THINGS WORK:\n- Only SEPA to a PT iban (NO German IBAN)\n- I'll release the escrow ONLY when I get the money in my bank account.\n- I don't trust any proof of payment.\n- **No 3party payments.**\n- **No underage**\n- **You wil be asked to leave your iban last 4 digits and name, if you dont want leave that info dont open a deal with me.**\n- SEPA transactions take 1-3 working days to complete.", "online_provider": "SEPA", "require_feedback_score": 1, "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "178.23", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\ud83d\udea8NO ID REQUIRED\ud83d\udea8SEPA TRADE (>\u203f\u25e0)\u270c", "profile": {"username": "RC19", "name": "RC19 (1223; 100%)", "feedback_score": 100, "trade_count": "1223", "last_online": "2022-02-10T22:49:42.916Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/71d134ca-6909-4cd7-9134-ca69097cd700"}}, {"data": {"ad_id": "6398f39a-61b7-4d5f-98f3-9a61b74d5fbb", "countrycode": "ES", "created_at": "2021-07-28T10:07:17.683Z", "currency": "EUR", "first_time_limit_xmr": 1, "max_amount": "500.00", "max_amount_available": "500.00", "min_amount": "10.00", "msg": "No id/verification (>\u203f\u25e0)\u270c\n\nHOW THINGS WORK:\n- Only SEPA to a PT iban (NO German IBAN)\n- I'll release the escrow ONLY when I get the money in my bank account.\n- I don't trust any proof of payment.\n- **No 3party payments.**\n- **No underage**\n- **You wil be asked to leave your iban last 4 digits and name, if you dont want leave that info dont open a deal with me.**\n- SEPA transactions take 1-3 working days to complete.", "online_provider": "SEPA", "require_feedback_score": 1, "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "178.23", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\ud83d\udea8NO ID REQUIRED\ud83d\udea8SEPA TRADE (>\u203f\u25e0)\u270c", "profile": {"username": "RC19", "name": "RC19 (1223; 100%)", "feedback_score": 100, "trade_count": "1223", "last_online": "2022-02-10T22:49:42.916Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/6398f39a-61b7-4d5f-98f3-9a61b74d5fbb"}}, {"data": {"ad_id": "e2fd522c-7057-467a-bd52-2c7057267a7f", "countrycode": "CY", "created_at": "2021-08-27T21:46:01.667Z", "currency": "EUR", "first_time_limit_xmr": 1, "max_amount": "500.00", "max_amount_available": "500.00", "min_amount": "10.00", "msg": "No id/verification (>\u203f\u25e0)\u270c\n\nHOW THINGS WORK:\n- Only SEPA to a PT iban (NO German IBAN)\n- I'll release the escrow ONLY when I get the money in my bank account.\n- I don't trust any proof of payment.\n- **No 3party payments.**\n- **No underage**\n- **You wil be asked to leave your iban last 4 digits and name, if you dont want leave that info dont open a deal with me.**\n- SEPA transactions take 1-3 working days to complete.", "online_provider": "SEPA", "require_feedback_score": 1, "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "178.23", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\ud83d\udea8NO ID REQUIRED\ud83d\udea8SEPA TRADE (>\u203f\u25e0)\u270c", "profile": {"username": "RC19", "name": "RC19 (1223; 100%)", "feedback_score": 100, "trade_count": "1223", "last_online": "2022-02-10T22:49:42.916Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/e2fd522c-7057-467a-bd52-2c7057267a7f"}}, {"data": {"ad_id": "d2703d09-c823-4a15-b03d-09c8238a1520", "countrycode": "IE", "created_at": "2021-08-27T21:51:23.696Z", "currency": "EUR", "first_time_limit_xmr": 1, "max_amount": "500.00", "max_amount_available": "500.00", "min_amount": "10.00", "msg": "No id/verification (>\u203f\u25e0)\u270c\n\nHOW THINGS WORK:\n- Only SEPA to a PT iban (NO German IBAN)\n- I'll release the escrow ONLY when I get the money in my bank account.\n- I don't trust any proof of payment.\n- **No 3party payments.**\n- **No underage**\n- **You wil be asked to leave your iban last 4 digits and name, if you dont want leave that info dont open a deal with me.**\n- SEPA transactions take 1-3 working days to complete.", "online_provider": "SEPA", "require_feedback_score": 1, "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "178.23", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\ud83d\udea8NO ID REQUIRED\ud83d\udea8SEPA TRADE (>\u203f\u25e0)\u270c", "profile": {"username": "RC19", "name": "RC19 (1223; 100%)", "feedback_score": 100, "trade_count": "1223", "last_online": "2022-02-10T22:49:42.916Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/d2703d09-c823-4a15-b03d-09c8238a1520"}}, {"data": {"ad_id": "b5edf385-b7eb-462a-adf3-85b7eb762af6", "countrycode": "LU", "created_at": "2021-12-24T10:27:54.922Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "741.60", "msg": "", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "178.31", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/b5edf385-b7eb-462a-adf3-85b7eb762af6"}}, {"data": {"ad_id": "15495a6e-1df2-4c4f-895a-6e1df2ac4f66", "countrycode": "GR", "created_at": "2022-01-25T05:54:59.942Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "742.26", "msg": "", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "178.47", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/15495a6e-1df2-4c4f-895a-6e1df2ac4f66"}}]}, "pagination": {"next": "https://agoradesk.com/api/v1/buy-monero-online/EUR?page=5", "prev": "https://agoradesk.com/api/v1/buy-monero-online/EUR?page=3"}}, "status": 200}] -[5, "EUR", "XMR", {"success": true, "message": "OK", "response": {"data": {"ad_count": 20, "ad_list": [{"data": {"ad_id": "15495a6e-1df2-4c4f-895a-6e1df2ac4f66", "countrycode": "GR", "created_at": "2022-01-25T05:54:59.942Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "742.26", "msg": "", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "178.47", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/15495a6e-1df2-4c4f-895a-6e1df2ac4f66"}}, {"data": {"ad_id": "566c4974-c320-4dcb-ac49-74c3205dcb09", "countrycode": "AT", "created_at": "2020-09-23T13:47:14.551Z", "currency": "EUR", "first_time_limit_xmr": 3, "max_amount_available": "594.61", "msg": "\nSelling Monero for your Revolut Money, you will send your money to a normal bank account", "online_provider": "OTHER", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "181.62", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Selling Monero for Revolut", "profile": {"username": "Swisswatcher", "name": "Swisswatcher (2340; 97%)", "feedback_score": 97, "trade_count": "2340", "last_online": "2022-02-10T19:43:09.238Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/566c4974-c320-4dcb-ac49-74c3205dcb09"}}, {"data": {"ad_id": "7034f552-271f-4f88-b4f5-52271f4f8839", "countrycode": "SE", "created_at": "2022-02-09T19:07:18.812Z", "currency": "EUR", "max_amount": "3498.03", "max_amount_available": "1318.65", "min_amount": "8.75", "msg": "Hello and welcome!\n\nPlease start a trade and wait until I send the reference/note, then complete the payment using the payment details.\n\nInstructions below are for the Revolut app, but you may send with instant SEPA or bank transfer in the UK.\n\nStep-by-step instructions in Revolut app:\n* Go to **Send** on balance page\n* Click **New** in top right corner\n* Select **Add a bank recipient**\n* Select **Business**\n* Set **Country of recipient's bank** to **\"United Kingdom\"**\n* Set **Currency** to the one you want to send (example: EUR, USD, GBP, SEK, PLN, CHF, etc...)\n* Set **IBAN** to **\"GB87 REVO 0099 6930 5868 62\"**\n* Set **BIC/SWIFT** to **\"REVOGB21\"**\n* Set **Company name** to **\"PATHOGEN LIMITED\"**\n* Leave e-mail blank\n* Click **Add recipient**\n* If you are asked for address information, please use **24 Holborn Viaduct, London, England, EC1A 2BN**\n* **IMPORTANT:** Set **Reference** to the ID provided in chat (example: **XMR-XXXXX**), without this I won\u2019t know which trade to release!\n* Send the payment\n\nAs soon as the money is received (around 5 seconds average) I'll release the XMR! :)", "online_provider": "REVOLUT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "182.79", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\u2705ONLINE NOW \ud83e\udd77NO KYC \ud83d\ude80INSTANT", "profile": {"username": "topmonero", "name": "topmonero (883; 100%)", "feedback_score": 100, "trade_count": "883", "last_online": "2022-02-11T09:43:22.063Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/7034f552-271f-4f88-b4f5-52271f4f8839"}}, {"data": {"ad_id": "3359fcab-4e02-4ea0-99fc-ab4e024ea0da", "countrycode": "GB", "created_at": "2022-02-09T19:06:16.300Z", "currency": "EUR", "max_amount": "3498.03", "max_amount_available": "1318.65", "min_amount": "8.75", "msg": "Hello and welcome!\n\nPlease start a trade and wait until I send the reference/note, then complete the payment using the payment details.\n\nInstructions below are for the Revolut app, but you may send with instant SEPA or bank transfer in the UK.\n\nStep-by-step instructions in Revolut app:\n* Go to **Send** on balance page\n* Click **New** in top right corner\n* Select **Add a bank recipient**\n* Select **Business**\n* Set **Country of recipient's bank** to **\"United Kingdom\"**\n* Set **Currency** to the one you want to send (example: EUR, USD, GBP, SEK, PLN, CHF, etc...)\n* Set **IBAN** to **\"GB87 REVO 0099 6930 5868 62\"**\n* Set **BIC/SWIFT** to **\"REVOGB21\"**\n* Set **Company name** to **\"PATHOGEN LIMITED\"**\n* Leave e-mail blank\n* Click **Add recipient**\n* If you are asked for address information, please use **24 Holborn Viaduct, London, England, EC1A 2BN**\n* **IMPORTANT:** Set **Reference** to the ID provided in chat (example: **XMR-XXXXX**), without this I won\u2019t know which trade to release!\n* Send the payment\n\nAs soon as the money is received (around 5 seconds average) I'll release the XMR! :)", "online_provider": "REVOLUT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "182.79", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\u2705ONLINE NOW \ud83e\udd77NO KYC \ud83d\ude80INSTANT", "profile": {"username": "topmonero", "name": "topmonero (883; 100%)", "feedback_score": 100, "trade_count": "883", "last_online": "2022-02-11T09:43:22.063Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/3359fcab-4e02-4ea0-99fc-ab4e024ea0da"}}, {"data": {"ad_id": "57e3e8d6-45fe-40da-a3e8-d645fe20da46", "countrycode": "IT", "created_at": "2021-12-04T21:37:13.726Z", "currency": "EUR", "max_amount": "1000.00", "max_amount_available": "484.85", "min_amount": "50.00", "msg": "## Follow the instructions exactly.\nSend me the amount and once confirmed, I will unlock your Monero.\nYou **have** to put \"Trade - (Trade ID)\" in the subject of the transfer.", "online_provider": "REVOLUT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "182.79", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Revolut Direct Payment - NO KYC", "profile": {"username": "SecureMole", "name": "SecureMole (145; 98%)", "feedback_score": 98, "trade_count": "145", "last_online": "2022-02-11T09:43:19.994Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/57e3e8d6-45fe-40da-a3e8-d645fe20da46"}}, {"data": {"ad_id": "f70b6711-5b7e-4c5c-8b67-115b7e3c5c7a", "countrycode": "US", "created_at": "2022-02-09T19:06:18.493Z", "currency": "EUR", "max_amount": "3498.03", "max_amount_available": "1318.65", "min_amount": "8.75", "msg": "Hello and welcome!\n\nPlease start a trade and wait until I send the reference/note, then complete the payment using the payment details.\n\nInstructions below are for the Revolut app, but you may send with instant SEPA or bank transfer in the UK.\n\nStep-by-step instructions in Revolut app:\n* Go to **Send** on balance page\n* Click **New** in top right corner\n* Select **Add a bank recipient**\n* Select **Business**\n* Set **Country of recipient's bank** to **\"United Kingdom\"**\n* Set **Currency** to the one you want to send (example: EUR, USD, GBP, SEK, PLN, CHF, etc...)\n* Set **IBAN** to **\"GB87 REVO 0099 6930 5868 62\"**\n* Set **BIC/SWIFT** to **\"REVOGB21\"**\n* Set **Company name** to **\"PATHOGEN LIMITED\"**\n* Leave e-mail blank\n* Click **Add recipient**\n* If you are asked for address information, please use **24 Holborn Viaduct, London, England, EC1A 2BN**\n* **IMPORTANT:** Set **Reference** to the ID provided in chat (example: **XMR-XXXXX**), without this I won\u2019t know which trade to release!\n* Send the payment\n\nAs soon as the money is received (around 5 seconds average) I'll release the XMR! :)", "online_provider": "REVOLUT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "182.79", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\u2705ONLINE NOW \ud83e\udd77NO KYC \ud83d\ude80INSTANT", "profile": {"username": "topmonero", "name": "topmonero (883; 100%)", "feedback_score": 100, "trade_count": "883", "last_online": "2022-02-11T09:43:22.063Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/f70b6711-5b7e-4c5c-8b67-115b7e3c5c7a"}}, {"data": {"ad_id": "15d09e00-b143-4fe1-909e-00b143cfe142", "countrycode": "SI", "created_at": "2022-01-12T20:36:27.822Z", "currency": "EUR", "max_amount": "782.00", "max_amount_available": "668.49", "min_amount": "50.00", "msg": "", "online_provider": "REVOLUT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "184.63", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Revolut, no KYC, fast release.", "profile": {"username": "jeffguy", "name": "jeffguy (104; 100%)", "feedback_score": 100, "trade_count": "104", "last_online": "2022-02-11T09:43:54.405Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/15d09e00-b143-4fe1-909e-00b143cfe142"}}, {"data": {"ad_id": "7e9dd73a-2847-4b39-9dd7-3a28476b39cd", "countrycode": "SE", "created_at": "2022-02-09T22:47:17.504Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "775.08", "msg": "", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "186.36", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/7e9dd73a-2847-4b39-9dd7-3a28476b39cd"}}, {"data": {"ad_id": "4097ffa8-a700-4c6c-97ff-a8a700ac6c8c", "countrycode": "EE", "created_at": "2021-11-15T08:19:51.363Z", "currency": "EUR", "max_amount": "1000.00", "max_amount_available": "337.09", "min_amount": "60.00", "msg": "English only or translate\n\n- **I accept many cryptocurrencies, tell me what crypto you would like to send** \n\n- ** You are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.**\n\n- **The best coins to send for quickest and lowest fees are , (BNB, HBAR, XRP, LTC, SEA, XLM and many other) If possible convert your coins to a quick and low fee crypto***\n\n- **If we have traded before don't send the coins to the same wallet as my wallet address can changes with every trade.**\n\n\n***I will not under any circumstances release until funds are in my hand***\n", "online_provider": "OTHER", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "189.49", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your Cryptos for XMR", "profile": {"username": "XMRCoops", "name": "XMRCoops (641; 100%)", "feedback_score": 100, "trade_count": "641", "last_online": "2022-02-11T09:43:21.233Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/4097ffa8-a700-4c6c-97ff-a8a700ac6c8c"}}, {"data": {"ad_id": "ba483593-990a-491f-8835-93990a791fc1", "countrycode": "FR", "created_at": "2021-11-15T08:18:09.120Z", "currency": "EUR", "max_amount": "1000.00", "max_amount_available": "337.14", "min_amount": "60.00", "msg": "English only or translate\n\n- **I accept many cryptocurrencies, tell me what crypto you would like to send** \n\n- ** You are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.**\n\n- **The best coins to send for quickest and lowest fees are , (BNB, HBAR, XRP, LTC, SEA, XLM and many other) If possible convert your coins to a quick and low fee crypto***\n\n- **If we have traded before don't send the coins to the same wallet as my wallet address can changes with every trade.**\n\n\n***I will not under any circumstances release until funds are in my hand***\n", "online_provider": "OTHER", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "189.52", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your Cryptos for XMR", "profile": {"username": "XMRCoops", "name": "XMRCoops (641; 100%)", "feedback_score": 100, "trade_count": "641", "last_online": "2022-02-11T09:43:21.233Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/ba483593-990a-491f-8835-93990a791fc1"}}, {"data": {"ad_id": "47a006de-8e04-4815-a006-de8e04781565", "countrycode": "DE", "created_at": "2022-01-07T16:47:28.271Z", "currency": "EUR", "max_amount": "100.00", "max_amount_available": "100.00", "min_amount": "100.00", "msg": "No ID necessary. \nSEPA, Revolut, Western Union, Moneygram.\nRelease right after reception of money. ", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "190.00", "track_max_amount": true, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "No ID necessary. SEPA, Revolut, Western Union, Moneygram", "profile": {"username": "edk", "name": "edk (16; 100%)", "feedback_score": 100, "trade_count": "16", "last_online": "2022-02-11T08:43:39.856Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/47a006de-8e04-4815-a006-de8e04781565"}}, {"data": {"ad_id": "30db5bf7-1e24-4bc6-9b5b-f71e248bc67f", "countrycode": "ME", "created_at": "2022-02-10T07:10:33.692Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "791.50", "msg": "", "online_provider": "INTERNATIONAL_WIRE_SWIFT", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "190.31", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "International Wire Transfer (SWIFT)", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/30db5bf7-1e24-4bc6-9b5b-f71e248bc67f"}}, {"data": {"ad_id": "179af82c-531d-4887-9af8-2c531d388782", "countrycode": "GP", "created_at": "2022-02-10T04:35:12.653Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "794.79", "msg": "", "online_provider": "INTERNATIONAL_WIRE_SWIFT", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "191.10", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "International Wire Transfer (SWIFT)", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/179af82c-531d-4887-9af8-2c531d388782"}}, {"data": {"ad_id": "16e8a04e-f861-4314-a8a0-4ef861b3148b", "countrycode": "IT", "created_at": "2021-10-14T11:30:10.858Z", "currency": "EUR", "max_amount": "250.00", "max_amount_available": "250.00", "min_amount": "40.00", "msg": "Instant Transaction & No KYC\n\nWe accept credit cards (VISA,Maestro,Mastercard)\n\nAfter you open the trade, you will receive a payment link. \n\nYou must use a card with your own name. Don't think to use with a stolen card, if your payment is rejected, I will block and report your profile.", "online_provider": "CREDITCARD", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "191.10", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "VISA | MASTERCARD | other credit cards - No KYC", "profile": {"username": "Pellerin", "name": "Pellerin (68; 100%)", "feedback_score": 100, "trade_count": "68", "last_online": "2022-02-11T09:43:01.962Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/16e8a04e-f861-4314-a8a0-4ef861b3148b"}}, {"data": {"ad_id": "85f8d228-14bc-4af5-b8d2-2814bc0af5ee", "countrycode": "GB", "created_at": "2021-10-14T11:32:07.611Z", "currency": "EUR", "max_amount": "250.00", "max_amount_available": "250.00", "min_amount": "40.00", "msg": "Instant Transaction & No KYC\n\nWe accept credit cards (VISA,Maestro,Mastercard)\n\nAfter you open the trade, you will receive a payment link. \n\nYou must use a card with your own name. Don't think to use with a stolen card, if your payment is rejected, I will block and report your profile.\n", "online_provider": "CREDITCARD", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "191.10", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "VISA | MASTERCARD | other credit cards - No KYC", "profile": {"username": "Pellerin", "name": "Pellerin (68; 100%)", "feedback_score": 100, "trade_count": "68", "last_online": "2022-02-11T09:43:01.962Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/85f8d228-14bc-4af5-b8d2-2814bc0af5ee"}}, {"data": {"ad_id": "beed8a20-2df2-4495-ad8a-202df2449540", "countrycode": "DE", "created_at": "2021-10-14T11:27:50.624Z", "currency": "EUR", "max_amount": "250.00", "max_amount_available": "250.00", "min_amount": "40.00", "msg": "Instant Transaction & No KYC\n\nWe accept credit cards (VISA,Maestro,Mastercard)\n\nAfter you open the trade, you will receive a payment link. \n\nYou must use a card with your own name. Don't think to use with a stolen card, if your payment is rejected, I will block and report your profile.", "online_provider": "CREDITCARD", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "191.10", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "VISA | MASTERCARD | other credit cards - No KYC", "profile": {"username": "Pellerin", "name": "Pellerin (68; 100%)", "feedback_score": 100, "trade_count": "68", "last_online": "2022-02-11T09:43:01.962Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/beed8a20-2df2-4495-ad8a-202df2449540"}}, {"data": {"ad_id": "471ccfb1-0e20-4205-9ccf-b10e20d2056d", "countrycode": "ES", "created_at": "2021-10-14T11:29:08.036Z", "currency": "EUR", "max_amount": "250.00", "max_amount_available": "250.00", "min_amount": "40.00", "msg": "Instant Transaction & No KYC\n\nWe accept credit cards (VISA,Maestro,Mastercard)\n\nAfter you open the trade, you will receive a payment link. \n\nYou must use a card with your own name. Don't think to use with a stolen card, if your payment is rejected, I will block and report your profile.", "online_provider": "CREDITCARD", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "191.10", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "VISA | MASTERCARD | other credit cards - No KYC", "profile": {"username": "Pellerin", "name": "Pellerin (68; 100%)", "feedback_score": 100, "trade_count": "68", "last_online": "2022-02-11T09:43:01.962Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/471ccfb1-0e20-4205-9ccf-b10e20d2056d"}}, {"data": {"ad_id": "d05504be-b262-437b-9504-beb262a37ba1", "countrycode": "FR", "created_at": "2021-10-14T11:26:36.601Z", "currency": "EUR", "max_amount": "250.00", "max_amount_available": "250.00", "min_amount": "40.00", "msg": "Instant Transaction & No KYC\n\nWe accept credit cards (VISA,Maestro,Mastercard)\n\nAfter you open the trade, you will receive a payment link. \n\nYou must use a card with your own name. Don't think to use with a stolen card, if your payment is rejected, I will block and report your profile.", "online_provider": "CREDITCARD", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "191.10", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "VISA | MASTERCARD | other credit cards - No KYC", "profile": {"username": "Pellerin", "name": "Pellerin (68; 100%)", "feedback_score": 100, "trade_count": "68", "last_online": "2022-02-11T09:43:01.962Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/d05504be-b262-437b-9504-beb262a37ba1"}}, {"data": {"ad_id": "5b5cb732-39ea-4412-9cb7-3239ea44128d", "countrycode": "RE", "created_at": "2022-02-10T04:25:03.362Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "794.79", "msg": "", "online_provider": "INTERNATIONAL_WIRE_SWIFT", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "191.10", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "International Wire Transfer (SWIFT)", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/5b5cb732-39ea-4412-9cb7-3239ea44128d"}}, {"data": {"ad_id": "f2fed716-c1b1-403a-bed7-16c1b1703ab1", "countrycode": "BL", "created_at": "2022-02-10T04:07:36.489Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "794.79", "msg": "", "online_provider": "INTERNATIONAL_WIRE_SWIFT", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "191.10", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "International Wire Transfer (SWIFT)", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/f2fed716-c1b1-403a-bed7-16c1b1703ab1"}}]}, "pagination": {"next": "https://agoradesk.com/api/v1/buy-monero-online/EUR?page=6", "prev": "https://agoradesk.com/api/v1/buy-monero-online/EUR?page=4"}}, "status": 200}] -[6, "EUR", "XMR", {"success": true, "message": "OK", "response": {"data": {"ad_count": 20, "ad_list": [{"data": {"ad_id": "a6f949d4-9700-4bf8-b949-d497003bf88e", "countrycode": "PM", "created_at": "2022-02-10T05:10:28.444Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "794.79", "msg": "", "online_provider": "INTERNATIONAL_WIRE_SWIFT", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "191.10", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "International Wire Transfer (SWIFT)", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/a6f949d4-9700-4bf8-b949-d497003bf88e"}}, {"data": {"ad_id": "f2fed716-c1b1-403a-bed7-16c1b1703ab1", "countrycode": "BL", "created_at": "2022-02-10T04:07:36.489Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "794.79", "msg": "", "online_provider": "INTERNATIONAL_WIRE_SWIFT", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "191.10", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "International Wire Transfer (SWIFT)", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/f2fed716-c1b1-403a-bed7-16c1b1703ab1"}}, {"data": {"ad_id": "d05504be-b262-437b-9504-beb262a37ba1", "countrycode": "FR", "created_at": "2021-10-14T11:26:36.601Z", "currency": "EUR", "max_amount": "250.00", "max_amount_available": "250.00", "min_amount": "40.00", "msg": "Instant Transaction & No KYC\n\nWe accept credit cards (VISA,Maestro,Mastercard)\n\nAfter you open the trade, you will receive a payment link. \n\nYou must use a card with your own name. Don't think to use with a stolen card, if your payment is rejected, I will block and report your profile.", "online_provider": "CREDITCARD", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "191.10", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "VISA | MASTERCARD | other credit cards - No KYC", "profile": {"username": "Pellerin", "name": "Pellerin (68; 100%)", "feedback_score": 100, "trade_count": "68", "last_online": "2022-02-11T09:43:01.962Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/d05504be-b262-437b-9504-beb262a37ba1"}}, {"data": {"ad_id": "ef2bf435-ad9f-4776-abf4-35ad9f777615", "countrycode": "RO", "created_at": "2022-02-09T22:36:35.526Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "801.37", "msg": "", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "192.68", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/ef2bf435-ad9f-4776-abf4-35ad9f777615"}}, {"data": {"ad_id": "4be06752-7cab-489f-a067-527cab689fab", "countrycode": "HU", "created_at": "2022-02-09T23:55:31.126Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "807.94", "msg": "", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "194.26", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/4be06752-7cab-489f-a067-527cab689fab"}}, {"data": {"ad_id": "2155aa9d-b871-45c3-95aa-9db87135c3f4", "countrycode": "BG", "created_at": "2022-02-09T23:13:23.651Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "807.94", "msg": "", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "194.26", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/2155aa9d-b871-45c3-95aa-9db87135c3f4"}}, {"data": {"ad_id": "f1755ab2-4a29-4a1a-b55a-b24a292a1a7b", "countrycode": "HR", "created_at": "2022-02-09T23:45:33.579Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "811.22", "msg": "", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "195.05", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/f1755ab2-4a29-4a1a-b55a-b24a292a1a7b"}}, {"data": {"ad_id": "35ef3119-1914-4b76-af31-1919146b76e9", "countrycode": "GB", "created_at": "2021-05-25T02:01:55.277Z", "currency": "EUR", "max_amount": "500.00", "max_amount_available": "128.74", "min_amount": "50.00", "msg": "Hi there,\n\nStep 1: Send screenshots which shows Skrill balance\n\nStep 2: I will provide Skrill email.\n\nOnce I receive money, I will release XMR\n\nNote that you pay for the Skrill fees. If you open a EUR 100 trade, I need to receive EUR 100.", "online_provider": "MONEYBOOKERS", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "195.84", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "NO ID", "profile": {"username": "Bitpal", "name": "Bitpal (1271; 99%)", "feedback_score": 99, "trade_count": "1271", "last_online": "2022-02-11T08:42:01.013Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/35ef3119-1914-4b76-af31-1919146b76e9"}}, {"data": {"ad_id": "e91e3ffc-c6ca-4d5c-9e3f-fcc6ca6d5cc2", "countrycode": "BE", "created_at": "2021-12-06T11:20:16.151Z", "currency": "EUR", "max_amount": "1000.00", "max_amount_available": "519.46", "min_amount": "50.00", "msg": "## Follow these instructions exactly.\n**Instant Payment ONLY**\n\nSend me the amount to the IBAN I'll give you, once confirmed, I will unlock your Monero.\nYou **have** to put \"`Trade - (Trade ID)`\" in the subject of the transfer.", "online_provider": "TRANSFERWISE", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "195.84", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Transferwise - NO KYC (Instant Payment ONLY)", "profile": {"username": "SecureMole", "name": "SecureMole (145; 98%)", "feedback_score": 98, "trade_count": "145", "last_online": "2022-02-11T09:43:19.994Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/e91e3ffc-c6ca-4d5c-9e3f-fcc6ca6d5cc2"}}, {"data": {"ad_id": "7217ba8d-cf7e-4f1e-97ba-8dcf7e2f1ea1", "countrycode": "PL", "created_at": "2022-02-09T23:06:59.163Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "814.50", "msg": "", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "195.84", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/7217ba8d-cf7e-4f1e-97ba-8dcf7e2f1ea1"}}, {"data": {"ad_id": "3f1825d0-739b-4bd3-9825-d0739b1bd32c", "countrycode": "MT", "created_at": "2022-01-25T06:02:44.340Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "814.50", "msg": "", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "195.84", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/3f1825d0-739b-4bd3-9825-d0739b1bd32c"}}, {"data": {"ad_id": "83f1656c-6de4-4b13-b165-6c6de40b13d7", "countrycode": "MC", "created_at": "2022-01-25T06:04:49.700Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "817.79", "msg": "", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "196.63", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/83f1656c-6de4-4b13-b165-6c6de40b13d7"}}, {"data": {"ad_id": "b0f489cf-8cea-4c07-b489-cf8cea1c0793", "countrycode": "KV", "created_at": "2022-02-08T01:54:30.405Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "817.79", "msg": "", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "196.63", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/b0f489cf-8cea-4c07-b489-cf8cea1c0793"}}, {"data": {"ad_id": "71e510aa-7ef8-42a6-a510-aa7ef8c2a629", "countrycode": "PT", "created_at": "2021-11-24T10:55:24.800Z", "currency": "EUR", "max_amount": "782.00", "max_amount_available": "714.22", "min_amount": "100.00", "msg": "Fast release. I'll have to ask for a picture of your ID. It has to match with your paypal name.", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "197.26", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Paypal, fast release. ", "profile": {"username": "jeffguy", "name": "jeffguy (104; 100%)", "feedback_score": 100, "trade_count": "104", "last_online": "2022-02-11T09:43:54.405Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/71e510aa-7ef8-42a6-a510-aa7ef8c2a629"}}, {"data": {"ad_id": "29ef0fe8-1664-4ddd-af0f-e81664fdddc2", "countrycode": "FR", "created_at": "2021-02-05T09:49:20.115Z", "currency": "EUR", "max_amount": "1000.00", "max_amount_available": "129.78", "min_amount": "50.00", "msg": "Hi there,\n\nStep 1: Send screenshots which shows Skrill balance\n\nStep 2: I will provide Skrill email.\n\nOnce I receive money, I will release XMR\n\nNote that you pay for the Skrill fees. If you open a EUR 100 trade, I need to receive EUR 100.\n\nTelegram: https://t.me/Bitpall", "online_provider": "MONEYBOOKERS", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "197.42", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "NO ID", "profile": {"username": "Bitpal", "name": "Bitpal (1271; 99%)", "feedback_score": 99, "trade_count": "1271", "last_online": "2022-02-11T08:42:01.013Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/29ef0fe8-1664-4ddd-af0f-e81664fdddc2"}}, {"data": {"ad_id": "f8447096-20fa-445d-8470-9620faa45dff", "countrycode": "FR", "created_at": "2021-09-30T07:38:45.012Z", "currency": "EUR", "first_time_limit_xmr": 1, "max_amount_available": "1076.93", "min_amount": "85.00", "msg": "Monero with bank transfer IBAN, no identity required.\n\nTraditionnal bank in France, no cancellation possible and \u20ac only. Instant transfer available.\n\nYou will have the payment details automatically after the trade is opened. I'm not online all the time, don't worry, confirm when it's paid and wait a little. Choose a recognisable amount to speed up, sometimes I don't get the transfer details immediately. Wait my consent for a 2d trade.\n\n\n---\n\n(in French: Monero contre virement, pas d'identit\u00e9 demand\u00e9e.\nCompte bancaire traditionnel en France chez LCL (ou Fortuneo autre annonce), virement instantan\u00e9 possible.)", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "198.70", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Real bank in France, no identity.", "profile": {"username": "Dax", "name": "Dax (162; 100%)", "feedback_score": 100, "trade_count": "162", "last_online": "2022-02-10T22:29:51.105Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/f8447096-20fa-445d-8470-9620faa45dff"}}, {"data": {"ad_id": "d8f2de73-18ea-4659-b2de-7318ea7659ef", "countrycode": "DE", "created_at": "2021-07-12T17:48:32.426Z", "currency": "EUR", "first_time_limit_xmr": 2, "max_amount_available": "592.56", "min_amount": "50.00", "msg": "Start chat and ask for recepient details\n\nEasily send through WU website https://www.westernunion.com/de/en/web/send-money/start\n\nOnce paid just share receipt photo or screenshot\n\nFast XMR release under 15 minutes of payment\n\nGot questions? Telegram @VYXMR", "online_provider": "WU", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "199.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/d8f2de73-18ea-4659-b2de-7318ea7659ef"}}, {"data": {"ad_id": "ae0e40ec-c535-4252-8e40-ecc535925245", "countrycode": "IE", "created_at": "2021-07-16T08:31:03.512Z", "currency": "EUR", "first_time_limit_xmr": 2, "max_amount": "400.00", "max_amount_available": "400.00", "min_amount": "50.00", "msg": "Start chat and ask for recepient details\n\nEasily send through WU website https://www.westernunion.com/ie/en/web/send-money/start\n\nOnce paid just share receipt photo or screenshot\n\nFast XMR release under 15 minutes of payment\n\nGot questions? Telegram @VYXMR", "online_provider": "WU", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "199.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/ae0e40ec-c535-4252-8e40-ecc535925245"}}, {"data": {"ad_id": "01f52ba1-49f3-4974-b52b-a149f3c97423", "countrycode": "AT", "created_at": "2021-09-19T19:01:14.239Z", "currency": "EUR", "first_time_limit_xmr": 2, "max_amount_available": "592.56", "min_amount": "50.00", "msg": "Start chat and ask for recepient details\n\nEasily send through WU website https://www.westernunion.com/at/en/web/send-money/start\n\nOnce paid just share receipt photo or screenshot\n\nFast XMR release under 15 minutes of payment\n\nGot questions? Telegram @VYXMR", "online_provider": "WU", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "199.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/01f52ba1-49f3-4974-b52b-a149f3c97423"}}, {"data": {"ad_id": "d03ea54a-745b-4920-bea5-4a745bd92028", "countrycode": "ES", "created_at": "2021-08-03T16:50:21.962Z", "currency": "EUR", "first_time_limit_xmr": 2, "max_amount_available": "592.56", "min_amount": "50.00", "msg": "Start chat and ask for recepient details\n\nEasily send through WU website https://www.westernunion.com/es/en/web/send-money/start\n\nOnce paid just share receipt photo or screenshot\n\nFast XMR release under 15 minutes of payment\n\nGot questions? Telegram @VYXMR", "online_provider": "WU", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "199.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/d03ea54a-745b-4920-bea5-4a745bd92028"}}]}, "pagination": {"next": "https://agoradesk.com/api/v1/buy-monero-online/EUR?page=7", "prev": "https://agoradesk.com/api/v1/buy-monero-online/EUR?page=5"}}, "status": 200}] -[7, "EUR", "XMR", {"success": true, "message": "OK", "response": {"data": {"ad_count": 20, "ad_list": [{"data": {"ad_id": "d666dab0-d037-4d17-a6da-b0d0374d17ce", "countrycode": "IT", "created_at": "2021-08-03T16:48:59.139Z", "currency": "EUR", "first_time_limit_xmr": 2, "max_amount_available": "592.56", "min_amount": "50.00", "msg": "Start chat and ask for recepient details\n\nEasily send through WU website https://www.westernunion.com/it/en/web/send-money/start\n\nOnce paid just share receipt photo or screenshot\n\nFast XMR release under 15 minutes of payment\n\nGot questions? Telegram @VYXMR", "online_provider": "WU", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "199.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/d666dab0-d037-4d17-a6da-b0d0374d17ce"}}, {"data": {"ad_id": "e8a77e95-65c9-4c71-a77e-9565c9fc71c1", "countrycode": "PT", "created_at": "2021-08-03T16:52:45.064Z", "currency": "EUR", "first_time_limit_xmr": 2, "max_amount": "500.00", "max_amount_available": "500.00", "min_amount": "50.00", "msg": "Start chat and ask for recepient details\n\nEasily send through WU website https://www.westernunion.com/pt/en/web/send-money/start\n\nOnce paid just share receipt photo or screenshot\n\nFast XMR release under 15 minutes of payment\n\nGot questions? Telegram @VYXMR", "online_provider": "WU", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "199.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/e8a77e95-65c9-4c71-a77e-9565c9fc71c1"}}, {"data": {"ad_id": "f3be1d5c-c842-4c0b-be1d-5cc842ec0ba5", "countrycode": "FI", "created_at": "2021-08-15T12:32:18.985Z", "currency": "EUR", "first_time_limit_xmr": 2, "max_amount_available": "592.56", "min_amount": "50.00", "msg": "Start chat and ask for recepient details\n\nEasily send through WU website https://www.westernunion.com/fi/en/web/send-money/start\n\nOnce paid just share receipt photo or screenshot\n\nFast XMR release under 15 minutes of payment\n\nGot questions? Telegram @VYXMR", "online_provider": "WU", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "199.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/f3be1d5c-c842-4c0b-be1d-5cc842ec0ba5"}}, {"data": {"ad_id": "47a8c8e1-275e-4022-a8c8-e1275e60227a", "countrycode": "FR", "created_at": "2021-08-03T16:45:06.136Z", "currency": "EUR", "first_time_limit_xmr": 2, "max_amount_available": "592.56", "min_amount": "50.00", "msg": "Start chat and ask for recepient details\n\nEasily send through WU website https://www.westernunion.com/fr/en/web/send-money/start\n\nOnce paid just share receipt photo or screenshot\n\nFast XMR release under 15 minutes of payment\n\nGot questions? Telegram @VYXMR", "online_provider": "WU", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "199.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Western Union or Moneygram", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/47a8c8e1-275e-4022-a8c8-e1275e60227a"}}, {"data": {"ad_id": "65bc21b8-3e93-48cf-bc21-b83e9398cfc7", "countrycode": "DE", "created_at": "2021-06-15T13:13:56.545Z", "currency": "EUR", "max_amount": "700.00", "max_amount_available": "132.37", "min_amount": "50.00", "msg": "Hello: Terms of service!!\n\n:Once you initiate a trade, send me the email that you will use to make payment.\n\n:PayPal personal and VERIFIED account. No Business account. No exception\n\n:Use prepaid cards , Debit card and paypal balance.\n(For trade more than $150 , Send a screenshot of PayPal balance)\n\n:Money is sent as \"Friends & family only\" .\n\n:Release is intiate once confirm PayPal balance.\n\n:Buyer should cover the transaction fees.\n\nNotice:\nIncomplete screenshots with cropped edges to mask date /time and identity will not be accepted.\n\nI do reserve the right to cancel the trade if I detect suspicious activity\n\nCall: +254706266820 just incase im Offline\n\nChat with: \nTelegram; https://t.me/Bitpall", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "201.37", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "NO ID", "profile": {"username": "Bitpal", "name": "Bitpal (1271; 99%)", "feedback_score": 99, "trade_count": "1271", "last_online": "2022-02-11T08:42:01.013Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/65bc21b8-3e93-48cf-bc21-b83e9398cfc7"}}, {"data": {"ad_id": "d5697aa3-9565-4225-a97a-a395651225ee", "countrycode": "GB", "created_at": "2022-01-16T02:35:24.181Z", "currency": "EUR", "max_amount_available": "1852.60", "min_amount": "50.00", "msg": "```- Fast and reliable, [check my feedback](/user/Power/feedback). If you see this ad I'm online and ready to trade. New traders welcome, but **please read all the terms below before opening your first trade**\n\n- This transaction will be using a PayPal Friends and Family transfer.\n\n- Depending on your account, i may ask you to email me from the email associated with the PayPal account.\n\n- Accounts must be verified paypal accounts. Non verified accounts will be refunded immediatley\n\n- If it's our first time trading I'll ask you to provide the name on the account you're sending from, and send a screenshot of transaction confirmation. XMR is released **after** the payment has been confirmed & received - this is usually instant, but some banks will hold payments for a few hours if sending a large amount to a new contact. (this is out of my control)\n\n- In the event you send as G&S and i am required to refund so that you can resend as F&F, you will be required to pay the fees which PayPal take from me if it exceeds a certain amount based on the trade value\n\n- **NO THIRD PARTY TRANSFERS** - Payment must be coming directly from you to me. I don't care what you need crypto for, but some people have tried paying me with stolen accounts recently and it's a real hassle to deal with fraud reports. Luckily the money always gets stopped before it arrives and I'm able to keep my crypto, but reports of payments originating from stolen accounts get sent to the police.\n\n> ###### **Important info for first time buyers:**\nI don't require ID verification, but brand new accounts with 0 feedback will be limited to a **maximum of \u00c2\u00a3100 for the first 48 hours of trading with me**. This is to protect me against fraud such as chargebacks, scams and stolen accounts. **You may not be subject to this limit if you have a long account history or lots of positive feedback** - I'll let you know in the chat if your trade has reached any limits before I send payment details.\n\n> **I have the right to cancel a trade at any time before providing payment information if I feel it is too high risk - I've had multiple bank accounts frozen and closed from buyers using stolen accounts or scams to pay me, and I don't want to deal with it anymore. As long as you're sending your own money from your own accounts we'll be good.**", "online_provider": "PAYPAL", "require_feedback_score": 100, "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "201.37", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": " Online Now \u2192 no ID, Instant release", "profile": {"username": "Power", "name": "Power (229; 100%)", "feedback_score": 100, "trade_count": "229", "last_online": "2022-02-11T09:32:53.230Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/d5697aa3-9565-4225-a97a-a395651225ee"}}, {"data": {"ad_id": "a6676d8e-1a43-4136-a76d-8e1a43e13670", "countrycode": "DE", "created_at": "2022-01-13T07:24:15.115Z", "currency": "EUR", "first_time_limit_xmr": 1, "max_amount": "500.00", "max_amount_available": "106.63", "min_amount": "50.00", "msg": "**READ THIS BEFORE YOU START A TRADE!** \ud83e\udd1d\n\n\u2713 First-time traders have to verify their ID. \n\u2713 Payment only via the Friends and Family option. \n\u2713 **INSTANT XMR RELEASE** after receiving the money. \ud83d\ude80\n\nText me on [Telegram](https://t.me/jannikwlt) for more information about my service.", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "201.84", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "ALL CURRENCIES | INSTANT RELEASE \ud83d\udcb0\ud83d\ude80", "profile": {"username": "EASY", "name": "EASY (62; 100%)", "feedback_score": 100, "trade_count": "62", "last_online": "2022-02-11T07:41:22.368Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/a6676d8e-1a43-4136-a76d-8e1a43e13670"}}, {"data": {"ad_id": "afed7764-bc02-4a58-ad77-64bc02ca5848", "countrycode": "DE", "created_at": "2022-01-13T07:34:30.182Z", "currency": "EUR", "first_time_limit_xmr": 1, "max_amount": "1000.00", "max_amount_available": "1000.00", "min_amount": "25.00", "msg": "**PLEASE READ THIS BEFORE YOU START A TRADE!**\n\n---\n- For first-time traders, I will need an ID.\n- Payment only via the Friends and Family option on PayPal. (NO Goods and Services). \n- Send the full amount in one transaction from your account. (Don't use the account of a friend or family member). \n- INSTANT XMR RELEASE after I received the money on PayPal. \n---\nI can always refuse to trade without explanation. ", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "201.84", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "PayPal Friends and Family only | Instant Release | NO ID", "profile": {"username": "yakinikun", "name": "yakinikun (51; 100%)", "feedback_score": 100, "trade_count": "51", "last_online": "2022-02-11T09:43:57.976Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/afed7764-bc02-4a58-ad77-64bc02ca5848"}}, {"data": {"ad_id": "ddeb55f4-c08a-4417-ab55-f4c08ae41744", "countrycode": "IT", "created_at": "2022-01-27T20:55:19.576Z", "currency": "EUR", "max_amount": "500.00", "max_amount_available": "500.00", "min_amount": "50.00", "msg": "*NO BUSINESS ACCOUNTS. ACCOUNT BALANCE ONLY*\n\nI will ask for:\n- A screenshot of your paypal dashboard with name and email address clearly visible (no cropped images)\n- The email address used by the paypal account.\n- Email and Phone Verification\n- BLANK payment note.\n- A screenshot of the transaction (uncropped)\n- Full amount sent via friends and family ONLY.\n\n**I reserve the right to cancel any suspicious trades.**", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "201.84", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "PayPal - NO KYC (Friends and Family)", "profile": {"username": "SecureMole", "name": "SecureMole (145; 98%)", "feedback_score": 98, "trade_count": "145", "last_online": "2022-02-11T09:43:19.994Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/ddeb55f4-c08a-4417-ab55-f4c08ae41744"}}, {"data": {"ad_id": "24f5b07b-17ef-4ced-b5b0-7b17efaced39", "countrycode": "NO", "created_at": "2022-02-10T05:44:37.717Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "840.79", "msg": "", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "202.16", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Straksbetaling/Instant", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/24f5b07b-17ef-4ced-b5b0-7b17efaced39"}}, {"data": {"ad_id": "02d65f65-7463-46f2-965f-65746306f2a3", "countrycode": "SJ", "created_at": "2022-02-10T03:18:08.032Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "840.79", "msg": "", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "202.16", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Straksoverf\u00f8ring/Instant", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/02d65f65-7463-46f2-965f-65746306f2a3"}}, {"data": {"ad_id": "eef710a1-45dd-42c7-b710-a145dd62c702", "countrycode": "NO", "created_at": "2022-02-10T05:46:25.321Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "846.03", "msg": "", "online_provider": "VIPPS", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "203.42", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Straksbetaling/Instant", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/eef710a1-45dd-42c7-b710-a145dd62c702"}}, {"data": {"ad_id": "a24af15c-3a17-4bd8-8af1-5c3a177bd8f4", "countrycode": "SJ", "created_at": "2022-02-10T03:27:30.674Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "847.36", "msg": "", "online_provider": "VIPPS", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "203.74", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Straksbetaling/Instant", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/a24af15c-3a17-4bd8-8af1-5c3a177bd8f4"}}, {"data": {"ad_id": "9cb46b4e-2d40-4516-b46b-4e2d40a516de", "countrycode": "DE", "created_at": "2022-01-25T13:22:34.169Z", "currency": "EUR", "max_amount_available": "79.18", "msg": "I'm always online\n\nPay with BUSD, BTC, BCH, DAI, CHZ, DSH, ETH, LTC, eUSDT, DOGE, USDC\n\nI am a merchant interested in providing customer service with 100% feedback.\n\nATTENTION: REMEMBER TO ADD THE NETWORK FEE\n\n=====\n\nEstoy siempre en l\u00ednea\n\nPague con BUSD, BTC, BCH, DAI, CHZ, DSH, ETH, LTC, eUSDT, DOGE, USDC\n\nSoy un comerciante interesado en brindar servicio al cliente con un 100 % de comentarios.\n\nATENCI\u00d3N: RECUERDA AGREGAR LA CUOTA DE RED", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "205.31", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "COMPRATUDO", "name": "COMPRATUDO (53; 100%)", "feedback_score": 100, "trade_count": "53", "last_online": "2022-02-11T09:43:35.613Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/9cb46b4e-2d40-4516-b46b-4e2d40a516de"}}, {"data": {"ad_id": "54d5afc8-c0e7-45b0-95af-c8c0e775b09a", "countrycode": "NO", "created_at": "2022-02-09T22:42:26.450Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "850.00", "msg": "", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "205.31", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/54d5afc8-c0e7-45b0-95af-c8c0e775b09a"}}, {"data": {"ad_id": "7f8e36ad-11a1-49ed-8e36-ad11a169ed71", "countrycode": "CZ", "created_at": "2022-02-09T22:55:00.894Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "850.00", "msg": "", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "205.31", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/7f8e36ad-11a1-49ed-8e36-ad11a169ed71"}}, {"data": {"ad_id": "6ce62792-d93e-4aba-a627-92d93e5aba6c", "countrycode": "SJ", "created_at": "2022-02-10T03:10:30.832Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "850.00", "msg": "", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "205.31", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/6ce62792-d93e-4aba-a627-92d93e5aba6c"}}, {"data": {"ad_id": "0360ea65-5d3b-4768-a0ea-655d3bd768cd", "countrycode": "DK", "created_at": "2022-02-09T22:51:24.026Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "850.00", "msg": "", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "205.31", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/0360ea65-5d3b-4768-a0ea-655d3bd768cd"}}, {"data": {"ad_id": "1c488904-f015-49b3-8889-04f01599b315", "countrycode": "DZ", "created_at": "2022-02-10T04:04:58.550Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "850.00", "msg": "", "online_provider": "INTERNATIONAL_WIRE_SWIFT", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "205.31", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "International Wire Transfer (SWIFT)", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/1c488904-f015-49b3-8889-04f01599b315"}}, {"data": {"ad_id": "8f5734df-7a7c-40e9-9734-df7a7c10e918", "countrycode": "GB", "created_at": "2021-12-10T17:50:32.952Z", "currency": "EUR", "max_amount_available": "1888.84", "msg": "- Fast and reliable, [check my feedback](/user/Power/feedback). If you see this ad I'm online and ready to trade. New traders welcome, but **please read all the terms below before opening your first trade**\n\n- This transaction will be using a Bank Transfer via Transferwise\n\n- If it's our first time trading I'll ask you to provide the name on the account you're sending from, and send a screenshot of transaction confirmation. XMR is released **after** the payment has been confirmed & received - this is usually instant, but some banks will hold payments for a few hours if sending a large amount to a new contact. (this is out of my control)\n\n- **NO THIRD PARTY TRANSFERS** - Payment must be coming directly from you to me. I don't care what you need crypto for, but some people have tried paying me with stolen accounts recently and it's a real hassle to deal with fraud reports. Luckily the money always gets stopped before it arrives and I'm able to keep my crypto, but reports of payments originating from stolen accounts get sent to the police.\n\n> ###### **Important info for first time buyers:**\nI don't require ID verification, but brand new accounts will be limited to a **maximum of \u00a3100 for the first 48 hours of trading with me**. This is to protect me against fraud such as chargebacks, scams and stolen accounts. **You may not be subject to this limit if you have a long account history or lots of positive feedback** - I'll let you know in the chat if your trade has reached any limits before I send payment details.\n\n> **I have the right to cancel a trade at any time before providing payment information if I feel it is too high risk - I've had multiple bank accounts frozen and closed from buyers using stolen accounts or scams to pay me, and I don't want to deal with it anymore. As long as you're sending your own money from your own accounts we'll be good.**\n", "online_provider": "TRANSFERWISE", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "205.31", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\u2705 Online Now \u2192 no ID, Instant release, new traders welcome.", "profile": {"username": "Power", "name": "Power (229; 100%)", "feedback_score": 100, "trade_count": "229", "last_online": "2022-02-11T09:32:53.230Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/8f5734df-7a7c-40e9-9734-df7a7c10e918"}}]}, "pagination": {"next": "https://agoradesk.com/api/v1/buy-monero-online/EUR?page=8", "prev": "https://agoradesk.com/api/v1/buy-monero-online/EUR?page=6"}}, "status": 200}] -[8, "EUR", "XMR", {"success": true, "message": "OK", "response": {"data": {"ad_count": 20, "ad_list": [{"data": {"ad_id": "e6199e4a-5fdd-47d4-999e-4a5fdd77d481", "countrycode": "GB", "created_at": "2022-01-12T01:48:28.302Z", "currency": "EUR", "max_amount_available": "1888.84", "msg": "- Fast and reliable, [check my feedback](/user/Power/feedback). If you see this ad I'm online and ready to trade. New traders welcome, but **please read all the terms below before opening your first trade**\n\n- This transaction will be using a SEPA transfer.\n\n- If it's our first time trading I'll ask you to provide the name on the account you're sending from, and send a screenshot of transaction confirmation. XMR is released **after** the payment has been confirmed & received - this is usually instant, but some banks will hold payments for a few hours if sending a large amount to a new contact. (this is out of my control)\n\n- **NO THIRD PARTY TRANSFERS** - Payment must be coming directly from you to me. I don't care what you need crypto for, but some people have tried paying me with stolen accounts recently and it's a real hassle to deal with fraud reports. Luckily the money always gets stopped before it arrives and I'm able to keep my crypto, but reports of payments originating from stolen accounts get sent to the police.\n\n> ###### **Important info for first time buyers:**\nI don't require ID verification, but brand new accounts will be limited to a **maximum of \u20ac100 for the first 48 hours of trading with me**. This is to protect me against fraud such as chargebacks, scams and stolen accounts. **You may not be subject to this limit if you have a long account history or lots of positive feedback** - I'll let you know in the chat if your trade has reached any limits before I send payment details.\n\n> **I have the right to cancel a trade at any time before providing payment information if I feel it is too high risk - I've had multiple bank accounts frozen and closed from buyers using stolen accounts or scams to pay me, and I don't want to deal with it anymore. As long as you're sending your own money from your own accounts we'll be good.**\n", "online_provider": "NATIONAL_BANK", "require_feedback_score": 100, "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "205.31", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\u2705 Online Now \u2192 no ID, Instant release, new traders welcome.", "profile": {"username": "Power", "name": "Power (229; 100%)", "feedback_score": 100, "trade_count": "229", "last_online": "2022-02-11T09:32:53.230Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/e6199e4a-5fdd-47d4-999e-4a5fdd77d481"}}, {"data": {"ad_id": "cffdcec5-c042-438d-bdce-c5c042738d73", "countrycode": "SM", "created_at": "2022-01-25T13:30:17.364Z", "currency": "EUR", "max_amount_available": "79.18", "msg": "I'm always online\n\nPay with BUSD, BTC, BCH, DAI, CHZ, DSH, ETH, LTC, eUSDT, DOGE, USDC\n\nI am a merchant interested in providing customer service with 100% feedback.\n\nATTENTION: REMEMBER TO ADD THE NETWORK FEE\n\n=====\n\nEstoy siempre en l\u00ednea\n\nPague con BUSD, BTC, BCH, DAI, CHZ, DSH, ETH, LTC, eUSDT, DOGE, USDC\n\nSoy un comerciante interesado en brindar servicio al cliente con un 100 % de comentarios.\n\nATENCI\u00d3N: RECUERDA AGREGAR LA CUOTA DE RED", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "205.31", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "COMPRATUDO", "name": "COMPRATUDO (53; 100%)", "feedback_score": 100, "trade_count": "53", "last_online": "2022-02-11T09:43:35.613Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/cffdcec5-c042-438d-bdce-c5c042738d73"}}, {"data": {"ad_id": "cbf9e638-cee0-424d-b9e6-38cee0124dd3", "countrycode": "IS", "created_at": "2022-02-09T23:59:43.309Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "850.00", "msg": "", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "205.31", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/cbf9e638-cee0-424d-b9e6-38cee0124dd3"}}, {"data": {"ad_id": "cdb5a7b3-8eb5-4903-b5a7-b38eb55903ac", "countrycode": "LI", "created_at": "2022-02-10T00:04:28.494Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "850.00", "msg": "", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "205.31", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/cdb5a7b3-8eb5-4903-b5a7-b38eb55903ac"}}, {"data": {"ad_id": "1d4bba97-2e75-4c7a-8bba-972e75fc7a1b", "countrycode": "DE", "created_at": "2022-01-25T13:29:09.723Z", "currency": "EUR", "max_amount_available": "79.18", "msg": "I'm always online\n\nPay with BUSD, BTC, BCH, DAI, CHZ, DSH, ETH, LTC, eUSDT, DOGE, USDC\n\nI am a merchant interested in providing customer service with 100% feedback.\n\nATTENTION: REMEMBER TO ADD THE NETWORK FEE\n\n=====\n\nEstoy siempre en l\u00ednea\n\nPague con BUSD, BTC, BCH, DAI, CHZ, DSH, ETH, LTC, eUSDT, DOGE, USDC\n\nSoy un comerciante interesado en brindar servicio al cliente con un 100 % de comentarios.\n\nATENCI\u00d3N: RECUERDA AGREGAR LA CUOTA DE RED", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "205.31", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "COMPRATUDO", "name": "COMPRATUDO (53; 100%)", "feedback_score": 100, "trade_count": "53", "last_online": "2022-02-11T09:43:35.613Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/1d4bba97-2e75-4c7a-8bba-972e75fc7a1b"}}, {"data": {"ad_id": "e3333ade-1d21-4d75-b33a-de1d21fd75a5", "countrycode": "ES", "created_at": "2022-01-25T13:21:48.794Z", "currency": "EUR", "max_amount_available": "79.18", "msg": "I'm always online\n\nPay with BUSD, BTC, BCH, DAI, CHZ, DSH, ETH, LTC, eUSDT, DOGE, USDC\n\nI am a merchant interested in providing customer service with 100% feedback.\n\nATTENTION: REMEMBER TO ADD THE NETWORK FEE\n\n=====\n\nEstoy siempre en l\u00ednea\n\nPague con BUSD, BTC, BCH, DAI, CHZ, DSH, ETH, LTC, eUSDT, DOGE, USDC\n\nSoy un comerciante interesado en brindar servicio al cliente con un 100 % de comentarios.\n\nATENCI\u00d3N: RECUERDA AGREGAR LA CUOTA DE RED", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "205.31", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "COMPRATUDO", "name": "COMPRATUDO (53; 100%)", "feedback_score": 100, "trade_count": "53", "last_online": "2022-02-11T09:43:35.613Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/e3333ade-1d21-4d75-b33a-de1d21fd75a5"}}, {"data": {"ad_id": "9eebd8ac-21a1-4b75-abd8-ac21a11b758a", "countrycode": "FO", "created_at": "2022-02-10T04:16:18.911Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "850.00", "msg": "", "online_provider": "INTERNATIONAL_WIRE_SWIFT", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "205.31", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "International Wire Transfer (SWIFT)", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/9eebd8ac-21a1-4b75-abd8-ac21a11b758a"}}, {"data": {"ad_id": "b1a60c0e-f749-47f6-a60c-0ef74987f6c5", "countrycode": "GL", "created_at": "2022-02-10T03:55:31.076Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "850.00", "msg": "", "online_provider": "INTERNATIONAL_WIRE_SWIFT", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "205.31", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "International Wire Transfer (SWIFT)", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/b1a60c0e-f749-47f6-a60c-0ef74987f6c5"}}, {"data": {"ad_id": "599eb17a-962b-4470-9eb1-7a962b7470a9", "countrycode": "NO", "created_at": "2022-02-10T06:29:05.332Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "850.00", "msg": "Kontanter i form av Norske Kroner eller EURO sendes med posten til mottakers adresse.\n\nEnglish Translation:\n\nCash in the form of Norwegian Kroner or EURO is sent by post to the recipient's address.", "online_provider": "CASH_BY_MAIL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "208.47", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Kontanter (NOK/EUR) sendes med posten", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/599eb17a-962b-4470-9eb1-7a962b7470a9"}}, {"data": {"ad_id": "114ad2f8-b377-4f2a-8ad2-f8b3775f2a8e", "countrycode": "NO", "created_at": "2022-02-10T06:08:12.807Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "850.00", "msg": "Kontanter settes inn p\u00e5 bankkonto, en av de som jeg har konto hos.\n\nEnglish Translation:\n\nCash is deposited into my bank account, in one of them which I have a account.", "online_provider": "CASH_DEPOSIT", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "213.21", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Kontant Innskudd - Norske Banker", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/114ad2f8-b377-4f2a-8ad2-f8b3775f2a8e"}}, {"data": {"ad_id": "eb202f4a-5f8f-4081-a02f-4a5f8f4081d1", "countrycode": "AL", "created_at": "2022-02-10T23:56:39.404Z", "currency": "EUR", "max_amount_available": "82.23", "min_amount": "30.00", "msg": "EVEN IF I'M OFFLINE, I ALWAYS ANSWER.\n\nBUY CRYPTOCURRENCIES WITH AN ANONYMOUS GUARANTEE\n\ncall in chat\n\nI release the XMR quickly, as soon as the payment is confirmed.\n\nI am a seller with 100% positive ratings.\n\n==\n\nAUNQUE ESTOY DESCONECTADO, SIEMPRE RESPONDO.\n\nCOMPRAR CRIPTOMONEDAS CON GARANT\u00cdA AN\u00d3NIMA\n\nllamar en el chat\n\nLibero el XMR r\u00e1pidamente, tan pronto como se confirma el pago.\n\nSoy un vendedor con valoraciones 100% positivas.\n\n==\n\nMESMO SE EU ESTIVER OFFLINE, SEMPRE RESPONDO.\n\nCOMPRE CRIPTOMOEDAS COM GARANTIA DE ANONIMATO\n\nChamar no Chat\n\nLibero as XMR rapido, assim que for confirmado o pagamento. \n\nSou um vendedor com 100% de qualifica\u00e7\u00f5es positivas.", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "213.21", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "COMPRATUDO", "name": "COMPRATUDO (53; 100%)", "feedback_score": 100, "trade_count": "53", "last_online": "2022-02-11T09:43:35.613Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/eb202f4a-5f8f-4081-a02f-4a5f8f4081d1"}}, {"data": {"ad_id": "b7a49893-8512-4719-a498-9385128719bf", "countrycode": "AD", "created_at": "2022-02-11T00:03:23.077Z", "currency": "EUR", "max_amount_available": "82.23", "min_amount": "30.00", "msg": "EVEN IF I'M OFFLINE, I ALWAYS ANSWER.\n\nBUY CRYPTOCURRENCIES WITH AN ANONYMOUS GUARANTEE\n\ncall in chat\n\nI release the XMR quickly, as soon as the payment is confirmed.\n\nI am a seller with 100% positive ratings.\n\n==\n\nAUNQUE ESTOY DESCONECTADO, SIEMPRE RESPONDO.\n\nCOMPRAR CRIPTOMONEDAS CON GARANT\u00cdA AN\u00d3NIMA\n\nllamar en el chat\n\nLibero el XMR r\u00e1pidamente, tan pronto como se confirma el pago.\n\nSoy un vendedor con valoraciones 100% positivas.\n\n==\n\nMESMO SE EU ESTIVER OFFLINE, SEMPRE RESPONDO.\n\nCOMPRE CRIPTOMOEDAS COM GARANTIA DE ANONIMATO\n\nChamar no Chat\n\nLibero as XMR rapido, assim que for confirmado o pagamento. \n\nSou um vendedor com 100% de qualifica\u00e7\u00f5es positivas.", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "213.21", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "COMPRATUDO", "name": "COMPRATUDO (53; 100%)", "feedback_score": 100, "trade_count": "53", "last_online": "2022-02-11T09:43:35.613Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/b7a49893-8512-4719-a498-9385128719bf"}}, {"data": {"ad_id": "38df20b7-4097-45b2-9f20-b7409755b2ec", "countrycode": "AM", "created_at": "2022-02-11T00:16:49.364Z", "currency": "EUR", "max_amount_available": "82.23", "min_amount": "30.00", "msg": "EVEN IF I'M OFFLINE, I ALWAYS ANSWER.\n\nBUY CRYPTOCURRENCIES WITH AN ANONYMOUS GUARANTEE\n\ncall in chat\n\nI release the XMR quickly, as soon as the payment is confirmed.\n\nI am a seller with 100% positive ratings.\n\n==\n\nAUNQUE ESTOY DESCONECTADO, SIEMPRE RESPONDO.\n\nCOMPRAR CRIPTOMONEDAS CON GARANT\u00cdA AN\u00d3NIMA\n\nllamar en el chat\n\nLibero el XMR r\u00e1pidamente, tan pronto como se confirma el pago.\n\nSoy un vendedor con valoraciones 100% positivas.\n\n==\n\nMESMO SE EU ESTIVER OFFLINE, SEMPRE RESPONDO.\n\nCOMPRE CRIPTOMOEDAS COM GARANTIA DE ANONIMATO\n\nChamar no Chat\n\nLibero as XMR rapido, assim que for confirmado o pagamento. \n\nSou um vendedor com 100% de qualifica\u00e7\u00f5es positivas.", "online_provider": "ADVCASH", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "213.21", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "advcash", "profile": {"username": "COMPRATUDO", "name": "COMPRATUDO (53; 100%)", "feedback_score": 100, "trade_count": "53", "last_online": "2022-02-11T09:43:35.613Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/38df20b7-4097-45b2-9f20-b7409755b2ec"}}, {"data": {"ad_id": "282fc9c2-811b-4a30-afc9-c2811b3a3020", "countrycode": "AT", "created_at": "2022-02-11T01:20:13.498Z", "currency": "EUR", "max_amount_available": "82.23", "min_amount": "30.00", "msg": "EVEN IF I'M OFFLINE, I ALWAYS ANSWER.\n\nBUY CRYPTOCURRENCIES WITH AN ANONYMOUS GUARANTEE\n\ncall in chat\n\nI release the XMR quickly, as soon as the payment is confirmed.\n\nI am a seller with 100% positive ratings.\n\n==\nAUNQUE ESTOY DESCONECTADO, SIEMPRE RESPONDO.\n\nCOMPRAR CRIPTOMONEDAS CON GARANT\u00cdA AN\u00d3NIMA\n\nllamar en el chat\n\nLibero el XMR r\u00e1pidamente, tan pronto como se confirma el pago.\n\nSoy un vendedor con valoraciones 100% positivas.\n\n==\nMESMO SE EU ESTIVER OFFLINE, SEMPRE RESPONDO.\n\nCOMPRE CRIPTOMOEDAS COM GARANTIA DE ANONIMATO\n\nChamar no Chat\n\nLibero as XMR rapido, assim que for confirmado o pagamento. \n\nSouu um vendedor com 100% de qualifica\u00e7\u00f5es positivas.", "online_provider": "ADVCASH", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "213.21", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "ADVCASH", "profile": {"username": "COMPRATUDO", "name": "COMPRATUDO (53; 100%)", "feedback_score": 100, "trade_count": "53", "last_online": "2022-02-11T09:43:35.613Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/282fc9c2-811b-4a30-afc9-c2811b3a3020"}}, {"data": {"ad_id": "a23b6fca-a3af-40c9-bb6f-caa3af80c911", "countrycode": "DE", "created_at": "2022-02-10T23:57:41.785Z", "currency": "EUR", "max_amount_available": "82.23", "min_amount": "30.00", "msg": "EVEN IF I'M OFFLINE, I ALWAYS ANSWER.\n\nBUY CRYPTOCURRENCIES WITH AN ANONYMOUS GUARANTEE\n\ncall in chat\n\nI release the XMR quickly, as soon as the payment is confirmed.\n\nI am a seller with 100% positive ratings.\n\n==\n\nAUNQUE ESTOY DESCONECTADO, SIEMPRE RESPONDO.\n\nCOMPRAR CRIPTOMONEDAS CON GARANT\u00cdA AN\u00d3NIMA\n\nllamar en el chat\n\nLibero el XMR r\u00e1pidamente, tan pronto como se confirma el pago.\n\nSoy un vendedor con valoraciones 100% positivas.\n\n==\n\nMESMO SE EU ESTIVER OFFLINE, SEMPRE RESPONDO.\n\nCOMPRE CRIPTOMOEDAS COM GARANTIA DE ANONIMATO\n\nChamar no Chat\n\nLibero as XMR rapido, assim que for confirmado o pagamento. \n\nSou um vendedor com 100% de qualifica\u00e7\u00f5es positivas.", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "213.21", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "COMPRATUDO", "name": "COMPRATUDO (53; 100%)", "feedback_score": 100, "trade_count": "53", "last_online": "2022-02-11T09:43:35.613Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/a23b6fca-a3af-40c9-bb6f-caa3af80c911"}}, {"data": {"ad_id": "09816590-b5e5-4921-8165-90b5e569219e", "countrycode": "BE", "created_at": "2022-02-11T02:06:41.795Z", "currency": "EUR", "max_amount_available": "82.23", "min_amount": "30.00", "msg": "EVEN IF I'M OFFLINE, I ALWAYS ANSWER.\n\nBUY CRYPTOCURRENCIES WITH AN ANONYMOUS GUARANTEE\n\ncall in chat\n\nI release the XMR quickly, as soon as the payment is confirmed.\n\nI am a seller with 100% positive ratings.\n\n==\nAUNQUE ESTOY DESCONECTADO, SIEMPRE RESPONDO.\n\nCOMPRAR CRIPTOMONEDAS CON GARANT\u00cdA AN\u00d3NIMA\n\nllamar en el chat\n\nLibero el XMR r\u00e1pidamente, tan pronto como se confirma el pago.\n\nSoy un vendedor con valoraciones 100% positivas.\n\n==\nMESMO SE EU ESTIVER OFFLINE, SEMPRE RESPONDO.\n\nCOMPRE CRIPTOMOEDAS COM GARANTIA DE ANONIMATO\n\nChamar no Chat\n\nLibero as XMR rapido, assim que for confirmado o pagamento. \n\nSouu um vendedor com 100% de qualifica\u00e7\u00f5es positivas.", "online_provider": "TRANSFERWISE", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "213.21", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "TRANSFERWISE", "profile": {"username": "COMPRATUDO", "name": "COMPRATUDO (53; 100%)", "feedback_score": 100, "trade_count": "53", "last_online": "2022-02-11T09:43:35.613Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/09816590-b5e5-4921-8165-90b5e569219e"}}, {"data": {"ad_id": "71fba09f-59c6-4e21-bba0-9f59c6ae21be", "countrycode": "AM", "created_at": "2022-02-11T01:11:56.222Z", "currency": "EUR", "max_amount_available": "82.23", "msg": "EVEN IF I'M OFFLINE, I ALWAYS ANSWER.\n\nBUY CRYPTOCURRENCIES WITH AN ANONYMOUS GUARANTEE\n\ncall in chat\n\nI release the XMR quickly, as soon as the payment is confirmed.\n\nI am a seller with 100% positive ratings.\n\n==\nAUNQUE ESTOY DESCONECTADO, SIEMPRE RESPONDO.\n\nCOMPRAR CRIPTOMONEDAS CON GARANT\u00cdA AN\u00d3NIMA\n\nllamar en el chat\n\nLibero el XMR r\u00e1pidamente, tan pronto como se confirma el pago.\n\nSoy un vendedor con valoraciones 100% positivas.\n\n==\nMESMO SE EU ESTIVER OFFLINE, SEMPRE RESPONDO.\n\nCOMPRE CRIPTOMOEDAS COM GARANTIA DE ANONIMATO\n\nChamar no Chat\n\nLibero as XMR rapido, assim que for confirmado o pagamento. \n\nSouu um vendedor com 100% de qualifica\u00e7\u00f5es positivas.", "online_provider": "TRANSFERWISE", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "213.21", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "COMPRATUDO", "name": "COMPRATUDO (53; 100%)", "feedback_score": 100, "trade_count": "53", "last_online": "2022-02-11T09:43:35.613Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/71fba09f-59c6-4e21-bba0-9f59c6ae21be"}}, {"data": {"ad_id": "ea90d7aa-0d1d-4808-90d7-aa0d1d2808ff", "countrycode": "DE", "created_at": "2022-02-10T23:58:35.731Z", "currency": "EUR", "max_amount_available": "82.23", "min_amount": "30.00", "msg": "EVEN IF I'M OFFLINE, I ALWAYS ANSWER.\n\nBUY CRYPTOCURRENCIES WITH AN ANONYMOUS GUARANTEE\n\ncall in chat\n\nI release the XMR quickly, as soon as the payment is confirmed.\n\nI am a seller with 100% positive ratings.\n\n==\n\nAUNQUE ESTOY DESCONECTADO, SIEMPRE RESPONDO.\n\nCOMPRAR CRIPTOMONEDAS CON GARANT\u00cdA AN\u00d3NIMA\n\nllamar en el chat\n\nLibero el XMR r\u00e1pidamente, tan pronto como se confirma el pago.\n\nSoy un vendedor con valoraciones 100% positivas.\n\n==\n\nMESMO SE EU ESTIVER OFFLINE, SEMPRE RESPONDO.\n\nCOMPRE CRIPTOMOEDAS COM GARANTIA DE ANONIMATO\n\nChamar no Chat\n\nLibero as XMR rapido, assim que for confirmado o pagamento. \n\nSou um vendedor com 100% de qualifica\u00e7\u00f5es positivas.", "online_provider": "ADVCASH", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "213.21", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "ADVCASH", "profile": {"username": "COMPRATUDO", "name": "COMPRATUDO (53; 100%)", "feedback_score": 100, "trade_count": "53", "last_online": "2022-02-11T09:43:35.613Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/ea90d7aa-0d1d-4808-90d7-aa0d1d2808ff"}}, {"data": {"ad_id": "bdc38992-22cb-4e2c-8389-9222cb9e2cad", "countrycode": "AL", "created_at": "2022-02-10T23:54:53.840Z", "currency": "EUR", "max_amount_available": "82.23", "min_amount": "30.00", "msg": "EVEN IF I'M OFFLINE, I ALWAYS ANSWER.\n\nBUY CRYPTOCURRENCIES WITH AN ANONYMOUS GUARANTEE\n\ncall in chat\n\nI release the XMR quickly, as soon as the payment is confirmed.\n\nI am a seller with 100% positive ratings.\n\n==\n\nAUNQUE ESTOY DESCONECTADO, SIEMPRE RESPONDO.\n\nCOMPRAR CRIPTOMONEDAS CON GARANT\u00cdA AN\u00d3NIMA\n\nllamar en el chat\n\nLibero el XMR r\u00e1pidamente, tan pronto como se confirma el pago.\n\nSoy un vendedor con valoraciones 100% positivas.\n\n==\n\nMESMO SE EU ESTIVER OFFLINE, SEMPRE RESPONDO.\n\nCOMPRE CRIPTOMOEDAS COM GARANTIA DE ANONIMATO\n\nChamar no Chat\n\nLibero as XMR rapido, assim que for confirmado o pagamento. \n\nSou um vendedor com 100% de qualifica\u00e7\u00f5es positivas.", "online_provider": "TRANSFERWISE", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "213.21", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "TRANSFERWISE", "profile": {"username": "COMPRATUDO", "name": "COMPRATUDO (53; 100%)", "feedback_score": 100, "trade_count": "53", "last_online": "2022-02-11T09:43:35.613Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/bdc38992-22cb-4e2c-8389-9222cb9e2cad"}}, {"data": {"ad_id": "a75bc0f1-1701-4400-9bc0-f11701e40053", "countrycode": "AZ", "created_at": "2022-02-11T01:35:24.856Z", "currency": "EUR", "max_amount_available": "82.23", "min_amount": "35.00", "msg": "EVEN IF I'M OFFLINE, I ALWAYS ANSWER.\n\nBUY CRYPTOCURRENCIES WITH AN ANONYMOUS GUARANTEE\n\ncall in chat\n\nI release the XMR quickly, as soon as the payment is confirmed.\n\nI am a seller with 100% positive ratings.\n\n==\nAUNQUE ESTOY DESCONECTADO, SIEMPRE RESPONDO.\n\nCOMPRAR CRIPTOMONEDAS CON GARANT\u00cdA AN\u00d3NIMA\n\nllamar en el chat\n\nLibero el XMR r\u00e1pidamente, tan pronto como se confirma el pago.\n\nSoy un vendedor con valoraciones 100% positivas.\n\n==\nMESMO SE EU ESTIVER OFFLINE, SEMPRE RESPONDO.\n\nCOMPRE CRIPTOMOEDAS COM GARANTIA DE ANONIMATO\n\nChamar no Chat\n\nLibero as XMR rapido, assim que for confirmado o pagamento. \n\nSouu um vendedor com 100% de qualifica\u00e7\u00f5es positivas.", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "213.21", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "COMPRATUDO", "name": "COMPRATUDO (53; 100%)", "feedback_score": 100, "trade_count": "53", "last_online": "2022-02-11T09:43:35.613Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/a75bc0f1-1701-4400-9bc0-f11701e40053"}}]}, "pagination": {"next": "https://agoradesk.com/api/v1/buy-monero-online/EUR?page=9", "prev": "https://agoradesk.com/api/v1/buy-monero-online/EUR?page=7"}}, "status": 200}] -[9, "EUR", "XMR", {"success": true, "message": "OK", "response": {"data": {"ad_count": 20, "ad_list": [{"data": {"ad_id": "38df20b7-4097-45b2-9f20-b7409755b2ec", "countrycode": "AM", "created_at": "2022-02-11T00:16:49.364Z", "currency": "EUR", "max_amount_available": "82.23", "min_amount": "30.00", "msg": "EVEN IF I'M OFFLINE, I ALWAYS ANSWER.\n\nBUY CRYPTOCURRENCIES WITH AN ANONYMOUS GUARANTEE\n\ncall in chat\n\nI release the XMR quickly, as soon as the payment is confirmed.\n\nI am a seller with 100% positive ratings.\n\n==\n\nAUNQUE ESTOY DESCONECTADO, SIEMPRE RESPONDO.\n\nCOMPRAR CRIPTOMONEDAS CON GARANT\u00cdA AN\u00d3NIMA\n\nllamar en el chat\n\nLibero el XMR r\u00e1pidamente, tan pronto como se confirma el pago.\n\nSoy un vendedor con valoraciones 100% positivas.\n\n==\n\nMESMO SE EU ESTIVER OFFLINE, SEMPRE RESPONDO.\n\nCOMPRE CRIPTOMOEDAS COM GARANTIA DE ANONIMATO\n\nChamar no Chat\n\nLibero as XMR rapido, assim que for confirmado o pagamento. \n\nSou um vendedor com 100% de qualifica\u00e7\u00f5es positivas.", "online_provider": "ADVCASH", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "213.21", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "advcash", "profile": {"username": "COMPRATUDO", "name": "COMPRATUDO (53; 100%)", "feedback_score": 100, "trade_count": "53", "last_online": "2022-02-11T09:43:35.613Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/38df20b7-4097-45b2-9f20-b7409755b2ec"}}, {"data": {"ad_id": "b691a006-87f2-4d8e-91a0-0687f2cd8ea0", "countrycode": "DE", "created_at": "2022-02-10T23:59:49.835Z", "currency": "EUR", "max_amount_available": "82.23", "min_amount": "30.00", "msg": "EVEN IF I'M OFFLINE, I ALWAYS ANSWER.\n\nBUY CRYPTOCURRENCIES WITH AN ANONYMOUS GUARANTEE\n\ncall in chat\n\nI release the XMR quickly, as soon as the payment is confirmed.\n\nI am a seller with 100% positive ratings.\n\n==\n\nAUNQUE ESTOY DESCONECTADO, SIEMPRE RESPONDO.\n\nCOMPRAR CRIPTOMONEDAS CON GARANT\u00cdA AN\u00d3NIMA\n\nllamar en el chat\n\nLibero el XMR r\u00e1pidamente, tan pronto como se confirma el pago.\n\nSoy un vendedor con valoraciones 100% positivas.\n\n==\n\nMESMO SE EU ESTIVER OFFLINE, SEMPRE RESPONDO.\n\nCOMPRE CRIPTOMOEDAS COM GARANTIA DE ANONIMATO\n\nChamar no Chat\n\nLibero as XMR rapido, assim que for confirmado o pagamento. \n\nSou um vendedor com 100% de qualifica\u00e7\u00f5es positivas.", "online_provider": "TRANSFERWISE", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "213.21", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "TRANSFERWISE", "profile": {"username": "COMPRATUDO", "name": "COMPRATUDO (53; 100%)", "feedback_score": 100, "trade_count": "53", "last_online": "2022-02-11T09:43:35.613Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/b691a006-87f2-4d8e-91a0-0687f2cd8ea0"}}, {"data": {"ad_id": "7c4facad-f504-4a91-8fac-adf5044a91f1", "countrycode": "BE", "created_at": "2022-02-11T02:05:48.745Z", "currency": "EUR", "max_amount_available": "82.23", "min_amount": "30.00", "msg": "EVEN IF I'M OFFLINE, I ALWAYS ANSWER.\n\nBUY CRYPTOCURRENCIES WITH AN ANONYMOUS GUARANTEE\n\ncall in chat\n\nI release the XMR quickly, as soon as the payment is confirmed.\n\nI am a seller with 100% positive ratings.\n\n==\nAUNQUE ESTOY DESCONECTADO, SIEMPRE RESPONDO.\n\nCOMPRAR CRIPTOMONEDAS CON GARANT\u00cdA AN\u00d3NIMA\n\nllamar en el chat\n\nLibero el XMR r\u00e1pidamente, tan pronto como se confirma el pago.\n\nSoy un vendedor con valoraciones 100% positivas.\n\n==\nMESMO SE EU ESTIVER OFFLINE, SEMPRE RESPONDO.\n\nCOMPRE CRIPTOMOEDAS COM GARANTIA DE ANONIMATO\n\nChamar no Chat\n\nLibero as XMR rapido, assim que for confirmado o pagamento. \n\nSouu um vendedor com 100% de qualifica\u00e7\u00f5es positivas.", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "213.21", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "COMPRATUDO", "name": "COMPRATUDO (53; 100%)", "feedback_score": 100, "trade_count": "53", "last_online": "2022-02-11T09:43:35.613Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/7c4facad-f504-4a91-8fac-adf5044a91f1"}}, {"data": {"ad_id": "4c0a0d34-a37e-4d81-8a0d-34a37e1d81e0", "countrycode": "AL", "created_at": "2022-02-10T23:53:21.147Z", "currency": "EUR", "max_amount_available": "82.23", "min_amount": "30.00", "msg": "EVEN IF I'M OFFLINE, I ALWAYS ANSWER.\n\nBUY CRYPTOCURRENCIES WITH AN ANONYMOUS GUARANTEE\n\ncall in chat\n\nI release the XMR quickly, as soon as the payment is confirmed.\n\nI am a seller with 100% positive ratings.\n\n==\n\nAUNQUE ESTOY DESCONECTADO, SIEMPRE RESPONDO.\n\nCOMPRAR CRIPTOMONEDAS CON GARANT\u00cdA AN\u00d3NIMA\n\nllamar en el chat\n\nLibero el XMR r\u00e1pidamente, tan pronto como se confirma el pago.\n\nSoy un vendedor con valoraciones 100% positivas.\n\n==\n\nMESMO SE EU ESTIVER OFFLINE, SEMPRE RESPONDO.\n\nCOMPRE CRIPTOMOEDAS COM GARANTIA DE ANONIMATO\n\nChamar no Chat\n\nLibero as XMR rapido, assim que for confirmado o pagamento. \n\nSou um vendedor com 100% de qualifica\u00e7\u00f5es positivas.", "online_provider": "ADVCASH", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "213.21", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "ADVCASH", "profile": {"username": "COMPRATUDO", "name": "COMPRATUDO (53; 100%)", "feedback_score": 100, "trade_count": "53", "last_online": "2022-02-11T09:43:35.613Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/4c0a0d34-a37e-4d81-8a0d-34a37e1d81e0"}}, {"data": {"ad_id": "b7a49893-8512-4719-a498-9385128719bf", "countrycode": "AD", "created_at": "2022-02-11T00:03:23.077Z", "currency": "EUR", "max_amount_available": "82.23", "min_amount": "30.00", "msg": "EVEN IF I'M OFFLINE, I ALWAYS ANSWER.\n\nBUY CRYPTOCURRENCIES WITH AN ANONYMOUS GUARANTEE\n\ncall in chat\n\nI release the XMR quickly, as soon as the payment is confirmed.\n\nI am a seller with 100% positive ratings.\n\n==\n\nAUNQUE ESTOY DESCONECTADO, SIEMPRE RESPONDO.\n\nCOMPRAR CRIPTOMONEDAS CON GARANT\u00cdA AN\u00d3NIMA\n\nllamar en el chat\n\nLibero el XMR r\u00e1pidamente, tan pronto como se confirma el pago.\n\nSoy un vendedor con valoraciones 100% positivas.\n\n==\n\nMESMO SE EU ESTIVER OFFLINE, SEMPRE RESPONDO.\n\nCOMPRE CRIPTOMOEDAS COM GARANTIA DE ANONIMATO\n\nChamar no Chat\n\nLibero as XMR rapido, assim que for confirmado o pagamento. \n\nSou um vendedor com 100% de qualifica\u00e7\u00f5es positivas.", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "213.21", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "COMPRATUDO", "name": "COMPRATUDO (53; 100%)", "feedback_score": 100, "trade_count": "53", "last_online": "2022-02-11T09:43:35.613Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/b7a49893-8512-4719-a498-9385128719bf"}}, {"data": {"ad_id": "a75bc0f1-1701-4400-9bc0-f11701e40053", "countrycode": "AZ", "created_at": "2022-02-11T01:35:24.856Z", "currency": "EUR", "max_amount_available": "82.23", "min_amount": "35.00", "msg": "EVEN IF I'M OFFLINE, I ALWAYS ANSWER.\n\nBUY CRYPTOCURRENCIES WITH AN ANONYMOUS GUARANTEE\n\ncall in chat\n\nI release the XMR quickly, as soon as the payment is confirmed.\n\nI am a seller with 100% positive ratings.\n\n==\nAUNQUE ESTOY DESCONECTADO, SIEMPRE RESPONDO.\n\nCOMPRAR CRIPTOMONEDAS CON GARANT\u00cdA AN\u00d3NIMA\n\nllamar en el chat\n\nLibero el XMR r\u00e1pidamente, tan pronto como se confirma el pago.\n\nSoy un vendedor con valoraciones 100% positivas.\n\n==\nMESMO SE EU ESTIVER OFFLINE, SEMPRE RESPONDO.\n\nCOMPRE CRIPTOMOEDAS COM GARANTIA DE ANONIMATO\n\nChamar no Chat\n\nLibero as XMR rapido, assim que for confirmado o pagamento. \n\nSouu um vendedor com 100% de qualifica\u00e7\u00f5es positivas.", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "213.21", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "COMPRATUDO", "name": "COMPRATUDO (53; 100%)", "feedback_score": 100, "trade_count": "53", "last_online": "2022-02-11T09:43:35.613Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/a75bc0f1-1701-4400-9bc0-f11701e40053"}}, {"data": {"ad_id": "282fc9c2-811b-4a30-afc9-c2811b3a3020", "countrycode": "AT", "created_at": "2022-02-11T01:20:13.498Z", "currency": "EUR", "max_amount_available": "82.23", "min_amount": "30.00", "msg": "EVEN IF I'M OFFLINE, I ALWAYS ANSWER.\n\nBUY CRYPTOCURRENCIES WITH AN ANONYMOUS GUARANTEE\n\ncall in chat\n\nI release the XMR quickly, as soon as the payment is confirmed.\n\nI am a seller with 100% positive ratings.\n\n==\nAUNQUE ESTOY DESCONECTADO, SIEMPRE RESPONDO.\n\nCOMPRAR CRIPTOMONEDAS CON GARANT\u00cdA AN\u00d3NIMA\n\nllamar en el chat\n\nLibero el XMR r\u00e1pidamente, tan pronto como se confirma el pago.\n\nSoy un vendedor con valoraciones 100% positivas.\n\n==\nMESMO SE EU ESTIVER OFFLINE, SEMPRE RESPONDO.\n\nCOMPRE CRIPTOMOEDAS COM GARANTIA DE ANONIMATO\n\nChamar no Chat\n\nLibero as XMR rapido, assim que for confirmado o pagamento. \n\nSouu um vendedor com 100% de qualifica\u00e7\u00f5es positivas.", "online_provider": "ADVCASH", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "213.21", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "ADVCASH", "profile": {"username": "COMPRATUDO", "name": "COMPRATUDO (53; 100%)", "feedback_score": 100, "trade_count": "53", "last_online": "2022-02-11T09:43:35.613Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/282fc9c2-811b-4a30-afc9-c2811b3a3020"}}, {"data": {"ad_id": "09816590-b5e5-4921-8165-90b5e569219e", "countrycode": "BE", "created_at": "2022-02-11T02:06:41.795Z", "currency": "EUR", "max_amount_available": "82.23", "min_amount": "30.00", "msg": "EVEN IF I'M OFFLINE, I ALWAYS ANSWER.\n\nBUY CRYPTOCURRENCIES WITH AN ANONYMOUS GUARANTEE\n\ncall in chat\n\nI release the XMR quickly, as soon as the payment is confirmed.\n\nI am a seller with 100% positive ratings.\n\n==\nAUNQUE ESTOY DESCONECTADO, SIEMPRE RESPONDO.\n\nCOMPRAR CRIPTOMONEDAS CON GARANT\u00cdA AN\u00d3NIMA\n\nllamar en el chat\n\nLibero el XMR r\u00e1pidamente, tan pronto como se confirma el pago.\n\nSoy un vendedor con valoraciones 100% positivas.\n\n==\nMESMO SE EU ESTIVER OFFLINE, SEMPRE RESPONDO.\n\nCOMPRE CRIPTOMOEDAS COM GARANTIA DE ANONIMATO\n\nChamar no Chat\n\nLibero as XMR rapido, assim que for confirmado o pagamento. \n\nSouu um vendedor com 100% de qualifica\u00e7\u00f5es positivas.", "online_provider": "TRANSFERWISE", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "213.21", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "TRANSFERWISE", "profile": {"username": "COMPRATUDO", "name": "COMPRATUDO (53; 100%)", "feedback_score": 100, "trade_count": "53", "last_online": "2022-02-11T09:43:35.613Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/09816590-b5e5-4921-8165-90b5e569219e"}}, {"data": {"ad_id": "114ad2f8-b377-4f2a-8ad2-f8b3775f2a8e", "countrycode": "NO", "created_at": "2022-02-10T06:08:12.807Z", "currency": "EUR", "max_amount": "850.00", "max_amount_available": "850.00", "msg": "Kontanter settes inn p\u00e5 bankkonto, en av de som jeg har konto hos.\n\nEnglish Translation:\n\nCash is deposited into my bank account, in one of them which I have a account.", "online_provider": "CASH_DEPOSIT", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "213.21", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Kontant Innskudd - Norske Banker", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:43:07.325Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/114ad2f8-b377-4f2a-8ad2-f8b3775f2a8e"}}, {"data": {"ad_id": "4c4440c7-d681-4b5e-8440-c7d6810b5e6b", "countrycode": "FR", "created_at": "2021-10-01T12:19:55.447Z", "currency": "EUR", "first_time_limit_xmr": 0.7, "max_amount": "200.00", "max_amount_available": "200.00", "min_amount": "75.00", "msg": "Monero with debit cards that can pay in \u20ac. For countries outside Europe \u20ac, ask me before paying.\n\nAfter you open the trade, you will have a payment link. After the payment, wait a moment, I'm not always online!\n\nYou must use a card with your own name and 3D Secure is active. Don't think to use with a stolen card, if your payment is rejected, I will block and report your profile. I may cancel or ask a proof of identity if the payment service indicates some doubts. Wait my consent for a 2d trade.", "online_provider": "CREDITCARD", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "219.00", "track_max_amount": true, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "All cards, CB, AmEx, Mastercard, Visa", "profile": {"username": "Dax", "name": "Dax (162; 100%)", "feedback_score": 100, "trade_count": "162", "last_online": "2022-02-10T22:29:51.105Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/4c4440c7-d681-4b5e-8440-c7d6810b5e6b"}}, {"data": {"ad_id": "fa0f2cf2-e817-4efe-8f2c-f2e8179efe2b", "countrycode": "FR", "created_at": "2021-10-20T16:04:02.070Z", "currency": "EUR", "first_time_limit_xmr": 1, "max_amount_available": "1186.95", "min_amount": "75.00", "msg": "Monero with bank transfer IBAN, no identity required.\n\nAccount in a traditionnal bank in France, in \u20ac only, no cancellation possible. SEPA, instant transfer possible.\n\nYou will have the payment details automatically after the trade is opened. I'm not online all the time, don't worry, confirm when it's paid and wait a little. Choose a recognisable amount to speed up, sometimes I don't get the transfer details immediately. Wait my consent for a 2d trade.\n\n---\n\n\n(in French: Monero contre virement, pas d'identit\u00e9 demand\u00e9e.\nCompte bancaire traditionnel en France chez Fortuneo, virement instantan\u00e9 possible.)", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "219.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Real bank in France, no identity.", "profile": {"username": "Dax", "name": "Dax (162; 100%)", "feedback_score": 100, "trade_count": "162", "last_online": "2022-02-10T22:29:51.105Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/fa0f2cf2-e817-4efe-8f2c-f2e8179efe2b"}}, {"data": {"ad_id": "d5aa9539-0aab-4bbf-aa95-390aab8bbf74", "countrycode": "IT", "created_at": "2021-02-13T06:31:53.624Z", "currency": "EUR", "max_amount": "2000.00", "max_amount_available": "945.15", "min_amount": "1.00", "msg": "details after first contact. dettagli dopo il primo contatto", "online_provider": "CASH_BY_MAIL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "220.96", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "details after first contact. dettagli dopo il primo contatto", "profile": {"username": "luca_babulli", "name": "luca_babulli (2264; 100%)", "feedback_score": 100, "trade_count": "2264", "last_online": "2022-02-11T07:18:03.039Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/d5aa9539-0aab-4bbf-aa95-390aab8bbf74"}}, {"data": {"ad_id": "feac92e1-459f-4d29-ac92-e1459f1d291b", "countrycode": "FR", "created_at": "2021-10-05T16:06:11.844Z", "currency": "EUR", "first_time_limit_xmr": 1.5, "limit_to_fiat_amounts": "46,93,139,190,237,475,712,950,1187", "max_amount_available": "1268.25", "msg": "English : \n\nTrade available anonymously in cash only in France, because I think PCS card is only available there, but vouchers can be bought online with less anonymity.\n\n___\n\nFrench:\n\n1. Vous pouvez acheter des coupons de recharge PCS de 50 \u00e0 250\u20ac en bureaux de tabac ou autre en esp\u00e8ces ou tout moyen de paiement,\n2. vous ouvrez une vente ici, les Monero sont bloqu\u00e9s et m'envoyez le code de recharge inscrit sur le ticket, \n3. je recharge mon compte PCS avec le code, si tout va bien, vos Monero sont lib\u00e9r\u00e9s. Sinon la vente sera annul\u00e9e, un litige ouvert et vous serez bloqu\u00e9.\n\n\nLes tranches de prix propos\u00e9es quand vous achetez correspondent aux prix restant sur les coupons de 50, 100, 150, 200 et 250\u20ac respectivement. Un coupon par transaction sauf pour les 250\u20ac.\nPar exemple pour choisir le montant 93\u20ac vous devez avoir achet\u00e9 un coupon de 100\u20ac. Voir le site mypcs le d\u00e9tail des frais.", "online_provider": "CASH_DEPOSIT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "234.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Coupons PCS Mastercard anonymous with cash (payables en esp\u00e8ce)", "profile": {"username": "Dax", "name": "Dax (162; 100%)", "feedback_score": 100, "trade_count": "162", "last_online": "2022-02-10T22:29:51.105Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/feac92e1-459f-4d29-ac92-e1459f1d291b"}}, {"data": {"ad_id": "fedc1efe-2fab-445b-9c1e-fe2fab145ba1", "countrycode": "IT", "created_at": "2021-12-04T11:50:53.790Z", "currency": "EUR", "max_amount": "2000.00", "max_amount_available": "2000.00", "min_amount": "50.00", "msg": "\u26a1 hi, my name is strawberries\n\nI accept many cryptos for exchange such as\n\nBTC, ETH, LTC, DASH, BNB, SOL, MANA, XRP, XLM, DOGE, and dozens more", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "236.90", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "strawberries", "name": "strawberries (644; 97%)", "feedback_score": 97, "trade_count": "644", "last_online": "2022-02-10T13:02:08.174Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/fedc1efe-2fab-445b-9c1e-fe2fab145ba1"}}, {"data": {"ad_id": "ed23b3e8-2526-448b-a3b3-e82526048bf3", "countrycode": "GP", "created_at": "2021-12-30T10:47:56.567Z", "currency": "EUR", "first_time_limit_xmr": 0.2, "max_amount": "100.00", "max_amount_available": "100.00", "min_amount": "10.00", "msg": "Salut, gars :)\n\n Envoyez votre email paypal dans le chat pour que je puisse demander le paiement\n\n Une capture d'\u00e9cran du r\u00e9capitulatif de paiement en plein \u00e9cran est requise une fois que vous avez pay\u00e9.\n\n", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "238.48", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/ed23b3e8-2526-448b-a3b3-e82526048bf3"}}, {"data": {"ad_id": "751b8fc4-0fdb-4085-9b8f-c40fdbd08585", "countrycode": "ES", "created_at": "2021-05-21T08:23:27.130Z", "currency": "EUR", "first_time_limit_xmr": 0.2, "max_amount": "100.00", "max_amount_available": "100.00", "min_amount": "10.00", "msg": "Oye, amigo :)\n\n Env\u00ede su correo electr\u00f3nico de PayPal en el chat para que pueda solicitar el pago\n\n Se requiere una captura de pantalla de resumen de pago en pantalla completa despu\u00e9s de haber pagado.\n", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "238.48", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/751b8fc4-0fdb-4085-9b8f-c40fdbd08585"}}, {"data": {"ad_id": "f5fe23ec-3272-407b-be23-ec3272c07bbf", "countrycode": "GR", "created_at": "2021-05-21T08:25:57.235Z", "currency": "EUR", "first_time_limit_xmr": 0.2, "max_amount": "100.00", "max_amount_available": "100.00", "min_amount": "10.00", "msg": "\u0393\u03b5\u03b9\u03b1 \u03c3\u03bf\u03c5 \u03c6\u03af\u03bb\u03b5 :)\n\n \u03a3\u03c4\u03b5\u03af\u03bb\u03c4\u03b5 \u03c4\u03bf email \u03c3\u03b1\u03c2 \u03c3\u03c4\u03bf paypal \u03c3\u03c4\u03bf chat \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03bc\u03c0\u03bf\u03c1\u03ce \u03bd\u03b1 \u03b6\u03b7\u03c4\u03ae\u03c3\u03c9 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\n\n \u0391\u03c0\u03b1\u03b9\u03c4\u03b5\u03af\u03c4\u03b1\u03b9 \u03c3\u03c4\u03b9\u03b3\u03bc\u03b9\u03cc\u03c4\u03c5\u03c0\u03bf \u03bf\u03b8\u03cc\u03bd\u03b7\u03c2 \u03c0\u03b5\u03c1\u03af\u03bb\u03b7\u03c8\u03b7\u03c2 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 \u03c3\u03b5 \u03c0\u03bb\u03ae\u03c1\u03b7 \u03bf\u03b8\u03cc\u03bd\u03b7 \u03b1\u03c6\u03bf\u03cd \u03c0\u03bb\u03b7\u03c1\u03ce\u03c3\u03b5\u03c4\u03b5.\n", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "238.48", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/f5fe23ec-3272-407b-be23-ec3272c07bbf"}}, {"data": {"ad_id": "d1964bfc-9a3f-4f86-964b-fc9a3fff8639", "countrycode": "SI", "created_at": "2021-06-08T17:04:45.183Z", "currency": "EUR", "first_time_limit_xmr": 0.2, "max_amount": "100.00", "max_amount_available": "100.00", "min_amount": "10.00", "msg": "Hej prijatelj :)\n\nPo\u0161ljite svoj paypal email na klepet, da lahko zahtevam pla\u010dilo\n\nPo pla\u010dilu je potreben posnetek zaslona celotnega zaslona.", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "238.48", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/d1964bfc-9a3f-4f86-964b-fc9a3fff8639"}}, {"data": {"ad_id": "cfc47038-257d-4b1e-8470-38257dcb1e30", "countrycode": "SK", "created_at": "2021-06-08T15:59:21.118Z", "currency": "EUR", "first_time_limit_xmr": 0.2, "max_amount": "100.00", "max_amount_available": "100.00", "min_amount": "10.00", "msg": "\u010cau, k\u00e1mo :)\n\n Po\u0161lite svoj paypal email do chatu, aby som mohol po\u017eiada\u0165 o platbu\n\n Po zaplaten\u00ed sa vy\u017eaduje sn\u00edmka obrazovky s\u00fahrnu platby na celej obrazovke.\n\n", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "238.48", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/cfc47038-257d-4b1e-8470-38257dcb1e30"}}, {"data": {"ad_id": "31390b83-4ecf-46dc-b90b-834ecf46dc9e", "countrycode": "IE", "created_at": "2021-05-21T08:05:16.016Z", "currency": "EUR", "first_time_limit_xmr": 0.2, "max_amount": "100.00", "max_amount_available": "100.00", "min_amount": "10.00", "msg": "Hey mait :)\n\n Seol do r-phost PayPal i gcomhr\u00e1 ionas gur f\u00e9idir liom \u00edoca\u00edocht a iarraidh\n\n Teasta\u00edonn picti\u00far ioml\u00e1n achoimre \u00edoca\u00edochta sc\u00e1ile\u00e1in tar \u00e9is duit \u00edoc.\n\n", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "238.48", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/31390b83-4ecf-46dc-b90b-834ecf46dc9e"}}]}, "pagination": {"next": "https://agoradesk.com/api/v1/buy-monero-online/EUR?page=10", "prev": "https://agoradesk.com/api/v1/buy-monero-online/EUR?page=8"}}, "status": 200}] -[10, "EUR", "XMR", {"success": true, "message": "OK", "response": {"data": {"ad_count": 20, "ad_list": [{"data": {"ad_id": "b91e884e-86c3-42e7-9e88-4e86c362e718", "countrycode": "NL", "created_at": "2021-05-20T19:17:13.108Z", "currency": "EUR", "first_time_limit_xmr": 0.2, "max_amount": "100.00", "max_amount_available": "100.00", "min_amount": "10.00", "msg": "Hey vriend :)\n\nStuur uw PayPal-e-mail in de chat zodat ik de betaling kan aanvragen\n\nSchermafbeelding van het betalingsoverzicht op volledig scherm is vereist nadat u hebt betaald.\n", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "238.48", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/b91e884e-86c3-42e7-9e88-4e86c362e718"}}, {"data": {"ad_id": "d8db0fe1-cf2d-4497-9b0f-e1cf2d449763", "countrycode": "DE", "created_at": "2021-07-06T10:16:05.976Z", "currency": "EUR", "first_time_limit_xmr": 0.2, "max_amount": "100.00", "max_amount_available": "100.00", "min_amount": "10.00", "msg": "Hey Kumpel :)\n\nSenden Sie Ihre Paypal-E-Mail im Chat, damit ich die Zahlung anfordern kann\n\nNach der Zahlung ist ein Screenshot der Zahlungszusammenfassung im Vollbildmodus erforderlich.", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "238.48", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/d8db0fe1-cf2d-4497-9b0f-e1cf2d449763"}}, {"data": {"ad_id": "6404aba0-f2ac-48a6-84ab-a0f2aca8a659", "countrycode": "AT", "created_at": "2021-05-21T08:12:18.387Z", "currency": "EUR", "first_time_limit_xmr": 0.2, "max_amount": "100.00", "max_amount_available": "100.00", "min_amount": "10.00", "msg": "Hey mate :)\n\nSend your paypal email in chat so that I can request payment\n\nFull screen payment summary screenshot is required after you have paid.\n\n", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "238.48", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/6404aba0-f2ac-48a6-84ab-a0f2aca8a659"}}, {"data": {"ad_id": "aaaafb1d-e3e4-449a-aafb-1de3e4549a2d", "countrycode": "ME", "created_at": "2021-12-30T10:34:40.950Z", "currency": "EUR", "first_time_limit_xmr": 0.2, "max_amount": "100.00", "max_amount_available": "100.00", "min_amount": "10.00", "msg": "\u0417\u0434\u0440\u0430\u0432\u043e \u0434\u0440\u0443\u0433\u0430\u0440 :)\n\n \u041f\u043e\u0448\u0430\u0459\u0438\u0442\u0435 \u0441\u0432\u043e\u0458 \u041f\u0430\u0438\u041f\u0430\u043b \u0435-\u043c\u0430\u0438\u043b \u0443 \u0446\u0445\u0430\u0442 \u0434\u0430 \u043c\u043e\u0433\u0443 \u0434\u0430 \u0437\u0430\u0442\u0440\u0430\u0436\u0438\u043c \u043f\u043b\u0430\u045b\u0430\u045a\u0435\n\n \u0421\u043d\u0438\u043c\u0430\u043a \u0435\u043a\u0440\u0430\u043d\u0430 \u0440\u0435\u0437\u0438\u043c\u0435\u0430 \u043f\u043b\u0430\u045b\u0430\u045a\u0430 \u043f\u0440\u0435\u043a\u043e \u0446\u0435\u043b\u043e\u0433 \u0435\u043a\u0440\u0430\u043d\u0430 \u0458\u0435 \u043e\u0431\u0430\u0432\u0435\u0437\u0430\u043d \u043d\u0430\u043a\u043e\u043d \u0448\u0442\u043e \u043f\u043b\u0430\u0442\u0438\u0442\u0435.\n\n", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "238.48", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/aaaafb1d-e3e4-449a-aafb-1de3e4549a2d"}}, {"data": {"ad_id": "6cfb5120-d31f-4533-bb51-20d31ff53310", "countrycode": "KV", "created_at": "2021-12-30T10:29:01.599Z", "currency": "EUR", "first_time_limit_xmr": 0.2, "max_amount": "100.00", "max_amount_available": "100.00", "min_amount": "10.00", "msg": "Hej shok :)\n\n D\u00ebrgoni emailin tuaj n\u00eb Paypal n\u00eb chat n\u00eb m\u00ebnyr\u00eb q\u00eb t\u00eb mund t\u00eb k\u00ebrkoj pages\u00eb\n\n Pamja e p\u00ebrmbledhjes s\u00eb pages\u00ebs n\u00eb ekran t\u00eb plot\u00eb k\u00ebrkohet pasi t\u00eb keni paguar.\n\n", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "238.48", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/6cfb5120-d31f-4533-bb51-20d31ff53310"}}, {"data": {"ad_id": "f5fe23ec-3272-407b-be23-ec3272c07bbf", "countrycode": "GR", "created_at": "2021-05-21T08:25:57.235Z", "currency": "EUR", "first_time_limit_xmr": 0.2, "max_amount": "100.00", "max_amount_available": "100.00", "min_amount": "10.00", "msg": "\u0393\u03b5\u03b9\u03b1 \u03c3\u03bf\u03c5 \u03c6\u03af\u03bb\u03b5 :)\n\n \u03a3\u03c4\u03b5\u03af\u03bb\u03c4\u03b5 \u03c4\u03bf email \u03c3\u03b1\u03c2 \u03c3\u03c4\u03bf paypal \u03c3\u03c4\u03bf chat \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03bc\u03c0\u03bf\u03c1\u03ce \u03bd\u03b1 \u03b6\u03b7\u03c4\u03ae\u03c3\u03c9 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\n\n \u0391\u03c0\u03b1\u03b9\u03c4\u03b5\u03af\u03c4\u03b1\u03b9 \u03c3\u03c4\u03b9\u03b3\u03bc\u03b9\u03cc\u03c4\u03c5\u03c0\u03bf \u03bf\u03b8\u03cc\u03bd\u03b7\u03c2 \u03c0\u03b5\u03c1\u03af\u03bb\u03b7\u03c8\u03b7\u03c2 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 \u03c3\u03b5 \u03c0\u03bb\u03ae\u03c1\u03b7 \u03bf\u03b8\u03cc\u03bd\u03b7 \u03b1\u03c6\u03bf\u03cd \u03c0\u03bb\u03b7\u03c1\u03ce\u03c3\u03b5\u03c4\u03b5.\n", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "238.48", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/f5fe23ec-3272-407b-be23-ec3272c07bbf"}}, {"data": {"ad_id": "db6c8143-8683-4ee1-ac81-4386834ee1f4", "countrycode": "LU", "created_at": "2021-05-20T18:55:28.253Z", "currency": "EUR", "first_time_limit_xmr": 0.2, "max_amount": "100.00", "max_amount_available": "100.00", "min_amount": "10.00", "msg": "Hey mate :)\n\nSend your paypal email in chat so that I can request payment\n\nFull screen payment summary screenshot is required after you have paid.", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "238.48", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/db6c8143-8683-4ee1-ac81-4386834ee1f4"}}, {"data": {"ad_id": "31390b83-4ecf-46dc-b90b-834ecf46dc9e", "countrycode": "IE", "created_at": "2021-05-21T08:05:16.016Z", "currency": "EUR", "first_time_limit_xmr": 0.2, "max_amount": "100.00", "max_amount_available": "100.00", "min_amount": "10.00", "msg": "Hey mait :)\n\n Seol do r-phost PayPal i gcomhr\u00e1 ionas gur f\u00e9idir liom \u00edoca\u00edocht a iarraidh\n\n Teasta\u00edonn picti\u00far ioml\u00e1n achoimre \u00edoca\u00edochta sc\u00e1ile\u00e1in tar \u00e9is duit \u00edoc.\n\n", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "238.48", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/31390b83-4ecf-46dc-b90b-834ecf46dc9e"}}, {"data": {"ad_id": "7f823ed1-25f5-48b6-823e-d125f548b6e8", "countrycode": "AD", "created_at": "2021-12-30T10:42:35.486Z", "currency": "EUR", "first_time_limit_xmr": 0.2, "max_amount": "100.00", "max_amount_available": "100.00", "min_amount": "10.00", "msg": "Hola company :)\n\n Envia el teu correu electr\u00f2nic de paypal al xat perqu\u00e8 pugui sol\u00b7licitar el pagament\n\n Es requereix una captura de pantalla de resum de pagament a pantalla completa despr\u00e9s d'haver pagat.\n\n", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "238.48", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/7f823ed1-25f5-48b6-823e-d125f548b6e8"}}, {"data": {"ad_id": "17ea8a58-2210-46b2-aa8a-58221076b212", "countrycode": "MT", "created_at": "2021-06-08T17:02:11.387Z", "currency": "EUR", "first_time_limit_xmr": 0.2, "max_amount": "100.00", "max_amount_available": "100.00", "min_amount": "10.00", "msg": "\u0126ej sie\u0127bu :)\n\nIbg\u0127at l-email paypal tieg\u0127ek fi\u010b-chat sabiex inkun nista' nitlob il-\u0127las\n\n(Mhux se nirrilaxxa jekk il-\u0127las jitwaqqaf)\n\nScreenshot sommarju tal-\u0127las fuq skrin s\u0127i\u0127 huwa me\u0127tie\u0121 wara li tkun \u0127allas.\n\n", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "238.48", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/17ea8a58-2210-46b2-aa8a-58221076b212"}}, {"data": {"ad_id": "f300d8d3-4faf-472c-80d8-d34fafa72cf9", "countrycode": "PT", "created_at": "2021-06-08T17:03:25.148Z", "currency": "EUR", "first_time_limit_xmr": 0.2, "max_amount": "100.00", "max_amount_available": "100.00", "min_amount": "10.00", "msg": "Ei, colega :)\n\nMande seu e-mail paypal no chat para que eu possa solicitar o pagamento\n\nA captura de tela do resumo do pagamento em tela inteira \u00e9 necess\u00e1ria ap\u00f3s o pagamento.\n\n", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "238.48", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/f300d8d3-4faf-472c-80d8-d34fafa72cf9"}}, {"data": {"ad_id": "bbeb2314-61f3-4219-ab23-1461f3f219c5", "countrycode": "FR", "created_at": "2021-05-20T19:08:14.083Z", "currency": "EUR", "first_time_limit_xmr": 0.2, "max_amount": "100.00", "max_amount_available": "100.00", "min_amount": "10.00", "msg": "Salut, gars :)\n\n Envoyez votre email paypal dans le chat pour que je puisse demander le paiement\n\n Une capture d'\u00e9cran du r\u00e9capitulatif de paiement en plein \u00e9cran est requise une fois que vous avez pay\u00e9.", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "238.48", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/bbeb2314-61f3-4219-ab23-1461f3f219c5"}}, {"data": {"ad_id": "4b27f562-e2ec-4839-a7f5-62e2ec38397c", "countrycode": "EE", "created_at": "2021-06-08T15:54:53.171Z", "currency": "EUR", "first_time_limit_xmr": 0.2, "max_amount": "100.00", "max_amount_available": "100.00", "min_amount": "10.00", "msg": "Hei s\u00f5ber :)\n\n Saatke oma paypali meil chatis, et saaksin makset taotleda\n\n P\u00e4rast maksmist on vaja t\u00e4isekraanil maksete kokkuv\u00f5tte ekraanipilti.\n", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "238.48", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/4b27f562-e2ec-4839-a7f5-62e2ec38397c"}}, {"data": {"ad_id": "49f93c7a-eb93-40a8-b93c-7aeb93f0a885", "countrycode": "LT", "created_at": "2021-06-08T17:01:04.972Z", "currency": "EUR", "first_time_limit_xmr": 0.2, "max_amount": "100.00", "max_amount_available": "100.00", "min_amount": "10.00", "msg": "labas drauge :)\n\nI\u0161si\u0173skite savo paypal el. lai\u0161k\u0105 pokalbyje, kad gal\u0117\u010diau papra\u0161yti mok\u0117jimo\n\nSumok\u0117jus, reikalinga viso ekrano mok\u0117jimo suvestin\u0117s ekrano kopija.\n\n", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "238.48", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/49f93c7a-eb93-40a8-b93c-7aeb93f0a885"}}, {"data": {"ad_id": "05eecd5d-c4b5-4d24-aecd-5dc4b57d249f", "countrycode": "CY", "created_at": "2021-06-08T16:59:25.243Z", "currency": "EUR", "first_time_limit_xmr": 0.2, "max_amount": "100.00", "max_amount_available": "100.00", "min_amount": "10.00", "msg": "\u0393\u03b5\u03b9\u03b1 \u03c3\u03bf\u03c5 \u03c6\u03af\u03bb\u03b5 :)\n\n \u03a3\u03c4\u03b5\u03af\u03bb\u03c4\u03b5 \u03c4\u03bf email \u03c3\u03b1\u03c2 \u03c3\u03c4\u03bf paypal \u03c3\u03c4\u03bf chat \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03bc\u03c0\u03bf\u03c1\u03ce \u03bd\u03b1 \u03b6\u03b7\u03c4\u03ae\u03c3\u03c9 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\n\n \u0391\u03c0\u03b1\u03b9\u03c4\u03b5\u03af\u03c4\u03b1\u03b9 \u03c3\u03c4\u03b9\u03b3\u03bc\u03b9\u03cc\u03c4\u03c5\u03c0\u03bf \u03bf\u03b8\u03cc\u03bd\u03b7\u03c2 \u03c0\u03b5\u03c1\u03af\u03bb\u03b7\u03c8\u03b7\u03c2 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 \u03c3\u03b5 \u03c0\u03bb\u03ae\u03c1\u03b7 \u03bf\u03b8\u03cc\u03bd\u03b7 \u03b1\u03c6\u03bf\u03cd \u03c0\u03bb\u03b7\u03c1\u03ce\u03c3\u03b5\u03c4\u03b5.\n\n", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "238.48", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/05eecd5d-c4b5-4d24-aecd-5dc4b57d249f"}}, {"data": {"ad_id": "dfbf3da0-bf27-4354-bf3d-a0bf272354bf", "countrycode": "RE", "created_at": "2021-12-30T10:50:27.019Z", "currency": "EUR", "first_time_limit_xmr": 0.2, "max_amount": "100.00", "max_amount_available": "100.00", "min_amount": "10.00", "msg": "Salut, gars :)\n\n Envoyez votre email paypal dans le chat pour que je puisse demander le paiement\n\n Une capture d'\u00e9cran du r\u00e9capitulatif de paiement en plein \u00e9cran est requise une fois que vous avez pay\u00e9.\n\n", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "238.48", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/dfbf3da0-bf27-4354-bf3d-a0bf272354bf"}}, {"data": {"ad_id": "cfc47038-257d-4b1e-8470-38257dcb1e30", "countrycode": "SK", "created_at": "2021-06-08T15:59:21.118Z", "currency": "EUR", "first_time_limit_xmr": 0.2, "max_amount": "100.00", "max_amount_available": "100.00", "min_amount": "10.00", "msg": "\u010cau, k\u00e1mo :)\n\n Po\u0161lite svoj paypal email do chatu, aby som mohol po\u017eiada\u0165 o platbu\n\n Po zaplaten\u00ed sa vy\u017eaduje sn\u00edmka obrazovky s\u00fahrnu platby na celej obrazovke.\n\n", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "238.48", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/cfc47038-257d-4b1e-8470-38257dcb1e30"}}, {"data": {"ad_id": "4270e746-2f80-4c11-b0e7-462f800c118a", "countrycode": "LV", "created_at": "2021-06-08T15:56:33.901Z", "currency": "EUR", "first_time_limit_xmr": 0.2, "max_amount": "100.00", "max_amount_available": "100.00", "min_amount": "10.00", "msg": "\u010cau draugs :)\n\n Nos\u016btiet savu paypal e-pastu \u010dat\u0101, lai varu piepras\u012bt maks\u0101jumu\n\n P\u0113c maks\u0101juma veik\u0161anas ir nepiecie\u0161ams pilnekr\u0101na maks\u0101juma kopsavilkuma ekr\u0101nuz\u0146\u0113mums.\n", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "238.48", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/4270e746-2f80-4c11-b0e7-462f800c118a"}}, {"data": {"ad_id": "ed23b3e8-2526-448b-a3b3-e82526048bf3", "countrycode": "GP", "created_at": "2021-12-30T10:47:56.567Z", "currency": "EUR", "first_time_limit_xmr": 0.2, "max_amount": "100.00", "max_amount_available": "100.00", "min_amount": "10.00", "msg": "Salut, gars :)\n\n Envoyez votre email paypal dans le chat pour que je puisse demander le paiement\n\n Une capture d'\u00e9cran du r\u00e9capitulatif de paiement en plein \u00e9cran est requise une fois que vous avez pay\u00e9.\n\n", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "238.48", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/ed23b3e8-2526-448b-a3b3-e82526048bf3"}}, {"data": {"ad_id": "f8fcbb0a-3bf6-4899-bcbb-0a3bf6d899a7", "countrycode": "BE", "created_at": "2021-12-30T10:12:12.088Z", "currency": "EUR", "first_time_limit_xmr": 0.2, "max_amount": "100.00", "max_amount_available": "100.00", "min_amount": "10.00", "msg": "Hey vriend :)\n\n Stuur uw PayPal-e-mail in de chat zodat ik de betaling kan aanvragen\n\n Schermafbeelding van het betalingsoverzicht op volledig scherm is vereist nadat u hebt betaald.\n\n", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "238.48", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/f8fcbb0a-3bf6-4899-bcbb-0a3bf6d899a7"}}]}, "pagination": {"next": "https://agoradesk.com/api/v1/buy-monero-online/EUR?page=11", "prev": "https://agoradesk.com/api/v1/buy-monero-online/EUR?page=9"}}, "status": 200}] -[11, "EUR", "XMR", {"success": true, "message": "OK", "response": {"data": {"ad_count": 20, "ad_list": [{"data": {"ad_id": "8b4e6392-c3c7-46dc-8e63-92c3c786dc1e", "countrycode": "IT", "created_at": "2021-08-10T20:50:24.477Z", "currency": "EUR", "max_amount": "10.00", "max_amount_available": "10.00", "min_amount": "1.00", "msg": "neteller. info on request. no id", "online_provider": "NETELLER", "require_feedback_score": 1, "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "251.21", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "neteller. info on request. no id", "profile": {"username": "luca_babulli", "name": "luca_babulli (2264; 100%)", "feedback_score": 100, "trade_count": "2264", "last_online": "2022-02-11T07:18:03.039Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/8b4e6392-c3c7-46dc-8e63-92c3c786dc1e"}}, {"data": {"ad_id": "14128e28-d88c-4877-928e-28d88c98777e", "countrycode": "IT", "created_at": "2020-09-28T15:13:39.968Z", "currency": "EUR", "max_amount": "4000.00", "max_amount_available": "1083.32", "min_amount": "10.00", "msg": "No id", "online_provider": "WU", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "253.26", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "No id-", "profile": {"username": "luca_babulli", "name": "luca_babulli (2264; 100%)", "feedback_score": 100, "trade_count": "2264", "last_online": "2022-02-11T07:18:03.039Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/14128e28-d88c-4877-928e-28d88c98777e"}}, {"data": {"ad_id": "2f3a7508-88c5-4b45-ba75-0888c51b45f2", "countrycode": "IT", "created_at": "2020-09-11T22:33:10.768Z", "currency": "EUR", "max_amount": "4.00", "max_amount_available": "4.00", "min_amount": "1.00", "msg": "for 1st trade you can send directly. ", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "257.36", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "for 1st trade you can send directly. ", "profile": {"username": "luca_babulli", "name": "luca_babulli (2264; 100%)", "feedback_score": 100, "trade_count": "2264", "last_online": "2022-02-11T07:18:03.039Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/2f3a7508-88c5-4b45-ba75-0888c51b45f2"}}, {"data": {"ad_id": "60c88ebe-0b34-40ec-888e-be0b3420ec75", "countrycode": "IT", "created_at": "2021-08-17T19:54:59.765Z", "currency": "EUR", "max_amount": "4.00", "max_amount_available": "4.00", "min_amount": "1.00", "msg": "credit card info on request", "online_provider": "CREDITCARD", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "259.41", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "credit card info on request", "profile": {"username": "luca_babulli", "name": "luca_babulli (2264; 100%)", "feedback_score": 100, "trade_count": "2264", "last_online": "2022-02-11T07:18:03.039Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/60c88ebe-0b34-40ec-888e-be0b3420ec75"}}, {"data": {"ad_id": "141d63f2-cc84-4919-9d63-f2cc84e919ec", "countrycode": "IT", "created_at": "2021-08-10T20:47:20.849Z", "currency": "EUR", "max_amount": "5.00", "max_amount_available": "5.00", "min_amount": "1.00", "msg": "hello.i've steps and conditions. need some minutes to release xrm. hope that you want proceed. \nuse ebay.ask for info", "online_provider": "CREDITCARD", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "269.66", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "hello.i've steps and conditions. need some minutes to release ", "profile": {"username": "luca_babulli", "name": "luca_babulli (2264; 100%)", "feedback_score": 100, "trade_count": "2264", "last_online": "2022-02-11T07:18:03.039Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/141d63f2-cc84-4919-9d63-f2cc84e919ec"}}, {"data": {"ad_id": "2f147a42-48c5-441a-947a-4248c5541a48", "countrycode": "DE", "created_at": "2022-01-14T09:14:59.596Z", "currency": "EUR", "max_amount_available": "4221.08", "msg": "You buy Monero and I take your Amazon Giftcards from Germany or Austria. Other countries are not usable at my location, sorry!\n\nPlease let me know where did you buy the giftcard and upload a receipt.", "online_provider": "GIFT_CARD_CODE_GLOBAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "282.70", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Deine Amazon.de Gutscheine im Tausch gegen XMR ", "profile": {"username": "postman", "name": "postman (317; 100%)", "feedback_score": 100, "trade_count": "317", "last_online": "2022-02-11T09:43:29.301Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/2f147a42-48c5-441a-947a-4248c5541a48"}}, {"data": {"ad_id": "09e678f2-276f-414d-a678-f2276f114d46", "countrycode": "IT", "created_at": "2021-08-10T20:45:17.338Z", "currency": "EUR", "max_amount": "5.00", "max_amount_available": "5.00", "min_amount": "1.00", "msg": "hello.i've steps and conditions. need some minutes to release xrm. hope that you want proceed. \nuse ebay. ASK FOR INFO", "online_provider": "CREDITCARD", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "289.16", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "hello.i've steps and conditions. ask for info", "profile": {"username": "luca_babulli", "name": "luca_babulli (2264; 100%)", "feedback_score": 100, "trade_count": "2264", "last_online": "2022-02-11T07:18:03.039Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/09e678f2-276f-414d-a678-f2276f114d46"}}, {"data": {"ad_id": "078d582e-9be2-480c-8d58-2e9be2380c6e", "countrycode": "FR", "created_at": "2021-12-16T16:23:47.873Z", "currency": "EUR", "max_amount_available": "622.53", "min_amount": "400.00", "msg": "Payments with Paypal \"for friends and family\" only.\n\nI will wait until the money is transferred to my bank account to complete the trade. So if Paypal decide your payment needs 24h to be confirmed, you will have to wait 24h. Once a transfer is asked, I don't have access to the money so you can't cancel if you find the wait too long. But if no delay for your payment, I release the Monero immediately.\n\nYou can ask for a larger amount. I don't connect often, you will find the Paypal address in the payment details after you open the trade. Please complete without waiting my approval, and just wait for me to see the payment, don't worry the Monero are escrowed here. I connect only once or twice a day.", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "296.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Paypal, no ID, large amount possible", "profile": {"username": "yoy", "name": "yoy (41; 100%)", "feedback_score": 100, "trade_count": "41", "last_online": "2022-02-10T19:48:11.032Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/078d582e-9be2-480c-8d58-2e9be2380c6e"}}, {"data": {"ad_id": "80757975-3d13-46fb-b579-753d1366fba6", "countrycode": "FR", "created_at": "2021-10-21T05:52:20.425Z", "currency": "EUR", "max_amount": "1000.00", "max_amount_available": "884.97", "min_amount": "200.00", "msg": "\ud83d\udccdI DONT NEED ID AND I NEED LONGTERM PARTNER.\n\n\ud83d\udccdI NEED DAILY BUYERS AND I RELEASE INSTANT\n\n\ud83d\udccdPay as FRIENDS & FAMILY strictly. Any other form and I won't release coins\n\n\ud83d\udccdEven we have already past trade. always ask email before sending the payment\n\n\ud83d\udccdTell me if the money is from paypal balance or linked card\n\n\ud83d\udccdI can accept card link payments. PLEASE BE HONEST AND NO CHARGEBACK FOR LONGTERM PARTNERSHIP\n\n\ud83d\udccdDon't put any note on paypal\n\n\ud83d\udccdYou can send it to my local currency PHP for faster btc release\n\n\ud83d\udccdIf the payment is on HOLD - You will wait OR refund\n\n\ud83d\udccdNo to ECHECKS\n\n\ud83d\udccdOnce the payment already receive and withdraw, I WILL RELEASE THE Moreno.\n\n", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "300.08", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "NO NEED ID - INSTANT RELEASE", "profile": {"username": "MCWILSON700", "name": "MCWILSON700 (18; 100%)", "feedback_score": 100, "trade_count": "18", "last_online": "2022-02-09T13:24:38.435Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/80757975-3d13-46fb-b579-753d1366fba6"}}, {"data": {"ad_id": "1a605e62-46c6-42e7-a05e-6246c6e2e7f4", "countrycode": "US", "created_at": "2021-11-08T10:03:26.946Z", "currency": "EUR", "max_amount": "5000.00", "max_amount_available": "884.97", "min_amount": "100.00", "msg": "This trade you going to used Xoom which actually another way to used PayPal.... once you have a PayPal account you can login to Xoom.com anyway open trade and ask for my info to make payment.\n\nRECIEVING VIA EWALLET REALTIME(GCASH) SO THAT CAN GIVE YOU COIN FAST RELEASE\n\nOPEN TRADE ONLY WHEN YOU ARE READY\n\nDETAILS WILL BE GIVEN ON THE CHAT! I RELEASE ONCE THE MONEY COMPLETELY RECIEVED ON MY EWALLET", "online_provider": "XOOM", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "300.08", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "CASHOUT YOUR BIG PAYPAL BALANCE VIA XOOM.COM", "profile": {"username": "MCWILSON700", "name": "MCWILSON700 (18; 100%)", "feedback_score": 100, "trade_count": "18", "last_online": "2022-02-09T13:24:38.435Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/1a605e62-46c6-42e7-a05e-6246c6e2e7f4"}}, {"data": {"ad_id": "dee3013e-ac0e-4dcd-a301-3eac0e2dcdd6", "countrycode": "PL", "created_at": "2021-10-18T07:00:15.910Z", "currency": "EUR", "max_amount": "1500.00", "max_amount_available": "1500.00", "min_amount": "500.00", "msg": "I'll send bank details after first contact", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "168.99", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Sepa EU Bank transfer. NO ID REQUERED", "profile": {"username": "lamsamid", "name": "lamsamid (0; 0%)", "feedback_score": 0, "trade_count": "0", "last_online": "2022-02-11T09:43:30.407Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/dee3013e-ac0e-4dcd-a301-3eac0e2dcdd6"}}, {"data": {"ad_id": "579720f7-69c6-4b95-9720-f769c6db95b5", "countrycode": "DE", "created_at": "2021-09-02T03:30:35.744Z", "currency": "EUR", "limit_to_fiat_amounts": "100,200,300,400,500", "max_amount": "500.00", "max_amount_available": "500.00", "min_amount": "100.00", "msg": "Please send per Deutsche Post Prio Brief / DHL Paket and supply me with the tracking ID", "online_provider": "CASH_BY_MAIL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "176.89", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "freemarkets", "name": "freemarkets (2; 0%)", "feedback_score": 0, "trade_count": "2", "last_online": "2022-02-08T17:21:24.769Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/579720f7-69c6-4b95-9720-f769c6db95b5"}}, {"data": {"ad_id": "337f1815-707d-4e6a-bf18-15707d6e6a8f", "countrycode": "SK", "created_at": "2021-12-29T16:42:09.606Z", "currency": "EUR", "max_amount": "1500.00", "max_amount_available": "552.52", "min_amount": "50.00", "msg": "Welcome!\n\n*I'm serious seller, you can expect extraordinary treat BUT I expect serious approach from your side as well!*\n\n---\n\n\ud83d\udcb5**You can pay:** \n- SEPA Transfer (will take 1-3 business days)\n- Crypto (BTC, ETH, LTC)\n- Cash in mail (more details in chat)\n- Meet in person\n\nI respond to your messages as soon as I see them (I have notifications via Telegram enabled). If I'm awake I respond within 1 hour. Please be patient. I do my best all the time.\n\n**I will not under any circumstances release until funds are in my hand.**\n\nYou are responsible for all fees. \n\u261d\ufe0f**Please include fixed 5EUR fee in every trade on the top of the overall trade price.**\u261d\ufe0f \nIn case of buying larger amount of XMR, please let me know and I'll prepare ad for you.\n\n---\n\n**Contact:**\n\n\ud83d\udcf1 Telegram: https://t.me/xmrAklid\n\n\ud83d\udce7 Email: [xmraklid@protonmail.com]\n\n\ud83d\udc4c Language: English, Slovak\n\n---\n\n**Please leave feedback after trade.**\n\n---\nIf you have any questions, please contact me in advance. Happy to discuss for successful trade.", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "189.52", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\u2705 No ID \ud83e\udd1dAsk me for more XMR if needed \ud83e\udd1d More options to pay", "profile": {"username": "andromuj", "name": "andromuj (7; 100%)", "feedback_score": 100, "trade_count": "7", "last_online": "2022-02-11T09:43:01.602Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/337f1815-707d-4e6a-bf18-15707d6e6a8f"}}, {"data": {"ad_id": "d7b56002-83ab-429a-b560-0283abe29a3c", "countrycode": "DE", "created_at": "2022-01-01T15:10:36.111Z", "currency": "EUR", "first_time_limit_xmr": 0.07, "max_amount": "45.00", "max_amount_available": "45.00", "min_amount": "0.00", "msg": "\n\nonly eur paysafecards\n\nPayment is via link where you use your codes or your paysafecardaccount or you can send me codes into chat.\n\n\nTell me from which counry paysafecards comes. \n\nPaysafecards from Germany, Romania and France will be fastest way.\n\nFor other nations, it may take longer.\n\nI claim to close a deal at any time without giving reason.\n\nyou can write me on telegram @cryptoexchanger420\n\nif you need some other currency or servis open trade with me and informate me.", "online_provider": "PAYSAFECARD", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "235.32", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "fast", "profile": {"username": "manascrypto", "name": "manascrypto (12; 0%)", "feedback_score": 0, "trade_count": "12", "last_online": "2022-02-10T20:18:09.064Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/d7b56002-83ab-429a-b560-0283abe29a3c"}}, {"data": {"ad_id": "fed66e9a-195e-45ac-966e-9a195e95acd3", "countrycode": "ES", "created_at": "2021-11-18T23:52:31.078Z", "currency": "EUR", "limit_to_fiat_amounts": "50,100,200", "max_amount": "500.00", "max_amount_available": "53.23", "min_amount": "50.00", "msg": "The minimum quantity to trade is 50EUR and maximum \r\nfor now is 500EUR. The price is the diary price \r\nof monero.", "online_provider": "CASH_BY_MAIL", "require_feedback_score": 75, "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "153.20", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "", "profile": {"username": "cryptuser", "name": "cryptuser (0; 0%)", "feedback_score": 0, "trade_count": "0", "last_online": "2021-11-20T20:35:16.189Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/fed66e9a-195e-45ac-966e-9a195e95acd3"}}, {"data": {"ad_id": "9eea3824-f2e7-4348-aa38-24f2e763480f", "countrycode": "FR", "created_at": "2021-11-09T18:06:31.971Z", "currency": "EUR", "max_amount": "200.00", "max_amount_available": "131.20", "min_amount": "50.00", "msg": "Hi everybody :)\n\nI'll give you my bank details when you open the trade. \nI received the money I release your Monero, as soon as possible.\n\nIf your bank transfer is NOT instant and XMR value increases more than 5% when I receive the transfer, you have to cancel the transaction and open a new one for the correct amount.", "online_provider": "REVOLUT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "165.83", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "Kikillbill", "name": "Kikillbill (0; 0%)", "feedback_score": 0, "trade_count": "0", "last_online": "2021-11-09T20:47:24.478Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/9eea3824-f2e7-4348-aa38-24f2e763480f"}}, {"data": {"ad_id": "82419d43-676c-4cf6-819d-43676cacf6d0", "countrycode": "FR", "created_at": "2022-02-03T11:52:59.945Z", "currency": "EUR", "max_amount_available": "161.14", "msg": "", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "165.83", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "M0m0", "name": "M0m0 (2; 100%)", "feedback_score": 100, "trade_count": "2", "last_online": "2022-02-03T15:14:36.963Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/82419d43-676c-4cf6-819d-43676cacf6d0"}}, {"data": {"ad_id": "c0d7f23b-cc26-4d85-97f2-3bcc265d8537", "countrycode": "CH", "created_at": "2021-09-25T15:21:59.882Z", "currency": "EUR", "max_amount": "1200.00", "max_amount_available": "1200.00", "min_amount": "100.00", "msg": "Hi,\r\n\r\n1 Open a trade and ask for my account number.\r\n\r\n2 As THE TRADE NEED TO BE DISCRETE DON'T put any reason in the text field of your bank\r\n\r\n3 Send the money to my bank and be patient.\r\n\r\n4 I release the Monero ONLY when i see the money on my account.\r\n\r\n\r\n***** I connect to my LocalMonero account 2 or 3 times per day, please be patient.*****\r\n\r\nBest regards\r\n", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "272.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "", "profile": {"username": "Jorge", "name": "Jorge (15; 100%)", "feedback_score": 100, "trade_count": "15", "last_online": "2022-02-01T21:55:07.917Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/c0d7f23b-cc26-4d85-97f2-3bcc265d8537"}}, {"data": {"ad_id": "2993cebc-195c-4c5b-93ce-bc195c4c5b5c", "countrycode": "CZ", "created_at": "2021-12-14T22:00:11.053Z", "currency": "EUR", "max_amount": "1200.00", "max_amount_available": "1200.00", "min_amount": "100.00", "msg": "Hi,\r\n\r\n1 Open a trade and ask for my account number.\r\n\r\n2 As THE TRADE NEED TO BE DISCRETE DON'T put any reason in the text field of your bank\r\n\r\n3 Send the money to my bank and be patient.\r\n\r\n4 I release the Monero ONLY when i see the money on my account.\r\n\r\n* I connect to my LocalMonero account 2 or 3 times per day, please be patient.*\r\n\r\nBest regards", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "272.00", "track_max_amount": true, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "you can pay with any bank or specific bank as Revolut, Wise... ", "profile": {"username": "Jorge", "name": "Jorge (15; 100%)", "feedback_score": 100, "trade_count": "15", "last_online": "2022-02-01T21:55:07.917Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/2993cebc-195c-4c5b-93ce-bc195c4c5b5c"}}, {"data": {"ad_id": "5a9286b0-4141-400e-9286-b04141200eb5", "countrycode": "HU", "created_at": "2021-09-25T15:29:55.826Z", "currency": "EUR", "max_amount": "1200.00", "max_amount_available": "1200.00", "min_amount": "100.00", "msg": "Hi,\r\n\r\n1 Open a trade and ask for my account number.\r\n\r\n2 As THE TRADE NEED TO BE DISCRETE DON'T put any reason in the text field of your bank\r\n\r\n3 Send the money to my bank and be patient.\r\n\r\n4 I release the Monero ONLY when i see the money on my account.\r\n\r\n\r\n***** I connect to my LocalMonero account 2 or 3 times per day, please be patient.*****\r\n\r\nBest regards\r\n", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "272.00", "track_max_amount": true, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "", "profile": {"username": "Jorge", "name": "Jorge (15; 100%)", "feedback_score": 100, "trade_count": "15", "last_online": "2022-02-01T21:55:07.917Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/5a9286b0-4141-400e-9286-b04141200eb5"}}]}, "pagination": {"next": "https://agoradesk.com/api/v1/buy-monero-online/EUR?page=12", "prev": "https://agoradesk.com/api/v1/buy-monero-online/EUR?page=10"}}, "status": 200}] -[12, "EUR", "XMR", {"success": true, "message": "OK", "response": {"data": {"ad_count": 20, "ad_list": [{"data": {"ad_id": "c812f35c-7b09-452a-92f3-5c7b09552ac2", "countrycode": "LT", "created_at": "2021-09-25T15:53:18.940Z", "currency": "EUR", "max_amount": "1200.00", "max_amount_available": "1200.00", "min_amount": "100.00", "msg": "Hi,\r\n\r\n1 Open a trade and ask for my account number.\r\n\r\n2 As THE TRADE NEED TO BE DISCRETE DON'T put any reason in the text field of your bank\r\n\r\n3 Send the money to my bank and be patient.\r\n\r\n4 I release the Monero ONLY when i see the money on my account.\r\n\r\n\r\n***** I connect to my LocalMonero account 2 or 3 times per day, please be patient.*****\r\n\r\nBest regards\r\n", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "272.00", "track_max_amount": true, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "you can pay with any bank or specific bank as Revolut, Wise... ", "profile": {"username": "Jorge", "name": "Jorge (15; 100%)", "feedback_score": 100, "trade_count": "15", "last_online": "2022-02-01T21:55:07.917Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/c812f35c-7b09-452a-92f3-5c7b09552ac2"}}, {"data": {"ad_id": "728e71a7-2e9d-4f0a-8e71-a72e9d9f0a49", "countrycode": "FR", "created_at": "2021-09-06T21:24:59.445Z", "currency": "EUR", "max_amount": "1200.00", "max_amount_available": "1200.00", "min_amount": "100.00", "msg": "Hi,\r\n\r\n1 Open a trade and ask for my account number.\r\n\r\n2 As THE TRADE NEED TO BE DISCRETE DON'T put any reason in the text field of your bank\r\n\r\n3 Send the money to my bank and be patient.\r\n\r\n4 I release the Monero directly when i receiv the money on my account.\r\n\r\n\r\n***** I connect to my LocalMonero account few times per day, please be patient if im not online.*****\r\n\r\nBest regards\r\n", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "272.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "", "profile": {"username": "Jorge", "name": "Jorge (15; 100%)", "feedback_score": 100, "trade_count": "15", "last_online": "2022-02-01T21:55:07.917Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/728e71a7-2e9d-4f0a-8e71-a72e9d9f0a49"}}, {"data": {"ad_id": "e39971c0-78d4-42c3-9971-c078d4c2c33e", "countrycode": "RO", "created_at": "2021-12-14T22:01:56.913Z", "currency": "EUR", "max_amount": "1200.00", "max_amount_available": "1200.00", "min_amount": "100.00", "msg": "Hi,\r\n\r\n1 Open a trade and ask for my account number.\r\n\r\n2 As THE TRADE NEED TO BE DISCRETE DON'T put any reason in the text field of your bank\r\n\r\n3 Send the money to my bank and be patient.\r\n\r\n4 I release the Monero ONLY when i see the money on my account.\r\n\r\n* I connect to my LocalMonero account 2 or 3 times per day, please be patient.*\r\n\r\nBest regards", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "272.00", "track_max_amount": true, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "you can pay with any bank or specific bank as Revolut, Wise... ", "profile": {"username": "Jorge", "name": "Jorge (15; 100%)", "feedback_score": 100, "trade_count": "15", "last_online": "2022-02-01T21:55:07.917Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/e39971c0-78d4-42c3-9971-c078d4c2c33e"}}, {"data": {"ad_id": "ff361a0b-903e-44f7-b61a-0b903ef4f712", "countrycode": "BG", "created_at": "2021-12-14T22:12:11.118Z", "currency": "EUR", "max_amount": "1200.00", "max_amount_available": "1200.00", "min_amount": "100.00", "msg": "Hi,\r\n\r\n1 Open a trade and ask for my account number.\r\n\r\n2 As THE TRADE NEED TO BE DISCRETE DON'T put any reason in the text field of your bank\r\n\r\n3 Send the money to my bank and be patient.\r\n\r\n4 I release the Monero ONLY when i see the money on my account.\r\n\r\n* I connect to my LocalMonero account 2 or 3 times per day, please be patient.*\r\n\r\nBest regards", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "272.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "you can pay with any bank or specific bank as Revolut, Wise... ", "profile": {"username": "Jorge", "name": "Jorge (15; 100%)", "feedback_score": 100, "trade_count": "15", "last_online": "2022-02-01T21:55:07.917Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/ff361a0b-903e-44f7-b61a-0b903ef4f712"}}, {"data": {"ad_id": "94b399e2-2c96-480c-b399-e22c96180cf2", "countrycode": "PT", "created_at": "2021-09-25T15:31:18.321Z", "currency": "EUR", "max_amount": "1200.00", "max_amount_available": "1200.00", "min_amount": "100.00", "msg": "Hi,\r\n\r\n1 Open a trade and ask for my account number.\r\n\r\n2 As THE TRADE NEED TO BE DISCRETE DON'T put any reason in the text field of your bank\r\n\r\n3 Send the money to my bank and be patient.\r\n\r\n4 I release the Monero ONLY when i see the money on my account.\r\n\r\n\r\n***** I connect to my LocalMonero account 2 or 3 times per day, please be patient.*****\r\n\r\nBest regards\r\n", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "272.00", "track_max_amount": true, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "", "profile": {"username": "Jorge", "name": "Jorge (15; 100%)", "feedback_score": 100, "trade_count": "15", "last_online": "2022-02-01T21:55:07.917Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/94b399e2-2c96-480c-b399-e22c96180cf2"}}, {"data": {"ad_id": "f3249712-c189-43a9-a497-12c189e3a9f8", "countrycode": "MT", "created_at": "2021-09-25T15:33:17.902Z", "currency": "EUR", "max_amount": "1200.00", "max_amount_available": "1200.00", "min_amount": "100.00", "msg": "Hi,\r\n\r\n1 Open a trade and ask for my account number.\r\n\r\n2 As THE TRADE NEED TO BE DISCRETE DON'T put any reason in the text field of your bank\r\n\r\n3 Send the money to my bank and be patient.\r\n\r\n4 I release the Monero ONLY when i see the money on my account.\r\n\r\n\r\n***** I connect to my LocalMonero account 2 or 3 times per day, please be patient.*****\r\n\r\nBest regards\r\n", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "272.00", "track_max_amount": true, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "you can pay with any bank or specific bank as Revolut, Wise...", "profile": {"username": "Jorge", "name": "Jorge (15; 100%)", "feedback_score": 100, "trade_count": "15", "last_online": "2022-02-01T21:55:07.917Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/f3249712-c189-43a9-a497-12c189e3a9f8"}}, {"data": {"ad_id": "354f59ae-c281-4700-8f59-aec281970075", "countrycode": "GB", "created_at": "2021-09-25T15:13:14.336Z", "currency": "EUR", "max_amount": "1200.00", "max_amount_available": "1200.00", "min_amount": "100.00", "msg": "Hi,\r\n\r\n1 Open a trade and ask for my account number.\r\n\r\n2 As THE TRADE NEED TO BE DISCRETE DON'T put any reason in the text field of your bank\r\n\r\n3 Send the money to my bank and be patient.\r\n\r\n4 I release the Monero ONLY when i see the money on my account.\r\n\r\n\r\n***** I connect to my LocalMonero account 2 or 3 times per day, please be patient.*****\r\n\r\nBest regards\r\n", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "272.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "", "profile": {"username": "Jorge", "name": "Jorge (15; 100%)", "feedback_score": 100, "trade_count": "15", "last_online": "2022-02-01T21:55:07.917Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/354f59ae-c281-4700-8f59-aec281970075"}}, {"data": {"ad_id": "6ce55e8a-10f4-4d66-a55e-8a10f4ad669c", "countrycode": "GR", "created_at": "2021-09-25T16:00:57.101Z", "currency": "EUR", "max_amount": "1200.00", "max_amount_available": "1200.00", "min_amount": "100.00", "msg": "Hi,\r\n\r\n1 Open a trade and ask for my account number.\r\n\r\n2 As THE TRADE NEED TO BE DISCRETE DON'T put any reason in the text field of your bank\r\n\r\n3 Send the money to my bank and be patient.\r\n\r\n4 I release the Monero ONLY when i see the money on my account.\r\n\r\n* I connect to my LocalMonero account 2 or 3 times per day, please be patient.*\r\n\r\nBest regards", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "272.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "you can pay with any bank or specific bank as Revolut, Wise... ", "profile": {"username": "Jorge", "name": "Jorge (15; 100%)", "feedback_score": 100, "trade_count": "15", "last_online": "2022-02-01T21:55:07.917Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/6ce55e8a-10f4-4d66-a55e-8a10f4ad669c"}}, {"data": {"ad_id": "69ae1799-283a-4c2b-ae17-99283a8c2b93", "countrycode": "MC", "created_at": "2021-12-14T22:13:27.194Z", "currency": "EUR", "max_amount": "1200.00", "max_amount_available": "1200.00", "min_amount": "100.00", "msg": "Hi,\r\n\r\n1 Open a trade and ask for my account number.\r\n\r\n2 As THE TRADE NEED TO BE DISCRETE DON'T put any reason in the text field of your bank\r\n\r\n3 Send the money to my bank and be patient.\r\n\r\n4 I release the Monero ONLY when i see the money on my account.\r\n\r\n* I connect to my LocalMonero account 2 or 3 times per day, please be patient.*\r\n\r\nBest regards", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "272.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "you can pay with any bank or specific bank as Revolut, Wise... ", "profile": {"username": "Jorge", "name": "Jorge (15; 100%)", "feedback_score": 100, "trade_count": "15", "last_online": "2022-02-01T21:55:07.917Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/69ae1799-283a-4c2b-ae17-99283a8c2b93"}}, {"data": {"ad_id": "d11043b9-27a9-4d69-9043-b927a90d6981", "countrycode": "DK", "created_at": "2021-09-25T16:03:20.525Z", "currency": "EUR", "max_amount": "1200.00", "max_amount_available": "1200.00", "min_amount": "100.00", "msg": "Hi,\r\n\r\n1 Open a trade and ask for my account number.\r\n\r\n2 As THE TRADE NEED TO BE DISCRETE DON'T put any reason in the text field of your bank\r\n\r\n3 Send the money to my bank and be patient.\r\n\r\n4 I release the Monero ONLY when i see the money on my account.\r\n\r\n* I connect to my LocalMonero account 2 or 3 times per day, please be patient.*\r\n\r\nBest regards", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "272.00", "track_max_amount": true, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "you can pay with any bank or specific bank as Revolut, Wise... ", "profile": {"username": "Jorge", "name": "Jorge (15; 100%)", "feedback_score": 100, "trade_count": "15", "last_online": "2022-02-01T21:55:07.917Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/d11043b9-27a9-4d69-9043-b927a90d6981"}}, {"data": {"ad_id": "f09c52ba-f003-43bd-9c52-baf00303bd5d", "countrycode": "LU", "created_at": "2021-09-25T15:22:58.110Z", "currency": "EUR", "max_amount": "1200.00", "max_amount_available": "1200.00", "min_amount": "100.00", "msg": "Hi,\r\n\r\n1 Open a trade and ask for my account number.\r\n\r\n2 As THE TRADE NEED TO BE DISCRETE DON'T put any reason in the text field of your bank\r\n\r\n3 Send the money to my bank and be patient.\r\n\r\n4 I release the Monero ONLY when i see the money on my account.\r\n\r\n\r\n***** I connect to my LocalMonero account 2 or 3 times per day, please be patient.*****\r\n\r\nBest regards\r\n", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "272.00", "track_max_amount": true, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "", "profile": {"username": "Jorge", "name": "Jorge (15; 100%)", "feedback_score": 100, "trade_count": "15", "last_online": "2022-02-01T21:55:07.917Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/f09c52ba-f003-43bd-9c52-baf00303bd5d"}}, {"data": {"ad_id": "e35c51ff-d2f8-4840-9c51-ffd2f8984083", "countrycode": "ES", "created_at": "2021-09-25T15:20:33.644Z", "currency": "EUR", "max_amount": "1064.00", "max_amount_available": "1064.00", "min_amount": "100.00", "msg": "Hi,\r\n\r\n1 Open a trade and ask for my account number.\r\n\r\n2 As THE TRADE NEED TO BE DISCRETE DON'T put any reason in the text field of your bank\r\n\r\n3 Send the money to my bank and be patient.\r\n\r\n4 I release the Monero ONLY when i see the money on my account.\r\n\r\n\r\n***** I connect to my LocalMonero account 2 or 3 times per day, please be patient.*****\r\n\r\nBest regards\r\n", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "272.00", "track_max_amount": true, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "", "profile": {"username": "Jorge", "name": "Jorge (15; 100%)", "feedback_score": 100, "trade_count": "15", "last_online": "2022-02-01T21:55:07.917Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/e35c51ff-d2f8-4840-9c51-ffd2f8984083"}}, {"data": {"ad_id": "16ff709c-461c-403a-bf70-9c461c103a51", "countrycode": "PL", "created_at": "2021-09-25T15:27:23.477Z", "currency": "EUR", "max_amount": "1200.00", "max_amount_available": "1200.00", "min_amount": "100.00", "msg": "Hi,\r\n\r\n1 Open a trade and ask for my account number.\r\n\r\n2 As THE TRADE NEED TO BE DISCRETE DON'T put any reason in the text field of your bank\r\n\r\n3 Send the money to my bank and be patient.\r\n\r\n4 I release the Monero ONLY when i see the money on my account.\r\n\r\n\r\n***** I connect to my LocalMonero account 2 or 3 times per day, please be patient.*****\r\n\r\nBest regards\r\n", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "272.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "", "profile": {"username": "Jorge", "name": "Jorge (15; 100%)", "feedback_score": 100, "trade_count": "15", "last_online": "2022-02-01T21:55:07.917Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/16ff709c-461c-403a-bf70-9c461c103a51"}}, {"data": {"ad_id": "f203fdf9-3b5a-47b1-83fd-f93b5a97b13c", "countrycode": "FI", "created_at": "2021-12-14T22:04:36.772Z", "currency": "EUR", "max_amount": "1200.00", "max_amount_available": "1200.00", "min_amount": "100.00", "msg": "Hi,\r\n\r\n1 Open a trade and ask for my account number.\r\n\r\n2 As THE TRADE NEED TO BE DISCRETE DON'T put any reason in the text field of your bank\r\n\r\n3 Send the money to my bank and be patient.\r\n\r\n4 I release the Monero ONLY when i see the money on my account.\r\n\r\n* I connect to my LocalMonero account 2 or 3 times per day, please be patient.*\r\n\r\nBest regards", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "272.00", "track_max_amount": true, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "you can pay with any bank or specific bank as Revolut, Wise... ", "profile": {"username": "Jorge", "name": "Jorge (15; 100%)", "feedback_score": 100, "trade_count": "15", "last_online": "2022-02-01T21:55:07.917Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/f203fdf9-3b5a-47b1-83fd-f93b5a97b13c"}}, {"data": {"ad_id": "92121c5b-c07b-436a-921c-5bc07b036a53", "countrycode": "BE", "created_at": "2021-09-25T15:16:42.133Z", "currency": "EUR", "max_amount": "1200.00", "max_amount_available": "1200.00", "min_amount": "100.00", "msg": "Hi,\r\n\r\n1 Open a trade and ask for my account number.\r\n\r\n2 As THE TRADE NEED TO BE DISCRETE DON'T put any reason in the text field of your bank\r\n\r\n3 Send the money to my bank and be patient.\r\n\r\n4 I release the Monero ONLY when i see the money on my account.\r\n\r\n\r\n***** I connect to my LocalMonero account 2 or 3 times per day, please be patient.*****\r\n\r\nBest regards\r\n", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "272.00", "track_max_amount": true, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "", "profile": {"username": "Jorge", "name": "Jorge (15; 100%)", "feedback_score": 100, "trade_count": "15", "last_online": "2022-02-01T21:55:07.917Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/92121c5b-c07b-436a-921c-5bc07b036a53"}}, {"data": {"ad_id": "e07f1fef-3e67-4e9d-bf1f-ef3e671e9dbc", "countrycode": "NL", "created_at": "2021-09-25T15:24:35.354Z", "currency": "EUR", "max_amount": "1200.00", "max_amount_available": "1200.00", "min_amount": "100.00", "msg": "Hi,\r\n\r\n1 Open a trade and ask for my account number.\r\n\r\n2 As THE TRADE NEED TO BE DISCRETE DON'T put any reason in the text field of your bank\r\n\r\n3 Send the money to my bank and be patient.\r\n\r\n4 I release the Monero ONLY when i see the money on my account.\r\n\r\n\r\n***** I connect to my LocalMonero account 2 or 3 times per day, please be patient.*****\r\n\r\nBest regards\r\n", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "272.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "", "profile": {"username": "Jorge", "name": "Jorge (15; 100%)", "feedback_score": 100, "trade_count": "15", "last_online": "2022-02-01T21:55:07.917Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/e07f1fef-3e67-4e9d-bf1f-ef3e671e9dbc"}}, {"data": {"ad_id": "844fd027-8b9e-4bad-8fd0-278b9ecbadcb", "countrycode": "LV", "created_at": "2021-09-25T16:04:43.449Z", "currency": "EUR", "max_amount": "1300.00", "max_amount_available": "1300.00", "min_amount": "100.00", "msg": "Hi,\r\n\r\n1 Open a trade and ask for my account number.\r\n\r\n2 As THE TRADE NEED TO BE DISCRETE DON'T put any reason in the text field of your bank\r\n\r\n3 Send the money to my bank and be patient.\r\n\r\n4 I release the Monero ONLY when i see the money on my account.\r\n\r\n* I connect to my LocalMonero account 2 or 3 times per day, please be patient.*\r\n\r\nBest regards", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "272.00", "track_max_amount": true, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "you can pay with any bank or specific bank as Revolut, Wise... ", "profile": {"username": "Jorge", "name": "Jorge (15; 100%)", "feedback_score": 100, "trade_count": "15", "last_online": "2022-02-01T21:55:07.917Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/844fd027-8b9e-4bad-8fd0-278b9ecbadcb"}}, {"data": {"ad_id": "1b6359c0-a2ef-4875-a359-c0a2ef1875bd", "countrycode": "AT", "created_at": "2021-09-25T15:28:27.200Z", "currency": "EUR", "max_amount": "1400.00", "max_amount_available": "1400.00", "min_amount": "100.00", "msg": "Hi,\r\n\r\n1 Open a trade and ask for my account number.\r\n\r\n2 As THE TRADE NEED TO BE DISCRETE DON'T put any reason in the text field of your bank\r\n\r\n3 Send the money to my bank and be patient.\r\n\r\n4 I release the Monero ONLY when i see the money on my account.\r\n\r\n\r\n***** I connect to my LocalMonero account 2 or 3 times per day, please be patient.*****\r\n\r\nBest regards\r\n", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "272.00", "track_max_amount": true, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "", "profile": {"username": "Jorge", "name": "Jorge (15; 100%)", "feedback_score": 100, "trade_count": "15", "last_online": "2022-02-01T21:55:07.917Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/1b6359c0-a2ef-4875-a359-c0a2ef1875bd"}}, {"data": {"ad_id": "f0158ec8-92c1-4466-958e-c892c1146601", "countrycode": "SK", "created_at": "2021-09-25T15:58:08.435Z", "currency": "EUR", "max_amount": "1200.00", "max_amount_available": "1200.00", "min_amount": "100.00", "msg": "Hi,\r\n\r\n1 Open a trade and ask for my account number.\r\n\r\n2 As THE TRADE NEED TO BE DISCRETE DON'T put any reason in the text field of your bank\r\n\r\n3 Send the money to my bank and be patient.\r\n\r\n4 I release the Monero ONLY when i see the money on my account.\r\n\r\n* I connect to my LocalMonero account 2 or 3 times per day, please be patient.*\r\n\r\nBest regards", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "272.00", "track_max_amount": true, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "you can pay with any bank or specific bank as Revolut, Wise... ", "profile": {"username": "Jorge", "name": "Jorge (15; 100%)", "feedback_score": 100, "trade_count": "15", "last_online": "2022-02-01T21:55:07.917Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/f0158ec8-92c1-4466-958e-c892c1146601"}}, {"data": {"ad_id": "fab7060b-2a7c-4ca1-b706-0b2a7ceca1e4", "countrycode": "IE", "created_at": "2021-09-25T15:25:54.616Z", "currency": "EUR", "max_amount": "1200.00", "max_amount_available": "1200.00", "min_amount": "100.00", "msg": "Hi,\r\n\r\n1 Open a trade and ask for my account number.\r\n\r\n2 As THE TRADE NEED TO BE DISCRETE DON'T put any reason in the text field of your bank\r\n\r\n3 Send the money to my bank and be patient.\r\n\r\n4 I release the Monero ONLY when i see the money on my account.\r\n\r\n\r\n***** I connect to my LocalMonero account 2 or 3 times per day, please be patient.*****\r\n\r\nBest regards\r\n", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "272.00", "track_max_amount": true, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "", "profile": {"username": "Jorge", "name": "Jorge (15; 100%)", "feedback_score": 100, "trade_count": "15", "last_online": "2022-02-01T21:55:07.917Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/fab7060b-2a7c-4ca1-b706-0b2a7ceca1e4"}}]}, "pagination": {"next": "https://agoradesk.com/api/v1/buy-monero-online/EUR?page=13", "prev": "https://agoradesk.com/api/v1/buy-monero-online/EUR?page=11"}}, "status": 200}] -[13, "EUR", "XMR", {"success": true, "message": "OK", "response": {"data": {"ad_count": 8, "ad_list": [{"data": {"ad_id": "b8b12954-49f4-4d5f-b129-5449f41d5fb5", "countrycode": "SE", "created_at": "2021-09-25T15:56:11.562Z", "currency": "EUR", "max_amount": "1200.00", "max_amount_available": "1200.00", "min_amount": "100.00", "msg": "Hi,\r\n\r\n1 Open a trade and ask for my account number.\r\n\r\n2 As THE TRADE NEED TO BE DISCRETE DON'T put any reason in the text field of your bank\r\n\r\n3 Send the money to my bank and be patient.\r\n\r\n4 I release the Monero ONLY when i see the money on my account.\r\n\r\n* I connect to my LocalMonero account 2 or 3 times per day, please be patient.*\r\n\r\nBest regards", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "272.00", "track_max_amount": true, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "you can pay with any bank or specific bank as Revolut, Wise... ", "profile": {"username": "Jorge", "name": "Jorge (15; 100%)", "feedback_score": 100, "trade_count": "15", "last_online": "2022-02-01T21:55:07.917Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/b8b12954-49f4-4d5f-b129-5449f41d5fb5"}}, {"data": {"ad_id": "c8b80cc1-44ba-47de-b80c-c144ba87de63", "countrycode": "HR", "created_at": "2021-12-14T22:10:11.576Z", "currency": "EUR", "max_amount": "1200.00", "max_amount_available": "1200.00", "min_amount": "100.00", "msg": "Hi,\r\n\r\n1 Open a trade and ask for my account number.\r\n\r\n2 As THE TRADE NEED TO BE DISCRETE DON'T put any reason in the text field of your bank\r\n\r\n3 Send the money to my bank and be patient.\r\n\r\n4 I release the Monero ONLY when i see the money on my account.\r\n\r\n* I connect to my LocalMonero account 2 or 3 times per day, please be patient.*\r\n\r\nBest regards", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "272.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "you can pay with any bank or specific bank as Revolut, Wise... ", "profile": {"username": "Jorge", "name": "Jorge (15; 100%)", "feedback_score": 100, "trade_count": "15", "last_online": "2022-02-01T21:55:07.917Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/c8b80cc1-44ba-47de-b80c-c144ba87de63"}}, {"data": {"ad_id": "626e497e-3ddf-4337-ae49-7e3ddf4337ef", "countrycode": "EE", "created_at": "2021-09-25T15:49:44.302Z", "currency": "EUR", "max_amount": "1200.00", "max_amount_available": "1200.00", "min_amount": "100.00", "msg": "Hi,\r\n\r\n1 Open a trade and ask for my account number.\r\n\r\n2 As THE TRADE NEED TO BE DISCRETE DON'T put any reason in the text field of your bank\r\n\r\n3 Send the money to my bank and be patient.\r\n\r\n4 I release the Monero ONLY when i see the money on my account.\r\n\r\n\r\n***** I connect to my LocalMonero account 2 or 3 times per day, please be patient.*****\r\n\r\nBest regards\r\n", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "272.00", "track_max_amount": true, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "you can pay with any bank or specific bank as Revolut, Wise... ", "profile": {"username": "Jorge", "name": "Jorge (15; 100%)", "feedback_score": 100, "trade_count": "15", "last_online": "2022-02-01T21:55:07.917Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/626e497e-3ddf-4337-ae49-7e3ddf4337ef"}}, {"data": {"ad_id": "e98a86af-54aa-4879-8a86-af54aa98791a", "countrycode": "SI", "created_at": "2021-12-14T21:56:23.920Z", "currency": "EUR", "max_amount": "1200.00", "max_amount_available": "1200.00", "min_amount": "100.00", "msg": "Hi,\r\n\r\n1 Open a trade and ask for my account number.\r\n\r\n2 As THE TRADE NEED TO BE DISCRETE DON'T put any reason in the text field of your bank\r\n\r\n3 Send the money to my bank and be patient.\r\n\r\n4 I release the Monero ONLY when i see the money on my account.\r\n\r\n* I connect to my LocalMonero account 2 or 3 times per day, please be patient.*\r\n\r\nBest regards", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "272.00", "track_max_amount": true, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "you can pay with any bank or specific bank as Revolut, Wise... ", "profile": {"username": "Jorge", "name": "Jorge (15; 100%)", "feedback_score": 100, "trade_count": "15", "last_online": "2022-02-01T21:55:07.917Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/e98a86af-54aa-4879-8a86-af54aa98791a"}}, {"data": {"ad_id": "8a30a234-a13f-41c0-b0a2-34a13f51c095", "countrycode": "IT", "created_at": "2021-09-25T15:19:10.034Z", "currency": "EUR", "max_amount": "1200.00", "max_amount_available": "1200.00", "min_amount": "100.00", "msg": "Hi,\r\n\r\n1 Open a trade and ask for my account number.\r\n\r\n2 As THE TRADE NEED TO BE DISCRETE DON'T put any reason in the text field of your bank\r\n\r\n3 Send the money to my bank and be patient.\r\n\r\n4 I release the Monero ONLY when i see the money on my account.\r\n\r\n\r\n***** I connect to my LocalMonero account 2 or 3 times per day, please be patient.*****\r\n\r\nBest regards\r\n", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "272.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "", "profile": {"username": "Jorge", "name": "Jorge (15; 100%)", "feedback_score": 100, "trade_count": "15", "last_online": "2022-02-01T21:55:07.917Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/8a30a234-a13f-41c0-b0a2-34a13f51c095"}}, {"data": {"ad_id": "aafb3dce-da7c-4958-bb3d-ceda7c2958ce", "countrycode": "DE", "created_at": "2021-09-25T15:08:19.429Z", "currency": "EUR", "max_amount": "1200.00", "max_amount_available": "1200.00", "min_amount": "100.00", "msg": "Hi,\r\n\r\n1 Open a trade and ask for my account number.\r\n\r\n2 As THE TRADE NEED TO BE DISCRETE DON'T put any reason in the text field of your bank\r\n\r\n3 Send the money to my bank and be patient.\r\n\r\n4 I release the Monero ONLY when i see the money on my account.\r\n\r\n\r\n***** I connect to my LocalMonero account 2 or 3 times per day, please be patient.*****\r\n\r\nBest regards\r\n", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "272.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "", "profile": {"username": "Jorge", "name": "Jorge (15; 100%)", "feedback_score": 100, "trade_count": "15", "last_online": "2022-02-01T21:55:07.917Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/aafb3dce-da7c-4958-bb3d-ceda7c2958ce"}}, {"data": {"ad_id": "c9fbaaa2-6434-4b39-bbaa-a26434cb3979", "countrycode": "ES", "created_at": "2018-03-05T18:37:38.723Z", "currency": "EUR", "first_time_limit_xmr": 4, "max_amount": "1140.60", "max_amount_available": "1040.60", "min_amount": "100.00", "msg": "", "online_provider": "NATIONAL_BANK", "require_feedback_score": 1, "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "341.00", "track_max_amount": true, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "sanjurjo", "name": "sanjurjo (2; 0%)", "feedback_score": 0, "trade_count": "2", "last_online": "2021-07-01T15:43:58.776Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/c9fbaaa2-6434-4b39-bbaa-a26434cb3979"}}, {"data": {"ad_id": "225150af-4e90-4b05-9150-af4e90db0526", "countrycode": "DE", "created_at": "2021-05-12T19:36:26.904Z", "currency": "EUR", "max_amount": "100.00", "max_amount_available": "100.00", "min_amount": "10.00", "msg": "__TERMS OF TRADE:__ \n\n__ONLY__ Steam Gift Cards with EUR balance!", "online_provider": "GIFT_CARD_CODE_GLOBAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "473.80", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "STEAM GIFT CARDS ONLY", "profile": {"username": "Ahmed003", "name": "Ahmed003 (95; 100%)", "feedback_score": 100, "trade_count": "95", "last_online": "2022-01-31T22:42:43.995Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/225150af-4e90-4b05-9150-af4e90db0526"}}]}, "pagination": {"prev": "https://agoradesk.com/api/v1/buy-monero-online/EUR?page=12"}}, "status": 200}] -[0, "MXN", "XMR", {"success": true, "message": "OK", "response": {"data": {"ad_count": 4, "ad_list": [{"data": {"ad_id": "75474da5-8395-4f55-874d-a58395ef5556", "countrycode": "MX", "created_at": "2021-09-18T12:10:12.493Z", "currency": "MXN", "first_time_limit_xmr": 1, "max_amount_available": "27035.45", "min_amount": "1000.00", "msg": "Sorry, I only speak english.\n\nI accept many cryptos for exchange such as BTC, LTC, XRP, XLM, DOGE, and many more.\n\nPlease enter the amount of XMR you want and then send me a message with the crypto you want to send me in exchange.\n\nBTC can be extremely slow and may take upwards of an hour for me to receive one confirmation and release your XMR.\n\nETH and ERC-20 coins have high network fees and I cannot give you as good of an exchange rate on those cryptos.\n\nThe coins I like to use for exchange because they are fast and have lower fees are LTC, XRP, and XLM.\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nPlease don't mark your trade as paid until you send the crypto to the wallet address I give you.\n\nIf we have traded before, DO NOT SEND TO THE SAME WALLET AS LAST TIME. My wallet address changes with every trade.\n\nPlease check out https://protectwealth.co to do your own trade anonymously 24/7 and get a better exchange rate!\n\nI don't have much XMR available here, but you can get as much as you want on my website.\n\nI may leave this ad up overnight or when I'm busy. If you don't get a reply from me within half an hour please cancel the trade.\n\nThank you", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "3957.41", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your other coins for Monero!", "profile": {"username": "Moneroeh", "name": "Moneroeh (521; 100%)", "feedback_score": 100, "trade_count": "521", "last_online": "2022-02-11T05:29:38.461Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/75474da5-8395-4f55-874d-a58395ef5556"}}, {"data": {"ad_id": "64cdcaca-0f61-4139-8dca-ca0f61e1390f", "countrycode": "MX", "created_at": "2022-02-09T19:06:23.349Z", "currency": "MXN", "max_amount": "82105.47", "max_amount_available": "34685.55", "min_amount": "205.26", "msg": "Hello and welcome!\n\nPlease start a trade and wait until I send the reference/note, then complete the payment using the payment details.\n\nInstructions below are for the Revolut app, but you may send with instant SEPA or bank transfer in the UK.\n\nStep-by-step instructions in Revolut app:\n* Go to **Send** on balance page\n* Click **New** in top right corner\n* Select **Add a bank recipient**\n* Select **Business**\n* Set **Country of recipient's bank** to **\"United Kingdom\"**\n* Set **Currency** to the one you want to send (example: EUR, USD, GBP, SEK, PLN, CHF, etc...)\n* Set **IBAN** to **\"GB87 REVO 0099 6930 5868 62\"**\n* Set **BIC/SWIFT** to **\"REVOGB21\"**\n* Set **Company name** to **\"PATHOGEN LIMITED\"**\n* Leave e-mail blank\n* Click **Add recipient**\n* If you are asked for address information, please use **24 Holborn Viaduct, London, England, EC1A 2BN**\n* **IMPORTANT:** Set **Reference** to the ID provided in chat (example: **XMR-XXXXX**), without this I won\u2019t know which trade to release!\n* Send the payment\n\nAs soon as the money is received (around 5 seconds average) I'll release the XMR! :)", "online_provider": "REVOLUT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "4808.07", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\u2705ONLINE NOW \ud83e\udd77NO KYC \ud83d\ude80INSTANT", "profile": {"username": "topmonero", "name": "topmonero (883; 100%)", "feedback_score": 100, "trade_count": "883", "last_online": "2022-02-11T09:43:22.063Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/64cdcaca-0f61-4139-8dca-ca0f61e1390f"}}, {"data": {"ad_id": "29d85cda-5fc4-489e-985c-da5fc4b89ef2", "countrycode": "MX", "created_at": "2022-01-13T07:33:31.812Z", "currency": "MXN", "first_time_limit_xmr": 1, "max_amount": "24000.00", "max_amount_available": "24000.00", "min_amount": "1200.00", "msg": "**PLEASE READ THIS BEFORE YOU START A TRADE!**\n\n---\n- For first-time traders, I will need an ID.\n- Payment only via the Friends and Family option on PayPal. (NO Goods and Services). \n- Send the full amount in one transaction from your account. (Don't use the account of a friend or family member). \n- INSTANT XMR RELEASE after I received the money on PayPal. \n---\nI can always refuse to trade without explanation. ", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "4893.14", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "PayPal Friends and Family only | NO ID | Instant Release |", "profile": {"username": "yakinikun", "name": "yakinikun (51; 100%)", "feedback_score": 100, "trade_count": "51", "last_online": "2022-02-11T09:43:57.976Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/29d85cda-5fc4-489e-985c-da5fc4b89ef2"}}, {"data": {"ad_id": "a33c95f4-2b93-468c-bc95-f42b93e68c72", "countrycode": "DE", "created_at": "2022-01-12T23:17:38.648Z", "currency": "MXN", "first_time_limit_xmr": 1, "max_amount": "1200.00", "max_amount_available": "1200.00", "min_amount": "1200.00", "msg": "**READ THIS BEFORE YOU START A TRADE!** \ud83e\udd1d\n\n\u2713 First-time traders have to verify their ID. \n\u2713 Payment only via the Friends and Family option. \n\u2713 **INSTANT XMR RELEASE** after receiving the money. \ud83d\ude80\n\nText me on [Telegram](https://t.me/jannikwlt) for more information about my service.", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "4893.14", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "ALL CURRENCIES | INSTANT RELEASE \ud83d\udcb0\ud83d\ude80", "profile": {"username": "EASY", "name": "EASY (62; 100%)", "feedback_score": 100, "trade_count": "62", "last_online": "2022-02-11T07:41:22.368Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/a33c95f4-2b93-468c-bc95-f42b93e68c72"}}]}}, "status": 200}] -[0, "AUD", "XMR", {"success": true, "message": "OK", "response": {"data": {"ad_count": 20, "ad_list": [{"data": {"ad_id": "d7b9fbfd-4569-4431-b9fb-fd4569c43156", "countrycode": "AU", "created_at": "2021-11-26T05:45:37.013Z", "currency": "AUD", "max_amount_available": "1124.47", "min_amount": "100.00", "msg": "Simple and fast trades at the best price. Monero-Australia's got your back!\n\nThis profile is moving to a crypto-only model to enhance transaction confidentiality and add an additional degree of separation between your fiat and your XMR. You can also get your Monero cheaper than with the direct-from-fiat option. Better in every way.\n\nIf you don't already have a coin to trade, you can onboard with BUSD using PayID via **Swyftx**. You'll have to open an account, but this is once off and verification takes just a few minutes. \nThis KYC procedure is no different to the KYC that you fiat bank has already done, except that exchanges have *lower* reporting requirements than traditional financial institutions.\n\n**Swyftx** has no deposit fee for PayID and no withdrawal fee for BUSD. Note that they have a 0.6% conversion fee.\n\nIMPORTANT: if you already have an account with another exchange or hold another coin, please first take self-custody via a mobile wallet. Exchanges can have unexpected delays. This is not an issue with BUSD on Swyftx, which is why it is the recommended route.\n\nWhen you trade with me, you will lock in the AUD price for the XMR you'll receive. I will quote you the amount of BUSD/LTC/XLM/etc at the exact AUD market rate, as per CoinGecko or similar. **BUSD is preferred as this avoids issues with price changes.**\n\n**Please account for any exchange fees, withdrawal fees, or network fees, depending on what method you choose.**\n\nIt takes a little bit of setup initially, but once completed we can trade super fast. Please let me know if you want to trade over 2K AUD.\n\nComplementary advice on anything Monero in the chat, by email to moneroaustralia@pm.me, or via Session messenger for questions. Session ID: moneroaustralia", "online_provider": "CRYPTOCURRENCY", "require_feedback_score": 90, "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "263.50", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "BTC LN, LTC, NANO, BUSD, XLM, DASH. PayID route provided.", "profile": {"username": "Monero-Australia", "name": "Monero-Australia (85; 100%)", "feedback_score": 100, "trade_count": "85", "last_online": "2022-02-11T05:10:25.810Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/d7b9fbfd-4569-4431-b9fb-fd4569c43156"}}, {"data": {"ad_id": "aa4e2b2d-be22-45b8-8e2b-2dbe2235b807", "countrycode": "AU", "created_at": "2021-12-02T07:36:52.095Z", "currency": "AUD", "max_amount": "1000.00", "max_amount_available": "1000.00", "min_amount": "100.00", "msg": "Simple and fast trades at the best price. Monero-Australia's got your back!\n\nThis profile is moving to a crypto intermediary model to enhance transaction confidentiality and add an additional degree of separation between your fiat and your XMR. You can also get your Monero cheaper than with the direct-from-fiat option. Better in every way.\n\nYou'll have to open an account with **Swyftx**, but this is once off and verification takes just a few minutes. \nThis verification procedure is no different to that which you fiat bank has already done anyway, except that crypto exchanges have *lower* reporting requirements than traditional financial institutions.\n\nSteps:\n1. Sign up at Swyftx\n2. Deposit AUD via PayID to buy BUSD\n3. Send BUSD to me\n4. Receive XMR\n\n**Swyftx** has no deposit fee for PayID and no withdrawal fee for BUSD. Please account for their 0.6% conversion fee, though.\n\nWhen you trade with me, you will lock in the AUD price for the XMR you'll receive. I will quote you the amount of **BUSD at the exact AUD market rate**, as per CoinGecko or similar. **BUSD is preferred as this avoids issues with price changes**. DASH is also a good alternative, as it has decent privacy features.\n\nIMPORTANT: if you already have an account with another exchange or hold another coin, you can use that instead. However, please first take self-custody via a mobile wallet. Exchanges can have unexpected delays. This is not an issue with BUSD on Swyftx, which is why it is the recommended route.\n\nIt takes a little bit of setup initially, but once completed we can trade super fast. Please let me know if you want to trade over 2K AUD.\n\nComplementary advice on anything Monero in the chat, by email to moneroaustralia@pm.me, or via Session messenger for questions. Session ID: moneroaustralia\n\n", "online_provider": "OTHER", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "264.77", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "PayID/Bank Transfer via Swyftx. Extra step, less traceable.", "profile": {"username": "Monero-Australia", "name": "Monero-Australia (85; 100%)", "feedback_score": 100, "trade_count": "85", "last_online": "2022-02-11T05:10:25.810Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/aa4e2b2d-be22-45b8-8e2b-2dbe2235b807"}}, {"data": {"ad_id": "73c3e0e7-170f-443b-83e0-e7170f843b3b", "countrycode": "AU", "created_at": "2021-03-04T22:23:31.235Z", "currency": "AUD", "max_amount": "500.00", "max_amount_available": "489.39", "min_amount": "450.00", "msg": "RULES\n\n1. Please wait until I am available & request before sending code.\n\n2. Must not cancel or send code to another party after we have agreed to trade.\n\n3. Must reissue code upon request.\n\n4. Any dispute re: withdrawal of money will always be treated as nonsense or a misunderstanding.\n\n5. You must remain available for reissue of code.\n\n6. I will not under any circumstances release coins before full payment is in my hand.", "online_provider": "CASH_AT_ATM", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "265.02", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Cardless Cash only please, Commbank or Westpac", "profile": {"username": "VladDrac", "name": "VladDrac (72; 100%)", "feedback_score": 100, "trade_count": "72", "last_online": "2022-02-11T09:19:54.088Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/73c3e0e7-170f-443b-83e0-e7170f843b3b"}}, {"data": {"ad_id": "6d72615c-0a99-4093-b261-5c0a99409364", "countrycode": "AU", "created_at": "2021-08-04T15:29:52.763Z", "currency": "AUD", "first_time_limit_xmr": 2, "max_amount_available": "1819.12", "min_amount": "140.00", "msg": "I accept many cryptos for exchange such as BTC, LTC, XRP, XLM, DOGE, and dozens more.\n\nPlease enter the amount of XMR you want and then send me a message with the crypto you want to trade.\n\nBTC can be extremely slow and may take upwards of an hour for me to receive one confirmation and release your XMR.\n\nETH and ERC-20 coins can have high network fees and I cannot give you as good of an exchange rate on those cryptos.\n\nThe coins I like to use for exchange because they are fast and have lower fees are LTC, XRP, and XLM.\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nPlease don't mark your trade as paid until you send the crypto to the wallet address I give you.\n\nIf we have traded before, DO NOT SEND TO THE SAME WALLET AS LAST TIME. My wallet address changes with every trade.\n\nPlease check out https://protectwealth.co to do your own trade anonymously 24/7 and get a better exchange rate!\n\nI don't have much XMR available here, but you can get as much as you want on my website.\n\nI may leave this ad up overnight or when I'm busy. If you don't get a reply from me within half an hour please cancel the trade.\n\nThank you", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "266.28", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your other coins for XMR anonymously!", "profile": {"username": "Moneroeh", "name": "Moneroeh (521; 100%)", "feedback_score": 100, "trade_count": "521", "last_online": "2022-02-11T05:29:38.461Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/6d72615c-0a99-4093-b261-5c0a99409364"}}, {"data": {"ad_id": "16a56e53-ab07-43b0-a56e-53ab07d3b032", "countrycode": "AU", "created_at": "2021-11-18T12:49:11.310Z", "currency": "AUD", "max_amount": "5000.00", "max_amount_available": "5000.00", "min_amount": "100.00", "msg": "You pay me stablecoin.", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "267.37", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "You pay me stablecoin", "profile": {"username": "Select", "name": "Select (1517; 99%)", "feedback_score": 99, "trade_count": "1517", "last_online": "2022-02-11T09:43:40.361Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/16a56e53-ab07-43b0-a56e-53ab07d3b032"}}, {"data": {"ad_id": "99094468-3fbb-4709-8944-683fbbd709fc", "countrycode": "AU", "created_at": "2020-03-31T10:21:38.572Z", "currency": "AUD", "max_amount": "500.00", "max_amount_available": "500.00", "min_amount": "20.00", "msg": "**Secure - Fast - Private**\n\n*Buy Monero* :\n\n(1) Open trade for amount you would like to buy, and I will reply with postal details.\n\n(2) Neatly fold some A4 paper around the cash, write your username on the paper, and then place inside prepaid envelope/satchel.\n\n(3) Send the tracking number in the chat or via Wickr.\n\n(4) Post the envelope/satchel right away. \n\n(5) After I receive the post and count the cash, then Monero is released to you.\n\nNote:\n\n(i) Banknotes only, no coins.\n\n(ii) Best to use larger denominations where possible.\n\n(iii) Only open trade when you have the cash and prepaid envelope/satchel ready to post, so trade is completed faster without delays.\n\n(iv) Best to use [Express Post](https://auspost.com.au/shop/sending/postage-type/express-post) for a faster trade. \n\n(v) After first trade you can access higher amounts.\n\nMore info: [FAQ](https://telegra.ph/Buy-Monero-With-Cash-By-Mail-In-Australia-05-16)\n\nAny questions before Trading:\n\nWickr: xmrtraders", "online_provider": "CASH_BY_MAIL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "272.59", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "100% Private", "profile": {"username": "xmrTraders", "name": "xmrTraders (2054; 100%)", "feedback_score": 100, "trade_count": "2054", "last_online": "2022-02-11T08:39:45.258Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/99094468-3fbb-4709-8944-683fbbd709fc"}}, {"data": {"ad_id": "ecd168af-b74d-4321-9168-afb74d032138", "countrycode": "AU", "created_at": "2021-06-03T01:55:30.261Z", "currency": "AUD", "max_amount": "2000.00", "max_amount_available": "2000.00", "min_amount": "100.00", "msg": "Pay with crypto (BTC or ETH or LTC and others, ask in chat).", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "273.80", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "You pay crypto - BTC ETH LTC etc. NO ID verification", "profile": {"username": "Select", "name": "Select (1517; 99%)", "feedback_score": 99, "trade_count": "1517", "last_online": "2022-02-11T09:43:40.361Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/ecd168af-b74d-4321-9168-afb74d032138"}}, {"data": {"ad_id": "83c24b6f-c394-45a2-824b-6fc39465a209", "countrycode": "AU", "created_at": "2021-09-07T14:13:13.689Z", "currency": "AUD", "max_amount": "500.00", "max_amount_available": "500.00", "min_amount": "100.00", "msg": "must be with commonwealth bank , westpac ,BankSA, St george or bank of melbourne ", "online_provider": "CASH_AT_ATM", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "275.12", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "send me cardless cash code , i will make it ASAP for you . ", "profile": {"username": "julian1212", "name": "julian1212 (262; 100%)", "feedback_score": 100, "trade_count": "262", "last_online": "2022-02-11T06:52:20.217Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/83c24b6f-c394-45a2-824b-6fc39465a209"}}, {"data": {"ad_id": "f314252d-9eeb-416f-9425-2d9eebf16fb6", "countrycode": "AU", "created_at": "2021-08-08T05:48:14.109Z", "currency": "AUD", "max_amount_available": "819.22", "min_amount": "50.00", "msg": "Buy Monero (XMR) with any popular crypto like -\n\nBTC ETH ADA USDT XRP SOL BCH BNB\n\nOpen trade and tell me which coin you'll pay with\n\nI'll send amount and payment address\n\nOnly one network confirmation required\n\nIf offline telegram @VYXMR", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "275.12", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "BTC\ud83d\udd3aETH\ud83d\udd39USDT\ud83d\udd39LTC\ud83d\udd3aBCH (Pay with any crypto)", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/f314252d-9eeb-416f-9425-2d9eebf16fb6"}}, {"data": {"ad_id": "eba5aa6f-6c90-4232-a5aa-6f6c905232d1", "countrycode": "AU", "created_at": "2021-09-22T04:49:06.823Z", "currency": "AUD", "max_amount": "500.00", "max_amount_available": "500.00", "min_amount": "250.00", "msg": "Trade easy with 15 minute turnarounds!\n\nCommbank, Westpac, NAB, ANZ and more.\n\nPlease wait for me to accept the order prior to sending the cardless cash codes. Once I've made the withdrawal I will release the XMR. ", "online_provider": "CASH_AT_ATM", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "277.57", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Cardless cash 15 minute turn around!", "profile": {"username": "easytrades", "name": "easytrades (749; 100%)", "feedback_score": 100, "trade_count": "749", "last_online": "2022-02-11T09:43:36.396Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/eba5aa6f-6c90-4232-a5aa-6f6c905232d1"}}, {"data": {"ad_id": "eaa744f2-7846-4ee9-a744-f27846aee9da", "countrycode": "AU", "created_at": "2021-08-07T12:37:46.752Z", "currency": "AUD", "max_amount": "1000.00", "max_amount_available": "1000.00", "min_amount": "500.00", "msg": "Cardless cash code to me, I get the cash out (preferably commonwealth cardless cash codes, but any is fine).\n\n**Note: All banks have a withdrawal limit of $500 per day, per bank account (resets at 12AM). If you want to do more than $500, you will need another account.**\n\nIf I don\u2019t respond right away, please be a little patient as my may be afk. During the day it\u2019s rarely for more than 15 minutes or so. Thanks", "online_provider": "CASH_AT_ATM", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "277.57", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Cardless cash code to me, I get the cash out (ALL BANKS)", "profile": {"username": "Select", "name": "Select (1517; 99%)", "feedback_score": 99, "trade_count": "1517", "last_online": "2022-02-11T09:43:40.361Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/eaa744f2-7846-4ee9-a744-f27846aee9da"}}, {"data": {"ad_id": "95c64b58-3e6a-4004-864b-583e6a000487", "countrycode": "AU", "created_at": "2021-07-21T11:27:17.631Z", "currency": "AUD", "max_amount": "20000.00", "max_amount_available": "20000.00", "min_amount": "50.00", "msg": "No money will be released until it shows up in our accounts", "online_provider": "CASH_DEPOSIT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "277.64", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Cash Deposit at Teller or ATM deposit", "profile": {"username": "cointrades", "name": "cointrades (1160; 99%)", "feedback_score": 99, "trade_count": "1160", "last_online": "2022-02-11T09:24:26.744Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/95c64b58-3e6a-4004-864b-583e6a000487"}}, {"data": {"ad_id": "91b352bf-2aad-4e97-b352-bf2aad1e9766", "countrycode": "AU", "created_at": "2022-01-31T08:00:16.422Z", "currency": "AUD", "max_amount": "2000.00", "max_amount_available": "2000.00", "msg": "Include cardless cash, ATM deposit etc, larger than 2K is possible, feel free to open a trade to discuss.Thanks!", "online_provider": "OTHER", "require_feedback_score": 95, "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "280.16", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\ud83d\ude42various payment methods\ud83d\ude42", "profile": {"username": "supermonday888", "name": "supermonday888 (148; 100%)", "feedback_score": 100, "trade_count": "148", "last_online": "2022-02-11T09:43:55.832Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/91b352bf-2aad-4e97-b352-bf2aad1e9766"}}, {"data": {"ad_id": "b0cc1ccb-ac72-4641-8c1c-cbac722641f1", "countrycode": "AU", "created_at": "2022-01-30T03:24:02.517Z", "currency": "AUD", "max_amount": "2000.00", "max_amount_available": "2000.00", "min_amount": "20.00", "msg": "Send a trade request to make sure we both ready! As soon as I see cash in my bank, will release! Larger than 2K trade is possible, feel free to open a trade to discuss!\ud83d\ude0e", "online_provider": "CASH_DEPOSIT", "require_feedback_score": 95, "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "280.16", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\ud83d\udc4b \ud83d\udc4b \ud83d\udc4b CBA, ANZ ATM deposit! \ud83d\ude00\ud83d\ude00\ud83d\ude00", "profile": {"username": "supermonday888", "name": "supermonday888 (148; 100%)", "feedback_score": 100, "trade_count": "148", "last_online": "2022-02-11T09:43:55.832Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/b0cc1ccb-ac72-4641-8c1c-cbac722641f1"}}, {"data": {"ad_id": "29213ed9-285b-467e-a13e-d9285ba67eba", "countrycode": "AU", "created_at": "2021-10-11T09:48:16.647Z", "currency": "AUD", "max_amount_available": "502.88", "msg": "###### How To Trade With XMRCoops\n***Send a message to me to see If I am online and state your BANK and full name or given name on your bank account, If I don't respond in 15 mins you\u2019re better off buying someone else (I recommend [hashpower](https://localmonero.co/user/hashpower) and [TheSeller672](https://localmonero.co/user/TheSeller672)). If I do respond Send money to pay ID address or bank details that I will give you (put username in the description/message), Once payment is received there will be an Instant release of your Monaro and If you could leave a feedback comment that would be great too :) ***\n\n\n\nYou can check my **[feedback](https://localmonero.co/user/XMRCoops/feedback?page=0)** to see how reliable and fast I am. If my ads are down and you wish to trade, simply message me on Telegram or Wickr and I'll reply when they are available again.\n\n- Wickr: **[@Coop3141](https://wickr.com/me/)**\n- Telegram: **[@XMRCoops](https://t.me/XMRCoops)**\n\n**I have the right to reject a trade if I feel like the request is a scam, I have had bank accounts shut down because of people using stolen accounts or using other peoples money.**\n\n", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "282.69", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\ud83d\udfe2Online Now\u26a1Instant Easy Reliable\u26a1\ud83d\udcb5\ud83d\udcb5BSB or PAY ID\ud83d\udcb5\ud83d\udcb5", "profile": {"username": "XMRCoops", "name": "XMRCoops (641; 100%)", "feedback_score": 100, "trade_count": "641", "last_online": "2022-02-11T09:43:21.233Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/29213ed9-285b-467e-a13e-d9285ba67eba"}}, {"data": {"ad_id": "4fee811d-3f8e-48c8-ae81-1d3f8e28c8c7", "countrycode": "AU", "created_at": "2021-11-27T09:54:33.890Z", "currency": "AUD", "max_amount_available": "505.13", "min_amount": "50.00", "msg": "I accept many cryptocurrencies, tell me what crypto you would like to send\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nThe best coins to send for quickest and lowest fees are , (BNB, HBAR, XRP, LTC, SEA, XLM and many other) If possible convert your coins to a quick and low fee crypto\n\nIf we have traded before don't send the coins to the same wallet as my wallet address can changes with every trade.\n\nI will not under any circumstances release until funds are in my hand", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "283.95", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your cryptos for XMR", "profile": {"username": "XMRCoops", "name": "XMRCoops (641; 100%)", "feedback_score": 100, "trade_count": "641", "last_online": "2022-02-11T09:43:21.233Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/4fee811d-3f8e-48c8-ae81-1d3f8e28c8c7"}}, {"data": {"ad_id": "44f50afa-6ea9-4496-b50a-fa6ea9f4961b", "countrycode": "AU", "created_at": "2021-10-18T22:25:08.456Z", "currency": "AUD", "max_amount": "250.00", "max_amount_available": "250.00", "min_amount": "150.00", "msg": "Trade easy with 15 minute turnarounds!\n\nCommbank, Westpac, NAB, ANZ and more.\n\nPlease wait for me to accept the order prior to sending the cardless cash codes. Once I've made the withdrawal I will release the XMR. ", "online_provider": "CASH_AT_ATM", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "285.21", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Cardless cash 15 minute turn around!", "profile": {"username": "easytrades", "name": "easytrades (749; 100%)", "feedback_score": 100, "trade_count": "749", "last_online": "2022-02-11T09:43:36.396Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/44f50afa-6ea9-4496-b50a-fa6ea9f4961b"}}, {"data": {"ad_id": "8d612032-9e16-435c-a120-329e16e35c7f", "countrycode": "AU", "created_at": "2021-12-07T02:24:16.334Z", "currency": "AUD", "max_amount_available": "507.37", "min_amount": "25.00", "msg": "Message to see If im online, we talk in the chat box :) Quick and easy trades", "online_provider": "CASH_DEPOSIT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "285.21", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Cash deposited ANZ CBA NAB SUNCORP WESTPAC and more", "profile": {"username": "XMRCoops", "name": "XMRCoops (641; 100%)", "feedback_score": 100, "trade_count": "641", "last_online": "2022-02-11T09:43:21.233Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/8d612032-9e16-435c-a120-329e16e35c7f"}}, {"data": {"ad_id": "debb7f72-c05f-44f4-bb7f-72c05f44f480", "countrycode": "AU", "created_at": "2021-11-23T10:28:17.922Z", "currency": "AUD", "max_amount_available": "511.40", "msg": "###### How To Trade With XMRCoops\n- ** If its our first time trading I will ask you to state your BANK and a form of ID if required from me, I really hate asking for it but for my safety and amount of scammers I get I am required to do so. Under no circumstance will I share your info with anyone unless the transaction is flagged by the bank. If I don't respond in 15 mins you\u2019re better off buying someone else I recommend [(Tlbig)](https://localmonero.co/user/tlbig) or [(stickywicky)](https://localmonero.co/user/stickywicky). If I do respond Send money to pay ID address that I will give you (put username in the description/message), Once payment is received there will be an Instant release of your XMR. Payments are usually instant, but some banks will hold payments for a few hours if sending a large amount to a new contact. As you will tell me your bank I will let your know their limits and tell you how they will hold that money for. But other than that you will have your XMR in no time and If you could leave a feedback comment that would be great too :) **\n\n- ***ID must match payee's transaction***\n\nYou can check my **[feedback](https://localmonero.co/user/XMRCoops/feedback?page=0)** to see how reliable and fast I am. If my ads are down and you wish to trade, simply message me on Telegram or Wickr and I'll reply when they are available again.\n\n- Wickr: **[@Coop3141](https://wickr.com/me/)**\n- Telegram: **[@XMRCoops](https://t.me/XMRCoops)**\n\n**I have the right to reject a trade if I feel like the request is a scam, I have had bank accounts shut down because of people using stolen accounts or using other peoples money.**", "online_provider": "OSKO_PAYID", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "287.48", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\ud83d\udfe2Online Now \ud83d\udc4dSimple trades\ud83d\udc4d\u26a1Instant Easy Reliable\u26a1 ", "profile": {"username": "XMRCoops", "name": "XMRCoops (641; 100%)", "feedback_score": 100, "trade_count": "641", "last_online": "2022-02-11T09:43:21.233Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/debb7f72-c05f-44f4-bb7f-72c05f44f480"}}, {"data": {"ad_id": "1d53b058-508f-487e-93b0-58508f887e84", "countrycode": "AU", "created_at": "2022-02-03T00:05:28.975Z", "currency": "AUD", "max_amount_available": "14251.92", "msg": "I really hate it but for osko and payid I need to get ID. I'm a big privacy advocate and believe how you spend your money is nobody's business but unfortunately some arsehole paid me from a hacked account and caused all kinds of headaches. Under no circumstance will I share your info with anyone unless the transaction is flagged as fraud. If you can deposit directly into my account with cash at an ATM or branch I won't need any ID. It's just for transfers because of arsehole scammers and thieves.\n\n***Sending account name needs to match ID. If it doesn't I'll have to reverse the transaction. I need to know that it's your account you're paying from***\n\n\nIf I don't respond immediately (yes immediately) message me again because sometimes the notifications don't come through. If I still don't respond after 15 mins feel free to cancel with no hard feelings - I understand your time is valuable. If you need another trader to buy from I highly recommend [XMRCoops](https://localmonero.co/user/XMRCoops). ", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "287.48", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Osko or payid. Instant release upon clearance. ", "profile": {"username": "tlbig", "name": "tlbig (575; 100%)", "feedback_score": 100, "trade_count": "575", "last_online": "2022-02-11T09:21:20.601Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/1d53b058-508f-487e-93b0-58508f887e84"}}]}, "pagination": {"next": "https://agoradesk.com/api/v1/buy-monero-online/AUD?page=1"}}, "status": 200}] -[1, "AUD", "XMR", {"success": true, "message": "OK", "response": {"data": {"ad_count": 20, "ad_list": [{"data": {"ad_id": "1d53b058-508f-487e-93b0-58508f887e84", "countrycode": "AU", "created_at": "2022-02-03T00:05:28.975Z", "currency": "AUD", "max_amount_available": "14251.92", "msg": "I really hate it but for osko and payid I need to get ID. I'm a big privacy advocate and believe how you spend your money is nobody's business but unfortunately some arsehole paid me from a hacked account and caused all kinds of headaches. Under no circumstance will I share your info with anyone unless the transaction is flagged as fraud. If you can deposit directly into my account with cash at an ATM or branch I won't need any ID. It's just for transfers because of arsehole scammers and thieves.\n\n***Sending account name needs to match ID. If it doesn't I'll have to reverse the transaction. I need to know that it's your account you're paying from***\n\n\nIf I don't respond immediately (yes immediately) message me again because sometimes the notifications don't come through. If I still don't respond after 15 mins feel free to cancel with no hard feelings - I understand your time is valuable. If you need another trader to buy from I highly recommend [XMRCoops](https://localmonero.co/user/XMRCoops). ", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "287.48", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Osko or payid. Instant release upon clearance. ", "profile": {"username": "tlbig", "name": "tlbig (575; 100%)", "feedback_score": 100, "trade_count": "575", "last_online": "2022-02-11T09:21:20.601Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/1d53b058-508f-487e-93b0-58508f887e84"}}, {"data": {"ad_id": "debb7f72-c05f-44f4-bb7f-72c05f44f480", "countrycode": "AU", "created_at": "2021-11-23T10:28:17.922Z", "currency": "AUD", "max_amount_available": "511.40", "msg": "###### How To Trade With XMRCoops\n- ** If its our first time trading I will ask you to state your BANK and a form of ID if required from me, I really hate asking for it but for my safety and amount of scammers I get I am required to do so. Under no circumstance will I share your info with anyone unless the transaction is flagged by the bank. If I don't respond in 15 mins you\u2019re better off buying someone else I recommend [(Tlbig)](https://localmonero.co/user/tlbig) or [(stickywicky)](https://localmonero.co/user/stickywicky). If I do respond Send money to pay ID address that I will give you (put username in the description/message), Once payment is received there will be an Instant release of your XMR. Payments are usually instant, but some banks will hold payments for a few hours if sending a large amount to a new contact. As you will tell me your bank I will let your know their limits and tell you how they will hold that money for. But other than that you will have your XMR in no time and If you could leave a feedback comment that would be great too :) **\n\n- ***ID must match payee's transaction***\n\nYou can check my **[feedback](https://localmonero.co/user/XMRCoops/feedback?page=0)** to see how reliable and fast I am. If my ads are down and you wish to trade, simply message me on Telegram or Wickr and I'll reply when they are available again.\n\n- Wickr: **[@Coop3141](https://wickr.com/me/)**\n- Telegram: **[@XMRCoops](https://t.me/XMRCoops)**\n\n**I have the right to reject a trade if I feel like the request is a scam, I have had bank accounts shut down because of people using stolen accounts or using other peoples money.**", "online_provider": "OSKO_PAYID", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "287.48", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\ud83d\udfe2Online Now \ud83d\udc4dSimple trades\ud83d\udc4d\u26a1Instant Easy Reliable\u26a1 ", "profile": {"username": "XMRCoops", "name": "XMRCoops (641; 100%)", "feedback_score": 100, "trade_count": "641", "last_online": "2022-02-11T09:43:21.233Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/debb7f72-c05f-44f4-bb7f-72c05f44f480"}}, {"data": {"ad_id": "583e07f8-b0ea-4b60-be07-f8b0eaeb60f4", "countrycode": "AU", "created_at": "2021-12-04T23:50:20.845Z", "currency": "AUD", "max_amount": "950.00", "max_amount_available": "950.00", "min_amount": "50.00", "msg": "Required steps to complete the trade:\n\n1. Wait for me to contact you via the trade chat. Once we are in contact, please provide the name on the account from which you will be sending funds.\n\n2. I will provide a payID for this trade. \n\n*When sending funds, ensure you do not use words like \"crypto\" or \"monero\" in the description.*\n\n3. Upload a screenshot of your bank's transfer confirmation.\n\nApologies for requiring this verification, but I have had funds frozen and accounts closed due to scammers depositing stolen funds.\n\n*Please note: I do not accept third party payments. This is against localmonero terms, and if I suspect third party payments it will be reported.*\n\nOnce we have completed at least two trades (minimum aggregate value AU$500), I will add you to my trusted users list, which means no verification and a discount off my usual margin.\n\nTransfer typically arrive within a few seconds. First time transfers may take longer (e.g. CBA).\n\nXMR will only be released once funds are cleared in my account. Apologies for any inconvenience this causes.\n\nI will leave positive feedback for successfully completed trades, and encourage you to do the same!\n\n*PGP encryption users: ask me for my public key in the chat.*\n\n*If you do not have PGP but would like to set up your own personal encryption, I can guide you through setting up your own PGP keys.*\n\nIf I'm offline, I might not be far away. Contact me any time on telegram: @EmuLM.", "online_provider": "OSKO_PAYID", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "287.74", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Fast payID transfer", "profile": {"username": "Emu", "name": "Emu (103; 100%)", "feedback_score": 100, "trade_count": "103", "last_online": "2022-02-11T09:33:58.747Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/583e07f8-b0ea-4b60-be07-f8b0eaeb60f4"}}, {"data": {"ad_id": "61dd4ff4-92dd-4133-9d4f-f492dd813396", "countrycode": "AU", "created_at": "2021-12-09T22:25:09.057Z", "currency": "AUD", "max_amount": "950.00", "max_amount_available": "950.00", "min_amount": "50.00", "msg": "Required steps to complete the trade:\n\n1. Wait for me to contact you via the trade chat. Once we are in contact, please provide the name on the account from which you will be sending funds.\n\n2. Send to the BSB and account number per the payment details. \n\n*When sending funds, ensure you do not use words like \"crypto\" or \"monero\" in the description.*\n\n3. Upload a screenshot of your bank's transfer confirmation.\n\nApologies for requiring this verification, but I have had funds frozen and accounts closed due to scammers depositing stolen funds.\n\n*Please note: I do not accept third party payments. This is against localmonero terms, and if I suspect third party payments it will be reported.*\n\nOnce we have completed at least two trades (minimum aggregate value AU$500), I will add you to my trusted users list, which means no verification and a discount off my usual margin.\n\nIf your bank supports sending via osko, transfers should arrive within a few minutes. First time transfers may take longer. Non-osko banks may take overnight.\n\nXMR will only be released once funds are cleared in my account. Apologies for any inconvenience this causes.\n\nI will leave positive feedback for successfully completed trades, and encourage you to do the same!\n\n*PGP encryption users: ask me for my public key in the chat.*\n\n*If you do not have PGP but would like to set up your own personal encryption, I can guide you through setting up your own PGP keys.*\n\nIf I'm offline, I might not be far away. Contact me any time on telegram: @EmuLM.", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "287.74", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "BSB and account transfer, fast transfers for most banks", "profile": {"username": "Emu", "name": "Emu (103; 100%)", "feedback_score": 100, "trade_count": "103", "last_online": "2022-02-11T09:33:58.747Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/61dd4ff4-92dd-4133-9d4f-f492dd813396"}}, {"data": {"ad_id": "750e5672-1bc5-4daf-8e56-721bc5cdaf78", "countrycode": "AU", "created_at": "2021-12-05T03:14:21.739Z", "currency": "AUD", "max_amount_available": "516.31", "min_amount": "200.00", "msg": "###### How To Trade With XMRCoops\n** Open a trade, wait for my response, I will provide postal address. Ship the cash to the address provided via express post with tracking, if the letter is stolen or any problems occur I am not liable. When getting my letter/package I will record it and will instantly release your XMR**\n\nYou can check my **[feedback](https://localmonero.co/user/XMRCoops/feedback?page=0)** to see how reliable and fast I am. If my ads are down and you wish to trade, simply message me on Telegram or Wickr and I'll reply when they are available again.\n\n- Wickr: **[@Coop3141](https://wickr.com/me/)**\n- Telegram: **[@XMRCoops](https://t.me/XMRCoops)**\n\n***Add the chat apps above to sort out bigger and quicker trades***\n\n", "online_provider": "CASH_BY_MAIL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "290.24", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Cash by Mail ---- Large amounts available ", "profile": {"username": "XMRCoops", "name": "XMRCoops (641; 100%)", "feedback_score": 100, "trade_count": "641", "last_online": "2022-02-11T09:43:21.233Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/750e5672-1bc5-4daf-8e56-721bc5cdaf78"}}, {"data": {"ad_id": "9d61f2bf-9a4c-48ae-a1f2-bf9a4cd8ae8a", "countrycode": "AU", "created_at": "2021-11-29T03:06:07.641Z", "currency": "AUD", "max_amount_available": "14389.74", "min_amount": "0.00", "msg": "If you're a new trader with none or few completed trades I'll ask you to please film the deposit and have a piece of paper in view saying \"($ amount) for crypto purchase to tlbig (date)\"\n\nI'll provide a deposit code or account details. And will release as soon I have received the video, deposit receipt, and funds in my acct.\n\n\n***PLEASE UPLOAD RECEIPT ONCE PAID ***", "online_provider": "CASH_DEPOSIT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "290.26", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Deposit cash at ATM or branch. ", "profile": {"username": "tlbig", "name": "tlbig (575; 100%)", "feedback_score": 100, "trade_count": "575", "last_online": "2022-02-11T09:21:20.601Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/9d61f2bf-9a4c-48ae-a1f2-bf9a4cd8ae8a"}}, {"data": {"ad_id": "10ac6905-678b-41e5-ac69-05678b21e528", "countrycode": "AU", "created_at": "2021-11-22T14:10:04.429Z", "currency": "AUD", "max_amount": "20000.00", "max_amount_available": "20000.00", "min_amount": "100.00", "msg": "NO KYC", "online_provider": "OSKO_PAYID", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "290.26", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "INSTANT RELEASE", "profile": {"username": "cointrades", "name": "cointrades (1160; 99%)", "feedback_score": 99, "trade_count": "1160", "last_online": "2022-02-11T09:24:26.744Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/10ac6905-678b-41e5-ac69-05678b21e528"}}, {"data": {"ad_id": "ce0a4332-a871-424b-8a43-32a871f24b28", "countrycode": "AU", "created_at": "2021-11-26T03:56:15.165Z", "currency": "AUD", "max_amount_available": "14389.74", "min_amount": "0.00", "msg": "I really hate it but for osko and payid I need to get ID. I'm a big privacy advocate and believe how you spend your money is nobody's business but unfortunately some arsehole paid me from a hacked account and caused all kinds of headaches. Under no circumstance will I share your info with anyone unless the transaction is flagged as fraud. If you can deposit directly into my account with cash at an ATM or branch I won't need any ID. It's just for transfers because of arsehole scammers and thieves.\n\n***Sending account name needs to match ID. If it doesn't I'll have to reverse the transaction. I need to know that it's your account you're paying from***\n", "online_provider": "OSKO_PAYID", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "290.26", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Payid. Quick turnaround. ID required. ", "profile": {"username": "tlbig", "name": "tlbig (575; 100%)", "feedback_score": 100, "trade_count": "575", "last_online": "2022-02-11T09:21:20.601Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/ce0a4332-a871-424b-8a43-32a871f24b28"}}, {"data": {"ad_id": "f7d7842d-f886-4d6f-9784-2df8865d6fe6", "countrycode": "AU", "created_at": "2022-01-09T00:44:12.422Z", "currency": "AUD", "first_time_limit_xmr": 9, "max_amount": "5000.00", "max_amount_available": "5000.00", "msg": "First trade max of 2k. If everything goes smoothly we can ramp it up.\n\nPlease send express post in a satchel. Pad it out with bubble wrap or packaging - whatever will conceal the cash inside well enough. Put a note inside the package with your username. ALWAYS put a return address on the package - not your own obviously. The address of a local business that might be expected to post items to customers is a good bet. This is because there's been plenty of cases where auspost have inspected packages simply because they didn't have a return address. They see it as suspicious, especially if it's going to a parcel locker like this one will be. Send to the address I provide, and post the tracking number in the chat. I'll release as soon as cash is counted and counterfeit checked.\n\n", "online_provider": "CASH_BY_MAIL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "290.26", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "CBM. Larger amounts available after successful trades. ", "profile": {"username": "tlbig", "name": "tlbig (575; 100%)", "feedback_score": 100, "trade_count": "575", "last_online": "2022-02-11T09:21:20.601Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/f7d7842d-f886-4d6f-9784-2df8865d6fe6"}}, {"data": {"ad_id": "e5a2ecac-a77d-4250-a2ec-aca77d025009", "countrycode": "AU", "created_at": "2021-10-22T20:08:48.900Z", "currency": "AUD", "max_amount": "20000.00", "max_amount_available": "20000.00", "min_amount": "500.00", "msg": "Open a trade, wait for my response, i will provide postal address. Ship the cash to the address provided via express post. The counting procedure will be video recorded from opening of the envelope to last note counted to avoid misunderstandings.", "online_provider": "CASH_BY_MAIL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "290.26", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "YOU SEND MONEY VIA MAIL.", "profile": {"username": "cointrades", "name": "cointrades (1160; 99%)", "feedback_score": 99, "trade_count": "1160", "last_online": "2022-02-11T09:24:26.744Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/e5a2ecac-a77d-4250-a2ec-aca77d025009"}}, {"data": {"ad_id": "56aba4f8-70ba-4290-aba4-f870ba529040", "countrycode": "AU", "created_at": "2021-09-26T06:17:46.905Z", "currency": "AUD", "max_amount": "150.00", "max_amount_available": "150.00", "min_amount": "100.00", "msg": "Trade easy with 15 minute turnarounds!\n\nCommbank, Westpac, NAB, ANZ and more.\n\nPlease wait for me to accept the order prior to sending the cardless cash codes. Once I've made the withdrawal I will release the XMR. ", "online_provider": "CASH_AT_ATM", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "292.78", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Cardless cash 15 minute turn around!", "profile": {"username": "easytrades", "name": "easytrades (749; 100%)", "feedback_score": 100, "trade_count": "749", "last_online": "2022-02-11T09:43:36.396Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/56aba4f8-70ba-4290-aba4-f870ba529040"}}, {"data": {"ad_id": "d869ac03-1e6a-4bf4-a9ac-031e6a1bf403", "countrycode": "AU", "created_at": "2021-06-21T09:36:17.899Z", "currency": "AUD", "first_time_limit_xmr": 1, "max_amount": "900.00", "max_amount_available": "900.00", "min_amount": "50.00", "msg": "**PayPal personal and VERIFIED account. No Business account. No exception**\n\n**Friends & family payments ONLY**\n\nOnce you initiate the trade:\n- Send me the email that you will use to make payment.\n- For first timer, send me a screenshot of PayPal profile (name and email address should be visible).\n- Money is sent as \"friends & family\" only and you should cover the transaction fees.\n- **Payment note should be BLANK**\n- You will then have to screenshot the transaction so that I can confirm it has been sent correctly. If it is not sent correctly, I will refund, and you can retry or cancel the trade.\n- Released once payment is confirmed.\n\n**Notice: Incomplete screenshots with cropped edges to mask date/time and identity will not be accepted.**\n\n**I reserve the right to cancel the trade if I detect suspicious activity.**", "online_provider": "PAYPAL", "require_feedback_score": 98, "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "294.89", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "PayPal transfer to me.", "profile": {"username": "Select", "name": "Select (1517; 99%)", "feedback_score": 99, "trade_count": "1517", "last_online": "2022-02-11T09:43:40.361Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/d869ac03-1e6a-4bf4-a9ac-031e6a1bf403"}}, {"data": {"ad_id": "46ee27e4-8bf7-4faf-ae27-e48bf73fafcd", "countrycode": "AU", "created_at": "2021-11-25T12:16:31.703Z", "currency": "AUD", "max_amount_available": "528.48", "min_amount": "40.00", "msg": "I accept many cryptocurrencies, tell me what crypto you would like to send\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nThe best coins to send for quickest and lowest fees are , (BNB, HBAR, XRP, LTC, SEA, XLM and many other) If possible convert your coins to a quick and low fee crypto\n\nIf we have traded before don't send the coins to the same wallet as my wallet address can changes with every trade.\n\nI will not under any circumstances release until funds are in my hand", "online_provider": "OTHER", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "297.08", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your crypto for XMR or message for anything else", "profile": {"username": "XMRCoops", "name": "XMRCoops (641; 100%)", "feedback_score": 100, "trade_count": "641", "last_online": "2022-02-11T09:43:21.233Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/46ee27e4-8bf7-4faf-ae27-e48bf73fafcd"}}, {"data": {"ad_id": "3c777f16-4225-4386-b77f-164225f3869e", "countrycode": "AU", "created_at": "2021-12-28T09:02:44.359Z", "currency": "AUD", "max_amount_available": "529.60", "msg": "###### How To Trade With XMRCoops\nI have a variety of payment methods I accept, message me which ones you would like. \n\n***Below are the steps for Pay ID and BSB***\n- ** If its our first time trading I will ask you to state your BANK and NAME on your given bank account, If I don't respond in 15 mins you\u2019re better off buying someone else (I recommend [hashpower](https://localmonero.co/user/hashpower) and [TheSeller672](https://localmonero.co/user/TheSeller672)). If I do respond Send money to pay ID address that I will give you (put username in the description/message), Once payment is received there will be an Instant release of your XMR. Payments are usually instant, but some banks will hold payments for a few hours if sending a large amount to a new contact. As you will tell me your bank I will let your know thier limits and tell you how long they can hold that money for. But other than that you will have you XMR in no time and If you could leave a feedback comment that would be great too :) **\n\n\n\nYou can check my **[feedback](https://localmonero.co/user/XMRCoops/feedback?page=0)** to see how reliable and fast I am. If my ads are down and you wish to trade, simply message me on Telegram or Wickr and I'll reply when they are available again.\n\n- Wickr: **[@Coop3141](https://wickr.com/me/)**\n- Telegram: **[@XMRCoops](https://t.me/XMRCoops)**\n\n**I have the right to reject a trade if I feel like the request is a scam, I have had bank accounts shut down because of people using stolen accounts or using other peoples money.**", "online_provider": "OTHER", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "297.71", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\ud83d\udfe2Online Now \ud83d\udc4dSimple trades\ud83d\udc4d\u26a1Instant Easy Reliable\u26a1 ", "profile": {"username": "XMRCoops", "name": "XMRCoops (641; 100%)", "feedback_score": 100, "trade_count": "641", "last_online": "2022-02-11T09:43:21.233Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/3c777f16-4225-4386-b77f-164225f3869e"}}, {"data": {"ad_id": "c827af2d-ca5e-4351-a7af-2dca5e235101", "countrycode": "AU", "created_at": "2021-09-10T11:28:39.059Z", "currency": "AUD", "max_amount": "5000.00", "max_amount_available": "4034.17", "min_amount": "0.01", "msg": "- Fast and reliable, [check my feedback](/user/hashpower/feedback). If you see this ad I'm online and ready to trade. New traders welcome but **please read my terms before opening your first trade**\n\n- If it's our first time trading I'll ask you to provide your name on the account you're sending from (note that I'll see this anyway when you transfer money, that's how bank transfers work), I don't ask for ID, I just match payments based on the account name instead of the reference so you can put whatever you want in the notes or leave it blank. XMR is released **after** the PayID payment has been confirmed & received - this is usually instant, but some banks will hold payments for a few hours if sending a large amount to a new contact. (this is out of my control, let me know which bank you're sending from and if I know their limits I'll tell you how long the trade will take)\n\n- **NO THIRD PARTY TRANSFERS** - Payment must be coming directly from you to me. Some people have tried paying me through scams and stolen accounts recently, luckily the money always gets stopped before it arrives and I'm able to keep my crypto but reports of payments originating from stolen accounts get sent to the police. As long as you're sending your own money from your own accounts we'll be all good.\n\n> ###### **Important info for first time buyers:**\nI don't require ID verification, but brand new accounts will be limited to a **maximum of $500 for the first 48 hours of trading with me**. This is to protect me against fraud such as chargebacks, scams and stolen accounts. **You may not be subject to this limit if you have a long account history or lots of positive feedback** - I'll let you know in the chat if your trade has reached any limits before I send PayID details.", "online_provider": "OSKO_PAYID", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "300.10", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\ud83d\udfe2 Online Now \u26a1 <1min release, NO ID, new traders welcome", "profile": {"username": "hashpower", "name": "hashpower (1471; 100%)", "feedback_score": 100, "trade_count": "1471", "last_online": "2022-02-11T09:43:56.441Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/c827af2d-ca5e-4351-a7af-2dca5e235101"}}, {"data": {"ad_id": "9ac9f27a-d25d-4b3d-89f2-7ad25d9b3d12", "countrycode": "AU", "created_at": "2021-05-30T03:43:08.094Z", "currency": "AUD", "max_amount": "1000.00", "max_amount_available": "1000.00", "min_amount": "300.00", "msg": "Cardless cash code to me, I get the cash out (preferably commonwealth cardless cash codes, but any is fine).\n\n**Note: All banks have a withdrawal limit of $500 per day, per bank account (resets at 12AM). If you want to do more than $500, you will need another account.**\n\nIf I don\u2019t respond right away, please be a little patient as my may be afk. During the day it\u2019s rarely for more than 15 minutes or so. Thanks", "online_provider": "CASH_AT_ATM", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "300.31", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Cardless cash code to me, I get the cash out", "profile": {"username": "Select", "name": "Select (1517; 99%)", "feedback_score": 99, "trade_count": "1517", "last_online": "2022-02-11T09:43:40.361Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/9ac9f27a-d25d-4b3d-89f2-7ad25d9b3d12"}}, {"data": {"ad_id": "577b96a8-d7ec-4999-bb96-a8d7eca9992a", "countrycode": "AU", "created_at": "2021-12-07T02:19:15.848Z", "currency": "AUD", "max_amount": "500.00", "max_amount_available": "500.00", "min_amount": "300.00", "msg": "Message me to see if I'm online, wait for me to reply and sort out a time for when I need the Code, codes are valid for 3 hours after generating. As soon as I get the cash out I will release your XMR", "online_provider": "CASH_AT_ATM", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "300.86", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Cash at ATM ----> Westpac/St George/Bank of Melbourne/BankSA", "profile": {"username": "XMRCoops", "name": "XMRCoops (641; 100%)", "feedback_score": 100, "trade_count": "641", "last_online": "2022-02-11T09:43:21.233Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/577b96a8-d7ec-4999-bb96-a8d7eca9992a"}}, {"data": {"ad_id": "60089e22-8fd1-4d42-889e-228fd18d4265", "countrycode": "AU", "created_at": "2021-04-19T01:58:40.555Z", "currency": "AUD", "max_amount": "8000.00", "max_amount_available": "8000.00", "min_amount": "825.00", "msg": "Open a trade and kindly wait for my response as I will send my terms and conditions for you to evaluate. IMPORTANT: I leave my adverts up at all times, therefore I may not reply soon enough for your needs if I am asleep / away from keyboard. Please feel free to cancel the trade if I do not respond within the maximum timeframe that you can wait for my reply, no hard feelings should you decide to do so. Happy trading ! (Larger trades available with any method of payment including cash).", "online_provider": "CASH_DEPOSIT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "302.88", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Cash deposit ANZ NAB CBA BOQ SUNCORP WESTPAC", "profile": {"username": "Sbudubuda", "name": "Sbudubuda (2479; 100%)", "feedback_score": 100, "trade_count": "2479", "last_online": "2022-02-11T01:04:31.221Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/60089e22-8fd1-4d42-889e-228fd18d4265"}}, {"data": {"ad_id": "5e282b3e-f5ed-4e34-a82b-3ef5edee346a", "countrycode": "AU", "created_at": "2021-02-20T15:10:59.362Z", "currency": "AUD", "max_amount": "8000.00", "max_amount_available": "8000.00", "min_amount": "200.00", "msg": "Open a trade and kindly wait for my response as I will send my terms and conditions for you to evaluate. IMPORTANT: I leave my adverts up at all times, therefore I may not reply soon enough for your needs if I am asleep / away from keyboard. Please feel free to cancel the trade if I do not respond within the maximum timeframe that you can wait for my reply, no hard feelings should you decide to do so. Happy trading ! (Larger trades available with any method of payment including cash).", "online_provider": "OSKO_PAYID", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "302.88", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "OSKO", "profile": {"username": "Sbudubuda", "name": "Sbudubuda (2479; 100%)", "feedback_score": 100, "trade_count": "2479", "last_online": "2022-02-11T01:04:31.221Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/5e282b3e-f5ed-4e34-a82b-3ef5edee346a"}}, {"data": {"ad_id": "0e34d9af-f4a0-48c5-b4d9-aff4a098c5ab", "countrycode": "AU", "created_at": "2021-07-12T02:58:58.909Z", "currency": "AUD", "max_amount": "1000.00", "max_amount_available": "1000.00", "min_amount": "150.00", "msg": "Cardless cash code to me, I get the cash out (preferably commonwealth cardless cash codes, but any is fine).\n\nIf I don\u2019t respond right away, please be a little patient as my may be afk. During the day it\u2019s rarely for more than 30 minutes or so. Thanks", "online_provider": "CASH_AT_ATM", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "305.10", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Cardless cash code to me, I get the cash out", "profile": {"username": "Select", "name": "Select (1517; 99%)", "feedback_score": 99, "trade_count": "1517", "last_online": "2022-02-11T09:43:40.361Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/0e34d9af-f4a0-48c5-b4d9-aff4a098c5ab"}}]}, "pagination": {"next": "https://agoradesk.com/api/v1/buy-monero-online/AUD?page=2", "prev": "https://agoradesk.com/api/v1/buy-monero-online/AUD?page=0"}}, "status": 200}] -[2, "AUD", "XMR", {"success": true, "message": "OK", "response": {"data": {"ad_count": 15, "ad_list": [{"data": {"ad_id": "2e9c04a6-b489-4029-9c04-a6b48910297d", "countrycode": "AU", "created_at": "2021-11-23T05:26:18.547Z", "currency": "AUD", "max_amount": "623.00", "max_amount_available": "623.00", "min_amount": "300.00", "msg": "Listen to your grandma.", "online_provider": "REVOLUT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "312.98", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Revolut, no KYC, fast release.", "profile": {"username": "jeffguy", "name": "jeffguy (104; 100%)", "feedback_score": 100, "trade_count": "104", "last_online": "2022-02-11T09:43:54.405Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/2e9c04a6-b489-4029-9c04-a6b48910297d"}}, {"data": {"ad_id": "0f3fe35f-808f-4bae-bfe3-5f808ffbaee7", "countrycode": "AU", "created_at": "2022-02-09T19:06:09.723Z", "currency": "AUD", "max_amount": "5573.41", "max_amount_available": "2260.23", "min_amount": "13.93", "msg": "Hello and welcome!\n\nPlease start a trade and wait until I send the reference/note, then complete the payment using the payment details.\n\nInstructions below are for the Revolut app, but you may send with instant SEPA or bank transfer in the UK.\n\nStep-by-step instructions in Revolut app:\n* Go to **Send** on balance page\n* Click **New** in top right corner\n* Select **Add a bank recipient**\n* Select **Business**\n* Set **Country of recipient's bank** to **\"United Kingdom\"**\n* Set **Currency** to the one you want to send (example: EUR, USD, GBP, SEK, PLN, CHF, etc...)\n* Set **IBAN** to **\"GB87 REVO 0099 6930 5868 62\"**\n* Set **BIC/SWIFT** to **\"REVOGB21\"**\n* Set **Company name** to **\"PATHOGEN LIMITED\"**\n* Leave e-mail blank\n* Click **Add recipient**\n* If you are asked for address information, please use **24 Holborn Viaduct, London, England, EC1A 2BN**\n* **IMPORTANT:** Set **Reference** to the ID provided in chat (example: **XMR-XXXXX**), without this I won\u2019t know which trade to release!\n* Send the payment\n\nAs soon as the money is received (around 5 seconds average) I'll release the XMR! :)", "online_provider": "REVOLUT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "313.31", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\u2705ONLINE NOW \ud83e\udd77NO KYC \ud83d\ude80INSTANT", "profile": {"username": "topmonero", "name": "topmonero (883; 100%)", "feedback_score": 100, "trade_count": "883", "last_online": "2022-02-11T09:43:22.063Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/0f3fe35f-808f-4bae-bfe3-5f808ffbaee7"}}, {"data": {"ad_id": "0afb9d71-5065-4c2a-bb9d-715065ec2a9f", "countrycode": "AU", "created_at": "2021-06-09T05:35:31.765Z", "currency": "AUD", "first_time_limit_xmr": 2, "max_amount_available": "946.96", "min_amount": "60.00", "msg": "Start chat and ask for recepient details\n\nEasily send through WU website https://www.westernunion.com/au/en/web/send-money/start\n\nOnce paid just share receipt photo or screenshot\n\nFast XMR release under 15 minutes of payment\n\nGot questions? Telegram @VYXMR", "online_provider": "WU", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "318.02", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/0afb9d71-5065-4c2a-bb9d-715065ec2a9f"}}, {"data": {"ad_id": "151dbefc-6a1e-4c81-9dbe-fc6a1eac8152", "countrycode": "AU", "created_at": "2021-08-22T19:36:49.518Z", "currency": "AUD", "max_amount": "800.00", "max_amount_available": "215.04", "min_amount": "80.00", "msg": "Hello: Terms of service!!\n\n:Once you initiate a trade, send me the email that you will use to make payment.\n\n: For first timer, Send me a screenshot of Paypal profile. (Name and email address should be visible). \n\n:PayPal personal and VERIFIED account. No Business account. No exception\n\n:Use prepaid cards , Debit card and paypal balance. (For trade more than $150 , Send a screenshot of PayPal balance)\n\n:Money is sent as \"Friends & family only\" .\n\n:Release is intiate once confirm PayPal balance.\n\n:Buyer should cover the transaction fees.\n\nNotice: Incomplete screenshots with cropped edges to mask date /time and identity will not be accepted.\n\nI do reserve the right to cancel the trade if I detect suspicious activity\n\nCall: +254706266820 just incase im Offline\n\nChat with: Telegram; https://t.me/Bitpall", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "327.11", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "NO ID", "profile": {"username": "Bitpal", "name": "Bitpal (1271; 99%)", "feedback_score": 99, "trade_count": "1271", "last_online": "2022-02-11T08:42:01.013Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/151dbefc-6a1e-4c81-9dbe-fc6a1eac8152"}}, {"data": {"ad_id": "b8937671-7979-44ea-9376-717979d4ea15", "countrycode": "AU", "created_at": "2018-11-09T10:56:49.335Z", "currency": "AUD", "first_time_limit_xmr": 5000, "max_amount": "34500.00", "max_amount_available": "16578.05", "min_amount": "2000.00", "msg": "Ideally only trades over 10 000 AUD. Open a trade, wait for my response (if I do not respond fast enough for your liking feel free to close the trade). Ship the cash to the address provided. The counting procedure will be video recorded from opening of the envelope to last note counted to avoid misunderstandings.", "online_provider": "CASH_BY_MAIL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "330.64", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "cash via mail", "profile": {"username": "Sbudubuda", "name": "Sbudubuda (2479; 100%)", "feedback_score": 100, "trade_count": "2479", "last_online": "2022-02-11T01:04:31.221Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/b8937671-7979-44ea-9376-717979d4ea15"}}, {"data": {"ad_id": "811bb879-800c-441a-9bb8-79800c741a86", "countrycode": "AU", "created_at": "2022-01-13T07:34:09.023Z", "currency": "AUD", "first_time_limit_xmr": 1, "max_amount": "1000.00", "max_amount_available": "1000.00", "min_amount": "50.00", "msg": "**PLEASE READ THIS BEFORE YOU START A TRADE!**\n\n---\n- For first-time traders, I will need an ID.\n- Payment only via the Friends and Family option on PayPal. (NO Goods and Services). \n- Send the full amount in one transaction from your account. (Don't use the account of a friend or family member). \n- INSTANT XMR RELEASE after I received the money on PayPal. \n---\nI can always refuse to trade without explanation. ", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "333.93", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "PayPal Friends and Family only | NO ID | Instant Release |", "profile": {"username": "yakinikun", "name": "yakinikun (51; 100%)", "feedback_score": 100, "trade_count": "51", "last_online": "2022-02-11T09:43:57.976Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/811bb879-800c-441a-9bb8-79800c741a86"}}, {"data": {"ad_id": "896e5326-16fe-487f-ae53-2616fea87f85", "countrycode": "DE", "created_at": "2022-01-12T23:20:32.031Z", "currency": "AUD", "first_time_limit_xmr": 1, "max_amount": "800.00", "max_amount_available": "176.42", "min_amount": "80.00", "msg": "**READ THIS BEFORE YOU START A TRADE!** \ud83e\udd1d\n\n\u2713 First-time traders have to verify their ID. \n\u2713 Payment only via the Friends and Family option. \n\u2713 **INSTANT XMR RELEASE** after receiving the money. \ud83d\ude80\n\nText me on [Telegram](https://t.me/jannikwlt) for more information about my service.", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "333.93", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "ALL CURRENCIES | INSTANT RELEASE \ud83d\udcb0\ud83d\ude80", "profile": {"username": "EASY", "name": "EASY (62; 100%)", "feedback_score": 100, "trade_count": "62", "last_online": "2022-02-11T07:41:22.368Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/896e5326-16fe-487f-ae53-2616fea87f85"}}, {"data": {"ad_id": "9f5d4833-712b-4e5d-9d48-33712bce5d17", "countrycode": "AU", "created_at": "2022-02-11T01:15:35.958Z", "currency": "AUD", "max_amount_available": "131.41", "min_amount": "30.00", "msg": "AUCH WENN ICH OFFLINE BIN, ANTWORTE ICH IMMER.\n\nKAUFEN SIE KRYPTOW\u00c4HRUNGEN MIT ANONYMER GARANTIE\n\nim Chat anrufen\n\nIch gebe das XMR schnell frei, sobald die Zahlung best\u00e4tigt ist.\n\nIch bin ein Verk\u00e4ufer mit 100% positiven Bewertungen.\n--\nEVEN IF I'M OFFLINE, I ALWAYS ANSWER.\n\nBUY CRYPTOCURRENCIES WITH AN ANONYMOUS GUARANTEE\n\ncall in chat\n\nI release the XMR quickly, as soon as the payment is confirmed.\n\nI am a seller with 100% positive ratings.\n\n==\nAUNQUE ESTOY DESCONECTADO, SIEMPRE RESPONDO.\n\nCOMPRAR CRIPTOMONEDAS CON GARANT\u00cdA AN\u00d3NIMA\n\nllamar en el chat\n\nLibero el XMR r\u00e1pidamente, tan pronto como se confirma el pago.\n\nSoy un vendedor con valoraciones 100% positivas.\n\n==\nMESMO SE EU ESTIVER OFFLINE, SEMPRE RESPONDO.\n\nCOMPRE CRIPTOMOEDAS COM GARANTIA DE ANONIMATO\n\nChamar no Chat\n\nLibero as XMR rapido, assim que for confirmado o pagamento. \n\nSouu um vendedor com 100% de qualifica\u00e7\u00f5es positivas.", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "340.74", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "COMPRATUDO", "name": "COMPRATUDO (53; 100%)", "feedback_score": 100, "trade_count": "53", "last_online": "2022-02-11T09:43:35.613Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/9f5d4833-712b-4e5d-9d48-33712bce5d17"}}, {"data": {"ad_id": "c7a51333-625f-447f-a513-33625fb47fdf", "countrycode": "AU", "created_at": "2021-06-14T14:51:30.307Z", "currency": "AUD", "max_amount": "400.00", "max_amount_available": "400.00", "min_amount": "50.00", "msg": "Contact me before purchasing the code to confirm that I will be able to trade the code (sometimes I may not be accepting some of the codes from below)!\n\nI can do higher trade amounts depending on the type of card. Start a trade and we can chat.\n\n**Current cards accepted (contact if you'd like to know if I can do a card that you have):** \n- *Visa/Mastercard Gift Card* - these can be purchased from AusPost, gas stations, Coles, Woolworths, Officeworks etc.\n\nOr\n- *Woolworths WISH* Australia Gift Card Code (Spendable at all Woolworths Group stores i.e. BIGW etc)\n\nOr\n- *Coles Group* Gift Card (must be spendable at all Coles Group stores i.e. Coles express, Coles, and other stores)\n\nOr\n- *Mwave Australia* Gift Card\n\nOr\n- *Apple Store Australia* Gift Card\n\n**NOTE: There may be a wait time depending on how long it takes for us to use the card.**", "online_provider": "GIFT_CARD_CODE_GLOBAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "343.24", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Aus - Visa/Mastercard, Apple, Mwave, Woolworths WISH, ColesGroup", "profile": {"username": "Select", "name": "Select (1517; 99%)", "feedback_score": 99, "trade_count": "1517", "last_online": "2022-02-11T09:43:40.361Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/c7a51333-625f-447f-a513-33625fb47fdf"}}, {"data": {"ad_id": "49d53e96-852f-4b48-953e-96852fdb489e", "countrycode": "AU", "created_at": "2021-07-16T08:27:26.519Z", "currency": "AUD", "first_time_limit_xmr": 0.2, "max_amount": "150.00", "max_amount_available": "150.00", "min_amount": "10.00", "msg": "Hey mate :)\n\nSend your paypal email in chat so that I can request payment\n\nFull screen payment summary screenshot is required after you have paid.", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "381.13", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/49d53e96-852f-4b48-953e-96852fdb489e"}}, {"data": {"ad_id": "7ea4712a-e932-4eb1-a471-2ae9320eb17c", "countrycode": "AU", "created_at": "2021-10-22T20:19:31.608Z", "currency": "AUD", "first_time_limit_xmr": 1, "max_amount_available": "2265.51", "min_amount": "150.00", "msg": "Monero with IBAN bank transfer, no identity required.\n\nMulti-currencies account in Switzerland. Your transfer form must have a field for IBAN, my bank has no local account number.\n\nYou will have the bank details after the trade is opened. Confirm when it's paid and wait until I see your transfer. Wait my consent for a 2d trade.", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "418.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Bank transfer with IBAN in a Swiss bank, no identity", "profile": {"username": "Dax", "name": "Dax (162; 100%)", "feedback_score": 100, "trade_count": "162", "last_online": "2022-02-10T22:29:51.105Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/7ea4712a-e932-4eb1-a471-2ae9320eb17c"}}, {"data": {"ad_id": "e1da42f3-7081-470d-9a42-f37081370dd3", "countrycode": "AU", "created_at": "2021-10-21T05:57:41.285Z", "currency": "AUD", "max_amount": "1450.00", "max_amount_available": "1414.28", "min_amount": "200.00", "msg": "\ud83d\udccdI DONT NEED ID AND I NEED LONGTERM PARTNER.\n\n\ud83d\udccdI NEED DAILY BUYERS AND I RELEASE INSTANT\n\n\ud83d\udccdPay as FRIENDS & FAMILY strictly. Any other form and I won't release coins\n\n\ud83d\udccdEven we have already past trade. always ask email before sending the payment\n\n\ud83d\udccdTell me if the money is from paypal balance or linked card\n\n\ud83d\udccdI can accept card link payments. PLEASE BE HONEST AND NO CHARGEBACK FOR LONGTERM PARTNERSHIP\n\n\ud83d\udccdDon't put any note on paypal\n\n\ud83d\udccdYou can send it to my local currency PHP for faster btc release\n\n\ud83d\udccdIf the payment is on HOLD - You will wait OR refund\n\n\ud83d\udccdNo to ECHECKS\n\n\ud83d\udccdOnce the payment already receive and withdraw, I WILL RELEASE THE Moreno.", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "479.56", "track_max_amount": true, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "NO NEED ID - INSTANT RELEASE", "profile": {"username": "MCWILSON700", "name": "MCWILSON700 (18; 100%)", "feedback_score": 100, "trade_count": "18", "last_online": "2022-02-09T13:24:38.435Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/e1da42f3-7081-470d-9a42-f37081370dd3"}}, {"data": {"ad_id": "f2271081-60cc-4ca7-a710-8160ccaca705", "countrycode": "US", "created_at": "2021-11-08T10:12:08.492Z", "currency": "AUD", "max_amount": "5000.00", "max_amount_available": "1414.28", "min_amount": "100.00", "msg": "This trade you going to used Xoom which actually another way to used PayPal.... once you have a PayPal account you can login to Xoom.com anyway open trade and ask for my info to make payment.\n\nRECIEVING VIA EWALLET REALTIME(GCASH) SO THAT CAN GIVE YOU COIN FAST RELEASE\n\nOPEN TRADE ONLY WHEN YOU ARE READY\n\nDETAILS WILL BE GIVEN ON THE CHAT! I RELEASE ONCE THE MONEY COMPLETELY RECIEVED ON MY EWALLET", "online_provider": "XOOM", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "479.56", "track_max_amount": true, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "CASHOUT YOUR BIG PAYPAL BALANCE VIA XOOM.COM", "profile": {"username": "MCWILSON700", "name": "MCWILSON700 (18; 100%)", "feedback_score": 100, "trade_count": "18", "last_online": "2022-02-09T13:24:38.435Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/f2271081-60cc-4ca7-a710-8160ccaca705"}}, {"data": {"ad_id": "bff51fb3-47dc-4527-b51f-b347dcd527ba", "countrycode": "AU", "created_at": "2021-03-16T01:03:41.056Z", "currency": "AUD", "max_amount": "500.00", "max_amount_available": "500.00", "min_amount": "300.00", "msg": "Westpac or CBA (or their subsidiaries) do cardless cash. I go to the ATM while you relax and receive your XMR. I am an experienced trader with a new account.", "online_provider": "OTHER", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "282.69", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Cardless Cash No ID Required. Check my feedback ", "profile": {"username": "pmr", "name": "pmr (77; 100%)", "feedback_score": 100, "trade_count": "77", "last_online": "2022-01-30T02:10:42.368Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/bff51fb3-47dc-4527-b51f-b347dcd527ba"}}, {"data": {"ad_id": "ddfe4a1e-8846-4f1a-be4a-1e88468f1a14", "countrycode": "AU", "created_at": "2017-09-03T13:05:41.823Z", "currency": "AUD", "max_amount": "8000.00", "max_amount_available": "3327.49", "min_amount": "20.00", "msg": "Looking to buy Monero ASAP? Look no further! Send me a message here to get started.", "online_provider": "CASH_AT_ATM", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "318.02", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "NAB cash deposit", "profile": {"username": "moneroTraders", "name": "moneroTraders (44; 100%)", "feedback_score": 100, "trade_count": "44", "last_online": "2022-01-25T14:58:36.713Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/ddfe4a1e-8846-4f1a-be4a-1e88468f1a14"}}]}, "pagination": {"prev": "https://agoradesk.com/api/v1/buy-monero-online/AUD?page=1"}}, "status": 200}] -[0, "CHF", "XMR", {"success": true, "message": "OK", "response": {"data": {"ad_count": 16, "ad_list": [{"data": {"ad_id": "14a42f88-96c7-4be1-a42f-8896c7fbe19c", "countrycode": "CH", "created_at": "2021-09-26T21:54:56.875Z", "currency": "CHF", "first_time_limit_xmr": 1, "max_amount_available": "1219.10", "min_amount": "60.00", "msg": "Sorry, I only speak english.\n\nI accept many cryptos for exchange such as BTC, LTC, XRP, XLM, DOGE, and dozens more.\n\nPlease enter the amount of XMR you want and then send me a message with the crypto you want to send me in exchange.\n\nBTC can be extremely slow and may take upwards of an hour for me to receive one confirmation and release your XMR.\n\nETH and ERC-20 coins have high network fees and I cannot give you as good of an exchange rate on those cryptos.\n\nThe coins I like to use for exchange because they are fast and have lower fees are LTC, XRP, and XLM.\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nPlease don't mark your trade as paid until you send the crypto to the wallet address I give you.\n\nIf we have traded before, DO NOT SEND TO THE SAME WALLET AS LAST TIME. My wallet address changes with every trade.\n\nPlease check out https://protectwealth.co to do your own trade anonymously 24/7 and get a better exchange rate!\n\nI don't have much XMR available here, but you can get as much as you want on my website.\n\nI may leave this ad up overnight or when I'm busy. If you don't get a reply from me within half an hour please cancel the trade.\n\nThank you", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "178.45", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your other coins for Monero!", "profile": {"username": "Moneroeh", "name": "Moneroeh (521; 100%)", "feedback_score": 100, "trade_count": "521", "last_online": "2022-02-11T05:29:38.461Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/14a42f88-96c7-4be1-a42f-8896c7fbe19c"}}, {"data": {"ad_id": "501011fd-5f12-467c-9011-fd5f12867c30", "countrycode": "LI", "created_at": "2021-09-08T13:23:33.104Z", "currency": "CHF", "first_time_limit_xmr": 1, "max_amount_available": "1219.10", "min_amount": "70.00", "msg": "Sorry, I only speak english.\n\nI accept many cryptos for exchange such as BTC, LTC, XRP, XLM, DOGE, and dozens more.\n\nPlease enter the amount of XMR you want and then send me a message with the crypto you want to trade.\n\nBTC can be extremely slow and may take upwards of an hour for me to receive one confirmation and release your XMR.\n\nETH and all ERC-20 coins have high network fees and I can't give you as good of an exchange rate on those cryptos.\n\nThe coins I like to use for exchange because they are fast and have lower fees are LTC, XRP, and XLM.\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nPlease don't mark your trade as paid until you send the crypto to the wallet address I give you.\n\nIf we have traded before, DO NOT SEND TO THE SAME WALLET AS LAST TIME. My wallet address changes with every trade.\n\nPlease check out https://protectwealth.co to do your own trade anonymously 24/7 and get a better exchange rate!\n\nI don't have much XMR available here, but you can get as much as you want on my website.\n\nI may leave this ad up overnight or when I'm busy. If you don't get a reply from me within half an hour please cancel the trade.\n\nThank you", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "178.45", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your other coins for Monero!", "profile": {"username": "Moneroeh", "name": "Moneroeh (521; 100%)", "feedback_score": 100, "trade_count": "521", "last_online": "2022-02-11T05:29:38.461Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/501011fd-5f12-467c-9011-fd5f12867c30"}}, {"data": {"ad_id": "4028814a-064a-4346-a881-4a064a5346f3", "countrycode": "CH", "created_at": "2021-09-14T19:03:20.347Z", "currency": "CHF", "max_amount_available": "541.31", "min_amount": "25.00", "msg": "Buy Monero (XMR) with any popular crypto like -\n\nBTC ETH ADA USDT XRP SOL BCH BNB\n\nOpen trade and tell me which coin you'll pay with\n\nI'll send amount and payment address\n\nIf offline telegram @VYXMR", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "181.79", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "BTC\ud83d\udd3aETH\ud83d\udd39USDT\ud83d\udd39LTC\ud83d\udd3aBCH (Pay with any crypto)", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/4028814a-064a-4346-a881-4a064a5346f3"}}, {"data": {"ad_id": "bd49e62e-5413-481e-89e6-2e5413481e1e", "countrycode": "CH", "created_at": "2017-11-20T17:57:37.151Z", "currency": "CHF", "max_amount_available": "600.64", "msg": "Bank\u00fcberweisung nach Verifikation", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "183.46", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Migrosbank p2p oder Bank\u00fcberweisung", "profile": {"username": "Swisswatcher", "name": "Swisswatcher (2340; 97%)", "feedback_score": 97, "trade_count": "2340", "last_online": "2022-02-10T19:43:09.238Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/bd49e62e-5413-481e-89e6-2e5413481e1e"}}, {"data": {"ad_id": "23a9cfb1-37c7-43d0-a9cf-b137c7d3d056", "countrycode": "CH", "created_at": "2021-01-15T11:54:08.473Z", "currency": "CHF", "max_amount_available": "600.64", "msg": "Selling Monero for Cash by Mail", "online_provider": "CASH_BY_MAIL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "183.46", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Selling Monero for Cash by Mail", "profile": {"username": "Swisswatcher", "name": "Swisswatcher (2340; 97%)", "feedback_score": 97, "trade_count": "2340", "last_online": "2022-02-10T19:43:09.238Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/23a9cfb1-37c7-43d0-a9cf-b137c7d3d056"}}, {"data": {"ad_id": "9f000a01-d04f-4645-800a-01d04fc64519", "countrycode": "CH", "created_at": "2020-09-28T18:30:24.719Z", "currency": "CHF", "first_time_limit_xmr": 1, "max_amount_available": "611.54", "msg": "Verkaufe Monero for Bank\u00fcberweisung, ZAK oder NEON", "online_provider": "OTHER", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "186.79", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Selling Monero for Revolut", "profile": {"username": "Swisswatcher", "name": "Swisswatcher (2340; 97%)", "feedback_score": 97, "trade_count": "2340", "last_online": "2022-02-10T19:43:09.238Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/9f000a01-d04f-4645-800a-01d04fc64519"}}, {"data": {"ad_id": "4f1e0bbd-c22c-4c6d-9e0b-bdc22c9c6d45", "countrycode": "CH", "created_at": "2021-12-18T13:15:18.563Z", "currency": "CHF", "max_amount_available": "333.78", "min_amount": "40.00", "msg": "I accept many cryptocurrencies, tell me what crypto you would like to send\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nThe best coins to send for quickest and lowest fees are , (BNB, HBAR, XRP, LTC, SEA, XLM and many other) If possible convert your coins to a quick and low fee crypto\n\nIf we have traded before don't send the coins to the same wallet as my wallet address can changes with every trade.\n\nI will not under any circumstances release until funds are in my hand", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "187.63", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade any coin for XMR", "profile": {"username": "XMRCoops", "name": "XMRCoops (641; 100%)", "feedback_score": 100, "trade_count": "641", "last_online": "2022-02-11T09:43:21.233Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/4f1e0bbd-c22c-4c6d-9e0b-bdc22c9c6d45"}}, {"data": {"ad_id": "e704c072-53e9-457f-84c0-7253e9e57f85", "countrycode": "LI", "created_at": "2022-01-25T06:00:43.456Z", "currency": "CHF", "max_amount": "1000.00", "max_amount_available": "819.21", "msg": "", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "196.97", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:44:10.957Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/e704c072-53e9-457f-84c0-7253e9e57f85"}}, {"data": {"ad_id": "ac05d59a-e7e5-46c6-85d5-9ae7e516c698", "countrycode": "CH", "created_at": "2021-11-25T21:49:26.331Z", "currency": "CHF", "first_time_limit_xmr": 1, "max_amount_available": "1127.33", "min_amount": "80.00", "msg": "Monero with IBAN bank transfer in Switzerland, no identity required.\n\nYou will have the bank details after the trade is opened. Confirm when it's paid and wait until I see your transfer. Wait my consent for a 2d trade.\n\n___\n\n(In French: \n\nMonero avec un virement bancaire chez Swissquote Bank en Suisse. Pas d'identit\u00e9 demand\u00e9e.\n\nVous aurez les informations bancaires une fois la transaction ouverte. Confirmez lorsque c'est pay\u00e9 et patientez. Attendez mon accord avant un 2e achat.)", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "208.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Bank transfer in a Swiss bank, no identity", "profile": {"username": "Dax", "name": "Dax (162; 100%)", "feedback_score": 100, "trade_count": "162", "last_online": "2022-02-10T22:29:51.105Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/ac05d59a-e7e5-46c6-85d5-9ae7e516c698"}}, {"data": {"ad_id": "db3e9fe7-63f4-4ff7-be9f-e763f4aff7e5", "countrycode": "CH", "created_at": "2022-01-25T10:02:13.039Z", "currency": "CHF", "first_time_limit_xmr": 0.8, "max_amount": "200.00", "max_amount_available": "200.00", "min_amount": "80.00", "msg": "Monero with debit card (from Swiss and Europe only). Warning: my payment service deals in Euro, so if your card have fees for Euro your bank may charge them to you. (It's not often now but verify.)\n\nAfter you open the trade, I will send you a payment link.\n\nYou must use a card with your own name and 3D Secure is active. Don't think to use with a stolen card, if your payment is rejected, I will block and report your profile. I may cancel or ask a proof of identity if the payment service indicates some doubts. Wait my consent for a 2d trade.\n\n___\n\n(In French: Monero contre paiement par carte bancaire. Votre carte sera d\u00e9bit\u00e9e en \u20ac donc attention aux \u00e9ventuels frais, beaucoup de banques n'en ont plus mais \u00e0 vous de v\u00e9rifier.)", "online_provider": "CREDITCARD", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "209.00", "track_max_amount": true, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Cards AmEx, Mastercard and Visa able to pay in \u20ac", "profile": {"username": "Dax", "name": "Dax (162; 100%)", "feedback_score": 100, "trade_count": "162", "last_online": "2022-02-10T22:29:51.105Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/db3e9fe7-63f4-4ff7-be9f-e763f4aff7e5"}}, {"data": {"ad_id": "89ee1335-7ddc-4d5a-ae13-357ddc7d5a14", "countrycode": "CH", "created_at": "2022-02-09T12:59:22.679Z", "currency": "CHF", "max_amount": "2500.00", "max_amount_available": "557.03", "min_amount": "100.00", "msg": "ASK FOR DETAILS - TWINT ", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "210.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "RELIABLE AS A SWISS WATCH - TWINT", "profile": {"username": "NuBIt", "name": "NuBIt (193; 100%)", "feedback_score": 100, "trade_count": "193", "last_online": "2022-02-11T05:52:19.503Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/89ee1335-7ddc-4d5a-ae13-357ddc7d5a14"}}, {"data": {"ad_id": "8b360e7d-ec02-415c-b60e-7dec02e15cfe", "countrycode": "CH", "created_at": "2021-08-03T16:56:44.178Z", "currency": "CHF", "first_time_limit_xmr": 2, "max_amount_available": "625.73", "min_amount": "50.00", "msg": "Start chat and ask for recepient details\n\nEasily send through WU website https://www.westernunion.com/ch/en/web/send-money/start\n\nOnce paid just share receipt photo or screenshot\n\nFast XMR release under 15 minutes of payment\n\nGot questions? Telegram @VYXMR", "online_provider": "WU", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "210.14", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/8b360e7d-ec02-415c-b60e-7dec02e15cfe"}}, {"data": {"ad_id": "2bcfb7a6-7ba6-4ea5-8fb7-a67ba69ea59f", "countrycode": "CH", "created_at": "2022-02-09T19:06:12.315Z", "currency": "CHF", "max_amount": "3692.17", "max_amount_available": "1564.07", "min_amount": "9.23", "msg": "Hello and welcome!\n\nPlease start a trade and wait until I send the reference/note, then complete the payment using the payment details.\n\nInstructions below are for the Revolut app, but you may send with instant SEPA or bank transfer in the UK.\n\nStep-by-step instructions in Revolut app:\n* Go to **Send** on balance page\n* Click **New** in top right corner\n* Select **Add a bank recipient**\n* Select **Business**\n* Set **Country of recipient's bank** to **\"United Kingdom\"**\n* Set **Currency** to the one you want to send (example: EUR, USD, GBP, SEK, PLN, CHF, etc...)\n* Set **IBAN** to **\"GB87 REVO 0099 6930 5868 62\"**\n* Set **BIC/SWIFT** to **\"REVOGB21\"**\n* Set **Company name** to **\"PATHOGEN LIMITED\"**\n* Leave e-mail blank\n* Click **Add recipient**\n* If you are asked for address information, please use **24 Holborn Viaduct, London, England, EC1A 2BN**\n* **IMPORTANT:** Set **Reference** to the ID provided in chat (example: **XMR-XXXXX**), without this I won\u2019t know which trade to release!\n* Send the payment\n\nAs soon as the money is received (around 5 seconds average) I'll release the XMR! :)", "online_provider": "REVOLUT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "216.81", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\u2705ONLINE NOW \ud83e\udd77NO KYC \ud83d\ude80INSTANT", "profile": {"username": "topmonero", "name": "topmonero (883; 100%)", "feedback_score": 100, "trade_count": "883", "last_online": "2022-02-11T09:43:22.063Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/2bcfb7a6-7ba6-4ea5-8fb7-a67ba69ea59f"}}, {"data": {"ad_id": "a31256b5-03ae-4ecd-9256-b503ae8ecdcb", "countrycode": "CH", "created_at": "2022-01-13T07:33:56.081Z", "currency": "CHF", "first_time_limit_xmr": 1, "max_amount": "1000.00", "max_amount_available": "1000.00", "min_amount": "50.00", "msg": "**PLEASE READ THIS BEFORE YOU START A TRADE!**\n\n---\n- For first-time traders, I will need an ID.\n- Payment only via the Friends and Family option on PayPal. (NO Goods and Services). \n- Send the full amount in one transaction from your account. (Don't use the account of a friend or family member). \n- INSTANT XMR RELEASE after I received the money on PayPal. \n---\nI can always refuse to trade without explanation. ", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "220.65", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "PayPal Friends and Family only | NO ID | Instant Release |", "profile": {"username": "yakinikun", "name": "yakinikun (51; 100%)", "feedback_score": 100, "trade_count": "51", "last_online": "2022-02-11T09:43:57.976Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/a31256b5-03ae-4ecd-9256-b503ae8ecdcb"}}, {"data": {"ad_id": "6646ffef-9300-4efb-86ff-ef93007efb1d", "countrycode": "DE", "created_at": "2022-01-12T23:21:28.989Z", "currency": "CHF", "first_time_limit_xmr": 1, "max_amount": "550.00", "max_amount_available": "116.57", "min_amount": "60.00", "msg": "**READ THIS BEFORE YOU START A TRADE!** \ud83e\udd1d\n\n\u2713 First-time traders have to verify their ID. \n\u2713 Payment only via the Friends and Family option. \n\u2713 **INSTANT XMR RELEASE** after receiving the money. \ud83d\ude80\n\nText me on [Telegram](https://t.me/jannikwlt) for more information about my service.", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "220.65", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "ALL CURRENCIES | INSTANT RELEASE \ud83d\udcb0\ud83d\ude80", "profile": {"username": "EASY", "name": "EASY (62; 100%)", "feedback_score": 100, "trade_count": "62", "last_online": "2022-02-11T07:41:22.368Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/6646ffef-9300-4efb-86ff-ef93007efb1d"}}, {"data": {"ad_id": "353ce186-1732-4010-bce1-86173280102f", "countrycode": "CH", "created_at": "2021-05-21T08:03:12.586Z", "currency": "CHF", "first_time_limit_xmr": 0.2, "max_amount": "100.00", "max_amount_available": "100.00", "min_amount": "10.00", "msg": "Salut, gars :)\n\n Envoyez votre email paypal dans le chat pour que je puisse demander le paiement\n\n Une capture d'\u00e9cran du r\u00e9capitulatif de paiement en plein \u00e9cran est requise une fois que vous avez pay\u00e9.\n\n", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "251.84", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/353ce186-1732-4010-bce1-86173280102f"}}]}}, "status": 200}] -[0, "NZD", "XMR", {"success": true, "message": "OK", "response": {"data": {"ad_count": 12, "ad_list": [{"data": {"ad_id": "fcfc7b8a-3569-48cc-bc7b-8a356948cc6c", "countrycode": "NZ", "created_at": "2022-01-09T02:20:48.203Z", "currency": "NZD", "first_time_limit_xmr": 2, "max_amount": "1000.00", "max_amount_available": "1000.00", "min_amount": "100.00", "msg": "Simple and fast trades at the best price. Monero-Australia's got your back!\n\nThis profile is moving to a crypto-only model to enhance transaction confidentiality and add an additional degree of separation between your fiat and your XMR. You can also get your Monero cheaper than with the direct-from-fiat option. Better in every way.\n\nIf you don't already have a coin to trade, you can onboard with BUSD using PayID or Bank Transfer via **Swyftx**. You'll have to open an account, but this is once off and verification takes just a few minutes. \nThis identification procedure is no different to that which you fiat bank has already done, except that exchanges have *lower* reporting requirements than traditional financial institutions.\n\n**Swyftx** has no deposit fee for PayID and no withdrawal fee for BUSD.\n\nIMPORTANT: If you already have an account with another exchange or hold another coin, please first take self-custody via a mobile wallet. Exchanges can have unexpected delays. This is not an issue with BUSD on Swyftx, which is why it is the recommended route. **In either case, please wait until you have your currency ready to send before initiating the trade**\n\nWhen you trade with me, you will lock in the AUD price for the XMR you'll receive. I will quote you the amount of BUSD/LTC/XLM/etc at the exact NZD market rate (no extra markup), as per CoinGecko or similar. **BUSD is preferred as this avoids issues with price changes. DASH is also a good option, as it has decent privacy features.**\n\nIt takes a little bit of setup initially, but once completed we can trade super fast. Please let me know if you want to trade over 2K NZD.\n\nComplementary advice on anything Monero in the chat, or email moneroaustralia@pm.me for questions.", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "286.88", "track_max_amount": true, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "BTC LN, LTC, NANO, BUSD, XLM, DASH. Bank Transfer route provided", "profile": {"username": "Monero-Australia", "name": "Monero-Australia (85; 100%)", "feedback_score": 100, "trade_count": "85", "last_online": "2022-02-11T05:10:25.810Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/fcfc7b8a-3569-48cc-bc7b-8a356948cc6c"}}, {"data": {"ad_id": "d4e38b3c-3c9f-4ca0-a38b-3c3c9f1ca09f", "countrycode": "NZ", "created_at": "2022-01-09T02:33:33.360Z", "currency": "NZD", "first_time_limit_xmr": 2, "max_amount": "1000.00", "max_amount_available": "1000.00", "min_amount": "100.00", "msg": "Simple and fast trades at the best price. Monero-Australia's got your back!\n\nThis profile is moving to a crypto intermediary model to enhance transaction confidentiality and add an additional degree of separation between your fiat and your XMR. You can also get your Monero cheaper than with the direct-from-fiat option. Better in every way.\n\nYou'll have to open an account with **Swyftx**, but this is once off and verification takes just a few minutes. \nThis verification procedure is no different to that which you fiat bank has already done anyway, except that crypto exchanges have *lower* reporting requirements than traditional financial institutions.\n\nSteps:\n1. Sign up at Swyftx\n2. Deposit NZD via Bank Transfer to buy BUSD\n3. Send BUSD to me\n\nMore detailed help [here](https://help.swyftx.com.au/en/articles/5340974-how-to-deposit-from-a-new-zealand-account).\n\n**Swyftx** has no deposit fee for Bank Transfers and no withdrawal fee for BUSD. However do note that NZD deposits can take up to 3 days to clear!\n\nWhen you are ready to trade with me, you will lock in the NZD price for the XMR you'll receive. I will quote you the amount of BUSD at the exact NZD market rate (no extra markup), as per CoinGecko or similar. **BUSD is preferred as this avoids issues with rapid price changes. DASH is also a good alternative, as it has decent privacy features.**\n\nIMPORTANT: if you already have an account with another exchange or hold another coin, you can use that instead. However, please first take self-custody via a mobile wallet. Exchanges can have unexpected delays. This is not an issue with BUSD on Swyftx, which is why it is the recommended route. **In either case, please wait until you have the currency ready to send before initiating the XMR trade.**\n\nIt takes a little bit of setup initially, but once completed we can trade super fast. Please let me know if you want to trade over 2K NZD.\n\nComplementary advice on anything Monero in the chat, or email moneroaustralia@pm.me for questions.", "online_provider": "OTHER", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "288.23", "track_max_amount": true, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Bank Transfer via Swyftx. Extra step, less traceable.", "profile": {"username": "Monero-Australia", "name": "Monero-Australia (85; 100%)", "feedback_score": 100, "trade_count": "85", "last_online": "2022-02-11T05:10:25.810Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/d4e38b3c-3c9f-4ca0-a38b-3c3c9f1ca09f"}}, {"data": {"ad_id": "1b5d9ed4-16ba-4d94-9d9e-d416ba4d94e4", "countrycode": "NZ", "created_at": "2021-08-04T14:43:24.590Z", "currency": "NZD", "first_time_limit_xmr": 1, "max_amount_available": "1978.37", "min_amount": "100.00", "msg": "I accept many cryptos for exchange such as BTC, LTC, XRP, XLM, DOGE, and dozens more.\n\nPlease enter the amount of XMR you want and then send me a message with the crypto you want to trade.\n\nBTC can be extremely slow and may take upwards of an hour for me to receive one confirmation and release your XMR.\n\nETH and ERC-20 coins can have high network fees and I cannot give you as good of an exchange rate on those cryptos.\n\nThe coins I like to use for exchange because they are fast and have lower fees are LTC, XRP, and XLM.\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nPlease don't mark your trade as paid until you send the crypto to the wallet address I give you.\n\nIf we have traded before, DO NOT SEND TO THE SAME WALLET AS LAST TIME. My wallet address changes with every trade.\n\nPlease check out https://protectwealth.co to do your own trade anonymously 24/7 and get a better exchange rate!\n\nI don't have much XMR available here, but you can get as much as you want on my website.\n\nI may leave this ad up overnight or when I'm busy. If you don't get a reply from me within half an hour please cancel the trade.\n\nThank you", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "289.59", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your other coins for Monero!", "profile": {"username": "Moneroeh", "name": "Moneroeh (521; 100%)", "feedback_score": 100, "trade_count": "521", "last_online": "2022-02-11T05:29:38.461Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/1b5d9ed4-16ba-4d94-9d9e-d416ba4d94e4"}}, {"data": {"ad_id": "6419fb03-484e-4598-99fb-03484eb59869", "countrycode": "NZ", "created_at": "2021-08-21T18:17:08.329Z", "currency": "NZD", "max_amount_available": "878.42", "min_amount": "25.00", "msg": "Buy Monero (XMR) with any popular crypto like\n\nBTC ETH ADA USDT XRP SOL BCH BNB\n\nOpen trade and tell me which coin you'll pay with\n\nI'll send amount and payment address\n\nOnly one network confirmation required\n\nIf offline telegram @VYXMR", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "295.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "BTC\ud83d\udd3aETH\ud83d\udd39USDT\ud83d\udd39LTC\ud83d\udd3aBCH (Pay with any crypto)", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/6419fb03-484e-4598-99fb-03484eb59869"}}, {"data": {"ad_id": "044e84c5-4217-4497-8e84-c54217449700", "countrycode": "NZ", "created_at": "2018-09-12T15:23:18.990Z", "currency": "NZD", "max_amount": "5000.00", "max_amount_available": "5000.00", "msg": "To Trade with me:\n\n- KYC verification required, please send a photo showing you holding your ID with a note of today's date and 'jwang.cc' to the chat window.\n\n- In some cases I will require a phone chat.\n\n- In some cases I will require you to flick a clear photo of your bank statement showing your name. \n\n- For bank transfer, payment name should match on the ID provided. \n\n- No Reference or Particulars need.\n\n- Cash deposit would be the best way if you are lazy to do above things.\n\n- Contact me by\nWhatsAPP: +8618777160300\nFB Msg: m.me/jwang.tours \nTelegram: @jwangcc", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "297.71", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "NZ Bank transfer", "profile": {"username": "jwang", "name": "jwang (3110; 100%)", "feedback_score": 100, "trade_count": "3110", "last_online": "2022-02-11T09:43:27.508Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/044e84c5-4217-4497-8e84-c54217449700"}}, {"data": {"ad_id": "781597f8-59c6-40f2-9597-f859c6e0f2dd", "countrycode": "PN", "created_at": "2022-02-10T15:57:04.705Z", "currency": "NZD", "max_amount": "1500.00", "max_amount_available": "1407.01", "msg": "", "online_provider": "INTERNATIONAL_WIRE_SWIFT", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "338.30", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "International Wire Transfer (SWIFT)", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:44:10.957Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/781597f8-59c6-40f2-9597-f859c6e0f2dd"}}, {"data": {"ad_id": "53bc53ba-f2d8-4b6d-bc53-baf2d84b6df9", "countrycode": "NZ", "created_at": "2021-08-19T07:36:51.823Z", "currency": "NZD", "first_time_limit_xmr": 2, "max_amount_available": "1015.42", "min_amount": "70.00", "msg": "Start chat and ask for recepient details\n\nEasily send through WU website https://www.westernunion.com/nz/en/web/send-money/start\n\nOnce paid just share receipt photo or screenshot\n\nFast XMR release under 15 minutes of payment\n\nGot questions? Telegram @VYXMR", "online_provider": "WU", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "341.01", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/53bc53ba-f2d8-4b6d-bc53-baf2d84b6df9"}}, {"data": {"ad_id": "1f48b508-cdd9-4e49-88b5-08cdd99e49c2", "countrycode": "NZ", "created_at": "2022-02-09T19:06:24.859Z", "currency": "NZD", "max_amount": "5984.08", "max_amount_available": "2538.11", "min_amount": "14.96", "msg": "Hello and welcome!\n\nPlease start a trade and wait until I send the reference/note, then complete the payment using the payment details.\n\nInstructions below are for the Revolut app, but you may send with instant SEPA or bank transfer in the UK.\n\nStep-by-step instructions in Revolut app:\n* Go to **Send** on balance page\n* Click **New** in top right corner\n* Select **Add a bank recipient**\n* Select **Business**\n* Set **Country of recipient's bank** to **\"United Kingdom\"**\n* Set **Currency** to the one you want to send (example: EUR, USD, GBP, SEK, PLN, CHF, etc...)\n* Set **IBAN** to **\"GB87 REVO 0099 6930 5868 62\"**\n* Set **BIC/SWIFT** to **\"REVOGB21\"**\n* Set **Company name** to **\"PATHOGEN LIMITED\"**\n* Leave e-mail blank\n* Click **Add recipient**\n* If you are asked for address information, please use **24 Holborn Viaduct, London, England, EC1A 2BN**\n* **IMPORTANT:** Set **Reference** to the ID provided in chat (example: **XMR-XXXXX**), without this I won\u2019t know which trade to release!\n* Send the payment\n\nAs soon as the money is received (around 5 seconds average) I'll release the XMR! :)", "online_provider": "REVOLUT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "351.83", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\u2705ONLINE NOW \ud83e\udd77NO KYC \ud83d\ude80INSTANT", "profile": {"username": "topmonero", "name": "topmonero (883; 100%)", "feedback_score": 100, "trade_count": "883", "last_online": "2022-02-11T09:43:22.063Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/1f48b508-cdd9-4e49-88b5-08cdd99e49c2"}}, {"data": {"ad_id": "127c2881-99fe-4f3b-bc28-8199fe2f3b91", "countrycode": "NZ", "created_at": "2022-01-13T07:34:00.343Z", "currency": "NZD", "first_time_limit_xmr": 1, "max_amount": "1660.00", "max_amount_available": "1660.00", "min_amount": "83.00", "msg": "**PLEASE READ THIS BEFORE YOU START A TRADE!**\n\n---\n- For first-time traders, I will need an ID.\n- Payment only via the Friends and Family option on PayPal. (NO Goods and Services). \n- Send the full amount in one transaction from your account. (Don't use the account of a friend or family member). \n- INSTANT XMR RELEASE after I received the money on PayPal. \n---\nI can always refuse to trade without explanation. ", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "358.06", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "PayPal Friends and Family only | NO ID | Instant Release |", "profile": {"username": "yakinikun", "name": "yakinikun (51; 100%)", "feedback_score": 100, "trade_count": "51", "last_online": "2022-02-11T09:43:57.976Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/127c2881-99fe-4f3b-bc28-8199fe2f3b91"}}, {"data": {"ad_id": "ee1da643-a8cb-4287-9da6-43a8cb3287f2", "countrycode": "DE", "created_at": "2022-01-12T23:19:40.103Z", "currency": "NZD", "first_time_limit_xmr": 1, "max_amount": "850.00", "max_amount_available": "189.16", "min_amount": "85.00", "msg": "**READ THIS BEFORE YOU START A TRADE!** \ud83e\udd1d\n\n\u2713 First-time traders have to verify their ID. \n\u2713 Payment only via the Friends and Family option. \n\u2713 **INSTANT XMR RELEASE** after receiving the money. \ud83d\ude80\n\nText me on [Telegram](https://t.me/jannikwlt) for more information about my service.", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "358.06", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "ALL CURRENCIES | INSTANT RELEASE \ud83d\udcb0\ud83d\ude80", "profile": {"username": "EASY", "name": "EASY (62; 100%)", "feedback_score": 100, "trade_count": "62", "last_online": "2022-02-11T07:41:22.368Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/ee1da643-a8cb-4287-9da6-43a8cb3287f2"}}, {"data": {"ad_id": "34787129-6032-4eef-b871-296032deef96", "countrycode": "NZ", "created_at": "2021-05-20T19:14:55.470Z", "currency": "NZD", "first_time_limit_xmr": 0.2, "max_amount": "200.00", "max_amount_available": "200.00", "min_amount": "20.00", "msg": "Hey mate :)\n\nSend your paypal email in chat so that I can request payment\n\nFull screen payment summary screenshot is required after you have paid.", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "408.67", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/34787129-6032-4eef-b871-296032deef96"}}, {"data": {"ad_id": "acf18d26-bd10-4236-b18d-26bd10723645", "countrycode": "NZ", "created_at": "2021-10-21T06:14:51.681Z", "currency": "NZD", "max_amount": "1000.00", "max_amount_available": "1000.00", "min_amount": "200.00", "msg": "\ud83d\udccdI DONT NEED ID AND I NEED LONGTERM PARTNER.\n\n\ud83d\udccdI NEED DAILY BUYERS AND I RELEASE INSTANT\n\n\ud83d\udccdPay as FRIENDS & FAMILY strictly. Any other form and I won't release coins\n\n\ud83d\udccdEven we have already past trade. always ask email before sending the payment\n\n\ud83d\udccdTell me if the money is from paypal balance or linked card\n\n\ud83d\udccdI can accept card link payments. PLEASE BE HONEST AND NO CHARGEBACK FOR LONGTERM PARTNERSHIP\n\n\ud83d\udccdDon't put any note on paypal\n\n\ud83d\udccdYou can send it to my local currency PHP for faster btc release\n\n\ud83d\udccdIf the payment is on HOLD - You will wait OR refund\n\n\ud83d\udccdNo to ECHECKS\n\n\ud83d\udccdOnce the payment already receive and withdraw, I WILL RELEASE THE Moreno.", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "514.22", "track_max_amount": true, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "NO NEED ID - INSTANT RELEASE ", "profile": {"username": "MCWILSON700", "name": "MCWILSON700 (18; 100%)", "feedback_score": 100, "trade_count": "18", "last_online": "2022-02-09T13:24:38.435Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/acf18d26-bd10-4236-b18d-26bd10723645"}}]}}, "status": 200}] -[0, "SGD", "XMR", {"success": true, "message": "OK", "response": {"data": {"ad_count": 6, "ad_list": [{"data": {"ad_id": "a8fdb943-dea6-4b9b-bdb9-43dea6db9b5b", "countrycode": "SG", "created_at": "2021-09-26T21:17:26.430Z", "currency": "SGD", "first_time_limit_xmr": 1, "max_amount_available": "1767.67", "min_amount": "75.00", "msg": "Sorry, I only speak english.\n\nI accept many cryptos for exchange such as BTC, LTC, XRP, XLM, DOGE, and dozens more.\n\nPlease enter the amount of XMR you want and then send me a message with the crypto you want to send me in exchange.\n\nBTC can be extremely slow and may take upwards of an hour for me to receive one confirmation and release your XMR.\n\nETH and ERC-20 coins have high network fees and I cannot give you as good of an exchange rate on those cryptos.\n\nThe coins I like to use for exchange because they are fast and have lower fees are LTC, XRP, and XLM.\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nPlease don't mark your trade as paid until you send the crypto to the wallet address I give you.\n\nIf we have traded before, DO NOT SEND TO THE SAME WALLET AS LAST TIME. My wallet address changes with every trade.\n\nPlease check out https://protectwealth.co to do your own trade anonymously 24/7 and get a better exchange rate!\n\nI don't have much XMR available here, but you can get as much as you want on my website.\n\nI may leave this ad up overnight or when I'm busy. If you don't get a reply from me within half an hour please cancel the trade.\n\nThank you", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "258.75", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your other cryptos for Monero!", "profile": {"username": "Moneroeh", "name": "Moneroeh (521; 100%)", "feedback_score": 100, "trade_count": "521", "last_online": "2022-02-11T05:29:38.461Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/a8fdb943-dea6-4b9b-bdb9-43dea6db9b5b"}}, {"data": {"ad_id": "f035c709-31f9-4c2b-b5c7-0931f9bc2b20", "countrycode": "SG", "created_at": "2022-02-09T19:07:19.554Z", "currency": "SGD", "max_amount": "5369.13", "max_amount_available": "2267.87", "min_amount": "13.42", "msg": "Hello and welcome!\n\nPlease start a trade and wait until I send the reference/note, then complete the payment using the payment details.\n\nInstructions below are for the Revolut app, but you may send with instant SEPA or bank transfer in the UK.\n\nStep-by-step instructions in Revolut app:\n* Go to **Send** on balance page\n* Click **New** in top right corner\n* Select **Add a bank recipient**\n* Select **Business**\n* Set **Country of recipient's bank** to **\"United Kingdom\"**\n* Set **Currency** to the one you want to send (example: EUR, USD, GBP, SEK, PLN, CHF, etc...)\n* Set **IBAN** to **\"GB87 REVO 0099 6930 5868 62\"**\n* Set **BIC/SWIFT** to **\"REVOGB21\"**\n* Set **Company name** to **\"PATHOGEN LIMITED\"**\n* Leave e-mail blank\n* Click **Add recipient**\n* If you are asked for address information, please use **24 Holborn Viaduct, London, England, EC1A 2BN**\n* **IMPORTANT:** Set **Reference** to the ID provided in chat (example: **XMR-XXXXX**), without this I won\u2019t know which trade to release!\n* Send the payment\n\nAs soon as the money is received (around 5 seconds average) I'll release the XMR! :)", "online_provider": "REVOLUT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "314.37", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\u2705ONLINE NOW \ud83e\udd77NO KYC \ud83d\ude80INSTANT", "profile": {"username": "topmonero", "name": "topmonero (883; 100%)", "feedback_score": 100, "trade_count": "883", "last_online": "2022-02-11T09:43:22.063Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/f035c709-31f9-4c2b-b5c7-0931f9bc2b20"}}, {"data": {"ad_id": "082aefcb-7e2f-414c-aaef-cb7e2f414c78", "countrycode": "SG", "created_at": "2022-01-13T07:33:41.869Z", "currency": "SGD", "first_time_limit_xmr": 1, "max_amount": "1500.00", "max_amount_available": "1500.00", "min_amount": "75.00", "msg": "**PLEASE READ THIS BEFORE YOU START A TRADE!**\n\n---\n- For first-time traders, I will need an ID.\n- Payment only via the Friends and Family option on PayPal. (NO Goods and Services). \n- Send the full amount in one transaction from your account. (Don't use the account of a friend or family member). \n- INSTANT XMR RELEASE after I received the money on PayPal. \n---\nI can always refuse to trade without explanation. ", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "319.93", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "PayPal Friends and Family only | NO ID | Instant Release |", "profile": {"username": "yakinikun", "name": "yakinikun (51; 100%)", "feedback_score": 100, "trade_count": "51", "last_online": "2022-02-11T09:43:57.976Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/082aefcb-7e2f-414c-aaef-cb7e2f414c78"}}, {"data": {"ad_id": "dd96e523-14d8-4dc4-96e5-2314d80dc499", "countrycode": "DE", "created_at": "2022-01-12T23:07:40.738Z", "currency": "SGD", "first_time_limit_xmr": 1, "max_amount": "800.00", "max_amount_available": "169.01", "min_amount": "80.00", "msg": "**READ THIS BEFORE YOU START A TRADE!** \ud83e\udd1d\n\n\u2713 First-time traders have to verify their ID. \n\u2713 Payment only via the Friends and Family option. \n\u2713 **INSTANT XMR RELEASE** after receiving the money. \ud83d\ude80\n\nText me on [Telegram](https://t.me/jannikwlt) for more information about my service.", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "319.93", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "ALL CURRENCIES | INSTANT RELEASE \ud83d\udcb0\ud83d\ude80", "profile": {"username": "EASY", "name": "EASY (62; 100%)", "feedback_score": 100, "trade_count": "62", "last_online": "2022-02-11T07:41:22.368Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/dd96e523-14d8-4dc4-96e5-2314d80dc499"}}, {"data": {"ad_id": "5f7e569c-5303-4f1c-be56-9c5303af1c09", "countrycode": "SG", "created_at": "2021-10-26T16:20:45.882Z", "currency": "SGD", "first_time_limit_xmr": 1, "max_amount_available": "2270.93", "min_amount": "220.00", "msg": "Monero with IBAN bank transfer, no identity required.\n\nMulti-currencies account in Switzerland. Your transfer form must have a field for IBAN, my bank has no local account number.\n\nYou will have the bank details after the trade is opened. Confirm when it's paid and wait until I see your transfer. Wait my consent for a 2d trade.", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "419.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Bank transfer with IBAN in a Swiss bank, no identity", "profile": {"username": "Dax", "name": "Dax (162; 100%)", "feedback_score": 100, "trade_count": "162", "last_online": "2022-02-10T22:29:51.105Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/5f7e569c-5303-4f1c-be56-9c5303af1c09"}}, {"data": {"ad_id": "21b5b9a1-cb31-4893-b5b9-a1cb318893ab", "countrycode": "SG", "created_at": "2021-10-11T06:31:28.660Z", "currency": "SGD", "max_amount_available": "1358.96", "msg": "By purchasing, you will agree not to use XMR for illegal purposes. Thank you.", "online_provider": "OTHER", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "440.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "burpMonero", "name": "burpMonero (2; 0%)", "feedback_score": 0, "trade_count": "2", "last_online": "2022-02-08T17:11:09.866Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/21b5b9a1-cb31-4893-b5b9-a1cb318893ab"}}]}}, "status": 200}] -[0, "THB", "XMR", {"success": true, "message": "OK", "response": {"data": {"ad_count": 4, "ad_list": [{"data": {"ad_id": "628822d9-674a-4d90-8822-d9674abd90e1", "countrycode": "TH", "created_at": "2021-10-07T17:34:59.709Z", "currency": "THB", "first_time_limit_xmr": 1, "max_amount_available": "42963.74", "min_amount": "2000.00", "msg": "Sorry, I only speak english.\n\nI accept many cryptos for exchange such as BTC, LTC, XRP, XLM, DOGE, and dozens more.\n\nPlease enter the amount of XMR you want and then send me a message with the crypto you want to send me in exchange.\n\nBTC can be extremely slow and may take upwards of an hour for me to receive one confirmation and release your XMR.\n\nETH and ERC-20 coins have high network fees and I cannot give you as good of an exchange rate on those cryptos.\n\nThe coins I like to use for exchange because they are fast and have lower fees are LTC, XRP, and XLM.\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nPlease don't mark your trade as paid until you send the crypto to the wallet address I give you.\n\nIf we have traded before, DO NOT SEND TO THE SAME WALLET AS LAST TIME. My wallet address changes with every trade.\n\nPlease check out https://protectwealth.co to do your own trade anonymously 24/7 and get a better exchange rate!\n\nI don't have much XMR available here, but you can get as much as you want on my website.\n\nI may leave this ad up overnight or when I'm busy. If you don't get a reply from me within half an hour please cancel the trade.\n\nThank you", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "6288.97", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade other cryptos for Monero!", "profile": {"username": "Moneroeh", "name": "Moneroeh (521; 100%)", "feedback_score": 100, "trade_count": "521", "last_online": "2022-02-11T05:29:38.461Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/628822d9-674a-4d90-8822-d9674abd90e1"}}, {"data": {"ad_id": "82423582-fe58-432d-8235-82fe58f32d0f", "countrycode": "TH", "created_at": "2022-02-09T19:07:20.410Z", "currency": "THB", "max_amount": "130840.40", "max_amount_available": "55120.94", "min_amount": "327.10", "msg": "Hello and welcome!\n\nPlease start a trade and wait until I send the reference/note, then complete the payment using the payment details.\n\nInstructions below are for the Revolut app, but you may send with instant SEPA or bank transfer in the UK.\n\nStep-by-step instructions in Revolut app:\n* Go to **Send** on balance page\n* Click **New** in top right corner\n* Select **Add a bank recipient**\n* Select **Business**\n* Set **Country of recipient's bank** to **\"United Kingdom\"**\n* Set **Currency** to the one you want to send (example: EUR, USD, GBP, SEK, PLN, CHF, etc...)\n* Set **IBAN** to **\"GB87 REVO 0099 6930 5868 62\"**\n* Set **BIC/SWIFT** to **\"REVOGB21\"**\n* Set **Company name** to **\"PATHOGEN LIMITED\"**\n* Leave e-mail blank\n* Click **Add recipient**\n* If you are asked for address information, please use **24 Holborn Viaduct, London, England, EC1A 2BN**\n* **IMPORTANT:** Set **Reference** to the ID provided in chat (example: **XMR-XXXXX**), without this I won\u2019t know which trade to release!\n* Send the payment\n\nAs soon as the money is received (around 5 seconds average) I'll release the XMR! :)", "online_provider": "REVOLUT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "7640.80", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\u2705ONLINE NOW \ud83e\udd77NO KYC \ud83d\ude80INSTANT", "profile": {"username": "topmonero", "name": "topmonero (883; 100%)", "feedback_score": 100, "trade_count": "883", "last_online": "2022-02-11T09:43:22.063Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/82423582-fe58-432d-8235-82fe58f32d0f"}}, {"data": {"ad_id": "a9a9f2ff-7fc9-4823-a9f2-ff7fc93823da", "countrycode": "DE", "created_at": "2022-01-12T23:00:44.090Z", "currency": "THB", "first_time_limit_xmr": 1, "max_amount": "20000.00", "max_amount_available": "4108.01", "min_amount": "2000.00", "msg": "**READ THIS BEFORE YOU START A TRADE!** \ud83e\udd1d\n\n\u2713 First-time traders have to verify their ID. \n\u2713 Payment only via the Friends and Family option. \n\u2713 **INSTANT XMR RELEASE** after receiving the money. \ud83d\ude80\n\nText me on [Telegram](https://t.me/jannikwlt) for more information about my service.", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "7775.98", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "ALL CURRENCIES | INSTANT RELEASE \ud83d\udcb0\ud83d\ude80", "profile": {"username": "EASY", "name": "EASY (62; 100%)", "feedback_score": 100, "trade_count": "62", "last_online": "2022-02-11T07:41:22.368Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/a9a9f2ff-7fc9-4823-a9f2-ff7fc93823da"}}, {"data": {"ad_id": "ba577351-9024-435c-9773-519024a35ce5", "countrycode": "TH", "created_at": "2022-01-13T07:32:26.012Z", "currency": "THB", "first_time_limit_xmr": 1, "max_amount": "40000.00", "max_amount_available": "40000.00", "min_amount": "2000.00", "msg": "**PLEASE READ THIS BEFORE YOU START A TRADE!**\n\n---\n- Payment only via the Friends and Family option on PayPal. (NO Goods and Services). \n- Send the full amount in one transaction from your account. (Don't use the account of a friend or family member). \n- INSTANT XMR RELEASE after I received the money on PayPal. \n\n---\nI offer better rates for long-term trading partners. \nText me on [Telegram](https://t.me/yakinikun) if you need more information about my service. \n\n---\nI can always refuse to trade without explanation. ", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "7775.98", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "PayPal Friends and Family only | NO ID | Instant Release |", "profile": {"username": "yakinikun", "name": "yakinikun (51; 100%)", "feedback_score": 100, "trade_count": "51", "last_online": "2022-02-11T09:43:57.976Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/ba577351-9024-435c-9773-519024a35ce5"}}]}}, "status": 200}] -[0, "NOK", "XMR", {"success": true, "message": "OK", "response": {"data": {"ad_count": 16, "ad_list": [{"data": {"ad_id": "b2941e74-b7b2-4711-941e-74b7b2a7113e", "countrycode": "NO", "created_at": "2021-09-25T13:54:06.707Z", "currency": "NOK", "first_time_limit_xmr": 1, "max_amount_available": "11622.61", "min_amount": "400.00", "msg": "Sorry, I only speak english.\n\nI accept many cryptos for exchange such as BTC, LTC, XRP, XLM, DOGE, and dozens more.\n\nPlease enter the amount of XMR you want and then send me a message with the crypto you want to send me in exchange.\n\nBTC can be extremely slow and may take upwards of an hour for me to receive one confirmation and release your XMR.\n\nETH and ERC-20 coins have high network fees and I cannot give you as good of an exchange rate on those cryptos.\n\nThe coins I like to use for exchange because they are fast and have lower fees are LTC, XRP, and XLM.\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nPlease don't mark your trade as paid until you send the crypto to the wallet address I give you.\n\nIf we have traded before, DO NOT SEND TO THE SAME WALLET AS LAST TIME. My wallet address changes with every trade.\n\nPlease check out https://protectwealth.co to do your own trade anonymously 24/7 and get a better exchange rate!\n\nI don't have much XMR available here, but you can get as much as you want on my website.\n\nI may leave this ad up overnight or when I'm busy. If you don't get a reply from me within half an hour please cancel the trade.\n\nThank you", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "1701.30", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your other coins for Monero!", "profile": {"username": "Moneroeh", "name": "Moneroeh (521; 100%)", "feedback_score": 100, "trade_count": "521", "last_online": "2022-02-11T05:29:38.461Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/b2941e74-b7b2-4711-941e-74b7b2a7113e"}}, {"data": {"ad_id": "db96e90e-ad7f-4972-96e9-0ead7f8972db", "countrycode": "BV", "created_at": "2021-08-28T01:08:29.788Z", "currency": "NOK", "first_time_limit_xmr": 1, "max_amount_available": "11622.61", "min_amount": "600.00", "msg": "Sorry, I only speak english.\n\nI accept many cryptos for exchange such as BTC, LTC, XRP, XLM, DOGE, and dozens more.\n\nPlease enter the amount of XMR you want and then send me a message with the crypto you want to trade.\n\nBTC can be extremely slow and may take upwards of an hour for me to receive one confirmation and release your XMR.\n\nETH and ERC-20 coins can have high network fees and I may not be able to give you as good of an exchange rate on those cryptos.\n\nThe coins I like to use for exchange because they are fast and have lower fees are LTC, XRP, and XLM.\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nPlease don't mark your trade as paid until you send the crypto to the wallet address I give you.\n\nIf we have traded before, DO NOT SEND TO THE SAME WALLET AS LAST TIME. My wallet address changes with every trade.\n\nPlease check out https://protectwealth.co to do your own trade anonymously 24/7 and get a better exchange rate!\n\nI don't have much XMR available here, but you can get as much as you want on my website.\n\nI may leave this ad up overnight or when I'm busy. If you don't get a reply from me within half an hour please cancel the trade.\n\nThank you", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "1701.30", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your other coins for Monero!", "profile": {"username": "Moneroeh", "name": "Moneroeh (521; 100%)", "feedback_score": 100, "trade_count": "521", "last_online": "2022-02-11T05:29:38.461Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/db96e90e-ad7f-4972-96e9-0ead7f8972db"}}, {"data": {"ad_id": "1f8e8630-0f24-48fc-8e86-300f24f8fca1", "countrycode": "NO", "created_at": "2021-08-21T14:39:11.468Z", "currency": "NOK", "max_amount_available": "5160.64", "min_amount": "100.00", "msg": "Buy Monero (XMR) with any popular crypto like\n\nBTC ETH ADA USDT XRP SOL BCH BNB\n\nOpen trade and tell me which coin you'll pay with\n\nI'll send amount and payment address\n\nOnly one network confirmation required\n\nIf offline telegram @VYXMR", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "1733.10", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "BTC\ud83d\udd3aETH\ud83d\udd39USDT\ud83d\udd39LTC\ud83d\udd3aBCH (Pay with any crypto)", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/1f8e8630-0f24-48fc-8e86-300f24f8fca1"}}, {"data": {"ad_id": "2d831dae-bd69-4bd9-831d-aebd69bbd93b", "countrycode": "NO", "created_at": "2021-12-27T06:22:14.785Z", "currency": "NOK", "max_amount_available": "3182.04", "min_amount": "100.00", "msg": "I accept many cryptocurrencies, tell me what crypto you would like to send\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nThe best coins to send for quickest and lowest fees are , (BNB, HBAR, XRP, LTC, SEA, XLM and many other) If possible convert your coins to a quick and low fee crypto\n\nIf we have traded before don't send the coins to the same wallet as my wallet address can changes with every trade.\n\nI will not under any circumstances release until funds are in my hand", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "1788.75", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your crypto for XMR", "profile": {"username": "XMRCoops", "name": "XMRCoops (641; 100%)", "feedback_score": 100, "trade_count": "641", "last_online": "2022-02-11T09:43:21.233Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/2d831dae-bd69-4bd9-831d-aebd69bbd93b"}}, {"data": {"ad_id": "7988900b-1f3d-4cfb-8890-0b1f3dfcfb97", "countrycode": "SJ", "created_at": "2022-02-10T03:33:35.867Z", "currency": "NOK", "max_amount": "8500.00", "max_amount_available": "7869.32", "msg": "", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "1892.10", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Straksbetaling/Instant", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:44:10.957Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/7988900b-1f3d-4cfb-8890-0b1f3dfcfb97"}}, {"data": {"ad_id": "7cdf89eb-51a2-4cea-9f89-eb51a23cea53", "countrycode": "SJ", "created_at": "2022-02-10T03:35:02.836Z", "currency": "NOK", "max_amount": "8500.00", "max_amount_available": "7902.38", "msg": "", "online_provider": "VIPPS", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "1900.05", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Straksbetaling/Instant", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:44:10.957Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/7cdf89eb-51a2-4cea-9f89-eb51a23cea53"}}, {"data": {"ad_id": "81721cdf-ae2c-4255-b21c-dfae2cc2553d", "countrycode": "SJ", "created_at": "2022-02-10T03:08:51.554Z", "currency": "NOK", "max_amount": "8500.00", "max_amount_available": "8001.58", "msg": "", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "1923.90", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:44:10.957Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/81721cdf-ae2c-4255-b21c-dfae2cc2553d"}}, {"data": {"ad_id": "40a078fa-d53e-4ac6-a078-fad53ebac6ae", "countrycode": "NO", "created_at": "2021-02-18T10:30:25.274Z", "currency": "NOK", "max_amount": "8500.00", "max_amount_available": "8001.58", "msg": "", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "1923.90", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Straksoverf\u00f8ring/Instant", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:44:10.957Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/40a078fa-d53e-4ac6-a078-fad53ebac6ae"}}, {"data": {"ad_id": "a1e6936e-a661-4072-a693-6ea661a0720f", "countrycode": "NO", "created_at": "2021-02-18T10:34:58.644Z", "currency": "NOK", "max_amount": "8500.00", "max_amount_available": "8021.42", "msg": "", "online_provider": "VIPPS", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "1928.67", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Straksoverf\u00f8ring/Instant", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:44:10.957Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/a1e6936e-a661-4072-a693-6ea661a0720f"}}, {"data": {"ad_id": "ee6c9180-2310-4982-ac91-80231089829f", "countrycode": "NO", "created_at": "2021-12-22T00:21:05.825Z", "currency": "NOK", "max_amount": "8500.00", "max_amount_available": "8034.64", "msg": "", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "1931.85", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:44:10.957Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/ee6c9180-2310-4982-ac91-80231089829f"}}, {"data": {"ad_id": "5ea617dd-d0fe-4fa3-a617-ddd0feafa32d", "countrycode": "NO", "created_at": "2022-02-01T19:24:26.339Z", "currency": "NOK", "first_time_limit_xmr": 1, "max_amount_available": "10513.47", "min_amount": "1000.00", "msg": "Monero with IBAN bank transfer, no identity required.\n\nMulti-currencies account in Switzerland. Your transfer form must have a field for IBAN, my bank has no local account number.\n\nYou will have the bank details after the trade is opened. Confirm when it's paid and wait until I see your transfer. Wait my consent for a 2d trade.", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "1939.80", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Bank transfer with IBAN in a Swiss bank, no identity", "profile": {"username": "Dax", "name": "Dax (162; 100%)", "feedback_score": 100, "trade_count": "162", "last_online": "2022-02-10T22:29:51.105Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/5ea617dd-d0fe-4fa3-a617-ddd0feafa32d"}}, {"data": {"ad_id": "3c03af5b-de8b-4efd-83af-5bde8bdefd15", "countrycode": "NO", "created_at": "2021-09-17T05:01:12.701Z", "currency": "NOK", "first_time_limit_xmr": 2, "max_amount_available": "5965.51", "min_amount": "450.00", "msg": "Start chat and ask for recepient details\n\nOfficial website of WU https://www.westernunion.com/no/en/web/send-money/start\n\nOnce paid just share receipt photo or screenshot\n\nFast XMR release under 15 minutes of payment\n\nGot questions? Telegram @VYXMR", "online_provider": "WU", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "2003.40", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/3c03af5b-de8b-4efd-83af-5bde8bdefd15"}}, {"data": {"ad_id": "47c3d48b-385c-4d48-83d4-8b385c3d48d8", "countrycode": "NO", "created_at": "2022-02-09T19:06:23.942Z", "currency": "NOK", "max_amount": "35184.96", "max_amount_available": "14911.40", "min_amount": "87.96", "msg": "Hello and welcome!\n\nPlease start a trade and wait until I send the reference/note, then complete the payment using the payment details.\n\nInstructions below are for the Revolut app, but you may send with instant SEPA or bank transfer in the UK.\n\nStep-by-step instructions in Revolut app:\n* Go to **Send** on balance page\n* Click **New** in top right corner\n* Select **Add a bank recipient**\n* Select **Business**\n* Set **Country of recipient's bank** to **\"United Kingdom\"**\n* Set **Currency** to the one you want to send (example: EUR, USD, GBP, SEK, PLN, CHF, etc...)\n* Set **IBAN** to **\"GB87 REVO 0099 6930 5868 62\"**\n* Set **BIC/SWIFT** to **\"REVOGB21\"**\n* Set **Company name** to **\"PATHOGEN LIMITED\"**\n* Leave e-mail blank\n* Click **Add recipient**\n* If you are asked for address information, please use **24 Holborn Viaduct, London, England, EC1A 2BN**\n* **IMPORTANT:** Set **Reference** to the ID provided in chat (example: **XMR-XXXXX**), without this I won\u2019t know which trade to release!\n* Send the payment\n\nAs soon as the money is received (around 5 seconds average) I'll release the XMR! :)", "online_provider": "REVOLUT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "2067.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\u2705ONLINE NOW \ud83e\udd77NO KYC \ud83d\ude80INSTANT", "profile": {"username": "topmonero", "name": "topmonero (883; 100%)", "feedback_score": 100, "trade_count": "883", "last_online": "2022-02-11T09:43:22.063Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/47c3d48b-385c-4d48-83d4-8b385c3d48d8"}}, {"data": {"ad_id": "82d39e00-4c3b-4855-939e-004c3bf855a1", "countrycode": "NO", "created_at": "2022-01-13T07:33:16.457Z", "currency": "NOK", "first_time_limit_xmr": 1, "max_amount": "10000.00", "max_amount_available": "10000.00", "min_amount": "500.00", "msg": "**PLEASE READ THIS BEFORE YOU START A TRADE!**\n\n---\n- For first-time traders, I will need an ID.\n- Payment only via the Friends and Family option on PayPal. (NO Goods and Services). \n- Send the full amount in one transaction from your account. (Don't use the account of a friend or family member). \n- INSTANT XMR RELEASE after I received the money on PayPal. \n---\nI can always refuse to trade without explanation. ", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "2103.57", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "PayPal Friends and Family only | NO ID | Instant Release |", "profile": {"username": "yakinikun", "name": "yakinikun (51; 100%)", "feedback_score": 100, "trade_count": "51", "last_online": "2022-02-11T09:43:57.976Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/82d39e00-4c3b-4855-939e-004c3bf855a1"}}, {"data": {"ad_id": "e5ffacc9-706f-4fd4-bfac-c9706fcfd442", "countrycode": "DE", "created_at": "2022-01-12T23:14:30.369Z", "currency": "NOK", "first_time_limit_xmr": 1, "max_amount": "5000.00", "max_amount_available": "1111.30", "min_amount": "500.00", "msg": "**READ THIS BEFORE YOU START A TRADE!** \ud83e\udd1d\n\n\u2713 First-time traders have to verify their ID. \n\u2713 Payment only via the Friends and Family option. \n\u2713 **INSTANT XMR RELEASE** after receiving the money. \ud83d\ude80\n\nText me on [Telegram](https://t.me/jannikwlt) for more information about my service.", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "2103.57", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "ALL CURRENCIES | INSTANT RELEASE \ud83d\udcb0\ud83d\ude80", "profile": {"username": "EASY", "name": "EASY (62; 100%)", "feedback_score": 100, "trade_count": "62", "last_online": "2022-02-11T07:41:22.368Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/e5ffacc9-706f-4fd4-bfac-c9706fcfd442"}}, {"data": {"ad_id": "828c0693-5c20-454c-8c06-935c20c54cc5", "countrycode": "NO", "created_at": "2021-06-08T08:22:14.225Z", "currency": "NOK", "first_time_limit_xmr": 0.2, "max_amount": "2000.00", "max_amount_available": "2000.00", "min_amount": "100.00", "msg": "Hei kompis :)\n\n Send PayPal-e-posten din i chat slik at jeg kan be om betaling\n\n Skjermbilde for betalingssammendrag i fullskjerm er n\u00f8dvendig etter at du har betalt.\n", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "2400.90", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/828c0693-5c20-454c-8c06-935c20c54cc5"}}]}}, "status": 200}] -[0, "HKD", "XMR", {"success": true, "message": "OK", "response": {"data": {"ad_count": 7, "ad_list": [{"data": {"ad_id": "9d84b509-4339-4467-84b5-094339c4672e", "countrycode": "HK", "created_at": "2021-08-30T14:28:36.289Z", "currency": "HKD", "first_time_limit_xmr": 1, "max_amount_available": "10255.40", "min_amount": "400.00", "msg": "Sorry, I only speak english.\n\nI accept many cryptos for exchange such as BTC, LTC, XRP, XLM, DOGE, and dozens more.\n\nPlease enter the amount of XMR you want and then send me a message with the crypto you want to trade.\n\nBTC can be extremely slow and may take upwards of an hour for me to receive one confirmation and release your XMR.\n\nETH and all ERC-20 coins have high network fees and I can't give you as good of an exchange rate on those cryptos.\n\nThe coins I like to use for exchange because they are fast and have lower fees are LTC, XRP, and XLM.\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nPlease don't mark your trade as paid until you send the crypto to the wallet address I give you.\n\nIf we have traded before, DO NOT SEND TO THE SAME WALLET AS LAST TIME. My wallet address changes with every trade.\n\nPlease check out https://protectwealth.co to do your own trade anonymously 24/7 and get a better exchange rate!\n\nI don't have much XMR available here, but you can get as much as you want on my website.\n\nI may leave this ad up overnight or when I'm busy. If you don't get a reply from me within half an hour please cancel the trade.\n\nThank you", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "1501.17", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your other coins for XMR!", "profile": {"username": "Moneroeh", "name": "Moneroeh (521; 100%)", "feedback_score": 100, "trade_count": "521", "last_online": "2022-02-11T05:29:38.461Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/9d84b509-4339-4467-84b5-094339c4672e"}}, {"data": {"ad_id": "481afdd8-9e5f-42d5-9afd-d89e5f42d53d", "countrycode": "HK", "created_at": "2022-02-10T19:27:07.623Z", "currency": "HKD", "max_amount": "7600.00", "max_amount_available": "7031.15", "msg": "", "online_provider": "INTERNATIONAL_WIRE_SWIFT", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "1690.57", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "International Wire Transfer (SWIFT)", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:44:10.957Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/481afdd8-9e5f-42d5-9afd-d89e5f42d53d"}}, {"data": {"ad_id": "927cccb9-0c7d-4ae5-bccc-b90c7daae56d", "countrycode": "HK", "created_at": "2022-02-01T19:20:02.792Z", "currency": "HKD", "first_time_limit_xmr": 1, "max_amount_available": "9200.72", "min_amount": "500.00", "msg": "Monero with IBAN bank transfer, no identity required.\n\nMulti-currencies account in Switzerland. Your transfer form must have a field for IBAN, my bank has no local account number.\n\nYou will have the bank details after the trade is opened. Confirm when it's paid and wait until I see your transfer. Wait my consent for a 2d trade.", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "1697.59", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Bank transfer with IBAN in a Swiss bank, no identity", "profile": {"username": "Dax", "name": "Dax (162; 100%)", "feedback_score": 100, "trade_count": "162", "last_online": "2022-02-10T22:29:51.105Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/927cccb9-0c7d-4ae5-bccc-b90c7daae56d"}}, {"data": {"ad_id": "9dba4868-5d52-4e99-ba48-685d522e9906", "countrycode": "HK", "created_at": "2021-12-26T05:34:42.304Z", "currency": "HKD", "max_amount_available": "3119.71", "msg": "I accept many cryptocurrencies, tell me what crypto you would like to send\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nThe best coins to send for quickest and lowest fees are , (BNB, HBAR, XRP, LTC, SEA, XLM and many other) If possible convert your coins to a quick and low fee crypto\n\nIf we have traded before don't send the coins to the same wallet as my wallet address can changes with every trade.\n\nI will not under any circumstances release until funds are in my hand", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "1753.71", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your Crypto for XMR - talk for cheaper deals", "profile": {"username": "XMRCoops", "name": "XMRCoops (641; 100%)", "feedback_score": 100, "trade_count": "641", "last_online": "2022-02-11T09:43:21.233Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/9dba4868-5d52-4e99-ba48-685d522e9906"}}, {"data": {"ad_id": "dd1148de-ba6e-4824-9148-deba6e8824e0", "countrycode": "HK", "created_at": "2022-02-09T19:06:19.351Z", "currency": "HKD", "max_amount": "31169.57", "max_amount_available": "13157.31", "min_amount": "77.92", "msg": "Hello and welcome!\n\nPlease start a trade and wait until I send the reference/note, then complete the payment using the payment details.\n\nInstructions below are for the Revolut app, but you may send with instant SEPA or bank transfer in the UK.\n\nStep-by-step instructions in Revolut app:\n* Go to **Send** on balance page\n* Click **New** in top right corner\n* Select **Add a bank recipient**\n* Select **Business**\n* Set **Country of recipient's bank** to **\"United Kingdom\"**\n* Set **Currency** to the one you want to send (example: EUR, USD, GBP, SEK, PLN, CHF, etc...)\n* Set **IBAN** to **\"GB87 REVO 0099 6930 5868 62\"**\n* Set **BIC/SWIFT** to **\"REVOGB21\"**\n* Set **Company name** to **\"PATHOGEN LIMITED\"**\n* Leave e-mail blank\n* Click **Add recipient**\n* If you are asked for address information, please use **24 Holborn Viaduct, London, England, EC1A 2BN**\n* **IMPORTANT:** Set **Reference** to the ID provided in chat (example: **XMR-XXXXX**), without this I won\u2019t know which trade to release!\n* Send the payment\n\nAs soon as the money is received (around 5 seconds average) I'll release the XMR! :)", "online_provider": "REVOLUT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "1823.85", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\u2705ONLINE NOW \ud83e\udd77NO KYC \ud83d\ude80INSTANT", "profile": {"username": "topmonero", "name": "topmonero (883; 100%)", "feedback_score": 100, "trade_count": "883", "last_online": "2022-02-11T09:43:22.063Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/dd1148de-ba6e-4824-9148-deba6e8824e0"}}, {"data": {"ad_id": "20dab57c-85a1-402d-9ab5-7c85a1602dfb", "countrycode": "HK", "created_at": "2022-01-13T07:33:46.006Z", "currency": "HKD", "first_time_limit_xmr": 1, "max_amount": "9000.00", "max_amount_available": "9000.00", "min_amount": "450.00", "msg": "**PLEASE READ THIS BEFORE YOU START A TRADE!**\n\n---\n- For first-time traders, I will need an ID.\n- Payment only via the Friends and Family option on PayPal. (NO Goods and Services). \n- Send the full amount in one transaction from your account. (Don't use the account of a friend or family member). \n- INSTANT XMR RELEASE after I received the money on PayPal. \n---\nI can always refuse to trade without explanation. ", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "1856.12", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "PayPal Friends and Family only | NO ID | Instant Release |", "profile": {"username": "yakinikun", "name": "yakinikun (51; 100%)", "feedback_score": 100, "trade_count": "51", "last_online": "2022-02-11T09:43:57.976Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/20dab57c-85a1-402d-9ab5-7c85a1602dfb"}}, {"data": {"ad_id": "d1863f48-2045-4b6a-863f-482045cb6acc", "countrycode": "DE", "created_at": "2022-01-12T23:06:27.518Z", "currency": "HKD", "first_time_limit_xmr": 1, "max_amount": "5000.00", "max_amount_available": "980.58", "min_amount": "500.00", "msg": "**READ THIS BEFORE YOU START A TRADE!** \ud83e\udd1d\n\n\u2713 First-time traders have to verify their ID. \n\u2713 Payment only via the Friends and Family option. \n\u2713 **INSTANT XMR RELEASE** after receiving the money. \ud83d\ude80\n\nText me on [Telegram](https://t.me/jannikwlt) for more information about my service.", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "1856.12", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "ALL CURRENCIES | INSTANT RELEASE \ud83d\udcb0\ud83d\ude80", "profile": {"username": "EASY", "name": "EASY (62; 100%)", "feedback_score": 100, "trade_count": "62", "last_online": "2022-02-11T07:41:22.368Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/d1863f48-2045-4b6a-863f-482045cb6acc"}}]}}, "status": 200}] -[0, "DKK", "XMR", {"success": true, "message": "OK", "response": {"data": {"ad_count": 12, "ad_list": [{"data": {"ad_id": "ef95850b-aae9-4d0c-9585-0baae92d0cd1", "countrycode": "DK", "created_at": "2021-08-28T23:53:51.276Z", "currency": "DKK", "first_time_limit_xmr": 1, "max_amount_available": "8589.17", "min_amount": "400.00", "msg": "Sorry, I only speak english.\n\nI accept many cryptos for exchange such as BTC, LTC, XRP, XLM, DOGE, and dozens more.\n\nPlease enter the amount of XMR you want and then send me a message with the crypto you want to trade.\n\nBTC can be extremely slow and may take upwards of an hour for me to receive one confirmation and release your XMR.\n\nETH and all ERC-20 coins have high network fees and I can't give you as good of an exchange rate on those cryptos.\n\nThe coins I like to use for exchange because they are fast and have lower fees are LTC, XRP, and XLM.\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nPlease don't mark your trade as paid until you send the crypto to the wallet address I give you.\n\nIf we have traded before, DO NOT SEND TO THE SAME WALLET AS LAST TIME. My wallet address changes with every trade.\n\nPlease check out https://protectwealth.co to do your own trade anonymously 24/7 and get a better exchange rate!\n\nI don't have much XMR available here, but you can get as much as you want on my website.\n\nI may leave this ad up overnight or when I'm busy. If you don't get a reply from me within half an hour please cancel the trade.\n\nThank you", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "1257.27", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your other coins for Monero!", "profile": {"username": "Moneroeh", "name": "Moneroeh (521; 100%)", "feedback_score": 100, "trade_count": "521", "last_online": "2022-02-11T05:29:38.461Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/ef95850b-aae9-4d0c-9585-0baae92d0cd1"}}, {"data": {"ad_id": "48ab8c4d-04d3-4273-ab8c-4d04d362736b", "countrycode": "DK", "created_at": "2021-09-14T19:05:15.645Z", "currency": "DKK", "max_amount_available": "3813.74", "min_amount": "200.00", "msg": "Buy Monero (XMR) with any popular crypto like -\n\nBTC ETH ADA USDT XRP SOL BCH BNB\n\nOpen trade and tell me which coin you'll pay with\n\nI'll send amount and payment address\n\nIf offline telegram @VYXMR", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "1280.77", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "BTC\ud83d\udd3aETH\ud83d\udd39USDT\ud83d\udd39LTC\ud83d\udd3aBCH (Pay with any crypto)", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/48ab8c4d-04d3-4273-ab8c-4d04d362736b"}}, {"data": {"ad_id": "e31a513a-cd01-4bf7-9a51-3acd019bf7ed", "countrycode": "DK", "created_at": "2021-12-26T05:01:44.285Z", "currency": "DKK", "max_amount_available": "2351.56", "min_amount": "200.00", "msg": "I accept many cryptocurrencies, tell me what crypto you would like to send\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nThe best coins to send for quickest and lowest fees are , (BNB, HBAR, XRP, LTC, SEA, XLM and many other) If possible convert your coins to a quick and low fee crypto\n\nIf we have traded before don't send the coins to the same wallet as my wallet address can changes with every trade.\n\nI will not under any circumstances release until funds are in my hand", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "1321.90", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your Crypto for XMR", "profile": {"username": "XMRCoops", "name": "XMRCoops (641; 100%)", "feedback_score": 100, "trade_count": "641", "last_online": "2022-02-11T09:43:21.233Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/e31a513a-cd01-4bf7-9a51-3acd019bf7ed"}}, {"data": {"ad_id": "83ee628e-a0f1-4690-ae62-8ea0f136907f", "countrycode": "FO", "created_at": "2022-02-10T04:14:49.390Z", "currency": "DKK", "max_amount": "6500.00", "max_amount_available": "5913.20", "msg": "", "online_provider": "INTERNATIONAL_WIRE_SWIFT", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "1421.77", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "International Wire Transfer (SWIFT)", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:44:10.957Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/83ee628e-a0f1-4690-ae62-8ea0f136907f"}}, {"data": {"ad_id": "73e51f5f-ec63-4098-a51f-5fec63109802", "countrycode": "GL", "created_at": "2022-02-10T03:53:51.525Z", "currency": "DKK", "max_amount": "6500.00", "max_amount_available": "5913.20", "msg": "", "online_provider": "INTERNATIONAL_WIRE_SWIFT", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "1421.77", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "International Wire Transfer (SWIFT)", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:44:10.957Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/73e51f5f-ec63-4098-a51f-5fec63109802"}}, {"data": {"ad_id": "65bf7220-e5f0-4efb-bf72-20e5f09efba1", "countrycode": "DK", "created_at": "2021-02-18T11:20:01.633Z", "currency": "DKK", "max_amount": "6300.00", "max_amount_available": "6108.72", "msg": "", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "1468.78", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:44:10.957Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/65bf7220-e5f0-4efb-bf72-20e5f09efba1"}}, {"data": {"ad_id": "16e78c0e-6879-4ff0-a78c-0e6879bff0f1", "countrycode": "DK", "created_at": "2021-09-16T18:55:03.638Z", "currency": "DKK", "first_time_limit_xmr": 2, "max_amount_available": "4408.57", "min_amount": "300.00", "msg": "Start chat and ask for recepient details\n\nOfficial website of WU https://www.westernunion.com/dk/en/web/send-money/start\n\nOnce paid just share receipt photo or screenshot\n\nFast XMR release under 15 minutes of payment\n\nGot questions? Telegram @VYXMR", "online_provider": "WU", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "1480.53", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Western Union", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/16e78c0e-6879-4ff0-a78c-0e6879bff0f1"}}, {"data": {"ad_id": "89f5bbcf-517e-4afa-b5bb-cf517edafae4", "countrycode": "DK", "created_at": "2022-02-01T19:28:15.378Z", "currency": "DKK", "first_time_limit_xmr": 1, "max_amount_available": "8075.62", "min_amount": "700.00", "msg": "Monero with IBAN bank transfer, no identity required.\n\nMulti-currencies account in Switzerland. Your transfer form must have a field for IBAN, my bank has no local account number.\n\nYou will have the bank details after the trade is opened. Confirm when it's paid and wait until I see your transfer. Wait my consent for a 2d trade.", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "1490.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Bank transfer with IBAN in a Swiss bank, no identity", "profile": {"username": "Dax", "name": "Dax (162; 100%)", "feedback_score": 100, "trade_count": "162", "last_online": "2022-02-10T22:29:51.105Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/89f5bbcf-517e-4afa-b5bb-cf517edafae4"}}, {"data": {"ad_id": "473a3803-701d-45ee-ba38-03701dc5ee4d", "countrycode": "DK", "created_at": "2022-02-09T19:06:13.870Z", "currency": "DKK", "max_amount": "26038.30", "max_amount_available": "11019.64", "min_amount": "65.10", "msg": "Hello and welcome!\n\nPlease start a trade and wait until I send the reference/note, then complete the payment using the payment details.\n\nInstructions below are for the Revolut app, but you may send with instant SEPA or bank transfer in the UK.\n\nStep-by-step instructions in Revolut app:\n* Go to **Send** on balance page\n* Click **New** in top right corner\n* Select **Add a bank recipient**\n* Select **Business**\n* Set **Country of recipient's bank** to **\"United Kingdom\"**\n* Set **Currency** to the one you want to send (example: EUR, USD, GBP, SEK, PLN, CHF, etc...)\n* Set **IBAN** to **\"GB87 REVO 0099 6930 5868 62\"**\n* Set **BIC/SWIFT** to **\"REVOGB21\"**\n* Set **Company name** to **\"PATHOGEN LIMITED\"**\n* Leave e-mail blank\n* Click **Add recipient**\n* If you are asked for address information, please use **24 Holborn Viaduct, London, England, EC1A 2BN**\n* **IMPORTANT:** Set **Reference** to the ID provided in chat (example: **XMR-XXXXX**), without this I won\u2019t know which trade to release!\n* Send the payment\n\nAs soon as the money is received (around 5 seconds average) I'll release the XMR! :)", "online_provider": "REVOLUT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "1527.53", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\u2705ONLINE NOW \ud83e\udd77NO KYC \ud83d\ude80INSTANT", "profile": {"username": "topmonero", "name": "topmonero (883; 100%)", "feedback_score": 100, "trade_count": "883", "last_online": "2022-02-11T09:43:22.063Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/473a3803-701d-45ee-ba38-03701dc5ee4d"}}, {"data": {"ad_id": "41d4b3c7-fc3c-4ee9-94b3-c7fc3cdee907", "countrycode": "DK", "created_at": "2022-01-13T07:33:21.385Z", "currency": "DKK", "first_time_limit_xmr": 1, "max_amount": "7500.00", "max_amount_available": "7500.00", "min_amount": "400.00", "msg": "**PLEASE READ THIS BEFORE YOU START A TRADE!**\n\n---\n- For first-time traders, I will need an ID.\n- Payment only via the Friends and Family option on PayPal. (NO Goods and Services). \n- Send the full amount in one transaction from your account. (Don't use the account of a friend or family member). \n- INSTANT XMR RELEASE after I received the money on PayPal. \n---\nI can always refuse to trade without explanation. ", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "1554.55", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "PayPal Friends and Family only | NO ID | Instant Release |", "profile": {"username": "yakinikun", "name": "yakinikun (51; 100%)", "feedback_score": 100, "trade_count": "51", "last_online": "2022-02-11T09:43:57.976Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/41d4b3c7-fc3c-4ee9-94b3-c7fc3cdee907"}}, {"data": {"ad_id": "205ac967-5d8d-459e-9ac9-675d8db59e88", "countrycode": "DE", "created_at": "2022-01-12T23:13:47.962Z", "currency": "DKK", "first_time_limit_xmr": 1, "max_amount": "4000.00", "max_amount_available": "821.26", "min_amount": "400.00", "msg": "**READ THIS BEFORE YOU START A TRADE!** \ud83e\udd1d\n\n\u2713 First-time traders have to verify their ID. \n\u2713 Payment only via the Friends and Family option. \n\u2713 **INSTANT XMR RELEASE** after receiving the money. \ud83d\ude80\n\nText me on [Telegram](https://t.me/jannikwlt) for more information about my service.", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "1554.55", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "ALL CURRENCIES | INSTANT RELEASE \ud83d\udcb0\ud83d\ude80", "profile": {"username": "EASY", "name": "EASY (62; 100%)", "feedback_score": 100, "trade_count": "62", "last_online": "2022-02-11T07:41:22.368Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/205ac967-5d8d-459e-9ac9-675d8db59e88"}}, {"data": {"ad_id": "94f52982-e92b-4bb4-b529-82e92b5bb494", "countrycode": "DK", "created_at": "2021-05-21T08:20:44.692Z", "currency": "DKK", "first_time_limit_xmr": 0.2, "max_amount": "1000.00", "max_amount_available": "1000.00", "min_amount": "100.00", "msg": "Hej makker :)\n\n Send din PayPal-e-mail i chat, s\u00e5 jeg kan anmode om betaling\n\n Sk\u00e6rmbillede af betalingsoversigt i fuld sk\u00e6rm er p\u00e5kr\u00e6vet, efter du har betalt.\n", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "1774.28", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/94f52982-e92b-4bb4-b529-82e92b5bb494"}}]}}, "status": 200}] -[0, "PLN", "XMR", {"success": true, "message": "OK", "response": {"data": {"ad_count": 8, "ad_list": [{"data": {"ad_id": "fa821209-7ca5-45a3-8212-097ca5c5a335", "countrycode": "PL", "created_at": "2021-09-25T15:00:09.891Z", "currency": "PLN", "first_time_limit_xmr": 1, "max_amount_available": "5198.16", "min_amount": "350.00", "msg": "Sorry, I only speak english.\n\nI accept many cryptos for exchange such as BTC, LTC, XRP, XLM, DOGE, and dozens more.\n\nPlease enter the amount of XMR you want and then send me a message with the crypto you want to send me in exchange.\n\nBTC can be extremely slow and may take upwards of an hour for me to receive one confirmation and release your XMR.\n\nETH and ERC-20 coins have high network fees and I cannot give you as good of an exchange rate on those cryptos.\n\nThe coins I like to use for exchange because they are fast and have lower fees are LTC, XRP, and XLM.\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nPlease don't mark your trade as paid until you send the crypto to the wallet address I give you.\n\nIf we have traded before, DO NOT SEND TO THE SAME WALLET AS LAST TIME. My wallet address changes with every trade.\n\nPlease check out https://protectwealth.co to do your own trade anonymously 24/7 and get a better exchange rate!\n\nI don't have much XMR available here, but you can get as much as you want on my website.\n\nI may leave this ad up overnight or when I'm busy. If you don't get a reply from me within half an hour please cancel the trade.\n\nThank you", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "760.90", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your other coins for Monero!", "profile": {"username": "Moneroeh", "name": "Moneroeh (521; 100%)", "feedback_score": 100, "trade_count": "521", "last_online": "2022-02-11T05:29:38.461Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/fa821209-7ca5-45a3-8212-097ca5c5a335"}}, {"data": {"ad_id": "939a5d47-8cc7-424c-9a5d-478cc7024cd3", "countrycode": "PL", "created_at": "2021-09-14T19:17:51.494Z", "currency": "PLN", "max_amount_available": "2308.10", "min_amount": "100.00", "msg": "Buy Monero (XMR) with any popular crypto like -\n\nBTC ETH ADA USDT XRP SOL BCH BNB\n\nOpen trade and tell me which coin you'll pay with\n\nI'll send amount and payment address\n\nIf offline telegram @VYXMR", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "775.13", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "BTC\ud83d\udd3aETH\ud83d\udd39USDT\ud83d\udd39LTC\ud83d\udd3aBCH (Pay with any crypto)", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/939a5d47-8cc7-424c-9a5d-478cc7024cd3"}}, {"data": {"ad_id": "4c87ac82-3ffa-40af-87ac-823ffad0af8f", "countrycode": "PL", "created_at": "2022-01-25T05:44:58.745Z", "currency": "PLN", "max_amount": "4000.00", "max_amount_available": "3838.96", "msg": "", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "923.04", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:44:10.957Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/4c87ac82-3ffa-40af-87ac-823ffad0af8f"}}, {"data": {"ad_id": "f3663e72-12e1-4b87-a63e-7212e1ab87b0", "countrycode": "PL", "created_at": "2022-02-09T19:06:25.528Z", "currency": "PLN", "max_amount": "15788.37", "max_amount_available": "6669.08", "min_amount": "39.47", "msg": "Hello and welcome!\n\nPlease start a trade and wait until I send the reference/note, then complete the payment using the payment details.\n\nInstructions below are for the Revolut app, but you may send with instant SEPA or bank transfer in the UK.\n\nStep-by-step instructions in Revolut app:\n* Go to **Send** on balance page\n* Click **New** in top right corner\n* Select **Add a bank recipient**\n* Select **Business**\n* Set **Country of recipient's bank** to **\"United Kingdom\"**\n* Set **Currency** to the one you want to send (example: EUR, USD, GBP, SEK, PLN, CHF, etc...)\n* Set **IBAN** to **\"GB87 REVO 0099 6930 5868 62\"**\n* Set **BIC/SWIFT** to **\"REVOGB21\"**\n* Set **Company name** to **\"PATHOGEN LIMITED\"**\n* Leave e-mail blank\n* Click **Add recipient**\n* If you are asked for address information, please use **24 Holborn Viaduct, London, England, EC1A 2BN**\n* **IMPORTANT:** Set **Reference** to the ID provided in chat (example: **XMR-XXXXX**), without this I won\u2019t know which trade to release!\n* Send the payment\n\nAs soon as the money is received (around 5 seconds average) I'll release the XMR! :)", "online_provider": "REVOLUT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "924.46", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\u2705ONLINE NOW \ud83e\udd77NO KYC \ud83d\ude80INSTANT", "profile": {"username": "topmonero", "name": "topmonero (883; 100%)", "feedback_score": 100, "trade_count": "883", "last_online": "2022-02-11T09:43:22.063Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/f3663e72-12e1-4b87-a63e-7212e1ab87b0"}}, {"data": {"ad_id": "0bc0b5cb-5472-40e6-80b5-cb5472f0e6d8", "countrycode": "PL", "created_at": "2022-01-13T07:32:57.004Z", "currency": "PLN", "first_time_limit_xmr": 1, "max_amount": "4600.00", "max_amount_available": "4600.00", "min_amount": "230.00", "msg": "**PLEASE READ THIS BEFORE YOU START A TRADE!**\n\n---\n- For first-time traders, I will need an ID.\n- Payment only via the Friends and Family option on PayPal. (NO Goods and Services). \n- Send the full amount in one transaction from your account. (Don't use the account of a friend or family member). \n- INSTANT XMR RELEASE after I received the money on PayPal. \n---\nI can always refuse to trade without explanation. ", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "940.82", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "PayPal Friends and Family only | NO ID | Instant Release |", "profile": {"username": "yakinikun", "name": "yakinikun (51; 100%)", "feedback_score": 100, "trade_count": "51", "last_online": "2022-02-11T09:43:57.976Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/0bc0b5cb-5472-40e6-80b5-cb5472f0e6d8"}}, {"data": {"ad_id": "61cb9c96-010e-477c-8b9c-96010ef77c23", "countrycode": "DE", "created_at": "2022-01-12T23:12:46.589Z", "currency": "PLN", "first_time_limit_xmr": 1, "max_amount": "2500.00", "max_amount_available": "497.03", "min_amount": "250.00", "msg": "**READ THIS BEFORE YOU START A TRADE!** \ud83e\udd1d\n\n\u2713 First-time traders have to verify their ID. \n\u2713 Payment only via the Friends and Family option. \n\u2713 **INSTANT XMR RELEASE** after receiving the money. \ud83d\ude80\n\nText me on [Telegram](https://t.me/jannikwlt) for more information about my service.", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "940.82", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "ALL CURRENCIES | INSTANT RELEASE \ud83d\udcb0\ud83d\ude80", "profile": {"username": "EASY", "name": "EASY (62; 100%)", "feedback_score": 100, "trade_count": "62", "last_online": "2022-02-11T07:41:22.368Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/61cb9c96-010e-477c-8b9c-96010ef77c23"}}, {"data": {"ad_id": "88427811-1651-4fb1-8278-1116517fb145", "countrycode": "PL", "created_at": "2021-06-08T08:25:23.952Z", "currency": "PLN", "first_time_limit_xmr": 0.2, "max_amount": "1000.00", "max_amount_available": "1000.00", "min_amount": "100.00", "msg": "Cze\u015b\u0107 kolego :)\n\n Wy\u015blij e-mail PayPal na czacie, abym m\u00f3g\u0142 poprosi\u0107 o p\u0142atno\u015b\u0107\n\n Pe\u0142noekranowy zrzut ekranu podsumowania p\u0142atno\u015bci jest wymagany po dokonaniu p\u0142atno\u015bci.\n", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "1073.80", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/88427811-1651-4fb1-8278-1116517fb145"}}, {"data": {"ad_id": "d1711a86-bc5a-41d4-b11a-86bc5aa1d43e", "countrycode": "PL", "created_at": "2022-01-01T15:09:07.530Z", "currency": "PLN", "first_time_limit_xmr": 0.04, "max_amount": "20.00", "max_amount_available": "20.00", "min_amount": "9.05", "msg": "Only poland paysafecard/paysafecardaccounts \n\nFor longterm partners lower fee\n\nPayment - you send me codes or i will provide you link where you use your codes\n", "online_provider": "PAYSAFECARD", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "995.57", "track_max_amount": true, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "POLAND PAYSAFECARDS ONLY", "profile": {"username": "manascrypto", "name": "manascrypto (12; 0%)", "feedback_score": 0, "trade_count": "12", "last_online": "2022-02-10T20:18:09.064Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/d1711a86-bc5a-41d4-b11a-86bc5aa1d43e"}}]}}, "status": 200}] -[0, "CZK", "XMR", {"success": true, "message": "OK", "response": {"data": {"ad_count": 6, "ad_list": [{"data": {"ad_id": "eb425203-49b7-4b66-8252-0349b7bb66d7", "countrycode": "CZ", "created_at": "2021-08-28T15:01:30.545Z", "currency": "CZK", "first_time_limit_xmr": 1, "max_amount_available": "28115.87", "min_amount": "1500.00", "msg": "Sorry, I only speak english.\n\nI accept many cryptos for exchange such as BTC, LTC, XRP, XLM, DOGE, and dozens more.\n\nPlease enter the amount of XMR you want and then send me a message with the crypto you want to trade.\n\nBTC can be extremely slow and may take upwards of an hour for me to receive one confirmation and release your XMR.\n\nETH and all ERC-20 coins have high network fees and I can't give you as good of an exchange rate on those cryptos.\n\nThe coins I like to use for exchange because they are fast and have lower fees are LTC, XRP, and XLM.\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nPlease don't mark your trade as paid until you send the crypto to the wallet address I give you.\n\nIf we have traded before, DO NOT SEND TO THE SAME WALLET AS LAST TIME. My wallet address changes with every trade.\n\nPlease check out https://protectwealth.co to do your own trade anonymously 24/7 and get a better exchange rate!\n\nI don't have much XMR available here, but you can get as much as you want on my website.\n\nI may leave this ad up overnight or when I'm busy. If you don't get a reply from me within half an hour please cancel the trade.\n\nThank you", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "4115.56", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your other coins for Monero!", "profile": {"username": "Moneroeh", "name": "Moneroeh (521; 100%)", "feedback_score": 100, "trade_count": "521", "last_online": "2022-02-11T05:29:38.461Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/eb425203-49b7-4b66-8252-0349b7bb66d7"}}, {"data": {"ad_id": "a2029b29-8136-48eb-829b-298136e8eb0a", "countrycode": "CZ", "created_at": "2021-12-24T00:25:40.288Z", "currency": "CZK", "max_amount": "20500.00", "max_amount_available": "19996.20", "msg": "", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "4807.89", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "SEPA", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:44:10.957Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/a2029b29-8136-48eb-829b-298136e8eb0a"}}, {"data": {"ad_id": "3bc93ad9-bc51-4939-893a-d9bc51e9395a", "countrycode": "CZ", "created_at": "2022-02-09T19:06:13.005Z", "currency": "CZK", "max_amount": "84960.21", "max_amount_available": "36071.65", "min_amount": "212.40", "msg": "Hello and welcome!\n\nPlease start a trade and wait until I send the reference/note, then complete the payment using the payment details.\n\nInstructions below are for the Revolut app, but you may send with instant SEPA or bank transfer in the UK.\n\nStep-by-step instructions in Revolut app:\n* Go to **Send** on balance page\n* Click **New** in top right corner\n* Select **Add a bank recipient**\n* Select **Business**\n* Set **Country of recipient's bank** to **\"United Kingdom\"**\n* Set **Currency** to the one you want to send (example: EUR, USD, GBP, SEK, PLN, CHF, etc...)\n* Set **IBAN** to **\"GB87 REVO 0099 6930 5868 62\"**\n* Set **BIC/SWIFT** to **\"REVOGB21\"**\n* Set **Company name** to **\"PATHOGEN LIMITED\"**\n* Leave e-mail blank\n* Click **Add recipient**\n* If you are asked for address information, please use **24 Holborn Viaduct, London, England, EC1A 2BN**\n* **IMPORTANT:** Set **Reference** to the ID provided in chat (example: **XMR-XXXXX**), without this I won\u2019t know which trade to release!\n* Send the payment\n\nAs soon as the money is received (around 5 seconds average) I'll release the XMR! :)", "online_provider": "REVOLUT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "5000.21", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\u2705ONLINE NOW \ud83e\udd77NO KYC \ud83d\ude80INSTANT", "profile": {"username": "topmonero", "name": "topmonero (883; 100%)", "feedback_score": 100, "trade_count": "883", "last_online": "2022-02-11T09:43:22.063Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/3bc93ad9-bc51-4939-893a-d9bc51e9395a"}}, {"data": {"ad_id": "c944467d-c318-42d9-8446-7dc31812d9d4", "countrycode": "CZ", "created_at": "2022-01-13T07:33:05.356Z", "currency": "CZK", "first_time_limit_xmr": 1, "max_amount": "26000.00", "max_amount_available": "26000.00", "min_amount": "1300.00", "msg": "**PLEASE READ THIS BEFORE YOU START A TRADE!**\n\n---\n- For first-time traders, I will need an ID.\n- Payment only via the Friends and Family option on PayPal. (NO Goods and Services). \n- Send the full amount in one transaction from your account. (Don't use the account of a friend or family member). \n- INSTANT XMR RELEASE after I received the money on PayPal. \n---\nI can always refuse to trade without explanation. ", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "5088.68", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "PayPal Friends and Family only | NO ID | Instant Release |", "profile": {"username": "yakinikun", "name": "yakinikun (51; 100%)", "feedback_score": 100, "trade_count": "51", "last_online": "2022-02-11T09:43:57.976Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/c944467d-c318-42d9-8446-7dc31812d9d4"}}, {"data": {"ad_id": "d9612937-11c8-4911-a129-3711c879118e", "countrycode": "DE", "created_at": "2022-01-12T23:11:32.750Z", "currency": "CZK", "first_time_limit_xmr": 1, "max_amount": "1300.00", "max_amount_available": "1300.00", "min_amount": "1300.00", "msg": "**READ THIS BEFORE YOU START A TRADE!** \ud83e\udd1d\n\n\u2713 First-time traders have to verify their ID. \n\u2713 Payment only via the Friends and Family option. \n\u2713 **INSTANT XMR RELEASE** after receiving the money. \ud83d\ude80\n\nText me on [Telegram](https://t.me/jannikwlt) for more information about my service.", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "5088.68", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "ALL CURRENCIES | INSTANT RELEASE \ud83d\udcb0\ud83d\ude80", "profile": {"username": "EASY", "name": "EASY (62; 100%)", "feedback_score": 100, "trade_count": "62", "last_online": "2022-02-11T07:41:22.368Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/d9612937-11c8-4911-a129-3711c879118e"}}, {"data": {"ad_id": "167232e5-70d6-414a-b232-e570d6814a6a", "countrycode": "CZ", "created_at": "2021-06-08T08:29:20.667Z", "currency": "CZK", "first_time_limit_xmr": 0.2, "max_amount": "2000.00", "max_amount_available": "2000.00", "min_amount": "500.00", "msg": "\u010cau k\u00e1mo :)\n\nPo\u0161lete sv\u016fj paypal email do chatu, abych mohl po\u017e\u00e1dat o platbu\n\nPo zaplacen\u00ed je vy\u017eadov\u00e1n sn\u00edmek obrazovky se souhrnem plateb na cel\u00e9 obrazovce.", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "5807.94", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/167232e5-70d6-414a-b232-e570d6814a6a"}}]}}, "status": 200}] -[0, "RUB", "XMR", {"success": true, "message": "OK", "response": {"data": {"ad_count": 14, "ad_list": [{"data": {"ad_id": "0a46bc2a-0808-4aec-86bc-2a0808daec4a", "countrycode": "RU", "created_at": "2021-09-26T21:04:40.936Z", "currency": "RUB", "first_time_limit_xmr": 1, "max_amount_available": "98482.40", "min_amount": "4000.00", "msg": "Sorry, I only speak english.\n\nI accept many cryptos for exchange such as BTC, LTC, XRP, XLM, DOGE, and dozens more.\n\nPlease enter the amount of XMR you want and then send me a message with the crypto you want to send me in exchange.\n\nBTC can be extremely slow and may take upwards of an hour for me to receive one confirmation and release your XMR.\n\nETH and ERC-20 coins have high network fees and I cannot give you as good of an exchange rate on those cryptos.\n\nThe coins I like to use for exchange because they are fast and have lower fees are LTC, XRP, and XLM.\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nPlease don't mark your trade as paid until you send the crypto to the wallet address I give you.\n\nIf we have traded before, DO NOT SEND TO THE SAME WALLET AS LAST TIME. My wallet address changes with every trade.\n\nPlease check out https://protectwealth.co to do your own trade anonymously 24/7 and get a better exchange rate!\n\nI don't have much XMR available here, but you can get as much as you want on my website.\n\nI may leave this ad up overnight or when I'm busy. If you don't get a reply from me within half an hour please cancel the trade.\n\nThank you", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "14415.71", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your other coins for Monero!", "profile": {"username": "Moneroeh", "name": "Moneroeh (521; 100%)", "feedback_score": 100, "trade_count": "521", "last_online": "2022-02-11T05:29:38.461Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/0a46bc2a-0808-4aec-86bc-2a0808daec4a"}}, {"data": {"ad_id": "2caa4afa-a1c7-4683-aa4a-faa1c7a683dc", "countrycode": "RU", "created_at": "2022-02-09T19:06:26.794Z", "currency": "RUB", "max_amount": "299182.86", "max_amount_available": "126349.44", "min_amount": "747.96", "msg": "Hello and welcome!\n\nPlease start a trade and wait until I send the reference/note, then complete the payment using the payment details.\n\nInstructions below are for the Revolut app, but you may send with instant SEPA or bank transfer in the UK.\n\nStep-by-step instructions in Revolut app:\n* Go to **Send** on balance page\n* Click **New** in top right corner\n* Select **Add a bank recipient**\n* Select **Business**\n* Set **Country of recipient's bank** to **\"United Kingdom\"**\n* Set **Currency** to the one you want to send (example: EUR, USD, GBP, SEK, PLN, CHF, etc...)\n* Set **IBAN** to **\"GB87 REVO 0099 6930 5868 62\"**\n* Set **BIC/SWIFT** to **\"REVOGB21\"**\n* Set **Company name** to **\"PATHOGEN LIMITED\"**\n* Leave e-mail blank\n* Click **Add recipient**\n* If you are asked for address information, please use **24 Holborn Viaduct, London, England, EC1A 2BN**\n* **IMPORTANT:** Set **Reference** to the ID provided in chat (example: **XMR-XXXXX**), without this I won\u2019t know which trade to release!\n* Send the payment\n\nAs soon as the money is received (around 5 seconds average) I'll release the XMR! :)", "online_provider": "REVOLUT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "17514.41", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\u2705ONLINE NOW \ud83e\udd77NO KYC \ud83d\ude80INSTANT", "profile": {"username": "topmonero", "name": "topmonero (883; 100%)", "feedback_score": 100, "trade_count": "883", "last_online": "2022-02-11T09:43:22.063Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/2caa4afa-a1c7-4683-aa4a-faa1c7a683dc"}}, {"data": {"ad_id": "37dcf4ed-a74a-4767-9cf4-eda74a776700", "countrycode": "RU", "created_at": "2022-01-25T14:14:03.179Z", "currency": "RUB", "max_amount_available": "6754.62", "msg": "I'm always online\n\nPay with BUSD, BTC, BCH, DAI, CHZ, DSH, ETH, LTC, eUSDT, DOGE, USDC\n\nI am a merchant interested in providing customer service with 100% feedback.\n\nATTENTION: REMEMBER TO ADD THE NETWORK FEE\n\n\n\n=====\n\nEstoy siempre en l\u00ednea\n\nPague con BUSD, BTC, BCH, DAI, CHZ, DSH, ETH, LTC, eUSDT, DOGE, USDC\n\nSoy un comerciante interesado en brindar servicio al cliente con un 100 % de comentarios.\n\nATENCI\u00d3N: RECUERDA AGREGAR LA CUOTA DE RED\n\n", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "17514.41", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "COMPRATUDO", "name": "COMPRATUDO (53; 100%)", "feedback_score": 100, "trade_count": "53", "last_online": "2022-02-11T09:43:35.613Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/37dcf4ed-a74a-4767-9cf4-eda74a776700"}}, {"data": {"ad_id": "87398967-6291-41aa-b989-676291e1aa28", "countrycode": "DE", "created_at": "2022-01-12T23:16:37.955Z", "currency": "RUB", "first_time_limit_xmr": 1, "max_amount": "45000.00", "max_amount_available": "9416.48", "min_amount": "4500.00", "msg": "**READ THIS BEFORE YOU START A TRADE!** \ud83e\udd1d\n\n\u2713 First-time traders have to verify their ID. \n\u2713 Payment only via the Friends and Family option. \n\u2713 **INSTANT XMR RELEASE** after receiving the money. \ud83d\ude80\n\nText me on [Telegram](https://t.me/jannikwlt) for more information about my service.", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "17824.28", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "ALL CURRENCIES | INSTANT RELEASE \ud83d\udcb0\ud83d\ude80", "profile": {"username": "EASY", "name": "EASY (62; 100%)", "feedback_score": 100, "trade_count": "62", "last_online": "2022-02-11T07:41:22.368Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/87398967-6291-41aa-b989-676291e1aa28"}}, {"data": {"ad_id": "7e101259-153f-4305-9012-59153fe305c4", "countrycode": "RU", "created_at": "2022-01-13T07:32:33.123Z", "currency": "RUB", "first_time_limit_xmr": 1, "max_amount": "86000.00", "max_amount_available": "86000.00", "min_amount": "4300.00", "msg": "**PLEASE READ THIS BEFORE YOU START A TRADE!**\n\n---\n- Payment only via the Friends and Family option on PayPal. (NO Goods and Services). \n- Send the full amount in one transaction from your account. (Don't use the account of a friend or family member). \n- INSTANT XMR RELEASE after I received the money on PayPal. \n\n---\nI offer better rates for long-term trading partners. \nText me on [Telegram](https://t.me/yakinikun) if you need more information about my service. \n\n---\nI can always refuse to trade without explanation. ", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "17824.28", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "PayPal Friends and Family only | NO ID | Instant Release |", "profile": {"username": "yakinikun", "name": "yakinikun (51; 100%)", "feedback_score": 100, "trade_count": "51", "last_online": "2022-02-11T09:43:57.976Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/7e101259-153f-4305-9012-59153fe305c4"}}, {"data": {"ad_id": "b9463aa1-f6e4-4207-863a-a1f6e4d207da", "countrycode": "RU", "created_at": "2021-12-26T05:33:18.308Z", "currency": "RUB", "max_amount_available": "29793.63", "min_amount": "2000.00", "msg": "I accept many cryptocurrencies, tell me what crypto you would like to send\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nThe best coins to send for quickest and lowest fees are , (BNB, HBAR, XRP, LTC, SEA, XLM and many other) If possible convert your coins to a quick and low fee crypto\n\nIf we have traded before don't send the coins to the same wallet as my wallet address can changes with every trade.\n\nI will not under any circumstances release until funds are in my hand", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "18188.04", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your Crypto for XMR", "profile": {"username": "XMRCoops", "name": "XMRCoops (641; 100%)", "feedback_score": 100, "trade_count": "641", "last_online": "2022-02-11T09:43:21.233Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/b9463aa1-f6e4-4207-863a-a1f6e4d207da"}}, {"data": {"ad_id": "4ad0457a-13d3-4605-9045-7a13d3e605b4", "countrycode": "RU", "created_at": "2021-12-04T11:32:05.227Z", "currency": "RUB", "max_amount": "100000.00", "max_amount_available": "100000.00", "min_amount": "2000.00", "msg": "\u041f\u0440\u0438\u0432\u0435\u0442\n\n\u042f \u043f\u0440\u0438\u043d\u0438\u043c\u0430\u044e \u0434\u043b\u044f \u043e\u0431\u043c\u0435\u043d\u0430 \u043c\u043d\u043e\u0433\u043e \u043a\u0440\u0438\u043f\u0442\u043e\u0432\u0430\u043b\u044e\u0442, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440\n\nBTC, ETH, LTC, DASH, BNB, SOL, MANA, XRP, XLM, DOGE \u0438 \u043c\u043d\u043e\u0433\u0438\u0435 \u0434\u0440\u0443\u0433\u0438\u0435", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "22903.46", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\n", "profile": {"username": "strawberries", "name": "strawberries (644; 97%)", "feedback_score": 97, "trade_count": "644", "last_online": "2022-02-10T13:02:08.174Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/4ad0457a-13d3-4605-9045-7a13d3e605b4"}}, {"data": {"ad_id": "3874622d-f1f9-450d-b462-2df1f9c50d4c", "countrycode": "RU", "created_at": "2021-05-27T20:18:47.759Z", "currency": "RUB", "max_amount": "100000.00", "max_amount_available": "100000.00", "min_amount": "2000.00", "msg": "\u2728hi\nbank\n\u0438\u043c\u044f\n\u044f \u0437\u0430\u043f\u043b\u0430\u0442\u0438\u043b\n\u0434\u043e\u0432\u0435\u0440\u0435\u043d\u043d\u044b\u0439\n\u043e\u0442\u0437\u044b\u0432\n@strawberiees", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "22903.46", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\u043b\u044e\u0431\u043e\u0439 \u0431\u0430\u043d\u043a", "profile": {"username": "strawberries", "name": "strawberries (644; 97%)", "feedback_score": 97, "trade_count": "644", "last_online": "2022-02-10T13:02:08.174Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/3874622d-f1f9-450d-b462-2df1f9c50d4c"}}, {"data": {"ad_id": "2e41b954-4295-4791-81b9-54429587912d", "countrycode": "RU", "created_at": "2021-05-27T20:19:30.418Z", "currency": "RUB", "max_amount": "100000.00", "max_amount_available": "100000.00", "min_amount": "1000.00", "msg": "\u2728hi\nbank\n\u0438\u043c\u044f\n\u044f \u0437\u0430\u043f\u043b\u0430\u0442\u0438\u043b\n\u0434\u043e\u0432\u0435\u0440\u0435\u043d\u043d\u044b\u0439\n\u043e\u0442\u0437\u044b\u0432\n@strawberiees", "online_provider": "SPECIFIC_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "22903.46", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\u043b\u044e\u0431\u043e\u0439 \u0431\u0430\u043d\u043a", "profile": {"username": "strawberries", "name": "strawberries (644; 97%)", "feedback_score": 97, "trade_count": "644", "last_online": "2022-02-10T13:02:08.174Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/2e41b954-4295-4791-81b9-54429587912d"}}, {"data": {"ad_id": "2701a6db-0d2c-4e24-81a6-db0d2cae2492", "countrycode": "RU", "created_at": "2022-01-05T16:25:12.728Z", "currency": "RUB", "max_amount_available": "8596.20", "min_amount": "100.00", "msg": "\u0423\u043a\u0430\u0437\u044b\u0432\u0430\u0439\u0442\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0431\u0430\u043d\u043a\u0430 \u0438\u043b\u0438 \u043f\u043b\u0430\u0442\u0451\u0436\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b! ", "online_provider": "OTHER", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "22700.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\u041f\u0435\u0440\u0435\u0432\u043e\u0434 \u043d\u0430 \u043b\u044e\u0431\u043e\u0439 \u0431\u0430\u043d\u043a \u0420\u0424\n\u041a\u0438\u0432\u0438, \u043f\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0433\u043e. ", "profile": {"username": "piknik86", "name": "piknik86 (29; 0%)", "feedback_score": 0, "trade_count": "29", "last_online": "2022-02-10T07:52:15.667Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/2701a6db-0d2c-4e24-81a6-db0d2cae2492"}}, {"data": {"ad_id": "1ed29864-fe20-4ebb-9298-64fe20debbb0", "countrycode": "RU", "created_at": "2021-07-15T12:18:02.347Z", "currency": "RUB", "max_amount": "100000.00", "max_amount_available": "28620.05", "min_amount": "1000.00", "msg": "hello\n\n\u0431\u0430\u043d\u043a\n\u0438\u043c\u044f\n\u044f \u0437\u0430\u043f\u043b\u0430\u0442\u0438\u043b\n\u043f\u043e\u043b\u043e\u0436\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043e\u0442\u0437\u044b\u0432\n\u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0435\n\n\u2728orangeline\ntelegram @crypto_orangeline", "online_provider": "SPECIFIC_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "22903.46", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\u043b\u044e\u0431\u043e\u0439 \u0431\u0430\u043d\u043a", "profile": {"username": "orangeline", "name": "orangeline (10; 100%)", "feedback_score": 100, "trade_count": "10", "last_online": "2022-02-08T11:51:13.346Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/1ed29864-fe20-4ebb-9298-64fe20debbb0"}}, {"data": {"ad_id": "a5aba438-64fb-47a8-aba4-3864fba7a81a", "countrycode": "RU", "created_at": "2021-07-15T12:07:51.827Z", "currency": "RUB", "max_amount": "100000.00", "max_amount_available": "28620.05", "min_amount": "3000.00", "msg": "hello\n\n\u0431\u0430\u043d\u043a\n\u0438\u043c\u044f\n\u044f \u0437\u0430\u043f\u043b\u0430\u0442\u0438\u043b\n\u043f\u043e\u043b\u043e\u0436\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043e\u0442\u0437\u044b\u0432\n\u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0435\n\n\u2728orangeline\ntelegram @crypto_orangeline", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "22903.46", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\u043b\u044e\u0431\u043e\u0439 \u0431\u0430\u043d\u043a", "profile": {"username": "orangeline", "name": "orangeline (10; 100%)", "feedback_score": 100, "trade_count": "10", "last_online": "2022-02-08T11:51:13.346Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/a5aba438-64fb-47a8-aba4-3864fba7a81a"}}, {"data": {"ad_id": "4425627e-bc7c-4973-a562-7ebc7c09732f", "countrycode": "RU", "created_at": "2018-01-01T18:24:41.269Z", "currency": "RUB", "max_amount": "10700.00", "max_amount_available": "6132.36", "min_amount": "100.00", "msg": "\u041f\u0420\u041e\u0414\u0410\u041c \u041c\u041e\u041d\u0415\u0420\u041e \u0417\u0410 \u0420\u0423\u0411\u041b\u0418.\n\u041e\u041f\u041b\u0410\u0422\u0423 \u041f\u0420\u0418\u041d\u0418\u041c\u0410\u042e \u0421 \u041a\u0410\u0420\u0422\u042b \u041d\u0410 \u041a\u0410\u0420\u0422\u0423 ( \u0421\u0411\u0415\u0420\u0411\u0410\u041d\u041a, \u0410\u041b\u042c\u0424\u0410, \u0420\u0410\u0419\u0424\u0424\u0410\u0419\u0417\u0415\u041d)\n\n\u041e\u0422\u041a\u0420\u042b\u0412 \u0421\u0414\u0415\u041b\u041a\u0423, \u0414\u041b\u042f \u0423\u0421\u041a\u041e\u0420\u0415\u041d\u0418\u042f \u041e\u0411\u041c\u0415\u041d\u0410 \u0421\u0420\u0410\u0417\u0423 \u041f\u0418\u0428\u0418\u0422\u0415 \u0412 \u0422\u0415\u041b\u0415\u0413\u0420\u0410\u041c @Sieterayos:\n\n\u041d\u041e\u041c\u0415\u0420 \u041a\u0410\u0420\u0422\u042b \u0418\u041b\u0418 \u0421\u0427\u0415\u0422\u0410\n\u0418\u041d\u0418\u0426\u0418\u0410\u041b\u042b \u041e\u0422\u041f\u0420\u0410\u0412\u0418\u0422\u0415\u041b\u042f", "online_provider": "SPECIFIC_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "14819.89", "track_max_amount": true, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\u041e\u043f\u043b\u0430\u0442\u0430 \u043d\u0430 \u043a\u0430\u0440\u0442\u0443 \u0421\u0431\u0435\u0440\u0431\u0430\u043d\u043a\u0430", "profile": {"username": "Sieterayos", "name": "Sieterayos (35; 100%)", "feedback_score": 100, "trade_count": "35", "last_online": "2021-11-15T06:51:45.315Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/4425627e-bc7c-4973-a562-7ebc7c09732f"}}, {"data": {"ad_id": "f479ff19-1303-4c90-b9ff-1913031c9074", "countrycode": "RU", "created_at": "2017-10-02T11:28:28.795Z", "currency": "RUB", "max_amount": "360000.00", "max_amount_available": "42975.58", "min_amount": "5000.00", "msg": "\u0441 \u043a\u0430\u0440\u0442\u044b \u043d\u0430 \u043a\u0430\u0440\u0442\u0443 \u0441 10-00 \u0434\u043e 23-00 \u043f\u043e \u041c\u0421\u041a. \u0441\u043f\u0435\u0446 \u043a\u0443\u0440\u0441 \u043e\u0442 10 \u043c\u043e\u043d\u0435\u0442 \u2705", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "15224.06", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\u043a\u0430\u0440\u0442\u0430 \u0422\u0438\u043d\u044c\u043a\u043e\u0444\u0444 \u27a1\ufe0f\u27a1\ufe0f\u27a1\ufe0f\u27a1\ufe0f\u27a1\ufe0f", "profile": {"username": "YuriyLavrentiev", "name": "YuriyLavrentiev (236; 100%)", "feedback_score": 100, "trade_count": "236", "last_online": "2021-12-02T19:28:57.350Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/f479ff19-1303-4c90-b9ff-1913031c9074"}}]}}, "status": 200}] -[0, "ZAR", "XMR", {"success": true, "message": "OK", "response": {"data": {"ad_count": 2, "ad_list": [{"data": {"ad_id": "be5cd08c-b885-4ce7-9cd0-8cb8859ce72c", "countrycode": "ZA", "created_at": "2021-09-26T21:22:59.122Z", "currency": "ZAR", "first_time_limit_xmr": 1, "max_amount_available": "19898.34", "min_amount": "800.00", "msg": "Sorry, I only speak english.\n\nI accept many cryptos for exchange such as BTC, LTC, XRP, XLM, DOGE, and dozens more.\n\nPlease enter the amount of XMR you want and then send me a message with the crypto you want to send me in exchange.\n\nBTC can be extremely slow and may take upwards of an hour for me to receive one confirmation and release your XMR.\n\nETH and ERC-20 coins have high network fees and I cannot give you as good of an exchange rate on those cryptos.\n\nThe coins I like to use for exchange because they are fast and have lower fees are LTC, XRP, and XLM.\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nPlease don't mark your trade as paid until you send the crypto to the wallet address I give you.\n\nIf we have traded before, DO NOT SEND TO THE SAME WALLET AS LAST TIME. My wallet address changes with every trade.\n\nPlease check out https://protectwealth.co to do your own trade anonymously 24/7 and get a better exchange rate!\n\nI don't have much XMR available here, but you can get as much as you want on my website.\n\nI may leave this ad up overnight or when I'm busy. If you don't get a reply from me within half an hour please cancel the trade.\n\nThank you\n", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "2912.69", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your other cryptos for Monero!", "profile": {"username": "Moneroeh", "name": "Moneroeh (521; 100%)", "feedback_score": 100, "trade_count": "521", "last_online": "2022-02-11T05:29:38.461Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/be5cd08c-b885-4ce7-9cd0-8cb8859ce72c"}}, {"data": {"ad_id": "7b93d58b-7721-45be-93d5-8b772115bed3", "countrycode": "ZA", "created_at": "2022-02-09T19:07:22.379Z", "currency": "ZAR", "max_amount": "61313.86", "max_amount_available": "25528.85", "min_amount": "153.28", "msg": "Hello and welcome!\n\nPlease start a trade and wait until I send the reference/note, then complete the payment using the payment details.\n\nInstructions below are for the Revolut app, but you may send with instant SEPA or bank transfer in the UK.\n\nStep-by-step instructions in Revolut app:\n* Go to **Send** on balance page\n* Click **New** in top right corner\n* Select **Add a bank recipient**\n* Select **Business**\n* Set **Country of recipient's bank** to **\"United Kingdom\"**\n* Set **Currency** to the one you want to send (example: EUR, USD, GBP, SEK, PLN, CHF, etc...)\n* Set **IBAN** to **\"GB87 REVO 0099 6930 5868 62\"**\n* Set **BIC/SWIFT** to **\"REVOGB21\"**\n* Set **Company name** to **\"PATHOGEN LIMITED\"**\n* Leave e-mail blank\n* Click **Add recipient**\n* If you are asked for address information, please use **24 Holborn Viaduct, London, England, EC1A 2BN**\n* **IMPORTANT:** Set **Reference** to the ID provided in chat (example: **XMR-XXXXX**), without this I won\u2019t know which trade to release!\n* Send the payment\n\nAs soon as the money is received (around 5 seconds average) I'll release the XMR! :)", "online_provider": "REVOLUT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "3538.78", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\u2705ONLINE NOW \ud83e\udd77NO KYC \ud83d\ude80INSTANT", "profile": {"username": "topmonero", "name": "topmonero (883; 100%)", "feedback_score": 100, "trade_count": "883", "last_online": "2022-02-11T09:43:22.063Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/7b93d58b-7721-45be-93d5-8b772115bed3"}}]}}, "status": 200}] -[0, "TRY", "XMR", {"success": true, "message": "OK", "response": {"data": {"ad_count": 9, "ad_list": [{"data": {"ad_id": "0d3d707e-6ee2-4cc0-bd70-7e6ee23cc04a", "countrycode": "TR", "created_at": "2021-10-07T17:40:04.386Z", "currency": "TRY", "first_time_limit_xmr": 2, "max_amount_available": "17796.74", "min_amount": "1000.00", "msg": "Sorry, I only speak english.\n\nI accept many cryptos for exchange such as BTC, LTC, XRP, XLM, ADA, DOGE, and dozens more.\n\nPlease enter the amount of XMR you want and then send me a message with the crypto you want to send me in exchange.\n\nBTC can be extremely slow and may take upwards of an hour for me to receive one confirmation and release your XMR.\n\nETH and ERC-20 coins have high network fees and I may not give you as good of an exchange rate on those cryptos.\n\nThe coins I like to use for exchange because they are fast and have lower fees are LTC, XRP, and XLM.\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nPlease don't mark your trade as paid until you send the crypto to the wallet address I give you.\n\nIf we have traded before, DO NOT SEND TO THE SAME WALLET AS LAST TIME. My wallet address changes with every trade.\n\nPlease check out https://protectwealth.co to do your own trade anonymously 24/7 and get a better exchange rate!\n\nI don't have much XMR available here, but you can get as much as you want on my website.\n\nI may leave this ad up overnight or when I'm busy. If you don't get a reply from me within half an hour please cancel the trade.\n\nThank you", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "2605.06", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your other coins for Monero!", "profile": {"username": "Moneroeh", "name": "Moneroeh (521; 100%)", "feedback_score": 100, "trade_count": "521", "last_online": "2022-02-11T05:29:38.461Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/0d3d707e-6ee2-4cc0-bd70-7e6ee23cc04a"}}, {"data": {"ad_id": "9c506565-bcbb-43d4-9065-65bcbbb3d44a", "countrycode": "TR", "created_at": "2022-01-13T21:38:15.883Z", "currency": "TRY", "first_time_limit_xmr": 0.1, "max_amount_available": "3614.53", "min_amount": "50.00", "msg": "ATM'yi kullanarak, karts\u0131z i\u015flemler men\u00fcs\u00fcnden IBAN ile para yat\u0131rabilirsiniz. \n\n**Bilgilendirme:** ATM'yi kullan\u0131rken ATM sizden TC kimlik numaras\u0131, do\u011fum tarihi ve cep telefonu numaras\u0131 isteyecektir.", "online_provider": "CASH_AT_ATM", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "2629.41", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\u2b50 T\u00fcrkiye \u0130\u015f Bankas\u0131 ATM", "profile": {"username": "Horixon", "name": "Horixon (132; 100%)", "feedback_score": 100, "trade_count": "132", "last_online": "2022-02-11T08:04:07.364Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/9c506565-bcbb-43d4-9065-65bcbbb3d44a"}}, {"data": {"ad_id": "5450ebe9-49ac-4917-90eb-e949ac4917b9", "countrycode": "TR", "created_at": "2021-11-08T06:44:34.081Z", "currency": "TRY", "first_time_limit_xmr": 0.1, "max_amount_available": "3614.53", "min_amount": "50.00", "msg": "**Uyar\u0131:** A\u00e7\u0131klama k\u0131sm\u0131na kripto para ile ilgili kesinlikle bir \u015fey yazmay\u0131n. Yapman\u0131z durumunda engelleneceksiniz.\n\n\nFAST ve havale ile g\u00f6ndermeniz i\u015flem h\u0131z\u0131 a\u00e7\u0131s\u0131ndan tercih edilir. \n\nBelirtilen tutar hesaba ge\u00e7tikten sonra hesab\u0131n\u0131za belirtilen XMR ge\u00e7ecektir.", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "2629.41", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\u2b50 T\u00fcrkiye \u0130\u015f Bankas\u0131 - Havale/EFT/FAST", "profile": {"username": "Horixon", "name": "Horixon (132; 100%)", "feedback_score": 100, "trade_count": "132", "last_online": "2022-02-11T08:04:07.364Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/5450ebe9-49ac-4917-90eb-e949ac4917b9"}}, {"data": {"ad_id": "dbe8d37b-bbcc-40f1-a8d3-7bbbcca0f141", "countrycode": "TR", "created_at": "2021-09-17T20:53:29.413Z", "currency": "TRY", "first_time_limit_xmr": 0.1, "max_amount_available": "3614.53", "min_amount": "50.00", "msg": "CarrefourSA / TeknoSA marketlerden PaPara hesaba cep telefonu numaras\u0131 ile bana para transferi yapacaks\u0131n\u0131z.\n\n**Bilgilendirme:** Para yat\u0131r\u0131rken tek seferde en fazla 300\u20ba para yat\u0131r\u0131labilmektedir. \u00d6rne\u011fin 750\u20balik al\u0131m i\u00e7in 300\u20ba+300\u20ba+150\u20ba \u015feklinde yat\u0131rman\u0131z gerekecektir. \n\nBelirtilen tutar hesaba ge\u00e7tikten sonra hesab\u0131n\u0131za belirtilen XMR ge\u00e7ecektir.", "online_provider": "CASH_DEPOSIT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "2629.41", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\u2b50 CarrefourSA / TeknoSA'lardan XMR", "profile": {"username": "Horixon", "name": "Horixon (132; 100%)", "feedback_score": 100, "trade_count": "132", "last_online": "2022-02-11T08:04:07.364Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/dbe8d37b-bbcc-40f1-a8d3-7bbbcca0f141"}}, {"data": {"ad_id": "e028af52-0c6c-45d1-a8af-520c6cf5d17e", "countrycode": "TR", "created_at": "2021-09-26T01:30:25.761Z", "currency": "TRY", "first_time_limit_xmr": 0.1, "max_amount_available": "3647.99", "min_amount": "50.00", "msg": "PTT'den PaPara hesaba cep telefonu numaras\u0131 ile para transferi.\n\n**Not:** Para yat\u0131rma i\u015flemini yapan veya yapmas\u0131n\u0131 bilen \u015fube say\u0131s\u0131 k\u0131s\u0131tl\u0131 oldu\u011fundan dolay\u0131 i\u015flemi yapmakta zorlanabilirsiniz. Ticaret iste\u011fi a\u00e7madan \u00f6nce i\u015flemi yap\u0131p yapamayaca\u011f\u0131n\u0131z\u0131 \u015fubeye sorarak belirleyin.\n\nBelirtilen tutar hesaba ge\u00e7tikten sonra hesab\u0131n\u0131za belirtilen XMR ge\u00e7ecektir.", "online_provider": "CASH_DEPOSIT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "2653.75", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\u2b50 PTT \u015eube", "profile": {"username": "Horixon", "name": "Horixon (132; 100%)", "feedback_score": 100, "trade_count": "132", "last_online": "2022-02-11T08:04:07.364Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/e028af52-0c6c-45d1-a8af-520c6cf5d17e"}}, {"data": {"ad_id": "853e2190-dfd9-400f-be21-90dfd9300fba", "countrycode": "TR", "created_at": "2020-10-02T14:30:57.634Z", "currency": "TRY", "first_time_limit_xmr": 0.1, "max_amount_available": "3647.99", "min_amount": "50.00", "msg": "**Uyar\u0131:** A\u00e7\u0131klama k\u0131sm\u0131na kripto para ile ilgili kesinlikle bir \u015fey yazmay\u0131n. Yapman\u0131z durumunda engelleneceksiniz.\n\nBelirtilen tutar hesaba ge\u00e7tikten sonra hesab\u0131n\u0131za belirtilen XMR ge\u00e7ecektir.", "online_provider": "OTHER", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "2653.75", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\u2b50 PaPara", "profile": {"username": "Horixon", "name": "Horixon (132; 100%)", "feedback_score": 100, "trade_count": "132", "last_online": "2022-02-11T08:04:07.364Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/853e2190-dfd9-400f-be21-90dfd9300fba"}}, {"data": {"ad_id": "2b202548-6bab-4231-a025-486bab8231bc", "countrycode": "TR", "created_at": "2022-01-03T00:08:53.316Z", "currency": "TRY", "first_time_limit_xmr": 0.1, "max_amount": "1250.00", "max_amount_available": "1250.00", "min_amount": "100.00", "msg": "", "online_provider": "OTHER", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "2726.79", "track_max_amount": true, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\u2b50 ININAL", "profile": {"username": "Horixon", "name": "Horixon (132; 100%)", "feedback_score": 100, "trade_count": "132", "last_online": "2022-02-11T08:04:07.364Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/2b202548-6bab-4231-a025-486bab8231bc"}}, {"data": {"ad_id": "4a651892-7432-477e-a518-927432277ef6", "countrycode": "TR", "created_at": "2022-02-10T08:05:12.934Z", "currency": "TRY", "max_amount": "15000.00", "max_amount_available": "12150.88", "msg": "", "online_provider": "INTERNATIONAL_WIRE_SWIFT", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "2921.56", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "International Wire Transfer (SWIFT)", "profile": {"username": "KnutValentinee", "name": "KnutValentinee (102; 100%)", "feedback_score": 100, "trade_count": "102", "last_online": "2022-02-11T09:44:10.957Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/4a651892-7432-477e-a518-927432277ef6"}}, {"data": {"ad_id": "929450a0-9a86-4133-9450-a09a86613363", "countrycode": "TR", "created_at": "2022-02-09T19:07:21.424Z", "currency": "TRY", "max_amount": "54397.90", "max_amount_available": "22832.62", "min_amount": "135.99", "msg": "Hello and welcome!\n\nPlease start a trade and wait until I send the reference/note, then complete the payment using the payment details.\n\nInstructions below are for the Revolut app, but you may send with instant SEPA or bank transfer in the UK.\n\nStep-by-step instructions in Revolut app:\n* Go to **Send** on balance page\n* Click **New** in top right corner\n* Select **Add a bank recipient**\n* Select **Business**\n* Set **Country of recipient's bank** to **\"United Kingdom\"**\n* Set **Currency** to the one you want to send (example: EUR, USD, GBP, SEK, PLN, CHF, etc...)\n* Set **IBAN** to **\"GB87 REVO 0099 6930 5868 62\"**\n* Set **BIC/SWIFT** to **\"REVOGB21\"**\n* Set **Company name** to **\"PATHOGEN LIMITED\"**\n* Leave e-mail blank\n* Click **Add recipient**\n* If you are asked for address information, please use **24 Holborn Viaduct, London, England, EC1A 2BN**\n* **IMPORTANT:** Set **Reference** to the ID provided in chat (example: **XMR-XXXXX**), without this I won\u2019t know which trade to release!\n* Send the payment\n\nAs soon as the money is received (around 5 seconds average) I'll release the XMR! :)", "online_provider": "REVOLUT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "3165.03", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\u2705ONLINE NOW \ud83e\udd77NO KYC \ud83d\ude80INSTANT", "profile": {"username": "topmonero", "name": "topmonero (883; 100%)", "feedback_score": 100, "trade_count": "883", "last_online": "2022-02-11T09:43:22.063Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/929450a0-9a86-4133-9450-a09a86613363"}}]}}, "status": 200}] -[0, "CAD", "XMR", {"success": true, "message": "OK", "response": {"data": {"ad_count": 16, "ad_list": [{"data": {"ad_id": "b4f74d8a-d92f-4276-b74d-8ad92fe276c4", "countrycode": "CA", "created_at": "2020-01-30T21:54:41.774Z", "currency": "CAD", "max_amount": "80000.00", "max_amount_available": "4121.33", "min_amount": "3000.00", "msg": "Include a note in the package\r\n\"For Monero on Agoradesk.com Between Chicks and & Your user Name\"\r\nor print out the trade once open.\r\n\r\nNO 3rd Parties.\r\nInclude a return address Matching your real name.\r\none name and initial is ok.\r\nPrint your shipping/address labels, if you can**\r\n\r\nLarger amounts use Priority Express.\r\nsmall amounts, anything with tracking.\r\nCopy/Paste a tracking number before you mark paid.\r\npicture of the package is nice too\r\n\r\nUse Large Bills\r\ntry to limit the amount of small bills\r\nNo $1s\r\n\r\nYou may request Starting price or Release Price\r\nbut you must decide at the start of the trade.\r\n\r\nPackage the cash securely and discretely to avoid loss or theft while it is in transit.\r\n\r\nAn envelope with some printer paper wrapped around the cash works. then place that envelope into a Priority Express, or Bubble mailer envelope.\r\n\r\n\r\nDO NOT:\r\nSend more than 10 bills in a standard envelope\r\nFold the cash - this makes the letter too thick and easier to identify\r\nUse excessive tape or packaging material\r\n\r\n**Join our discord server for a faster response and a more personable experience \r\ndiscord.gg/chicksx", "online_provider": "CASH_BY_MAIL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "240.38", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Cash by mail Trusted ", "profile": {"username": "Chicks", "name": "Chicks (1393; 100%)", "feedback_score": 100, "trade_count": "1393", "last_online": "2022-02-11T03:04:56.558Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/b4f74d8a-d92f-4276-b74d-8ad92fe276c4"}}, {"data": {"ad_id": "c79c4049-1c35-4d8a-9c40-491c359d8a24", "countrycode": "CA", "created_at": "2021-07-07T13:38:41.306Z", "currency": "CAD", "first_time_limit_xmr": 2, "max_amount_available": "1657.82", "min_amount": "120.00", "msg": "Please tell me the crypto you want to exchange for the XMR. \n\nI will respond with the wallet address and the exact amount of crypto you need to send. You must pay all transfer fees.\n\nETH and ERC-20 coins have high network fees and I cannot give you as good of an exchange rate on those cryptos.\n\nThe coins I like to accept for exchange are LTC, XRP, and XLM because they are fast and have lower transfer fees.\n\nIt typically takes less than 10 minutes for me to receive one confirmation and release your XMR but may take longer if the network is slow or if a cheaper transfer option was selected by the sender.\n\nWarning to Coinberry users, they suck! It will take hours for me to receive your crypto from them so please don't send me crypto from your Coinberry account. \n\nPlease go to https://protectwealth.co to trade unlimited amounts of XMR and get a better exchange rate. You can also trade your XMR for stable coins or any other crypto when you want to cash out. No KYC or sign-up is required.\n\nThank you", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "242.67", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Swap BTC, LTC, USDT, XRP and many more for XMR.", "profile": {"username": "Moneroeh", "name": "Moneroeh (521; 100%)", "feedback_score": 100, "trade_count": "521", "last_online": "2022-02-11T05:29:38.461Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/c79c4049-1c35-4d8a-9c40-491c359d8a24"}}, {"data": {"ad_id": "53c0860f-7ee2-4322-8086-0f7ee2a3222a", "countrycode": "CA", "created_at": "2021-08-08T05:45:29.804Z", "currency": "CAD", "max_amount_available": "743.02", "min_amount": "50.00", "msg": "Buy Monero (XMR) with any popular crypto like -\n\nBTC ETH ADA USDT XRP SOL BCH BNB\n\nOpen trade and tell me which coin you'll pay with\n\nI'll send amount and payment address\n\nOnly one network confirmation required\n\nIf offline telegram @VYXMR", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "249.53", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "BTC\ud83d\udd3aETH\ud83d\udd39USDT\ud83d\udd39LTC\ud83d\udd3aBCH (Pay with any crypto)", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/53c0860f-7ee2-4322-8086-0f7ee2a3222a"}}, {"data": {"ad_id": "dc4681c8-4155-4691-8681-c84155769163", "countrycode": "CA", "created_at": "2021-12-27T06:30:03.715Z", "currency": "CAD", "max_amount_available": "412.15", "min_amount": "40.00", "msg": "I accept many cryptocurrencies, tell me what crypto you would like to send\n\nYou are responsible for all network fees (transfer fees) and the exact amount of crypto must be received for me to release the XMR.\n\nThe best coins to send for quickest and lowest fees are , (BNB, HBAR, XRP, LTC, SEA, XLM and many other) If possible convert your coins to a quick and low fee crypto\n\nIf we have traded before don't send the coins to the same wallet as my wallet address can changes with every trade.\n\nI will not under any circumstances release until funds are in my hand", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "251.60", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Trade your crypto for XMR", "profile": {"username": "XMRCoops", "name": "XMRCoops (641; 100%)", "feedback_score": 100, "trade_count": "641", "last_online": "2022-02-11T09:43:21.233Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/dc4681c8-4155-4691-8681-c84155769163"}}, {"data": {"ad_id": "5f42560b-3c42-4fbd-8256-0b3c42ffbdcf", "countrycode": "CA", "created_at": "2021-11-10T07:25:01.980Z", "currency": "CAD", "max_amount": "3000.00", "max_amount_available": "3000.00", "min_amount": "100.00", "msg": "Pay with crypto (BTC or ETH or LTC and others, ask in chat).", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "251.78", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "You pay crypto - BTC ETH LTC etc. NO ID verification", "profile": {"username": "Select", "name": "Select (1517; 99%)", "feedback_score": 99, "trade_count": "1517", "last_online": "2022-02-11T09:43:40.361Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/5f42560b-3c42-4fbd-8256-0b3c42ffbdcf"}}, {"data": {"ad_id": "ee503341-cdf5-4bae-9033-41cdf53baed6", "countrycode": "CA", "created_at": "2022-01-08T07:52:06.654Z", "currency": "CAD", "first_time_limit_xmr": 1, "max_amount": "500.00", "max_amount_available": "500.00", "min_amount": "45.00", "msg": "**PayPal personal and VERIFIED account. No Business account. No exception**\n\n**Friends & family payments only**\n\nOnce you initiate the trade:\n- Send me the email that you will use to make payment.\n- For first timer, send me a screenshot of PayPal profile (name and email address should be visible).\n- Money is sent as \"friends & family\" only and you should cover the transaction fees.\n- **Payment note should be BLANK**\n- You will then have to screenshot the transaction so that I can confirm it has been sent correctly. If it is not sent correctly, I will refund, and you can retry or cancel the trade.\n- Released once payment is confirmed.\n\n**Notice: Incomplete screenshots with cropped edges to mask date/time and identity will not be accepted.**\n\n**I reserve the right to cancel the trade if I detect suspicious activity.**", "online_provider": "PAYPAL", "require_feedback_score": 98, "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "286.12", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "PayPal transfer to me", "profile": {"username": "Select", "name": "Select (1517; 99%)", "feedback_score": 99, "trade_count": "1517", "last_online": "2022-02-11T09:43:40.361Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/ee503341-cdf5-4bae-9033-41cdf53baed6"}}, {"data": {"ad_id": "76ce7a0a-5764-42f8-8e7a-0a5764c2f878", "countrycode": "CA", "created_at": "2021-07-13T03:31:44.395Z", "currency": "CAD", "first_time_limit_xmr": 2, "max_amount": "500.00", "max_amount_available": "500.00", "min_amount": "100.00", "msg": "Start chat and ask for recepient details\n\nEasily send through WU website https://www.westernunion.com/ca/en/web/send-money/start\n\nOnce paid just share receipt photo or screenshot\n\nFast XMR release under 15 minutes of payment\n\nGot questions? Telegram @VYXMR", "online_provider": "WU", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "288.45", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/76ce7a0a-5764-42f8-8e7a-0a5764c2f878"}}, {"data": {"ad_id": "2db9190b-7f46-41cd-b919-0b7f4661cd9e", "countrycode": "CA", "created_at": "2022-02-09T19:06:11.272Z", "currency": "CAD", "max_amount": "5077.04", "max_amount_available": "2146.96", "min_amount": "12.69", "msg": "Hello and welcome!\n\nPlease start a trade and wait until I send the reference/note, then complete the payment using the payment details.\n\nInstructions below are for the Revolut app, but you may send with instant SEPA or bank transfer in the UK.\n\nStep-by-step instructions in Revolut app:\n* Go to **Send** on balance page\n* Click **New** in top right corner\n* Select **Add a bank recipient**\n* Select **Business**\n* Set **Country of recipient's bank** to **\"United Kingdom\"**\n* Set **Currency** to the one you want to send (example: EUR, USD, GBP, SEK, PLN, CHF, etc...)\n* Set **IBAN** to **\"GB87 REVO 0099 6930 5868 62\"**\n* Set **BIC/SWIFT** to **\"REVOGB21\"**\n* Set **Company name** to **\"PATHOGEN LIMITED\"**\n* Leave e-mail blank\n* Click **Add recipient**\n* If you are asked for address information, please use **24 Holborn Viaduct, London, England, EC1A 2BN**\n* **IMPORTANT:** Set **Reference** to the ID provided in chat (example: **XMR-XXXXX**), without this I won\u2019t know which trade to release!\n* Send the payment\n\nAs soon as the money is received (around 5 seconds average) I'll release the XMR! :)", "online_provider": "REVOLUT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "297.61", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "\u2705ONLINE NOW \ud83e\udd77NO KYC \ud83d\ude80INSTANT", "profile": {"username": "topmonero", "name": "topmonero (883; 100%)", "feedback_score": 100, "trade_count": "883", "last_online": "2022-02-11T09:43:22.063Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/2db9190b-7f46-41cd-b919-0b7f4661cd9e"}}, {"data": {"ad_id": "bba23264-95fb-4db7-a232-6495fb6db76a", "countrycode": "CA", "created_at": "2021-04-01T02:38:42.868Z", "currency": "CAD", "max_amount": "1000.00", "max_amount_available": "666.37", "min_amount": "300.00", "msg": "Yes, I'm Open! Easy and secure transactions! Pay me by Interac email transfer. ID required for first trade.", "online_provider": "INTERAC", "require_feedback_score": 100, "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "297.61", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Fast, private and safe! I'm ready to transfer your Monero ", "profile": {"username": "agentpatience", "name": "agentpatience (24; 100%)", "feedback_score": 100, "trade_count": "24", "last_online": "2022-02-10T21:32:32.335Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/bba23264-95fb-4db7-a232-6495fb6db76a"}}, {"data": {"ad_id": "f1464e18-f75a-4628-864e-18f75ae62836", "countrycode": "CA", "created_at": "2022-01-25T13:27:35.515Z", "currency": "CAD", "max_amount_available": "114.78", "msg": "I'm always online\n\nPay with BUSD, BTC, BCH, DAI, CHZ, DSH, ETH, LTC, eUSDT, DOGE, USDC\n\nI am a merchant interested in providing customer service with 100% feedback.\n\nATTENTION: REMEMBER TO ADD THE NETWORK FEE\n\n=====\n\nEstoy siempre en l\u00ednea\n\nPague con BUSD, BTC, BCH, DAI, CHZ, DSH, ETH, LTC, eUSDT, DOGE, USDC\n\nSoy un comerciante interesado en brindar servicio al cliente con un 100 % de comentarios.\n\nATENCI\u00d3N: RECUERDA AGREGAR LA CUOTA DE RED", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "297.61", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "COMPRATUDO", "name": "COMPRATUDO (53; 100%)", "feedback_score": 100, "trade_count": "53", "last_online": "2022-02-11T09:43:35.613Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/f1464e18-f75a-4628-864e-18f75ae62836"}}, {"data": {"ad_id": "9e332536-1a13-42e8-b325-361a13a2e8f5", "countrycode": "DE", "created_at": "2022-01-12T23:18:50.079Z", "currency": "CAD", "first_time_limit_xmr": 1, "max_amount": "7500.00", "max_amount_available": "160.01", "min_amount": "75.00", "msg": "**READ THIS BEFORE YOU START A TRADE!** \ud83e\udd1d\n\n\u2713 First-time traders have to verify their ID. \n\u2713 Payment only via the Friends and Family option. \n\u2713 **INSTANT XMR RELEASE** after receiving the money. \ud83d\ude80\n\nText me on [Telegram](https://t.me/jannikwlt) for more information about my service.", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "302.88", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "ALL CURRENCIES | INSTANT RELEASE \ud83d\udcb0\ud83d\ude80", "profile": {"username": "EASY", "name": "EASY (62; 100%)", "feedback_score": 100, "trade_count": "62", "last_online": "2022-02-11T07:41:22.368Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/9e332536-1a13-42e8-b325-361a13a2e8f5"}}, {"data": {"ad_id": "95744327-8aa3-4d23-b443-278aa30d2308", "countrycode": "CA", "created_at": "2022-01-13T07:34:05.006Z", "currency": "CAD", "first_time_limit_xmr": 1, "max_amount": "1000.00", "max_amount_available": "1000.00", "min_amount": "50.00", "msg": "**PLEASE READ THIS BEFORE YOU START A TRADE!**\n\n---\n- For first-time traders, I will need an ID.\n- Payment only via the Friends and Family option on PayPal. (NO Goods and Services). \n- Send the full amount in one transaction from your account. (Don't use the account of a friend or family member). \n- INSTANT XMR RELEASE after I received the money on PayPal. \n---\nI can always refuse to trade without explanation. ", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "302.88", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "PayPal Friends and Family only | NO ID | Instant Release |", "profile": {"username": "yakinikun", "name": "yakinikun (51; 100%)", "feedback_score": 100, "trade_count": "51", "last_online": "2022-02-11T09:43:57.976Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/95744327-8aa3-4d23-b443-278aa30d2308"}}, {"data": {"ad_id": "30c33fe4-7bca-46a7-833f-e47bcac6a722", "countrycode": "CA", "created_at": "2021-05-20T19:11:51.129Z", "currency": "CAD", "first_time_limit_xmr": 0.2, "max_amount": "150.00", "max_amount_available": "150.00", "min_amount": "10.00", "msg": "Hey mate :)\n\nSend your paypal email in chat so that I can request payment\n\nFull screen payment summary screenshot is required after you have paid.", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "345.69", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "profile": {"username": "VivekBlogger", "name": "VivekBlogger (2046; 100%)", "feedback_score": 100, "trade_count": "2046", "last_online": "2022-02-11T09:43:23.320Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/30c33fe4-7bca-46a7-833f-e47bcac6a722"}}, {"data": {"ad_id": "525a6232-4896-4390-9a62-3248962390f8", "countrycode": "CA", "created_at": "2021-11-25T15:25:12.453Z", "currency": "CAD", "first_time_limit_xmr": 1, "max_amount_available": "1891.53", "min_amount": "90.00", "msg": "Monero with IBAN bank transfer, no identity required.\n\nMulti-currencies account in a Swiss bank. Your transfer form must have a field for IBAN, my bank has no local account number.\n\nYou will have the bank details after the trade is opened. Confirm when it's paid and wait until I see your transfer. Wait my consent for a 2d trade.", "online_provider": "INTERNATIONAL_WIRE_SWIFT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "349.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "Bank transfer with IBAN in a Swiss bank, no identity", "profile": {"username": "Dax", "name": "Dax (162; 100%)", "feedback_score": 100, "trade_count": "162", "last_online": "2022-02-10T22:29:51.105Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/525a6232-4896-4390-9a62-3248962390f8"}}, {"data": {"ad_id": "0280d6f4-19a5-4a8a-80d6-f419a59a8a26", "countrycode": "CA", "created_at": "2021-10-21T06:00:38.339Z", "currency": "CAD", "max_amount": "1350.00", "max_amount_available": "1215.27", "min_amount": "200.00", "msg": "\ud83d\udccdI DONT NEED ID AND I NEED LONGTERM PARTNER.\n\n\ud83d\udccdI NEED DAILY BUYERS AND I RELEASE INSTANT\n\n\ud83d\udccdPay as FRIENDS & FAMILY strictly. Any other form and I won't release coins\n\n\ud83d\udccdEven we have already past trade. always ask email before sending the payment\n\n\ud83d\udccdTell me if the money is from paypal balance or linked card\n\n\ud83d\udccdI can accept card link payments. PLEASE BE HONEST AND NO CHARGEBACK FOR LONGTERM PARTNERSHIP\n\n\ud83d\udccdDon't put any note on paypal\n\n\ud83d\udccdYou can send it to my local currency PHP for faster btc release\n\n\ud83d\udccdIf the payment is on HOLD - You will wait OR refund\n\n\ud83d\udccdNo to ECHECKS\n\n\ud83d\udccdOnce the payment already receive and withdraw, I WILL RELEASE THE Moreno.", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "412.08", "track_max_amount": true, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "NO NEED ID - INSTANT RELEASE", "profile": {"username": "MCWILSON700", "name": "MCWILSON700 (18; 100%)", "feedback_score": 100, "trade_count": "18", "last_online": "2022-02-09T13:24:38.435Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/0280d6f4-19a5-4a8a-80d6-f419a59a8a26"}}, {"data": {"ad_id": "dff5afcc-0f39-4da5-b5af-cc0f397da5a6", "countrycode": "US", "created_at": "2021-11-08T10:09:42.598Z", "currency": "CAD", "max_amount": "5000.00", "max_amount_available": "1282.78", "min_amount": "100.00", "msg": "This trade you going to used Xoom which actually another way to used PayPal.... once you have a PayPal account you can login to Xoom.com anyway open trade and ask for my info to make payment.\n\nRECIEVING VIA EWALLET REALTIME(GCASH) SO THAT CAN GIVE YOU COIN FAST RELEASE\n\nOPEN TRADE ONLY WHEN YOU ARE READY\n\nDETAILS WILL BE GIVEN ON THE CHAT! I RELEASE ONCE THE MONEY COMPLETELY RECIEVED ON MY EWALLET", "online_provider": "XOOM", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "434.97", "track_max_amount": true, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "XMR", "payment_method_detail": "CASHOUT YOUR BIG PAYPAL BALANCE VIA XOOM.COM", "profile": {"username": "MCWILSON700", "name": "MCWILSON700 (18; 100%)", "feedback_score": 100, "trade_count": "18", "last_online": "2022-02-09T13:24:38.435Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/dff5afcc-0f39-4da5-b5af-cc0f397da5a6"}}]}}, "status": 200}] -[0, "JPY", "BTC", {"success": true, "message": "OK", "response": {"data": {"ad_count": 2, "ad_list": [{"data": {"ad_id": "90d1d9a8-6ba3-4928-91d9-a86ba3d9282d", "countrycode": "JP", "created_at": "2022-02-01T18:58:25.153Z", "currency": "JPY", "first_time_limit_btc": 0.005, "max_amount_available": "115305.80", "min_amount": "12000.00", "msg": "Bitcoin with IBAN bank transfer, no identity required.\n\nMulti-currencies account in a Swiss bank. Your transfer form must have a field for IBAN, my bank has no local account number.\n\nYou will have the bank details after the trade is opened. Confirm when it's paid and wait until I see your transfer. Wait my consent for a 2d trade.", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "9676170.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "Bank transfer with IBAN in a Swiss bank, no identity", "profile": {"username": "Dax", "name": "Dax (162; 100%)", "feedback_score": 100, "trade_count": "162", "last_online": "2022-02-10T22:29:51.105Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/90d1d9a8-6ba3-4928-91d9-a86ba3d9282d"}}, {"data": {"ad_id": "d4c78133-9c8e-4379-8781-339c8e53798a", "countrycode": "JP", "created_at": "2020-04-19T17:44:25.411Z", "currency": "JPY", "max_amount": "49999.00", "max_amount_available": "76.62", "msg": "", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "21903.26", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "", "profile": {"username": "kek", "name": "kek (65; 100%)", "feedback_score": 100, "trade_count": "65", "last_online": "2022-02-10T19:54:44.800Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/d4c78133-9c8e-4379-8781-339c8e53798a"}}]}}, "status": 200}] -[0, "GBP", "BTC", {"success": true, "message": "OK", "response": {"data": {"ad_count": 10, "ad_list": [{"data": {"ad_id": "7a59c09d-2e8e-4638-99c0-9d2e8e0638a4", "countrycode": "GB", "created_at": "2021-06-17T05:03:13.011Z", "currency": "GBP", "max_amount": "100000.00", "max_amount_available": "3047.27", "min_amount": "2000.00", "msg": "Include a note in the package\n\"For Monero on Agoradesk.com Between Chicks and & Your user Name\"\nor print out the trade once open.\n\nNO 3rd Parties.\nInclude a return address Matching your real name.\none name and initial is ok.\nPrint your shipping/address labels, if you can**\n\nLarger amounts use Priority Express.\nsmall amounts, anything with tracking.\nCopy/Paste a tracking number before you mark paid.\npicture of the package is nice too\n\nUse Large Bills\ntry to limit the amount of small bills\nNo $1s\n\nYou may request Starting price or Release Price\nbut you must decide at the start of the trade.\n\nPackage the cash securely and discretely to avoid loss or theft while it is in transit.\n\nAn envelope with some printer paper wrapped around the cash works. then place that envelope into a Priority Express, or Bubble mailer envelope.\n\n\nDO NOT:\nSend more than 10 bills in a standard envelope\nFold the cash - this makes the letter too thick and easier to identify\nUse excessive tape or packaging material\n\nBusiness Phone/whatsapp: +1 587-707-7020\nTelegram: https://t.me/PKChicks\nEmail: danly@chicksgold.com\n\n**Join our discord server for a faster response and a more personable experience \ndiscord.gg/chicksx", "online_provider": "CASH_BY_MAIL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "34200.10", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "Cash by mail Trusted ", "profile": {"username": "Chicks", "name": "Chicks (1393; 100%)", "feedback_score": 100, "trade_count": "1393", "last_online": "2022-02-11T03:04:56.558Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/7a59c09d-2e8e-4638-99c0-9d2e8e0638a4"}}, {"data": {"ad_id": "5af65e8f-9b6b-4fd3-b65e-8f9b6b5fd3c8", "countrycode": "GB", "created_at": "2022-02-09T10:08:15.756Z", "currency": "GBP", "max_amount_available": "281.00", "min_amount": "50.00", "msg": "SIX PAYMENT OPTIONS \n1\ufe0f\u20e3 Paypal Xoom\n2\ufe0f\u20e3 Sendwave\n3\ufe0f\u20e3 World Remit\n4\ufe0f\u20e3 Remitly\n5\ufe0f\u20e3 Transferwise\n6\ufe0f\u20e3 Bitcoin Websites https://www.luno.com/en \nhttp://bitcoin.com\nhttp://blockchain.com\n\n\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\nXOOM\nhttps://www.xoom.com/kenya/send-money\n\nXoom How to send to M-Pesa mobile wallets in Kenya\nYou can log in with your PayPal credentials or easily create a Xoom account, starting with your name and email address.\n\nStep 1: Simply enter the amount.\u00a0\nStep 2: Choose Mobile Wallet as the receiving option.\u00a0\nStep 3: Provide your recipient\u2019s M-Pesa mobile number.\u00a0\nStep 4: Pay with a Paypal account, bank account, credit card, or debit card.\nMy Xoom Mobile money Mpesa details.\nName \nEmmanuel Muema Musyoki \nCountry Kenya \nCity Nairobi\nMobile money wallet option MPESA number +254711737196 \nAddress 155-00902 Kikuyu\nContact email \nemmanuelmuema@outlook.com\n\nXoom How to send bank deposits to Kenya\n\nStep 1: Just tell us how much to deposit.\u00a0\nStep 2: Send to any Equity Bank account.\u00a0\nStep 3: Enter your recipient's account information on our secure page.\u00a0\nStep 4: Conveniently pay with Paypal, bank account, credit card, or debit card.\u00a0\nMy Xoom Equity bank account details Equity Bank account name\nName Emmanuel Muema Musyoki\nEquity Bank Account\nNumber \n0570199042139\nSame email, address, country and city as above\n\n\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\nWORLDREMIT\nREMITLY\nTRANSFERWISE\n\nName \nEmmanuel Muema Musyoki \nCountry Kenya \nCity Nairobi\nMobile money wallet option MPESA number +254711737196 \nAddress 155-00902 Kikuyu\nContact email \nemmanuelmuema@outlook.com\n\nor Equity Bank account name Emmanuel Muema Musyoki\nEquity Bank Account\nNumber \n0570199042139\nSame email, address, country and city as above\n\n\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\nBITCOIN WEBSITES \nBuy Bitcoin or Bitcoin Cash or Ethereum, USDC, XRP, USDT, LTC or any other cryptocurrency coin using Visa card, Master card, any bank ATM card, Credit card or Debit card \n1.Visit bitcoin.com click bitcoin core (BTC) \n2. Paste your bitcoin wallet address or my bitcoin wallet \n\n3CtPw7tMdDLLgT1K8U9wdrjfZ3ZHQ8xeWY\n\nOther places to Buy Bitcoin, Ethereum, or any other cryptocurrency coin are Luno app or website\nhttps://www.luno.com/en/\nAnd Blockchain app or website\nblockchain.com\n\nHere are all my 98 accepted cryptocurrency addresses \n\ud83d\udfe2BUY MONERO WITH BTC \ud83d\udfe9ETC \ud83d\udfe5ETH \ud83d\udfe6USDT\u2705ANY COIN 98 CRYPTOS\ud83d\udc47\ud83d\udc47 \u2013 Telegraph\nhttps://telegra.ph/BUY-MONERO-WITH-BTC-ETC-ETH-USDTANY-COIN-98-CRYPTOS-12-10\n\n\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\nSENDWAVE\nBuy monero with credit card (Visa Card or Mastercard or any bank card)\nPlease note ID/ Passport/ Driving Licence is required at the end of the transaction.\nProcess\nStep 1: Download the \"Sendwave app\" from android Play store or Apple Iphone App store.\nStep 2: Sign up using your mobile number/ other details.\nStep 3: Select Add recipient.\nStep 4. Select \"Kenya\" as country. \nStep 5 : Select send to Mobile wallet (M-pesa).\nStep 6 : Insert my payment details.\n+254711737196\nName Emmanuel Muema Musyoki\nCountry Kenya \nCity Nairobi\nAddress 155-00902 Kikuyu\nContact email \nemmanuelmuema@outlook.com\n\nOr \n0711737196\nOr \n711737196\n\nhttps://youtu.be/aBnLNQ-bzZw", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "41698.43", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "\ud83d\udfe2\ud83d\udfe2\ud83d\udfe2 BUY BITCOINS WITH PAYPAL XOOM SERVICE \ud83d\udfe6\ud83d\udfe6\ud83d\udfe6\ud83d\udfe5\ud83d\udfe5\ud83d\udfe5\ud83d\udfea\ud83d\udfea\ud83d\udfea\u2705", "profile": {"username": "EmmanuelMuema", "name": "EmmanuelMuema (863; 98%)", "feedback_score": 98, "trade_count": "863", "last_online": "2022-02-11T09:38:27.397Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/5af65e8f-9b6b-4fd3-b65e-8f9b6b5fd3c8"}}, {"data": {"ad_id": "f919710a-20b0-4d4d-9971-0a20b04d4d2b", "countrycode": "GB", "created_at": "2021-11-30T17:53:48.934Z", "currency": "GBP", "first_time_limit_btc": 0.005, "max_amount_available": "582.71", "min_amount": "75.00", "msg": "Bitcoin with debit card (from UK and Europe only). Warning: my payment service deals in Euro, so if your card have fees for foreign currencies your bank may charge them to you.\n\nAfter you open the trade, I will send you a payment link.\n\nYou must use a card with your own name and 3D Secure is active. Don't think to use with a stolen card, if your payment is rejected, I will block and report your profile. I may cancel or ask a proof of identity if the payment service indicates some doubts. Wait my consent for a 2d trade.", "online_provider": "CREDITCARD", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "48900.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "Cards AmEx, Mastercard and Visa able to pay in \u20ac", "profile": {"username": "Dax", "name": "Dax (162; 100%)", "feedback_score": 100, "trade_count": "162", "last_online": "2022-02-10T22:29:51.105Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/f919710a-20b0-4d4d-9971-0a20b04d4d2b"}}, {"data": {"ad_id": "b333f748-5e77-4d2c-b3f7-485e77dd2ce2", "countrycode": "GB", "created_at": "2021-10-29T20:13:12.976Z", "currency": "GBP", "first_time_limit_btc": 0.005, "max_amount_available": "589.86", "min_amount": "75.00", "msg": "Bitcoin with bank transfer, no identity required.\n\nMulti-currencies account in Switzerland. Your transfer form must have a field for IBAN, my bank has no local UK account numbers.\n\nYou will have the bank details after the trade is opened. I'm not online all the time, confirm when it's paid and wait a little. Wait my consent for a 2d trade.", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "49500.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "Bank transfer with IBAN in a Swiss bank, no identity", "profile": {"username": "Dax", "name": "Dax (162; 100%)", "feedback_score": 100, "trade_count": "162", "last_online": "2022-02-10T22:29:51.105Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/b333f748-5e77-4d2c-b3f7-485e77dd2ce2"}}, {"data": {"ad_id": "fca30f93-a091-44d1-a30f-93a091d4d178", "countrycode": "GB", "created_at": "2022-02-03T19:20:21.978Z", "currency": "GBP", "max_amount": "277.00", "max_amount_available": "267.60", "min_amount": "10.00", "msg": "For new traders with crypto_hood and low feedback traders, ID will be required to verify authentication.\n\nAfter verification, ID won\u2019t be required for future trades.\n\nOnce this is received, bank details will be sent in the trade chat. When we confirm the funds have been received, coins will be released.\n\nFor traders already verified with Samthename, ID verification won\u2019t be required.\n\nThanks, N", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "32755.02", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "Instant & Secure \ud83d\udd25 ", "profile": {"username": "Crypto_Hood", "name": "Crypto_Hood (4; 0%)", "feedback_score": 0, "trade_count": "4", "last_online": "2022-02-11T09:44:07.626Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/fca30f93-a091-44d1-a30f-93a091d4d178"}}, {"data": {"ad_id": "71b1b2c4-3b97-4e7c-b1b2-c43b978e7c5d", "countrycode": "GB", "created_at": "2022-02-03T19:22:46.581Z", "currency": "GBP", "max_amount_available": "312.20", "min_amount": "150.00", "msg": "UK, London IN PERSON ONLY TRADES (NOT MAIL)\n\n\u00a3150 to \u00a33000\n\nANY CRYPTO DEAL BTC, ETH, XMR\n\nSecure location will be selected ie - cafe, library etc and once confirmed a selected time and date will be confirmed.\n\nFunds will be exchanged in person and BTC will be released.\n\nPrices will fluctuate due to market supply.\n\n(Funds will be check for counterfeit)\n\nThanks, N ", "online_provider": "CASH_BY_MAIL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "38214.19", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "NO ID \u274c Secure \ud83d\udd10 In person ", "profile": {"username": "Crypto_Hood", "name": "Crypto_Hood (4; 0%)", "feedback_score": 0, "trade_count": "4", "last_online": "2022-02-11T09:44:07.626Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/71b1b2c4-3b97-4e7c-b1b2-c43b978e7c5d"}}, {"data": {"ad_id": "7eaffcbb-69f0-447b-affc-bb69f0647b67", "countrycode": "GB", "created_at": "2022-02-10T08:41:59.953Z", "currency": "GBP", "max_amount_available": "314.82", "msg": "Instant & Secure ", "online_provider": "OTHER", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "38535.32", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "profile": {"username": "Crypto_Hood", "name": "Crypto_Hood (4; 0%)", "feedback_score": 0, "trade_count": "4", "last_online": "2022-02-11T09:44:07.626Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/7eaffcbb-69f0-447b-affc-bb69f0647b67"}}, {"data": {"ad_id": "78db95b7-e090-48e2-9b95-b7e09098e2d9", "countrycode": "GB", "created_at": "2022-02-07T23:23:34.879Z", "currency": "GBP", "max_amount_available": "327.94", "msg": "", "online_provider": "REVOLUT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "40140.96", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "Instant & Secure ", "profile": {"username": "Crypto_Hood", "name": "Crypto_Hood (4; 0%)", "feedback_score": 0, "trade_count": "4", "last_online": "2022-02-11T09:44:07.626Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/78db95b7-e090-48e2-9b95-b7e09098e2d9"}}, {"data": {"ad_id": "10c14420-0c03-43ab-8144-200c03c3abb1", "countrycode": "GB", "created_at": "2022-02-07T20:36:48.000Z", "currency": "GBP", "max_amount_available": "335.81", "msg": "PayPal account is required to have a verified phone number & email.\n\nID verification will be required for low feedback and new/ recent created accounts. Once received won\u2019t be required for future trades.\n\nFor queries or trade deals message via telegram @crypto_hood (I will never message you on telegram unless it\u2019s been specified in a chat)\n\nThanks, N", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "41104.34", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "Instant & secure \ud83d\udd25 ", "profile": {"username": "Crypto_Hood", "name": "Crypto_Hood (4; 0%)", "feedback_score": 0, "trade_count": "4", "last_online": "2022-02-11T09:44:07.626Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/10c14420-0c03-43ab-8144-200c03c3abb1"}}, {"data": {"ad_id": "efaeea05-b8f7-49ac-aeea-05b8f7c9ac6f", "countrycode": "GB", "created_at": "2022-02-03T19:21:18.137Z", "currency": "GBP", "max_amount_available": "393.52", "min_amount": "20.00", "msg": "", "online_provider": "SQUARE_CASH", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "48169.15", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "NO ID \u274c INSTANT", "profile": {"username": "Crypto_Hood", "name": "Crypto_Hood (4; 0%)", "feedback_score": 0, "trade_count": "4", "last_online": "2022-02-11T09:44:07.626Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/efaeea05-b8f7-49ac-aeea-05b8f7c9ac6f"}}]}}, "status": 200}] -[0, "HUF", "BTC", {"success": true, "message": "OK", "response": {"data": {"ad_count": 0, "ad_list": []}}, "status": 200}] -[0, "SEK", "BTC", {"success": true, "message": "OK", "response": {"data": {"ad_count": 1, "ad_list": [{"data": {"ad_id": "1b8d962b-500c-45af-8d96-2b500c85afdf", "countrycode": "SE", "created_at": "2022-02-01T19:15:33.355Z", "currency": "SEK", "first_time_limit_btc": 0.005, "max_amount_available": "8266.46", "min_amount": "900.00", "msg": "Bitcoin with IBAN bank transfer, no identity required.\n\nMulti-currencies account in Switzerland. Your transfer form must have a field for IBAN, my bank has no local account number.\n\nYou will have the bank details after the trade is opened. Confirm when it's paid and wait until I see your transfer. Wait my consent for a 2d trade.", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "693700.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "Bank transfer with IBAN in a Swiss bank, no identity", "profile": {"username": "Dax", "name": "Dax (162; 100%)", "feedback_score": 100, "trade_count": "162", "last_online": "2022-02-10T22:29:51.105Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/1b8d962b-500c-45af-8d96-2b500c85afdf"}}]}}, "status": 200}] -[0, "USD", "BTC", {"success": true, "message": "OK", "response": {"data": {"ad_count": 20, "ad_list": [{"data": {"ad_id": "a691d616-f91b-4461-91d6-16f91b046198", "countrycode": "US", "created_at": "2021-08-15T07:11:03.109Z", "currency": "USD", "max_amount": "25000.00", "max_amount_available": "25000.00", "min_amount": "500.00", "msg": "Note: Please understand that I don't expect people to send overnight mail to me and as such, my turnaround time may show 3 or \n4 days. That is a false number due to the shipping method for CIM. In 99% of the cases, I release the coin within a couple of hours of delivery, as soon as I get off work I head to get the mail, and if I can't verify till the next day, I have been known to release it blindly so that the customer has their coin without delay. This is from shipping it priority mail, which makes sense for some. But be aware that I have seen 8 days for priority mail to arrive. So if you want to send it priority you are welcome to, and that is what makes that number so large. \n\n\n\n-\nWELCOME TO MY TRADE OFFER\n-\n\nThank you for the opportunity to trade with you. This trade is bitcoin for cash, meaning you send me cash in the mail and I will release your bitcoin. I have never taken anything from anyone without giving them their expected return, I do not scam people, I work hard for my money and have earned every cent. I just had a gentleman pay me too much money without knowing it, I notified him and refunded his overage. While I could have kept quiet about it, I try to always choose the right path. Karma has a way of keeping score somehow. Expect the same kind of treatment. \n\n---\n\nPlease understand that I am on the West Coast, so if you open a trade at 6AM Eastern Time, it is only 3AM my time and I am normally sleeping. I respond as soon as I awake. I try to reply in a timely manner, but sometimes it takes a minute. I ALWAYS\nreply though. I try to keep things professional and transparent, I hope that builds confidence for you. My trade fee is unusually low as I build my reputation, so please take advantage of it. Feedback is very much appreciated. \n\n---\nRules for CIM\n-\n1. Please use a service that tracks your package and provide me with that tracking number\n2. I do not use my home address, so please don't expect me to check the mail at 8PM when the business is closed.\n3. In the event that the package is lost, it is your responsibility to locate it. If it doesn't arrive to me then I never got it.\n4. If it says it was delivered, then I assume full liability.\n5. Make sure your username is somewhere within the package, so I know where it came from\n6. Make sure your funds are secured well. If I receive an empty envelope, then I cannot release the coin. I will video every package for my own safety, I recommend you do the same.\n7. Your bills will be scanned for counterfeit protection, should any show counterfeit, your entire order will be returned to you.\n8. I have no interest in who you are or where you get your money, I will never ask. It is none of my business, this is a trade, not a sale; therefore, (it is my belief) that boundaries have been crossed, and some overreach has occurred that force certain websites into privacy violations of their customers. My money is made legally trading coin, that is all I care about.\n9. I don't care if the return address is you or not, but always make sure it is a real one, mailing money is NOT illegal. Worst case is, one of us must call and explain what our business is, and I have no problem doing that if a package is stopped. \n10. I do not care where your money comes from, but if you tell me that it is from illicit sales of any kind, I will cancel your trade and block you. I do not want to be a willing participant in anything illegal. I assume you are a trader like myself, and am blissful with that na\u00efvet\u00e9. \n11. If you need a very large trade, then message me, and I'll see what I can do.\n---\nNEWBS\n-\nOk this is a tough one and on a case by case basis. I understand you have to start somewhere but generally, my experience has been that if someone has an account less than 30 days with no feedback, and they are looking for trades then they are up to no good. \n\nOnce you mark paid, all transactions are final.", "online_provider": "CASH_BY_MAIL", "require_feedback_score": 1, "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "44550.60", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "Cash In Mail, full escrow protection.", "profile": {"username": "51mesa", "name": "51mesa (54; 100%)", "feedback_score": 100, "trade_count": "54", "last_online": "2022-02-11T09:27:11.056Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/a691d616-f91b-4461-91d6-16f91b046198"}}, {"data": {"ad_id": "d8591935-bca3-426a-9919-35bca3026af5", "countrycode": "US", "created_at": "2021-07-28T05:21:46.878Z", "currency": "USD", "max_amount": "5000.00", "max_amount_available": "5000.00", "min_amount": "100.00", "msg": "Buy Bitcoin (BTC) with cash by mail. No third party payments accepted.\n\nPackage the cash discreetly by wrapping it in multiple layers of envelopes and tape. I recommend packing the cash tightly like a book, wrapping it in multiple taped envelopes, and then enclosing it in a mylar bag. This make it difficult for workers and scanners to realize the package contains cash and stealing it.\n\nPlease enclose a note in the package that states, \"I am [username] buying Bitcoin from shenyun on agoradesk.com.\u201d\n\nPlease no small bills (no $1, $5 or $10), no marked, torn, stapled, or otherwise damaged or defaced bills. I run all bills through counterfeit detection. US Dollars only, no foreign currency, coins, checks or money orders accepted.\n\nPlease ensure your package has a valid return address in case of any carrier issues. I will provide my shipping address when you open a new trade.\n\nYou may use USPS Priority Mail or USPS Priority Express Mail. Do not use First Class Mail, UPS, or FedEx as these methods are less secure for cash shipments. During post office business hours, a tracking number must be provided and the package must be dropped off with the carrier by the close of business for the trade to be accepted, otherwise it will be canceled. If you start a trade outside of post office business hours, please indicate in trade chat that you will be able to send the package within the next business day. You may require signature on delivery if you wish, but it is not required.\n\nMy PGP public key is on my profile if you wish to encrypt any tracking or return address information when sending to me.\n\nAll packages must be shipped from the USA. New York residents are prohibited due to BitLicense regulations, and any shipments from New York will not be accepted.\n\nOnce I receive the package, I will record a video of myself opening the package, running the bills through a counterfeit scanner, and counting the bills. Once the amount is verified I will release the coins to you immediately and destroy all packaging and personal information. I make every effort to finalize transactions as soon as possible.\n\nUnfortunately, I cannot assume any responsibility for lost or stolen packages.\n\nIMPORTANT DISCLAIMER: My address is serviced by the Oakland, CA USPS Regional Distribution Center. However, if you send me a Priority Mail parcel, there is a slight (~5%) chance it will get routed through the San Francisco, CA Distribution Center in transit. The San Francisco Distribution Center has a very poor historical track record when it comes to package handling and many packages go missing or have their contents stolen. In particular, the Priority Mail Small Flat Rate box has a high chance of mishandling. I very strongly suggest using USPS Priority Express as it always is routed directly through Oakland in transit to me. If you insist on using Priority Mail, and your package gets routed through San Francisco in transit, I cannot assume any responsibility for missing contents.", "online_provider": "CASH_BY_MAIL", "require_feedback_score": 1, "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "44767.92", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "Cash by mail for BTC. Full Escrow USPS Express", "profile": {"username": "shenyun", "name": "shenyun (542; 99%)", "feedback_score": 99, "trade_count": "542", "last_online": "2022-02-11T03:16:44.783Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/d8591935-bca3-426a-9919-35bca3026af5"}}, {"data": {"ad_id": "7d562f0b-35d7-47d3-962f-0b35d787d350", "countrycode": "US", "created_at": "2019-12-14T18:33:30.468Z", "currency": "USD", "limit_to_fiat_amounts": "300,400,500,600,700,800,900,1000,1100,1200,1300,1400,1500,1600,1800,1900,2000", "max_amount": "2000.00", "max_amount_available": "2000.00", "min_amount": "300.00", "msg": "FIRST TRADE SEND IMAGE WITH NOTE TO GET ADDRESS.\n \n\nUSE large bills (100s preferred) No $1.\nKeeps them flat (for my counter)\n\n\nALL trades pack note: \n\"For: (crypto)\non: (website),\nbetween: OpticBit\nand: (username)\"\nAmount: $\nTrade ID: (first and last 3 if hand written). \n\nNormally this offer is 8% above spot. \nTo balance supply/demand I will adjust the ad in Fibonacci (1,2,3,5,8,13) steps up/down. Open the trade and follow instructions, I will honor the price.\n \nGet all items ready before starting a trade. \n \nGet a Priority (or Express) envelope (or box) free from USPS (or shipping store if closer)\n \nALL trades pack note: \n\"For: (crypto)\non: (website),\nbetween: OpticBit\nand: (username)\"\nAmount: $\nTrade ID: (first and last 3 if hand written). \n\nReturn Address: (first trade)\n\nSend image of Envelope, Cash, and Note in one picture.\n \nUSA Only. \nNo New York (bit license)\nNo S.F. CA (bad postal workers)\n\nUse an internal envelope. Put our address on it, incase the exterior package is damaged.\n\nSee agoradesk safe shipping suggestions.\n\nUpto $1000 Priority (2-5 day $9). If priority takes over 7 days I reserve the right to change to floating/price lock in my favor.\n\n\nExpress (1-2 day $30).\n\nDrop off (to human suggested, but do not pack cash in front of them) within 24hrs, and send tracking. Otherwise I will cancel/dispute. \n\nType/Paste the tracking before marking paid.\n\nI have a PO Box\nI make one trip a day to the post office for pickup and drop off just before noon (often 6pm due to recent medical issues) (pacific) to reduce my time in line (postal worker shortage after noon) and traffic. ~45min drive back to office to open on video and release.\n\nSee profile page and expand personal introduction \nfor general terms that apply to all trades. Shortened general below.\n\n\nPacific Time (GMT-8) \nAvailable M-F 8a-6p \nExtended hrs 6a-11p. \n\nNo Recent site activity?\nAlert me I'll be back soon.\n\nMore coins might be \navailable in my own wallet\n\nPrice Non-Negotiable \nLimit Non-Negotiable\n\n$2000/person/day max. \nMetal/Crypto limited on availability. \nDon't get creative.\n\nMoney you send was obtained legally, \nMoney you receive will be used legally. \n \nNO third parties, No Brokering.\n\nVerification or Proof of ID might be required \n\nprice quotes good 1hr\n\nNo Cancelling after I\u2019ve \naccepted the trade\n\nFloat/Lock change must be requested in 1st HR. \n\nDo Not hold my coins\n\nUse advertised payment option ONLY. \n\nMethods available:\n \nI buy/sell Crypto for:\nAlt-coins \nLas Vegas In Person\nCash By Mail\nGold, Silver. \n \nI Buy Crypto \nCash/Money Order to banks\nGift cards, \nI only Buy with cash at a store. \nI don't accept them. Do NOT ask. \nShredded 24hrs-7days after release.\nNO iTunes\n \nAdvertised Price distance from exchange \nindex may change to balance Cash/Crypto \nThere is NO fee.\nIt is a price above or below spot.\n \nfiat/crypto rates vary. check you have enough \n\nNot your keys Not Your Coins. \n3-2-1 backup your key.\n\nUpgrade BTC to Segwit\n\n \nCheck first and last characters of wallet \nVerify reputable trader and escrow contact.\n\nImpersonators On Multiple Platforms. \nVerify a Link in BOTH directions.\n\nNo trades from New York State \n\nSometimes I travel to \nCalifornia, AZ, UT. \nor Portland, ME (Holidays) \n \nLearn pgp. \nDesktop PGP: https://bitbin.it/a50Kus24/raw\na public key means nothing \nif its not used to sign/verify.\n\nVerified Social Media/Reputation: \nhttps://www.bitrated.com/opticbit \nhttps://keybase.io/opticbit\n\nEmail: opticbit@protonmail.com \nDumb Phone: I rarely answer, \nupdated in my profile monthly. \n\nUPDATED NOV 11TH 2021", "online_provider": "CASH_BY_MAIL", "require_feedback_score": 61, "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "44811.38", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "USPS Cash + Note to Vegas", "profile": {"username": "opticbit", "name": "opticbit (1920; 99%)", "feedback_score": 99, "trade_count": "1920", "last_online": "2022-02-11T09:44:12.844Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/7d562f0b-35d7-47d3-962f-0b35d787d350"}}, {"data": {"ad_id": "777f7aee-429f-48d9-bf7a-ee429f08d979", "countrycode": "US", "created_at": "2021-09-28T04:18:29.685Z", "currency": "USD", "max_amount": "25000.00", "max_amount_available": "14463.65", "min_amount": "500.00", "msg": "Cash by mail. USPS. Please include note inside stating \"I am [username] buying bitcoins on agoradesk.com.\" Can be reached at 8323748467 Telegram/Whatsapp/text if any questions. Please use a valid return address. Shipper responsible for lost mail. ID required for trades $3K and above.", "online_provider": "CASH_BY_MAIL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "45115.63", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "Cash by mail USPS", "profile": {"username": "abitofcoin", "name": "abitofcoin (326; 100%)", "feedback_score": 100, "trade_count": "326", "last_online": "2022-02-11T08:27:46.505Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/777f7aee-429f-48d9-bf7a-ee429f08d979"}}, {"data": {"ad_id": "12515237-73f4-4906-9152-3773f419065a", "countrycode": "US", "created_at": "2020-08-24T20:39:15.245Z", "currency": "USD", "max_amount": "10000.00", "max_amount_available": "6475.53", "min_amount": "5000.00", "msg": "USPS only. Must use a form of shipping that has tracking- First Class, Priority, or Priority Express. Cash should be securely and discretely packaged. For example, place it inside of a sealed envelope or opaque plastic bag and then into a padded mailer from USPS. With the cash you must include a note \u201cThis is payment for Bitcoin from 'your username' to VermontCrypto\u201d. This ad is open only to residents of the USA. At the time you open the trade please provide the return address exactly as it will appear on the mailer. After you drop the mailer in the post provide the tracking info in the chat window.", "online_provider": "CASH_BY_MAIL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "45202.56", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "USPS with tracking", "profile": {"username": "VermontCrypto", "name": "VermontCrypto (26; 100%)", "feedback_score": 100, "trade_count": "26", "last_online": "2022-02-04T02:09:46.419Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/12515237-73f4-4906-9152-3773f419065a"}}, {"data": {"ad_id": "7c4ff6e5-de65-4ea0-8ff6-e5de653ea0c0", "countrycode": "US", "created_at": "2021-11-09T09:08:24.143Z", "currency": "USD", "first_time_limit_btc": 0.02, "max_amount": "2000.00", "max_amount_available": "2000.00", "min_amount": "500.00", "msg": "DAI stable coin only.\n\nNew offer see other crypto offers for description.", "online_provider": "CRYPTOCURRENCY", "require_feedback_score": 98, "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "45680.66", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "DAI", "profile": {"username": "opticbit", "name": "opticbit (1920; 99%)", "feedback_score": 99, "trade_count": "1920", "last_online": "2022-02-11T09:44:12.844Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/7c4ff6e5-de65-4ea0-8ff6-e5de653ea0c0"}}, {"data": {"ad_id": "5654de11-8ffc-4782-94de-118ffcb782ea", "countrycode": "US", "created_at": "2019-12-20T23:15:40.892Z", "currency": "USD", "first_time_limit_btc": 0.5, "max_amount": "10000.00", "max_amount_available": "10000.00", "min_amount": "500.00", "msg": "You must be the person sending the cash; Cash (USD) ONLY (NOT folded, stapled, rolled, or taped please!). NO Postal Money Orders allowed. NO third-party transactions allowed. Please also separate the denominations from each other and pack them in a way to keep them from mixing or getting bent. I use rubber bands. If you can't make the 2 hour deadline, just cancel the trade and make a new one when you can. Please note that if you don't provide an ETA for tracking and your trade times out, I will cancel it. There is no way for me distinguish between \"coin lockers\" and legitimate traders.\n\nIf you haven't traded with me before, please message me here with the return address that you will use on the package.\n\nIMPORTANT!! Please include a note in the package that says \"I'm [username] buying bitcoin from dscotese on localmonero.co.\" Also list the denominations (Ones, Fives, Tens, Twenties, Fifties, and Hundreds) and how many bills you've sent of that denomination.\n\n**Sometimes the Post Office is closed: (see https://about.usps.com/newsroom/events/) ** Mailwerkz will also be closed on these days and often on a Friday and/or Saturday around the same time. Their website is https://www.mailwerkz.com/ but sometimes they don't update when they'll be closed, so if it says they'll be open, call them at 951.445.4330 to ask, and also let them know if their website is wrong. They're very nice people!\n```\nMONDAY February 21 Presidents\u2019 Day \nMONDAY May 30 Memorial Day\nMONDAY June 20** Juneteenth National Independence Day\nMONDAY July 4 Independence Day\nMONDAY September 5 Labor Day\nMONDAY October 10 Columbus Day\nFRIDAY November 11 Veterans Day\nTHURSDAY November 24 Thanksgiving Day\nMONDAY December 26* Christmas Day\n```\n \n1. Make the trade request.\n2. Please make sure your cash is not folded or rolled. Lay it out flat and mail it and the note to the address you'll get after making the trade request.\n3. Text me at (951)236-2719 or message me on localmonero if you have any questions.\n\nPlease use a mailing method that has a tracking #. \"Certified mail\" is about $7 and has one. Priority express is faster and costs about $40.\n\nHow I do it when I mail cash:\n\nI use priority mail or priority express mail and include a signature if the seller will be available to sign for it. My mail place can sign for it. I usually divide the stack in half so I have two stacks of bills I can lay side by side like this: \\[ \\]\\[ \\] I have a rubber band around them both when they are side by side, and I flip one over (verically) to twist the rubber band and hold them together in a squarish shape. The bulge they make in the envelope looks like a square instead of the U.S. currency rectangle, and it feels like a small book instead of a stack of cash. The cash goes in the mylar, and the mylar gets taped shut and goes into the free USPS Priority or Priority Express envelope. If you see room for improvement in this description, please let me know. \n\nThanks!", "online_provider": "CASH_BY_MAIL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "45991.30", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "You mail USD and a note to me, I release your BTC from escrow.", "profile": {"username": "dscotese", "name": "dscotese (3336; 99%)", "feedback_score": 99, "trade_count": "3336", "last_online": "2022-02-11T09:44:12.091Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/5654de11-8ffc-4782-94de-118ffcb782ea"}}, {"data": {"ad_id": "3a29d630-8f6e-4a43-a9d6-308f6e1a43be", "countrycode": "US", "created_at": "2021-12-29T19:34:15.878Z", "currency": "USD", "max_amount": "10000.00", "max_amount_available": "10000.00", "min_amount": "300.00", "msg": "No third-party deposits. You must be in the US and making the deposit yourself. Cash only. ID verification required. Want to buy a larger amount? Ask me. CO-OP credit unions (there are 5,000 of them) can be found using this locator: https://co-opcreditunions.org/locator/\n\nHere are the steps:\n\n1. Open a trade and tell me what bank you will be using.\n\n2. Deposit the cash at a branch. Do not deposit anything but cash - I will not release the coins if anything other than cash is deposited.\n\n3. Please write \"buying bitcoins from abitofcoin on agoradesk.com - no refunds\" on the receipt. On your first trade with me, take a selfie holding this receipt and your government-issued ID. Upload it here.\n\n4. Mark as paid.\n\nNotice: Please do not trade if you have any involvement with anything Nigerian. Please do not use my services if you have any involvement in illegal activity or reside in New York. Please do not open a trade if you are operating outside of the US or have a non-US IP address. No Tor users. Deposits taking longer than 2 hours may be subject to additional verification. I may refuse larger orders from newer or high risk users.", "online_provider": "CASH_DEPOSIT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "46067.49", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "CO-OP Credit Union", "profile": {"username": "abitofcoin", "name": "abitofcoin (326; 100%)", "feedback_score": 100, "trade_count": "326", "last_online": "2022-02-11T08:27:46.505Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/3a29d630-8f6e-4a43-a9d6-308f6e1a43be"}}, {"data": {"ad_id": "35e823fb-4163-4345-a823-fb4163534539", "countrycode": "US", "created_at": "2020-07-12T03:33:39.079Z", "currency": "USD", "max_amount": "80000.00", "max_amount_available": "4143.78", "min_amount": "3000.00", "msg": "Include a note in the package\r\n\"For Bitcoin on Agoradesk.com Between Chicks and & Your user Name\"\r\nor print out the trade once open.\r\n\r\nNO 3rd Parties.\r\nInclude a return address Matching your real name.\r\none name and initial is ok.\r\nPrint your shipping/address labels, if you can**\r\n\r\nLarger amounts use Priority Express.\r\nsmall amounts, anything with tracking.\r\nCopy/Paste a tracking number before you mark paid.\r\npicture of the package is nice too\r\n\r\nUse Large Bills\r\ntry to limit the amount of small bills\r\nNo $1s\r\n\r\nYou may request Starting price or Release Price\r\nbut you must decide at the start of the trade.\r\n\r\nPackage the cash securely and discretely to avoid loss or theft while it is in transit.\r\n\r\nAn envelope with some printer paper wrapped around the cash works. then place that envelope into a Priority Express, or Bubble mailer envelope.\r\n\r\n\r\nDO NOT:\r\nSend more than 10 bills in a standard envelope\r\nFold the cash - this makes the letter too thick and easier to identify\r\nUse excessive tape or packaging material\r\n\r\n**Join our discord server for a faster response and a more personable experience \r\ndiscord.gg/chicksx", "online_provider": "CASH_BY_MAIL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "46506.48", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "Cash by mail Trusted ", "profile": {"username": "Chicks", "name": "Chicks (1393; 100%)", "feedback_score": 100, "trade_count": "1393", "last_online": "2022-02-11T03:04:56.558Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/35e823fb-4163-4345-a823-fb4163534539"}}, {"data": {"ad_id": "7730b01f-b0b5-455b-b0b0-1fb0b5855b92", "countrycode": "US", "created_at": "2021-12-31T14:43:38.426Z", "currency": "USD", "max_amount_available": "157.96", "msg": "I'm not a bot, but typically respond quickly. My response times may be slower on Sundays and at night.\n\n[Strike.me](https://strike.me/) is easy, instant, secure, and more private than Zelle, CashApp, Venmo, or PayPal!\n\n1. Request trade for the amount you'll send through Strike.\n2. I'll send you my Strike.me address when you're ready.\n3. Strike payment is instant, then I release the BTC.\n\nTypically everything's finished in under a minute!\n\nStrike is simple to use, but if you're new to it and need help, just let me know. I can even send a referral link if you haven't signed up yet, which gives us both a few free \ud83d\udcb2\ud83d\udcb2. First time Strike registration steps are [here](https://strike.me/en/faq/account).\n\nPrivacy Note: Strike requests ID for [higher transaction limits](https://strike.me/en/faq/limits), but this is unnecessary for transactions up to $100, and buyer and seller always remain completely anonymous. Any ID info Strike gathers is not exposed to me, nor linked to your Bitcoin purchase here in any way.", "online_provider": "STRIKE", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "46936.77", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "No ID\u26a1Instant\u26a1Safer & More Private than Zelle, CashApp, or Venmo", "profile": {"username": "LysanderSpooner", "name": "LysanderSpooner (94; 100%)", "feedback_score": 100, "trade_count": "94", "last_online": "2022-02-11T09:44:16.604Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/7730b01f-b0b5-455b-b0b0-1fb0b5855b92"}}, {"data": {"ad_id": "9668ac27-5b43-4452-a8ac-275b433452f2", "countrycode": "US", "created_at": "2021-11-01T16:24:11.520Z", "currency": "USD", "max_amount": "100000.00", "max_amount_available": "14663.40", "min_amount": "1000.00", "msg": "Be patient for a response, it can take a few minutes to a few hours for me to get a new trade notification.\n\nPlease wrap cash so it is airtight, vacuum seal or ziplock and enclosed in several layers. The harder it is to open, the better. You must send a trade agreement form filled out or write the answers on a piece of paper if no printer. You can download the form here --> https://adobe.ly/3nPKEPp\nPlease send the trade agreement and the cash together in the same package or envelope. Failure to include it will significantly delay release because I will need to mail one out first class to your return address and wait for its return prior to release.\nI recommend using only USPS priority EXPRESS and these sturdy flat rate bubble envelopes \uf0e0 https://bit.ly/31EUaxL\nWe video record opening the package and release after we count and verify the cash.\n\nScott Emick\nPO Box 19097\nCleveland OH 44119\nDO NOT REQUIRE A SIGNATURE\n\nOnce you have received your tracking# you may upload tracking info and mark paid. The easiest way to do this is use USPS click-n-ship, Pitney Bowes Sendpro, Stamps.com, or another online service to generate your label with tracking prior to dropping at the post office. That way, you can make sure your trade is in escrow before mailing.\n", "online_provider": "CASH_BY_MAIL", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "46941.12", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "USPS Express Mail", "profile": {"username": "scottemick", "name": "scottemick (181; 100%)", "feedback_score": 100, "trade_count": "181", "last_online": "2022-02-11T09:44:21.635Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/9668ac27-5b43-4452-a8ac-275b433452f2"}}, {"data": {"ad_id": "7a8c8e1a-6fab-4051-8c8e-1a6fab80517b", "countrycode": "US", "created_at": "2022-01-07T20:33:35.037Z", "currency": "USD", "max_amount_available": "322.10", "min_amount": "50.00", "msg": "\ud83d\udfe9\ud83d\udfe5\ud83d\udfe8\ud83d\udfe7\ud83d\udfe6\ud83d\udfea\ud83d\udfeb\u2705 BUY BITCOIN WITH 1\ufe0f\u20e3 XMR 2\ufe0f\u20e3 XRP 3\ufe0f\u20e3 LTC 4\ufe0f\u20e3 BCH 5\ufe0f\u20e3 USDT 6\ufe0f\u20e3 ETH 7\ufe0f\u20e3 DASH 8\ufe0f\u20e3 XLM 9\ufe0f\u20e3 TRX 1\ufe0f\u20e30\ufe0f\u20e3 DOGE 1\ufe0f\u20e31\ufe0f\u20e3 ZEC 1\ufe0f\u20e32\ufe0f\u20e3 DOT 1\ufe0f\u20e33\ufe0f\u20e3 BNB 1\ufe0f\u20e34\ufe0f\u20e3 LINK 1\ufe0f\u20e35\ufe0f\u20e3 EOS 1\ufe0f\u20e36\ufe0f\u20e3 XTZ 1\ufe0f\u20e37\ufe0f\u20e3 NEO 1\ufe0f\u20e38\ufe0f\u20e3 CRO 1\ufe0f\u20e39\ufe0f\u20e3 USDC 2\ufe0f\u20e30\ufe0f\u20e3 TUSD 2\ufe0f\u20e31\ufe0f\u20e3 DAI 2\ufe0f\u20e32\ufe0f\u20e3 ADA 2\ufe0f\u20e33\ufe0f\u20e3 ATOM 2\ufe0f\u20e34\ufe0f\u20e3 VET 2\ufe0f\u20e35\ufe0f\u20e3 ALGO 2\ufe0f\u20e36\ufe0f\u20e3 ONT 2\ufe0f\u20e37\ufe0f\u20e3 OMG 2\ufe0f\u20e38\ufe0f\u20e3 UNI 2\ufe0f\u20e39\ufe0f\u20e3 PAXOS 3\ufe0f\u20e30\ufe0f\u20e3 ETC 3\ufe0f\u20e31\ufe0f\u20e3 LIQUID NETWORK 3\ufe0f\u20e32\ufe0f\u20e3 LIGHTNING 3\ufe0f\u20e33\ufe0f\u20e3 PERFECT MONEY 3\ufe0f\u20e34\ufe0f\u20e3 PAYEER \ud83d\udfe9\ud83d\udfe5\ud83d\udfe8\ud83d\udfe9\ud83d\udfe5\ud83d\udfe7\ud83d\udfe2\ud83d\udfe2\ud83d\udfe2\n\ud83d\udfe2\ud83d\udfe2\ud83d\udfe2\ud83d\udfe2\ud83d\udfe2\ud83d\udfe2 BUY MONERO WITH 1\ufe0f\u20e3 BITCOIN BTC 2\ufe0f\u20e3 ETHEREUM ETH 3\ufe0f\u20e3 RIPPLE XRP 4\ufe0f\u20e3 LITECOIN LTC 5\ufe0f\u20e3 BITCOIN CASH BCH 6\ufe0f\u20e3 TETHER USDT 7\ufe0f\u20e3 ZCASH ZEC 8\ufe0f\u20e3 TRON TRX 9\ufe0f\u20e3 STELLAR XLM 1\ufe0f\u20e30\ufe0f\u20e3 DOGECOIN DOGE 1\ufe0f\u20e31\ufe0f\u20e3 POLKADOT DOT 1\ufe0f\u20e32\ufe0f\u20e3 CHAINLINK LINK 1\ufe0f\u20e33\ufe0f\u20e3 EOS EOS 1\ufe0f\u20e34\ufe0f\u20e3 TEZOS XTZ or 1\ufe0f\u20e35\ufe0f\u20e3 NEO NEO 1\ufe0f\u20e36\ufe0f\u20e3 BINANCE COIN BNB 1\ufe0f\u20e37\ufe0f\u20e3 DASH DASH 1\ufe0f\u20e38\ufe0f\u20e3 CRYPTO.COM COIN CRO 1\ufe0f\u20e39\ufe0f\u20e3 USD COIN USDC 2\ufe0f\u20e30\ufe0f\u20e3 TRUE USD TUSD 2\ufe0f\u20e31\ufe0f\u20e3 DAI DAI 2\ufe0f\u20e32\ufe0f\u20e3 CARDANO ADA 2\ufe0f\u20e33\ufe0f\u20e3 COSMOS ATOM 2\ufe0f\u20e34\ufe0f\u20e3 VECHAIN VET 2\ufe0f\u20e35\ufe0f\u20e3 ALGORAND ALGO 2\ufe0f\u20e36\ufe0f\u20e3 ONTOLOGY ONT 2\ufe0f\u20e37\ufe0f\u20e3 OMG OMG 2\ufe0f\u20e38\ufe0f\u20e3 UNISWAP UNI 2\ufe0f\u20e39\ufe0f\u20e3 PAXOS PAXOS 3\ufe0f\u20e30\ufe0f\u20e3 ETHEREUM CLASSIC ETC 3\ufe0f\u20e31\ufe0f\u20e3 LIQUID 3\ufe0f\u20e32\ufe0f\u20e3 LIGHTNING LN 3\ufe0f\u20e33\ufe0f\u20e3 PERFECT MONEY 3\ufe0f\u20e34\ufe0f\u20e3 PAYEER \ud83d\udfe2\ud83d\udfe2\ud83d\udfe2\ud83d\udfe2\ud83d\udfe2\ud83d\udfe2\ud83d\udfe2\ud83d\udfe2\ud83d\udfe2\ud83d\udfe2\ud83d\udfe2\ud83d\udfe2\ud83d\udfe9\ud83d\udfe5\ud83d\udfe8\ud83d\udfe7\ud83d\udfe6\ud83d\udfea\ud83d\udfeb\ud83d\udfe9\ud83d\udfe5\n\n1\ufe0f\u20e3 Bitcoin Address BTC\n3CtPw7tMdDLLgT1K8U9wdrjfZ3ZHQ8xeWY\n\n2\ufe0f\u20e3 Bitcoin Cash Address BCH\nqrtg4fvknnf9ts9e0sdrjdfjgtwqkj2vj5ac2td8nr\n\n3\ufe0f\u20e3 Ethereum Address ETH\n0x34488c6d36FEc385d5027D4B1962241E5f144d93\n\n4\ufe0f\u20e3 Litecoin Address LTC\nLgUBMP1Ce5Mz8jb45KxsC7srFWRGp2ZBvW\n\n5\ufe0f\u20e3 Ripple Address XRP\nreTMnmgQfSoBxiqpuGW26rh7721BnJc36\n\n6\ufe0f\u20e3 Dash Address DASH\nXgTgAJWRM43aCwF9QCsetDXKpQQwzgRrp9\n\n7\ufe0f\u20e3 Ethereum Classic Address ETC\n0xa3cFc29b33069D09Fe78015aBEe5629B4Ce75CC5\n\n8\ufe0f\u20e3 Tether USDT Address ERC20 Ethereum version\n0x39de140312c805372fd999b2b2043de2a18df65c\n\n9\ufe0f\u20e3 Tether USDT Address TRC20 Tron version\nTBQPpZMetMojVadUiSxYykWGLpsWT4Jv5p\n\n1\ufe0f\u20e30\ufe0f\u20e3 Dogecoin Address DOGE\nD8F266h8pe1wCLZaNiwtqpanHc95mRpXNj\n\n1\ufe0f\u20e31\ufe0f\u20e3 Binance Coin Address BNB\nbnb175c348havm9ctsdqe4vxy4cvhfvthm7993ugee\n\n1\ufe0f\u20e32\ufe0f\u20e3 Polkadot Address DOT\n13AxezVzXatBtQLMhWEGum1zMx8rqcYgCuJGpatDKoJu9y28\n\n1\ufe0f\u20e33\ufe0f\u20e3 Tron Address TRX\nTQcz542VpcJgBtaco8Ktt9rgEpXANRURhu\n\n1\ufe0f\u20e34\ufe0f\u20e3 Stellar Address XLM\nGDGCE4K4YU5MJYBC5SW6PILQNKFU22NLESH2XE2F2BRAZ2YHMIOSIPO2\n\n1\ufe0f\u20e35\ufe0f\u20e3 Chainlink Address LINK\n0xfaB74dE76C9d8D7Ef029847288A258FC67DDA03e\n\n1\ufe0f\u20e36\ufe0f\u20e3 Tezos Address XTZ\ntz1gWRKomj6zpGA11kfS5nGGvErcoW22bN46\n\n1\ufe0f\u20e37\ufe0f\u20e3 Neo Address NEO\nAP3HXanv2EFVA6aseyHPJVvZzN3AxF7ucm\n\n1\ufe0f\u20e38\ufe0f\u20e3 ZCash Address ZEC\nt1aVjx9KjV3nQv3VTGnRHVoADUdhXH2Ni8U\n\n1\ufe0f\u20e39\ufe0f\u20e3 Eos Account Name Address EOS\napbvaexkhwgr\n\n2\ufe0f\u20e30\ufe0f\u20e3 Crypto.com Coin Address CRO\n0xfaB74dE76C9d8D7Ef029847288A258FC67DDA03e\n\n2\ufe0f\u20e31\ufe0f\u20e3 USD Coin Address USDC\n0xfaB74dE76C9d8D7Ef029847288A258FC67DDA03e\n\n2\ufe0f\u20e32\ufe0f\u20e3 True USD Address TUSD\n0xfaB74dE76C9d8D7Ef029847288A258FC67DDA03e\n\n2\ufe0f\u20e33\ufe0f\u20e3 Dai Address DAI\n0xfaB74dE76C9d8D7Ef029847288A258FC67DDA03e\n\n2\ufe0f\u20e34\ufe0f\u20e3 Cardano Address ADA\naddr1q9w8hvrdgquh9g9ezjtadmdhl9alv3ga86rgzfhgfstrse2u0wcx6spew2stj9yh6mkm07tm7ez3605xsynwsnqk8pjstd0t2s\n\n2\ufe0f\u20e35\ufe0f\u20e3 Cosmos Address ATOM\ncosmos12j70r7zapkmzu360zqqwr3y2ktntgrpaynftjy\n\n2\ufe0f\u20e36\ufe0f\u20e3 Vechain Address VET\n0xEDf3D70669Eff1B6d3f069E182e1803937AC35c8\n\n2\ufe0f\u20e37\ufe0f\u20e3 Algorand Address ALGO\nCD4AVYMZIAX627QAIBJNSCVBQMORUFZTEKOYBTOHEJMKU6NGMQMKLUQRUY\n\n2\ufe0f\u20e38\ufe0f\u20e3 Ontology Address ONT\nAWSoCRycogRX8jvBWgSK3yzPMf6rnDMgHd\n\n2\ufe0f\u20e39\ufe0f\u20e3 Liquid Network Address Liquid Bitcoin LBTC and Liquid Tether LUSDT\nVJL96R9MFZDJeQqAdQ4AUA6dhwUqVgioAR5eEVUtvFQ4b7Ktxr1izywoAYUWgiCQQ16URmPqfM5RPCvg\n\n3\ufe0f\u20e30\ufe0f\u20e3 Omg Address OMG\n0xfaB74dE76C9d8D7Ef029847288A258FC67DDA03e\n\n3\ufe0f\u20e31\ufe0f\u20e3 Uniswap UNI or Paxos Address PAX\n0xfaB74dE76C9d8D7Ef029847288A258FC67DDA03e\n\n3\ufe0f\u20e32\ufe0f\u20e3 Lightning Network Bitcoin Address LN\nlnbc1psr4jlkpp5rl42hej0wr6p6vzacqlud53emgvll69keejclyjesu49p43643hsdqqxqyjw5q9qtzqqqqqq9qsqsp5wrwt232sa59gnza2tq8emf5rhdgjrqhyrgzp3738vxe3pv9649fqrzjqwryaup9lh50kkranzgcdnn2fgvx390wgj5jd07rwr3vxeje0glclluj99pugq9uqqqqqqlgqqqqqeqqjqarmgr0ctfhe45e32vm8v86tznqql3h6sdzaat7ek03hymyhwck05s2w5cv2kec4aw0gq78cmr3uexxn8crq83hdsrce3ln2x6cppzespsw0hp4\n\n3\ufe0f\u20e33\ufe0f\u20e3 Monero Address XMR\n\u200b4A7mfm41ByEAy62GRK8cp5VD6Mu36Ymiaf2Mz7LfXUy34aichEvJVusiqrqQNK8bQC4BS1H5WMzm3U92YmuikKYrUnFG7EC\n\n3\ufe0f\u20e34\ufe0f\u20e3 Payeer Account Number Dollars USD\nP1012105365\n\n3\ufe0f\u20e35\ufe0f\u20e3 Perfect Money Account Dollars USD\nU12202942\n\n\ud83d\udfe2\ud83d\udfe2", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "47797.36", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "\ud83d\udfe2BUY BITCOIN WITH \ud83d\udfe9XMR \ud83d\udfe5ETH \ud83d\udfe6USDT \ud83d\udfe9BNB\u2705ANY COIN 98 CRYPTOS", "profile": {"username": "EmmanuelMuema", "name": "EmmanuelMuema (863; 98%)", "feedback_score": 98, "trade_count": "863", "last_online": "2022-02-11T09:38:27.397Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/7a8c8e1a-6fab-4051-8c8e-1a6fab80517b"}}, {"data": {"ad_id": "face155f-5c06-43dc-8e15-5f5c0653dc08", "countrycode": "US", "created_at": "2020-07-09T15:35:42.253Z", "currency": "USD", "max_amount": "900000000000.00", "max_amount_available": "322.13", "msg": "\ud83d\udfe9\ud83d\udfe5\ud83d\udfe8\ud83d\udfe7\ud83d\udfe6\ud83d\udfea\ud83d\udfeb\u2705 BUY BITCOIN WITH 1\ufe0f\u20e3 XMR 2\ufe0f\u20e3 XRP 3\ufe0f\u20e3 LTC 4\ufe0f\u20e3 BCH 5\ufe0f\u20e3 USDT 6\ufe0f\u20e3 ETH 7\ufe0f\u20e3 DASH 8\ufe0f\u20e3 XLM 9\ufe0f\u20e3 TRX 1\ufe0f\u20e30\ufe0f\u20e3 DOGE 1\ufe0f\u20e31\ufe0f\u20e3 ZEC 1\ufe0f\u20e32\ufe0f\u20e3 DOT 1\ufe0f\u20e33\ufe0f\u20e3 BNB 1\ufe0f\u20e34\ufe0f\u20e3 LINK 1\ufe0f\u20e35\ufe0f\u20e3 EOS 1\ufe0f\u20e36\ufe0f\u20e3 XTZ 1\ufe0f\u20e37\ufe0f\u20e3 NEO 1\ufe0f\u20e38\ufe0f\u20e3 CRO 1\ufe0f\u20e39\ufe0f\u20e3 USDC 2\ufe0f\u20e30\ufe0f\u20e3 TUSD 2\ufe0f\u20e31\ufe0f\u20e3 DAI 2\ufe0f\u20e32\ufe0f\u20e3 ADA 2\ufe0f\u20e33\ufe0f\u20e3 ATOM 2\ufe0f\u20e34\ufe0f\u20e3 VET 2\ufe0f\u20e35\ufe0f\u20e3 ALGO 2\ufe0f\u20e36\ufe0f\u20e3 ONT 2\ufe0f\u20e37\ufe0f\u20e3 OMG 2\ufe0f\u20e38\ufe0f\u20e3 UNI 2\ufe0f\u20e39\ufe0f\u20e3 PAXOS 3\ufe0f\u20e30\ufe0f\u20e3 ETC 3\ufe0f\u20e31\ufe0f\u20e3 LIQUID NETWORK 3\ufe0f\u20e32\ufe0f\u20e3 LIGHTNING 3\ufe0f\u20e33\ufe0f\u20e3 PERFECT MONEY 3\ufe0f\u20e34\ufe0f\u20e3 PAYEER \ud83d\udfe9\ud83d\udfe5\ud83d\udfe8\ud83d\udfe9\ud83d\udfe5\ud83d\udfe7\ud83d\udfe2\ud83d\udfe2\ud83d\udfe2\n\ud83d\udfe2\ud83d\udfe2\ud83d\udfe2\ud83d\udfe2\ud83d\udfe2\ud83d\udfe2 BUY MONERO WITH 1\ufe0f\u20e3 BITCOIN BTC 2\ufe0f\u20e3 ETHEREUM ETH 3\ufe0f\u20e3 RIPPLE XRP 4\ufe0f\u20e3 LITECOIN LTC 5\ufe0f\u20e3 BITCOIN CASH BCH 6\ufe0f\u20e3 TETHER USDT 7\ufe0f\u20e3 ZCASH ZEC 8\ufe0f\u20e3 TRON TRX 9\ufe0f\u20e3 STELLAR XLM 1\ufe0f\u20e30\ufe0f\u20e3 DOGECOIN DOGE 1\ufe0f\u20e31\ufe0f\u20e3 POLKADOT DOT 1\ufe0f\u20e32\ufe0f\u20e3 CHAINLINK LINK 1\ufe0f\u20e33\ufe0f\u20e3 EOS EOS 1\ufe0f\u20e34\ufe0f\u20e3 TEZOS XTZ or 1\ufe0f\u20e35\ufe0f\u20e3 NEO NEO 1\ufe0f\u20e36\ufe0f\u20e3 BINANCE COIN BNB 1\ufe0f\u20e37\ufe0f\u20e3 DASH DASH 1\ufe0f\u20e38\ufe0f\u20e3 CRYPTO.COM COIN CRO 1\ufe0f\u20e39\ufe0f\u20e3 USD COIN USDC 2\ufe0f\u20e30\ufe0f\u20e3 TRUE USD TUSD 2\ufe0f\u20e31\ufe0f\u20e3 DAI DAI 2\ufe0f\u20e32\ufe0f\u20e3 CARDANO ADA 2\ufe0f\u20e33\ufe0f\u20e3 COSMOS ATOM 2\ufe0f\u20e34\ufe0f\u20e3 VECHAIN VET 2\ufe0f\u20e35\ufe0f\u20e3 ALGORAND ALGO 2\ufe0f\u20e36\ufe0f\u20e3 ONTOLOGY ONT 2\ufe0f\u20e37\ufe0f\u20e3 OMG OMG 2\ufe0f\u20e38\ufe0f\u20e3 UNISWAP UNI 2\ufe0f\u20e39\ufe0f\u20e3 PAXOS PAXOS 3\ufe0f\u20e30\ufe0f\u20e3 ETHEREUM CLASSIC ETC 3\ufe0f\u20e31\ufe0f\u20e3 LIQUID 3\ufe0f\u20e32\ufe0f\u20e3 LIGHTNING LN 3\ufe0f\u20e33\ufe0f\u20e3 PERFECT MONEY 3\ufe0f\u20e34\ufe0f\u20e3 PAYEER \ud83d\udfe2\ud83d\udfe2\ud83d\udfe2\ud83d\udfe2\ud83d\udfe2\ud83d\udfe2\ud83d\udfe2\ud83d\udfe2\ud83d\udfe2\ud83d\udfe2\ud83d\udfe2\ud83d\udfe2\ud83d\udfe9\ud83d\udfe5\ud83d\udfe8\ud83d\udfe7\ud83d\udfe6\ud83d\udfea\ud83d\udfeb\ud83d\udfe9\ud83d\udfe5\n\n1\ufe0f\u20e3 Bitcoin Address BTC\n3CtPw7tMdDLLgT1K8U9wdrjfZ3ZHQ8xeWY\n\n2\ufe0f\u20e3 Bitcoin Cash Address BCH\nqrtg4fvknnf9ts9e0sdrjdfjgtwqkj2vj5ac2td8nr\n\n3\ufe0f\u20e3 Ethereum Address ETH\n0x34488c6d36FEc385d5027D4B1962241E5f144d93\n\n4\ufe0f\u20e3 Litecoin Address LTC\nLgUBMP1Ce5Mz8jb45KxsC7srFWRGp2ZBvW\n\n5\ufe0f\u20e3 Ripple Address XRP\nreTMnmgQfSoBxiqpuGW26rh7721BnJc36\n\n6\ufe0f\u20e3 Dash Address DASH\nXgTgAJWRM43aCwF9QCsetDXKpQQwzgRrp9\n\n7\ufe0f\u20e3 Ethereum Classic Address ETC\n0xa3cFc29b33069D09Fe78015aBEe5629B4Ce75CC5\n\n8\ufe0f\u20e3 Tether USDT Address ERC20 Ethereum version\n0x39de140312c805372fd999b2b2043de2a18df65c\n\n9\ufe0f\u20e3 Tether USDT Address TRC20 Tron version\nTBQPpZMetMojVadUiSxYykWGLpsWT4Jv5p\n\n1\ufe0f\u20e30\ufe0f\u20e3 Dogecoin Address DOGE\nD8F266h8pe1wCLZaNiwtqpanHc95mRpXNj\n\n1\ufe0f\u20e31\ufe0f\u20e3 Binance Coin Address BNB\nbnb175c348havm9ctsdqe4vxy4cvhfvthm7993ugee\n\n1\ufe0f\u20e32\ufe0f\u20e3 Polkadot Address DOT\n13AxezVzXatBtQLMhWEGum1zMx8rqcYgCuJGpatDKoJu9y28\n\n1\ufe0f\u20e33\ufe0f\u20e3 Tron Address TRX\nTQcz542VpcJgBtaco8Ktt9rgEpXANRURhu\n\n1\ufe0f\u20e34\ufe0f\u20e3 Stellar Address XLM\nGDGCE4K4YU5MJYBC5SW6PILQNKFU22NLESH2XE2F2BRAZ2YHMIOSIPO2\n\n1\ufe0f\u20e35\ufe0f\u20e3 Chainlink Address LINK\n0xfaB74dE76C9d8D7Ef029847288A258FC67DDA03e\n\n1\ufe0f\u20e36\ufe0f\u20e3 Tezos Address XTZ\ntz1gWRKomj6zpGA11kfS5nGGvErcoW22bN46\n\n1\ufe0f\u20e37\ufe0f\u20e3 Neo Address NEO\nAP3HXanv2EFVA6aseyHPJVvZzN3AxF7ucm\n\n1\ufe0f\u20e38\ufe0f\u20e3 ZCash Address ZEC\nt1aVjx9KjV3nQv3VTGnRHVoADUdhXH2Ni8U\n\n1\ufe0f\u20e39\ufe0f\u20e3 Eos Account Name Address EOS\napbvaexkhwgr\n\n2\ufe0f\u20e30\ufe0f\u20e3 Crypto.com Coin Address CRO\n0xfaB74dE76C9d8D7Ef029847288A258FC67DDA03e\n\n2\ufe0f\u20e31\ufe0f\u20e3 USD Coin Address USDC\n0xfaB74dE76C9d8D7Ef029847288A258FC67DDA03e\n\n2\ufe0f\u20e32\ufe0f\u20e3 True USD Address TUSD\n0xfaB74dE76C9d8D7Ef029847288A258FC67DDA03e\n\n2\ufe0f\u20e33\ufe0f\u20e3 Dai Address DAI\n0xfaB74dE76C9d8D7Ef029847288A258FC67DDA03e\n\n2\ufe0f\u20e34\ufe0f\u20e3 Cardano Address ADA\naddr1q9w8hvrdgquh9g9ezjtadmdhl9alv3ga86rgzfhgfstrse2u0wcx6spew2stj9yh6mkm07tm7ez3605xsynwsnqk8pjstd0t2s\n\n2\ufe0f\u20e35\ufe0f\u20e3 Cosmos Address ATOM\ncosmos12j70r7zapkmzu360zqqwr3y2ktntgrpaynftjy\n\n2\ufe0f\u20e36\ufe0f\u20e3 Vechain Address VET\n0xEDf3D70669Eff1B6d3f069E182e1803937AC35c8\n\n2\ufe0f\u20e37\ufe0f\u20e3 Algorand Address ALGO\nCD4AVYMZIAX627QAIBJNSCVBQMORUFZTEKOYBTOHEJMKU6NGMQMKLUQRUY\n\n2\ufe0f\u20e38\ufe0f\u20e3 Ontology Address ONT\nAWSoCRycogRX8jvBWgSK3yzPMf6rnDMgHd\n\n2\ufe0f\u20e39\ufe0f\u20e3 Liquid Network Address Liquid Bitcoin LBTC and Liquid Tether LUSDT\nVJL96R9MFZDJeQqAdQ4AUA6dhwUqVgioAR5eEVUtvFQ4b7Ktxr1izywoAYUWgiCQQ16URmPqfM5RPCvg\n\n3\ufe0f\u20e30\ufe0f\u20e3 Omg Address OMG\n0xfaB74dE76C9d8D7Ef029847288A258FC67DDA03e\n\n3\ufe0f\u20e31\ufe0f\u20e3 Uniswap UNI or Paxos Address PAX\n0xfaB74dE76C9d8D7Ef029847288A258FC67DDA03e\n\n3\ufe0f\u20e32\ufe0f\u20e3 Lightning Network Bitcoin Address LN\nlnbc1psr4jlkpp5rl42hej0wr6p6vzacqlud53emgvll69keejclyjesu49p43643hsdqqxqyjw5q9qtzqqqqqq9qsqsp5wrwt232sa59gnza2tq8emf5rhdgjrqhyrgzp3738vxe3pv9649fqrzjqwryaup9lh50kkranzgcdnn2fgvx390wgj5jd07rwr3vxeje0glclluj99pugq9uqqqqqqlgqqqqqeqqjqarmgr0ctfhe45e32vm8v86tznqql3h6sdzaat7ek03hymyhwck05s2w5cv2kec4aw0gq78cmr3uexxn8crq83hdsrce3ln2x6cppzespsw0hp4\n\n3\ufe0f\u20e33\ufe0f\u20e3 Monero Address XMR\n\u200b4A7mfm41ByEAy62GRK8cp5VD6Mu36Ymiaf2Mz7LfXUy34aichEvJVusiqrqQNK8bQC4BS1H5WMzm3U92YmuikKYrUnFG7EC\n\n3\ufe0f\u20e34\ufe0f\u20e3 Payeer Account Number Dollars USD\nP1012105365\n\n3\ufe0f\u20e35\ufe0f\u20e3 Perfect Money Account Dollars USD\nU12202942\n\n\ud83d\udfe2\ud83d\udfe2", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "47801.71", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "\ud83d\udfe2BUY BITCOIN WITH \ud83d\udfe9XMR \ud83d\udfe5ETH \ud83d\udfe6USDT \ud83d\udfe9BNB\u2705ANY COIN 98 CRYPTOS", "profile": {"username": "EmmanuelMuema", "name": "EmmanuelMuema (863; 98%)", "feedback_score": 98, "trade_count": "863", "last_online": "2022-02-11T09:38:27.397Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/face155f-5c06-43dc-8e15-5f5c0653dc08"}}, {"data": {"ad_id": "19496677-27a7-4ca5-8966-7727a74ca5b4", "countrycode": "US", "created_at": "2021-06-16T03:08:44.650Z", "currency": "USD", "max_amount": "10000.00", "max_amount_available": "2137.21", "min_amount": "100.00", "msg": "PAY WITH: USDC/USDT/XMR/ETH/LTC/BCH.\nOther stable coins are accepted, but USDC is preferred.\n\nOpen a trade and send a message, I'll send my wallet address and the amount that needs to be sent by you.\nCoins will be released from escrow after confirmation from the network.", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "47806.05", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "You send crypto, you get BTC", "profile": {"username": "Select", "name": "Select (1517; 99%)", "feedback_score": 99, "trade_count": "1517", "last_online": "2022-02-11T09:43:40.361Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/19496677-27a7-4ca5-8966-7727a74ca5b4"}}, {"data": {"ad_id": "e4d02cf6-adac-4e1a-902c-f6adac1e1a71", "countrycode": "CH", "created_at": "2021-07-01T15:11:46.100Z", "currency": "USD", "max_amount": "1000.00", "max_amount_available": "122.59", "min_amount": "100.00", "msg": "Kindly send the money to Kenya\n\n\n\n", "online_provider": "WU", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "50418.24", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "Western Union ", "profile": {"username": "Swisswatcher", "name": "Swisswatcher (2340; 97%)", "feedback_score": 97, "trade_count": "2340", "last_online": "2022-02-10T19:43:09.238Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/e4d02cf6-adac-4e1a-902c-f6adac1e1a71"}}, {"data": {"ad_id": "b1c5c47a-c928-4f22-85c4-7ac9285f22c5", "countrycode": "DE", "created_at": "2019-12-10T00:00:23.609Z", "currency": "USD", "first_time_limit_btc": 0.01, "max_amount": "200.00", "max_amount_available": "200.00", "min_amount": "10.00", "msg": "Integrity trading, fast unlocking. \nYou can pay directly, if I am online, I will quickly unlock BTC, if I am not online, I will unlock BTC after going online.", "online_provider": "WEBMONEY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "52156.80", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "WMZ", "profile": {"username": "19900518", "name": "19900518 (1740; 100%)", "feedback_score": 100, "trade_count": "1740", "last_online": "2022-02-11T09:25:28.363Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/b1c5c47a-c928-4f22-85c4-7ac9285f22c5"}}, {"data": {"ad_id": "e1446a95-cb9e-4175-846a-95cb9e417548", "countrycode": "US", "created_at": "2022-02-09T15:38:35.113Z", "currency": "USD", "max_amount": "500.00", "max_amount_available": "500.00", "min_amount": "100.00", "msg": "", "online_provider": "SQUARE_CASH", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "52156.80", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "NO I.D REQUIRED!", "profile": {"username": "OliverFerret", "name": "OliverFerret (119; 100%)", "feedback_score": 100, "trade_count": "119", "last_online": "2022-02-10T14:48:54.041Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/e1446a95-cb9e-4175-846a-95cb9e417548"}}, {"data": {"ad_id": "520807a4-d67e-49ae-8807-a4d67e99aeb0", "countrycode": "US", "created_at": "2021-03-18T16:27:29.279Z", "currency": "USD", "max_amount_available": "268.18", "min_amount": "15.00", "msg": "Quick and easy cash app transaction.\n\nSend me a message or text me at +1(803)319-1224\n\nFrom there you just send me the trade amount to the cash tag in the payment method info and I will release the coin.\n\nOnce this is over I will forget it happened.... Cheers! \n\nPLEASE ONLY USE YOUR OWN FUNDS", "online_provider": "SQUARE_CASH", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "52834.84", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "Cash App Quick Release [No ID Privacy Guarantee] ", "profile": {"username": "SouthSalez", "name": "SouthSalez (618; 100%)", "feedback_score": 100, "trade_count": "618", "last_online": "2022-02-11T04:43:50.344Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/520807a4-d67e-49ae-8807-a4d67e99aeb0"}}, {"data": {"ad_id": "76fefea3-097b-4466-befe-a3097b7466ae", "countrycode": "US", "created_at": "2019-12-07T23:43:51.639Z", "currency": "USD", "first_time_limit_btc": 0.02, "limit_to_fiat_amounts": "36,43,50,100,135,150,200", "max_amount": "200.00", "max_amount_available": "200.00", "min_amount": "10.00", "msg": "Only accept China based gift card, you can get them at offgamers.com or seagm.com, If you don't have it please don't open the trade. \nDeal in good faith, please don't waste each other's time. Make sure the reload card is available (status can be checked). After receiving the specified denomination, I will release BTC.", "online_provider": "GIFT_CARD_CODE_GLOBAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "54330.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "China Mobile / Unicom / Telecom reload card", "profile": {"username": "19900518", "name": "19900518 (1740; 100%)", "feedback_score": 100, "trade_count": "1740", "last_online": "2022-02-11T09:25:28.363Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/76fefea3-097b-4466-befe-a3097b7466ae"}}, {"data": {"ad_id": "7a17b641-60d0-4e69-97b6-4160d0ae692b", "countrycode": "US", "created_at": "2022-01-13T15:28:52.011Z", "currency": "USD", "max_amount": "500.00", "max_amount_available": "298.76", "min_amount": "50.00", "msg": "First time traders \nI will ask for verification if this is your first trade with me. Be prepared to take a selfie with your ID. \nThis is a first time verification\n\nI reserve the right to cancel the trade for any reason, if I suspect fraud or anything suspicious I will cancel.\n\nFurther instructions will be given in chat. \n\nThank you", "online_provider": "ZELLE", "require_feedback_score": 95, "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "54330.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "profile": {"username": "Kdmccoy529", "name": "Kdmccoy529 (680; 99%)", "feedback_score": 99, "trade_count": "680", "last_online": "2022-02-11T07:33:37.484Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/7a17b641-60d0-4e69-97b6-4160d0ae692b"}}]}, "pagination": {"next": "https://agoradesk.com/api/v1/buy-bitcoins-online/USD?page=1"}}, "status": 200}] -[1, "USD", "BTC", {"success": true, "message": "OK", "response": {"data": {"ad_count": 15, "ad_list": [{"data": {"ad_id": "7e179959-8eae-4b8e-9799-598eaeab8e1c", "countrycode": "US", "created_at": "2022-02-09T10:26:37.848Z", "currency": "USD", "max_amount_available": "374.84", "min_amount": "50.00", "msg": "SIX PAYMENT OPTIONS \n1\ufe0f\u20e3 Paypal Xoom\n2\ufe0f\u20e3 Sendwave\n3\ufe0f\u20e3 World Remit\n4\ufe0f\u20e3 Remitly\n5\ufe0f\u20e3 Transferwise\n6\ufe0f\u20e3 Bitcoin Websites https://www.luno.com/en \nhttp://bitcoin.com\nhttp://blockchain.com\n\n\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\nXOOM\nhttps://www.xoom.com/kenya/send-money\n\nXoom How to send to M-Pesa mobile wallets in Kenya\nYou can log in with your PayPal credentials or easily create a Xoom account, starting with your name and email address.\n\nStep 1: Simply enter the amount.\u00a0\nStep 2: Choose Mobile Wallet as the receiving option.\u00a0\nStep 3: Provide your recipient\u2019s M-Pesa mobile number.\u00a0\nStep 4: Pay with a Paypal account, bank account, credit card, or debit card.\nMy Xoom Mobile money Mpesa details.\nName \nEmmanuel Muema Musyoki \nCountry Kenya \nCity Nairobi\nMobile money wallet option MPESA number +254711737196 \nAddress 155-00902 Kikuyu\nContact email \nemmanuelmuema@outlook.com\n\nXoom How to send bank deposits to Kenya\n\nStep 1: Just tell us how much to deposit.\u00a0\nStep 2: Send to any Equity Bank account.\u00a0\nStep 3: Enter your recipient's account information on our secure page.\u00a0\nStep 4: Conveniently pay with Paypal, bank account, credit card, or debit card.\u00a0\nMy Xoom Equity bank account details Equity Bank account name\nName Emmanuel Muema Musyoki\nEquity Bank Account\nNumber \n0570199042139\nSame email, address, country and city as above\n\n\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\nWORLDREMIT\nREMITLY\nTRANSFERWISE\n\nName \nEmmanuel Muema Musyoki \nCountry Kenya \nCity Nairobi\nMobile money wallet option MPESA number +254711737196 \nAddress 155-00902 Kikuyu\nContact email \nemmanuelmuema@outlook.com\n\nor Equity Bank account name Emmanuel Muema Musyoki\nEquity Bank Account\nNumber \n0570199042139\nSame email, address, country and city as above\n\n\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\nBITCOIN WEBSITES \nBuy Bitcoin or Bitcoin Cash or Ethereum, USDC, XRP, USDT, LTC or any other cryptocurrency coin using Visa card, Master card, any bank ATM card, Credit card or Debit card \n1.Visit bitcoin.com click bitcoin core (BTC) \n2. Paste your bitcoin wallet address or my bitcoin wallet \n\n3CtPw7tMdDLLgT1K8U9wdrjfZ3ZHQ8xeWY\n\nOther places to Buy Bitcoin, Ethereum, or any other cryptocurrency coin are Luno app or website\nhttps://www.luno.com/en/\nAnd Blockchain app or website\nblockchain.com\n\nHere are all my 98 accepted cryptocurrency addresses \n\ud83d\udfe2BUY MONERO WITH BTC \ud83d\udfe9ETC \ud83d\udfe5ETH \ud83d\udfe6USDT\u2705ANY COIN 98 CRYPTOS\ud83d\udc47\ud83d\udc47 \u2013 Telegraph\nhttps://telegra.ph/BUY-MONERO-WITH-BTC-ETC-ETH-USDTANY-COIN-98-CRYPTOS-12-10\n\n\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\nSENDWAVE\nBuy monero with credit card (Visa Card or Mastercard or any bank card)\nPlease note ID/ Passport/ Driving Licence is required at the end of the transaction.\nProcess\nStep 1: Download the \"Sendwave app\" from android Play store or Apple Iphone App store.\nStep 2: Sign up using your mobile number/ other details.\nStep 3: Select Add recipient.\nStep 4. Select \"Kenya\" as country. \nStep 5 : Select send to Mobile wallet (M-pesa).\nStep 6 : Insert my payment details.\n+254711737196\nName Emmanuel Muema Musyoki\nCountry Kenya \nCity Nairobi\nAddress 155-00902 Kikuyu\nContact email \nemmanuelmuema@outlook.com\n\nOr \n0711737196\nOr \n711737196\n\nhttps://youtu.be/aBnLNQ-bzZw", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "55625.23", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "\ud83d\udfe2\ud83d\udfe2\ud83d\udfe2 BUY BITCOINS WITH PAYPAL XOOM SERVICE \ud83d\udfe6\ud83d\udfe6\ud83d\udfe6\ud83d\udfe5\ud83d\udfe5\ud83d\udfe5\ud83d\udfea\ud83d\udfea\ud83d\udfea\u2705", "profile": {"username": "EmmanuelMuema", "name": "EmmanuelMuema (863; 98%)", "feedback_score": 98, "trade_count": "863", "last_online": "2022-02-11T09:38:27.397Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/7e179959-8eae-4b8e-9799-598eaeab8e1c"}}, {"data": {"ad_id": "33a94c12-378a-49f6-a94c-12378a89f667", "countrycode": "US", "created_at": "2022-02-09T09:56:55.312Z", "currency": "USD", "max_amount_available": "374.87", "min_amount": "50.00", "msg": "SIX PAYMENT OPTIONS \n1\ufe0f\u20e3 Paypal Xoom\n2\ufe0f\u20e3 Sendwave\n3\ufe0f\u20e3 World Remit\n4\ufe0f\u20e3 Remitly\n5\ufe0f\u20e3 Transferwise\n6\ufe0f\u20e3 Bitcoin Websites https://www.luno.com/en \nhttp://bitcoin.com\nhttp://blockchain.com\n\n\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\nXOOM\nhttps://www.xoom.com/kenya/send-money\n\nXoom How to send to M-Pesa mobile wallets in Kenya\nYou can log in with your PayPal credentials or easily create a Xoom account, starting with your name and email address.\n\nStep 1: Simply enter the amount.\u00a0\nStep 2: Choose Mobile Wallet as the receiving option.\u00a0\nStep 3: Provide your recipient\u2019s M-Pesa mobile number.\u00a0\nStep 4: Pay with a Paypal account, bank account, credit card, or debit card.\nMy Xoom Mobile money Mpesa details.\nName \nEmmanuel Muema Musyoki \nCountry Kenya \nCity Nairobi\nMobile money wallet option MPESA number +254711737196 \nAddress 155-00902 Kikuyu\nContact email \nemmanuelmuema@outlook.com\n\nXoom How to send bank deposits to Kenya\n\nStep 1: Just tell us how much to deposit.\u00a0\nStep 2: Send to any Equity Bank account.\u00a0\nStep 3: Enter your recipient's account information on our secure page.\u00a0\nStep 4: Conveniently pay with Paypal, bank account, credit card, or debit card.\u00a0\nMy Xoom Equity bank account details Equity Bank account name\nName Emmanuel Muema Musyoki\nEquity Bank Account\nNumber \n0570199042139\nSame email, address, country and city as above\n\n\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\nWORLDREMIT\nREMITLY\nTRANSFERWISE\n\nName \nEmmanuel Muema Musyoki \nCountry Kenya \nCity Nairobi\nMobile money wallet option MPESA number +254711737196 \nAddress 155-00902 Kikuyu\nContact email \nemmanuelmuema@outlook.com\n\nor Equity Bank account name Emmanuel Muema Musyoki\nEquity Bank Account\nNumber \n0570199042139\nSame email, address, country and city as above\n\n\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\nBITCOIN WEBSITES \nBuy Bitcoin or Bitcoin Cash or Ethereum, USDC, XRP, USDT, LTC or any other cryptocurrency coin using Visa card, Master card, any bank ATM card, Credit card or Debit card \n1.Visit bitcoin.com click bitcoin core (BTC) \n2. Paste your bitcoin wallet address or my bitcoin wallet \n\n3CtPw7tMdDLLgT1K8U9wdrjfZ3ZHQ8xeWY\n\nOther places to Buy Bitcoin, Ethereum, or any other cryptocurrency coin are Luno app or website\nhttps://www.luno.com/en/\nAnd Blockchain app or website\nblockchain.com\n\nHere are all my 98 accepted cryptocurrency addresses \n\ud83d\udfe2BUY MONERO WITH BTC \ud83d\udfe9ETC \ud83d\udfe5ETH \ud83d\udfe6USDT\u2705ANY COIN 98 CRYPTOS\ud83d\udc47\ud83d\udc47 \u2013 Telegraph\nhttps://telegra.ph/BUY-MONERO-WITH-BTC-ETC-ETH-USDTANY-COIN-98-CRYPTOS-12-10\n\n\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\nSENDWAVE\nBuy monero with credit card (Visa Card or Mastercard or any bank card)\nPlease note ID/ Passport/ Driving Licence is required at the end of the transaction.\nProcess\nStep 1: Download the \"Sendwave app\" from android Play store or Apple Iphone App store.\nStep 2: Sign up using your mobile number/ other details.\nStep 3: Select Add recipient.\nStep 4. Select \"Kenya\" as country. \nStep 5 : Select send to Mobile wallet (M-pesa).\nStep 6 : Insert my payment details.\n+254711737196\nName Emmanuel Muema Musyoki\nCountry Kenya \nCity Nairobi\nAddress 155-00902 Kikuyu\nContact email \nemmanuelmuema@outlook.com\n\nOr \n0711737196\nOr \n711737196\n\nhttps://youtu.be/aBnLNQ-bzZw", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "55629.57", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "\ud83d\udfe2\ud83d\udfe2\ud83d\udfe2 BUY BITCOINS WITH PAYPAL XOOM SERVICE \ud83d\udfe6\ud83d\udfe6\ud83d\udfe6\ud83d\udfe5\ud83d\udfe5\ud83d\udfe5\ud83d\udfea\ud83d\udfea\ud83d\udfea\u2705", "profile": {"username": "EmmanuelMuema", "name": "EmmanuelMuema (863; 98%)", "feedback_score": 98, "trade_count": "863", "last_online": "2022-02-11T09:38:27.397Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/33a94c12-378a-49f6-a94c-12378a89f667"}}, {"data": {"ad_id": "93e45e67-8f47-415b-a45e-678f47715b93", "countrycode": "US", "created_at": "2022-02-09T10:09:22.187Z", "currency": "USD", "max_amount_available": "380.21", "min_amount": "50.00", "msg": "SIX PAYMENT OPTIONS \n1\ufe0f\u20e3 Paypal Xoom\n2\ufe0f\u20e3 Sendwave\n3\ufe0f\u20e3 World Remit\n4\ufe0f\u20e3 Remitly\n5\ufe0f\u20e3 Transferwise\n6\ufe0f\u20e3 Bitcoin Websites https://www.luno.com/en \nhttp://bitcoin.com\nhttp://blockchain.com\n\n\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\nXOOM\nhttps://www.xoom.com/kenya/send-money\n\nXoom How to send to M-Pesa mobile wallets in Kenya\nYou can log in with your PayPal credentials or easily create a Xoom account, starting with your name and email address.\n\nStep 1: Simply enter the amount.\u00a0\nStep 2: Choose Mobile Wallet as the receiving option.\u00a0\nStep 3: Provide your recipient\u2019s M-Pesa mobile number.\u00a0\nStep 4: Pay with a Paypal account, bank account, credit card, or debit card.\nMy Xoom Mobile money Mpesa details.\nName \nEmmanuel Muema Musyoki \nCountry Kenya \nCity Nairobi\nMobile money wallet option MPESA number +254711737196 \nAddress 155-00902 Kikuyu\nContact email \nemmanuelmuema@outlook.com\n\nXoom How to send bank deposits to Kenya\n\nStep 1: Just tell us how much to deposit.\u00a0\nStep 2: Send to any Equity Bank account.\u00a0\nStep 3: Enter your recipient's account information on our secure page.\u00a0\nStep 4: Conveniently pay with Paypal, bank account, credit card, or debit card.\u00a0\nMy Xoom Equity bank account details Equity Bank account name\nName Emmanuel Muema Musyoki\nEquity Bank Account\nNumber \n0570199042139\nSame email, address, country and city as above\n\n\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\nWORLDREMIT\nREMITLY\nTRANSFERWISE\n\nName \nEmmanuel Muema Musyoki \nCountry Kenya \nCity Nairobi\nMobile money wallet option MPESA number +254711737196 \nAddress 155-00902 Kikuyu\nContact email \nemmanuelmuema@outlook.com\n\nor Equity Bank account name Emmanuel Muema Musyoki\nEquity Bank Account\nNumber \n0570199042139\nSame email, address, country and city as above\n\n\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\nBITCOIN WEBSITES \nBuy Bitcoin or Bitcoin Cash or Ethereum, USDC, XRP, USDT, LTC or any other cryptocurrency coin using Visa card, Master card, any bank ATM card, Credit card or Debit card \n1.Visit bitcoin.com click bitcoin core (BTC) \n2. Paste your bitcoin wallet address or my bitcoin wallet \n\n3CtPw7tMdDLLgT1K8U9wdrjfZ3ZHQ8xeWY\n\nOther places to Buy Bitcoin, Ethereum, or any other cryptocurrency coin are Luno app or website\nhttps://www.luno.com/en/\nAnd Blockchain app or website\nblockchain.com\n\nHere are all my 98 accepted cryptocurrency addresses \n\ud83d\udfe2BUY MONERO WITH BTC \ud83d\udfe9ETC \ud83d\udfe5ETH \ud83d\udfe6USDT\u2705ANY COIN 98 CRYPTOS\ud83d\udc47\ud83d\udc47 \u2013 Telegraph\nhttps://telegra.ph/BUY-MONERO-WITH-BTC-ETC-ETH-USDTANY-COIN-98-CRYPTOS-12-10\n\n\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\nSENDWAVE\nBuy monero with credit card (Visa Card or Mastercard or any bank card)\nPlease note ID/ Passport/ Driving Licence is required at the end of the transaction.\nProcess\nStep 1: Download the \"Sendwave app\" from android Play store or Apple Iphone App store.\nStep 2: Sign up using your mobile number/ other details.\nStep 3: Select Add recipient.\nStep 4. Select \"Kenya\" as country. \nStep 5 : Select send to Mobile wallet (M-pesa).\nStep 6 : Insert my payment details.\n+254711737196\nName Emmanuel Muema Musyoki\nCountry Kenya \nCity Nairobi\nAddress 155-00902 Kikuyu\nContact email \nemmanuelmuema@outlook.com\n\nOr \n0711737196\nOr \n711737196\n\nhttps://youtu.be/aBnLNQ-bzZw", "online_provider": "XOOM", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "56420.62", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "\ud83d\udfe2\ud83d\udfe2\ud83d\udfe2 BUY BITCOINS WITH PAYPAL XOOM SERVICE \ud83d\udfe6\ud83d\udfe6\ud83d\udfe6\ud83d\udfe5\ud83d\udfe5\ud83d\udfe5\ud83d\udfea\ud83d\udfea\ud83d\udfea\u2705", "profile": {"username": "EmmanuelMuema", "name": "EmmanuelMuema (863; 98%)", "feedback_score": 98, "trade_count": "863", "last_online": "2022-02-11T09:38:27.397Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/93e45e67-8f47-415b-a45e-678f47715b93"}}, {"data": {"ad_id": "ddb3dd89-9bc2-4c83-b3dd-899bc20c83da", "countrycode": "US", "created_at": "2022-01-31T07:24:45.867Z", "currency": "USD", "max_amount": "900.00", "max_amount_available": "900.00", "min_amount": "200.00", "msg": "DISCUS THE TERMS FIRST", "online_provider": "WORLDREMIT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "56937.84", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "WE ACCEPT WU, MG WORLD REMIT. CASH-APP. ZOOM PAYMET.", "profile": {"username": "Legitworld", "name": "Legitworld (163; 100%)", "feedback_score": 100, "trade_count": "163", "last_online": "2022-02-11T08:26:32.807Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/ddb3dd89-9bc2-4c83-b3dd-899bc20c83da"}}, {"data": {"ad_id": "152a8104-88bd-4d50-aa81-0488bdad508c", "countrycode": "US", "created_at": "2021-10-02T04:59:03.968Z", "currency": "USD", "max_amount": "1000.00", "max_amount_available": "1000.00", "min_amount": "100.00", "msg": "Please aak for details will share in trade chat window", "online_provider": "SQUARE_CASH", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "56937.84", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "Ask For Cashappp Details No Id Required", "profile": {"username": "Legitworld", "name": "Legitworld (163; 100%)", "feedback_score": 100, "trade_count": "163", "last_online": "2022-02-11T08:26:32.807Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/152a8104-88bd-4d50-aa81-0488bdad508c"}}, {"data": {"ad_id": "ae4319fe-6af5-413d-8319-fe6af5813da6", "countrycode": "US", "created_at": "2022-01-12T16:17:56.238Z", "currency": "USD", "max_amount": "6877.61", "max_amount_available": "315.48", "min_amount": "50.00", "msg": "", "online_provider": "SQUARE_CASH", "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "57372.48", "track_max_amount": true, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "profile": {"username": "Kdmccoy529", "name": "Kdmccoy529 (680; 99%)", "feedback_score": 99, "trade_count": "680", "last_online": "2022-02-11T07:33:37.484Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/ae4319fe-6af5-413d-8319-fe6af5813da6"}}, {"data": {"ad_id": "f5e220f6-002a-453c-a220-f6002a253c0c", "countrycode": "US", "created_at": "2021-11-25T15:09:56.661Z", "currency": "USD", "first_time_limit_btc": 0.005, "max_amount_available": "915.29", "min_amount": "100.00", "msg": "Bitcoin with international bank transfer, no identity required.\n\nMulti-currencies account in Switzerland. Your transfer form must have a field for IBAN, my bank has no local routing/account numbers.\n\nYou will have the bank details after the trade is opened. Confirm when it's paid and wait until I see your transfer. Wait my consent for a 2d trade.", "online_provider": "INTERNATIONAL_WIRE_SWIFT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "76809.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "Bank transfer with IBAN in a Swiss bank, no identity", "profile": {"username": "Dax", "name": "Dax (162; 100%)", "feedback_score": 100, "trade_count": "162", "last_online": "2022-02-10T22:29:51.105Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/f5e220f6-002a-453c-a220-f6002a253c0c"}}, {"data": {"ad_id": "8446c3f3-369f-446a-86c3-f3369fd46ad8", "countrycode": "DE", "created_at": "2022-01-09T19:47:36.657Z", "currency": "USD", "max_amount_available": "778.77", "min_amount": "100.00", "msg": "my BTC to USDT TRC20", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "43464.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "my BTC to USDT TRC20", "profile": {"username": "blackoct", "name": "blackoct (7; 100%)", "feedback_score": 100, "trade_count": "7", "last_online": "2022-02-09T13:31:18.866Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/8446c3f3-369f-446a-86c3-f3369fd46ad8"}}, {"data": {"ad_id": "05d18c04-85f0-43e0-918c-0485f083e0e8", "countrycode": "US", "created_at": "2022-02-07T20:35:53.287Z", "currency": "USD", "max_amount_available": "468.68", "msg": "", "online_provider": "SQUARE_CASH", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "57368.13", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "Instant \ud83d\udd25", "profile": {"username": "Crypto_Hood", "name": "Crypto_Hood (4; 0%)", "feedback_score": 0, "trade_count": "4", "last_online": "2022-02-11T09:44:07.626Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/05d18c04-85f0-43e0-918c-0485f083e0e8"}}, {"data": {"ad_id": "a8ecab22-caa0-4cf9-acab-22caa01cf91a", "countrycode": "US", "created_at": "2022-02-09T07:11:24.913Z", "currency": "USD", "max_amount_available": "479.36", "min_amount": "20.00", "msg": "No ID verification ", "online_provider": "SQUARE_CASH", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "58676.40", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "Instant & Secure \ud83d\udd12", "profile": {"username": "Crypto_Hood", "name": "Crypto_Hood (4; 0%)", "feedback_score": 0, "trade_count": "4", "last_online": "2022-02-11T09:44:07.626Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/a8ecab22-caa0-4cf9-acab-22caa01cf91a"}}, {"data": {"ad_id": "cfcea560-2898-4c6c-8ea5-6028980c6c0f", "countrycode": "US", "created_at": "2022-02-07T20:32:31.872Z", "currency": "USD", "max_amount_available": "514.87", "msg": "PayPal account is required to have a verified phone number & email.\n\nID verification will be required for low feedback and new/ recent created accounts. Once received won\u2019t be required for future trades.\n\nFor queries or trade deals message via telegram @crypto_hood (I will never message you on telegram unless it\u2019s been specified in a chat)\n\nThanks, N", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "63022.80", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "Instant & Secure \ud83d\udd25 ", "profile": {"username": "Crypto_Hood", "name": "Crypto_Hood (4; 0%)", "feedback_score": 0, "trade_count": "4", "last_online": "2022-02-11T09:44:07.626Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/cfcea560-2898-4c6c-8ea5-6028980c6c0f"}}, {"data": {"ad_id": "22e720f6-8c21-438b-a720-f68c21138bf5", "countrycode": "US", "created_at": "2021-12-27T19:27:08.812Z", "currency": "USD", "max_amount": "80000.00", "max_amount_available": "75.47", "msg": "CASH DEPOSIT & WIRE & CHECKS !!\n!!! ANY AMOUNT $$$$\n\nAsk for details for for $3k - $100k+ trades\n\nBeyond this listing I have more listings and trade options and accept different payment methods beyond just Wire Transfers, such as Cash deposits, Cashiers Checks, etc - Ask for details.\n\n- Fee Calculation and Bitcoin Rate -\n\nMarket Price (BTC) + Fee Rate = Trade Rate\n\n=========== HOW TO TRADE\n\nSend me a message on my Telegram\n\n@bitcapital123\n\nI will sent you the link with the rate according to the price chart", "online_provider": "CASHIERS_CHECK", "require_feedback_score": 99, "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "53460.72", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "Telegram write me @bitcapital123, any amount $3k - $100k+", "profile": {"username": "Bitcapital", "name": "Bitcapital (0; 0%)", "feedback_score": 0, "trade_count": "0", "last_online": "2021-12-27T20:10:50.536Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/22e720f6-8c21-438b-a720-f68c21138bf5"}}, {"data": {"ad_id": "37570fae-6606-4d6b-970f-ae66067d6bce", "countrycode": "US", "created_at": "2021-12-27T19:22:28.385Z", "currency": "USD", "max_amount": "80000.00", "max_amount_available": "75.47", "msg": "CASH DEPOSIT & WIRE & CHECKS !!\n!!! ANY AMOUNT $$$$\n\nAsk for details for for $3k - $100k+ trades\n\nBeyond this listing I have more listings and trade options and accept different payment methods beyond just Wire Transfers, such as Cash deposits, Cashiers Checks, etc - Ask for details.\n\n- Fee Calculation and Bitcoin Rate -\n\nMarket Price (BTC) + Fee Rate = Trade Rate\n\n=========== HOW TO TRADE\n\nSend me a message on my Telegram\n\n@bitcapital123\n\nI will sent you the link with the rate according to the price chart", "online_provider": "NATIONAL_BANK", "require_feedback_score": 99, "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "53460.72", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "Telegram write me @bitcapital123, any amount $3k - $100k+", "profile": {"username": "Bitcapital", "name": "Bitcapital (0; 0%)", "feedback_score": 0, "trade_count": "0", "last_online": "2021-12-27T20:10:50.536Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/37570fae-6606-4d6b-970f-ae66067d6bce"}}, {"data": {"ad_id": "c2df24b3-3681-44f5-9f24-b3368194f52e", "countrycode": "US", "created_at": "2021-12-27T19:23:46.041Z", "currency": "USD", "max_amount_available": "76.70", "msg": "CASH DEPOSIT & WIRE & CHECKS !!\n!!! ANY AMOUNT $$$$\n\nAsk for details for for $3k - $100k+ trades\n\nBeyond this listing I have more listings and trade options and accept different payment methods beyond just Wire Transfers, such as Cash deposits, Cashiers Checks, etc - Ask for details.\n\n- Fee Calculation and Bitcoin Rate -\n\nMarket Price (BTC) + Fee Rate = Trade Rate\n\n=========== HOW TO TRADE\n\nSend me a message on my Telegram\n\n@bitcapital123\n\nI will sent you the link with the rate according to the price chart", "online_provider": "CASH_BY_MAIL", "require_feedback_score": 99, "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "54330.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "Telegram write me @bitcapital123, any amount $3k - $100k+", "profile": {"username": "Bitcapital", "name": "Bitcapital (0; 0%)", "feedback_score": 0, "trade_count": "0", "last_online": "2021-12-27T20:10:50.536Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/c2df24b3-3681-44f5-9f24-b3368194f52e"}}, {"data": {"ad_id": "a36aa1c1-67f2-4d9b-aaa1-c167f27d9bbb", "countrycode": "US", "created_at": "2021-12-27T19:26:04.165Z", "currency": "USD", "max_amount": "15000.00", "max_amount_available": "76.70", "msg": "CASH DEPOSIT & WIRE & CHECKS !!\n!!! ANY AMOUNT $$$$\n\nAsk for details for for $3k - $100k+ trades\n\nBeyond this listing I have more listings and trade options and accept different payment methods beyond just Wire Transfers, such as Cash deposits, Cashiers Checks, etc - Ask for details.\n\n- Fee Calculation and Bitcoin Rate -\n\nMarket Price (BTC) + Fee Rate = Trade Rate\n\n=========== HOW TO TRADE\n\nSend me a message on my Telegram\n\n@bitcapital123\n\nI will sent you the link with the rate according to the price chart", "online_provider": "CASH_DEPOSIT", "require_feedback_score": 99, "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "54330.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "Telegram write me @bitcapital123, any amount $3k - $100k+", "profile": {"username": "Bitcapital", "name": "Bitcapital (0; 0%)", "feedback_score": 0, "trade_count": "0", "last_online": "2021-12-27T20:10:50.536Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/a36aa1c1-67f2-4d9b-aaa1-c167f27d9bbb"}}]}, "pagination": {"prev": "https://agoradesk.com/api/v1/buy-bitcoins-online/USD?page=0"}}, "status": 200}] -[0, "EUR", "BTC", {"success": true, "message": "OK", "response": {"data": {"ad_count": 20, "ad_list": [{"data": {"ad_id": "16c2bd7b-551c-4c3f-82bd-7b551c4c3f9a", "countrycode": "PT", "created_at": "2021-06-09T13:55:48.125Z", "currency": "EUR", "first_time_limit_btc": 0.05, "max_amount_available": "33119.65", "min_amount": "50.00", "msg": "**In our first trade I will ask you to verify your identity. Please provide your:**\n - In order to verify identity I will ask you for:\n - Name\n - Email or Phone number \n\n - I will provide an identity verification link that will require your selfie and ID or Passport\n\n**After your identity is verified I will give you the details to proceed with the transaction.**\n\n - The bank transaction usually arrives on the next working day\n - After I receive the transfer I will release your transaction here on AgoraDesk/LocalMonero\n\n** No third-pary transactions**\n - This means that you have to make the transfer from your own bank account\n\n** Price is kept once you mark the transaction as paid **\n - Once you mark the transaction as paid you are agreeing to pay the current price, if you cancel it with no reason we will cease to trade with you\n\n*If you have any question open a trade and feel free to ask*", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "39437.57", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "\ud83c\udfe6\ud83c\uddf5\ud83c\uddf9 SEPA Transfer \ud83c\uddf5\ud83c\uddf9\ud83c\udfe6", "profile": {"username": "MalMen", "name": "MalMen (6802; 99%)", "feedback_score": 99, "trade_count": "6802", "last_online": "2022-02-11T09:44:22.301Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/16c2bd7b-551c-4c3f-82bd-7b551c4c3f9a"}}, {"data": {"ad_id": "69986ca9-f0eb-4ac0-986c-a9f0eb3ac057", "countrycode": "GB", "created_at": "2022-02-03T10:36:06.549Z", "currency": "EUR", "first_time_limit_btc": 0.1, "max_amount_available": "34110.02", "min_amount": "100.00", "msg": "**In our first trade I will ask you to verify your identity. Please provide your:**\n - In order to verify identity I will ask you for:\n - Name\n - Email or Phone number \n\n - I will provide an identity verification link that will require your selfie and ID or Passport\n\n**After your identity is verified I will give you the details to proceed with the transaction.**\n\n - The bank transaction usually arrives on the next working day\n - After I receive the transfer I will release your transaction here on AgoraDesk/LocalMonero\n\n** No third-pary transactions**\n - This means that you have to make the transfer from your own bank account\n\n** Price is kept once you mark the transaction as paid **\n - Once you mark the transaction as paid you are agreeing to pay the current price, if you cancel it with no reason we will cease to trade with you\n\n*If you have any question open a trade and feel free to ask*", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "40616.87", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "\u26a1Instant Sepa Enable\u26a1", "profile": {"username": "MalMen", "name": "MalMen (6802; 99%)", "feedback_score": 99, "trade_count": "6802", "last_online": "2022-02-11T09:44:22.301Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/69986ca9-f0eb-4ac0-986c-a9f0eb3ac057"}}, {"data": {"ad_id": "85e7cb6f-6f23-452d-a7cb-6f6f23752daa", "countrycode": "GR", "created_at": "2021-06-17T05:01:48.329Z", "currency": "EUR", "max_amount": "1000000.00", "max_amount_available": "3673.67", "min_amount": "2000.00", "msg": "Include a note in the package\r\n\"For Monero on Agoradesk.com Between Chicks and & Your user Name\"\r\nor print out the trade once open.\r\n\r\nNO 3rd Parties.\r\nInclude a return address Matching your real name.\r\none name and initial is ok.\r\nPrint your shipping/address labels, if you can**\r\n\r\nLarger amounts use Priority Express.\r\nsmall amounts, anything with tracking.\r\nCopy/Paste a tracking number before you mark paid.\r\npicture of the package is nice too\r\n\r\nUse Large Bills\r\ntry to limit the amount of small bills\r\nNo $1s\r\n\r\nYou may request Starting price or Release Price\r\nbut you must decide at the start of the trade.\r\n\r\nPackage the cash securely and discretely to avoid loss or theft while it is in transit.\r\n\r\nAn envelope with some printer paper wrapped around the cash works. then place that envelope into a Priority Express, or Bubble mailer envelope.\r\n\r\n\r\nDO NOT:\r\nSend more than 10 bills in a standard envelope\r\nFold the cash - this makes the letter too thick and easier to identify\r\nUse excessive tape or packaging material\r\n\r\nBusiness Phone/whatsapp: +1 587-707-7020\r\nTelegram: https://t.me/PKChicks\r\nEmail: danly@chicksgold.com\r\n\r\n**Join our discord server for a faster response and a more personable experience \r\ndiscord.gg/chicksx", "online_provider": "CASH_BY_MAIL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "41230.31", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "Cash by mail Trusted ", "profile": {"username": "Chicks", "name": "Chicks (1393; 100%)", "feedback_score": 100, "trade_count": "1393", "last_online": "2022-02-11T03:04:56.558Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/85e7cb6f-6f23-452d-a7cb-6f6f23752daa"}}, {"data": {"ad_id": "1c4b5b14-ec53-4065-8b5b-14ec5300657c", "countrycode": "BE", "created_at": "2021-02-11T17:17:20.923Z", "currency": "EUR", "max_amount": "100000.00", "max_amount_available": "4063.61", "min_amount": "50.00", "msg": "**TERMS OF SERVICE :** \n-) You can buy Bitcoin(s) here with Bancontact (Mister Cash). All Belgium banks are accepted. \n-) We have the right to refuse, cancel or refund a payment if we suspect fraud. \n-) According to KYC laws we have the right to ask you for proof of identity. We will ask the following of you : \n- Valid picture of your ID (passport, identity card or drivers licence) \n- Selfie while holding a hand written note \n- A telephone (video) verification call \n\n-) We will only release the BTC once payment reaches our bank which normally takes 1 business day!", "online_provider": "SPECIFIC_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "46574.98", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "Bancontact / Mister Cash (All Belgium Banks)", "profile": {"username": "TheKaii", "name": "TheKaii (25; 100%)", "feedback_score": 100, "trade_count": "25", "last_online": "2022-02-11T01:36:34.953Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/1c4b5b14-ec53-4065-8b5b-14ec5300657c"}}, {"data": {"ad_id": "6c18d1c7-7619-4479-98d1-c77619747958", "countrycode": "BE", "created_at": "2021-02-11T17:08:50.324Z", "currency": "EUR", "max_amount": "100000.00", "max_amount_available": "4063.61", "min_amount": "50.00", "msg": "**TERMS OF SERVICE :** \n-) You can buy Bitcoin(s) here with Bancontact (Mister Cash). All Belgium banks are accepted. \n-) We have the right to refuse, cancel or refund a payment if we suspect fraud. \n-) According to KYC laws we have the right to ask you for proof of identity. We will ask the following of you : \n- Valid picture of your ID (passport, identity card or drivers licence) \n- Selfie while holding a hand written note \n- A telephone (video) verification call \n\n-) We will only release the BTC once payment reaches our bank which normally takes 1 business day!", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "46574.98", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "Bancontact / Mister Cash (All Belgium Banks)", "profile": {"username": "TheKaii", "name": "TheKaii (25; 100%)", "feedback_score": 100, "trade_count": "25", "last_online": "2022-02-11T01:36:34.953Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/6c18d1c7-7619-4479-98d1-c77619747958"}}, {"data": {"ad_id": "de745aa8-aa79-424a-b45a-a8aa79624a1a", "countrycode": "ES", "created_at": "2021-05-07T14:00:45.185Z", "currency": "EUR", "max_amount": "100000.00", "max_amount_available": "4063.61", "min_amount": "50.00", "msg": "**TERMS OF SERVICE :** \n-) You can buy Bitcoin(s) here with SEPA Bank Transfer. All European banks are accepted. \n-) We have the right to refuse, cancel or refund a payment if we suspect fraud. \n-) According to KYC laws we have the right to ask you for proof of identity. We will ask the following of you :\n- Valid picture of your ID (passport, identity card or drivers licence)\n- Selfie while holding a hand written note\n- A telephone (video) verification call\n\n-) We will only release the BTC once payment reaches our bank which normally takes 1 business day!", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "46574.98", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "profile": {"username": "TheKaii", "name": "TheKaii (25; 100%)", "feedback_score": 100, "trade_count": "25", "last_online": "2022-02-11T01:36:34.953Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/de745aa8-aa79-424a-b45a-a8aa79624a1a"}}, {"data": {"ad_id": "940306fe-3445-49c7-8306-fe344519c711", "countrycode": "FI", "created_at": "2021-05-07T14:01:27.164Z", "currency": "EUR", "max_amount": "100000.00", "max_amount_available": "4063.61", "min_amount": "50.00", "msg": "**TERMS OF SERVICE :** \n-) You can buy Bitcoin(s) here with SEPA Bank Transfer. All European banks are accepted. \n-) We have the right to refuse, cancel or refund a payment if we suspect fraud. \n-) According to KYC laws we have the right to ask you for proof of identity. We will ask the following of you :\n- Valid picture of your ID (passport, identity card or drivers licence)\n- Selfie while holding a hand written note\n- A telephone (video) verification call\n\n-) We will only release the BTC once payment reaches our bank which normally takes 1 business day!", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "46574.98", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "profile": {"username": "TheKaii", "name": "TheKaii (25; 100%)", "feedback_score": 100, "trade_count": "25", "last_online": "2022-02-11T01:36:34.953Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/940306fe-3445-49c7-8306-fe344519c711"}}, {"data": {"ad_id": "65dde899-70ed-4fb6-9de8-9970edcfb664", "countrycode": "NL", "created_at": "2021-05-07T13:55:40.112Z", "currency": "EUR", "max_amount": "100000.00", "max_amount_available": "4063.61", "min_amount": "50.00", "msg": "**TERMS OF SERVICE :** \n-) You can buy Bitcoin(s) here with SEPA Bank Transfer. All European banks are accepted. \n-) We have the right to refuse, cancel or refund a payment if we suspect fraud. \n-) According to KYC laws we have the right to ask you for proof of identity. We will ask the following of you :\n- Valid picture of your ID (passport, identity card or drivers licence)\n- Selfie while holding a hand written note\n- A telephone (video) verification call\n\n-) We will only release the BTC once payment reaches our bank which normally takes 1 business day!", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "46574.98", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "profile": {"username": "TheKaii", "name": "TheKaii (25; 100%)", "feedback_score": 100, "trade_count": "25", "last_online": "2022-02-11T01:36:34.953Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/65dde899-70ed-4fb6-9de8-9970edcfb664"}}, {"data": {"ad_id": "179db5e3-a306-40f9-9db5-e3a30690f953", "countrycode": "NL", "created_at": "2021-02-11T17:32:32.649Z", "currency": "EUR", "max_amount": "100000.00", "max_amount_available": "4063.61", "min_amount": "50.00", "msg": "**ALGEMENE VOORWAARDEN :** \n-) U kunt hier Bitcoin(s) kopen met iDEAL. Alle Nederlandse banken worden geaccepteerd. \n-) Wij hebben het recht om een trade te annuleren of te refunden op verdenking van fraude. \n-) Volgens de KYC wetgeving hebben wij het recht om bewijs van identiteit te vragen. Wij zullen het volgende van u vragen : \n- Geldige foto van uw identiteitsbewijs (passpoort, identiteitskaart of rijbewijs)\n- Selfie terwijl u een handgeschreven notitie in de hand houdt\n- Een telefonisch (video) verificatie gesprek\n\n-) De BTC wordt pas vrijgeven zodra de betaling onze bank bereikt. Dit duurt meestal 1 werkdag!", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "46574.98", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "iDEAL (Alle Nederlandse Banken)", "profile": {"username": "TheKaii", "name": "TheKaii (25; 100%)", "feedback_score": 100, "trade_count": "25", "last_online": "2022-02-11T01:36:34.953Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/179db5e3-a306-40f9-9db5-e3a30690f953"}}, {"data": {"ad_id": "d91f445d-0cb3-4fae-9f44-5d0cb34fae3a", "countrycode": "NL", "created_at": "2021-02-11T17:49:39.941Z", "currency": "EUR", "max_amount": "100000.00", "max_amount_available": "4063.61", "min_amount": "50.00", "msg": "**ALGEMENE VOORWAARDEN :** \n-) U kunt hier Bitcoin(s) kopen met iDEAL. Alle Nederlandse banken worden geaccepteerd. \n-) Wij hebben het recht om een trade te annuleren of te refunden op verdenking van fraude. \n-) Volgens de KYC wetgeving hebben wij het recht om bewijs van identiteit te vragen. Wij zullen het volgende van u vragen : \n- Geldige foto van uw identiteitsbewijs (passpoort, identiteitskaart of rijbewijs)\n- Selfie terwijl u een handgeschreven notitie in de hand houdt\n- Een telefonisch (video) verificatie gesprek\n\n-) De BTC wordt pas vrijgeven zodra de betaling onze bank bereikt. Dit duurt meestal 1 werkdag!", "online_provider": "SPECIFIC_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "46574.98", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "iDEAL (Alle Nederlandse Banken)", "profile": {"username": "TheKaii", "name": "TheKaii (25; 100%)", "feedback_score": 100, "trade_count": "25", "last_online": "2022-02-11T01:36:34.953Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/d91f445d-0cb3-4fae-9f44-5d0cb34fae3a"}}, {"data": {"ad_id": "9928ea57-79f6-4e99-a8ea-5779f6fe99f5", "countrycode": "DE", "created_at": "2021-05-07T13:54:18.367Z", "currency": "EUR", "max_amount": "100000.00", "max_amount_available": "4063.61", "min_amount": "50.00", "msg": "**TERMS OF SERVICE :** \n-) You can buy Bitcoin(s) here with SEPA Bank Transfer. All European banks are accepted. \n-) We have the right to refuse, cancel or refund a payment if we suspect fraud. \n-) According to KYC laws we have the right to ask you for proof of identity. We will ask the following of you :\n- Valid picture of your ID (passport, identity card or drivers licence)\n- Selfie while holding a hand written note\n- A telephone (video) verification call\n\n-) We will only release the BTC once payment reaches our bank which normally takes 1 business day!", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "46574.98", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "profile": {"username": "TheKaii", "name": "TheKaii (25; 100%)", "feedback_score": 100, "trade_count": "25", "last_online": "2022-02-11T01:36:34.953Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/9928ea57-79f6-4e99-a8ea-5779f6fe99f5"}}, {"data": {"ad_id": "42a53e79-bdf0-4b52-a53e-79bdf0cb52a9", "countrycode": "FR", "created_at": "2021-05-07T13:59:50.467Z", "currency": "EUR", "max_amount": "100000.00", "max_amount_available": "4063.61", "min_amount": "50.00", "msg": "**TERMS OF SERVICE :** \n-) You can buy Bitcoin(s) here with SEPA Bank Transfer. All European banks are accepted. \n-) We have the right to refuse, cancel or refund a payment if we suspect fraud. \n-) According to KYC laws we have the right to ask you for proof of identity. We will ask the following of you :\n- Valid picture of your ID (passport, identity card or drivers licence)\n- Selfie while holding a hand written note\n- A telephone (video) verification call\n\n-) We will only release the BTC once payment reaches our bank which normally takes 1 business day!", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "46574.98", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "profile": {"username": "TheKaii", "name": "TheKaii (25; 100%)", "feedback_score": 100, "trade_count": "25", "last_online": "2022-02-11T01:36:34.953Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/42a53e79-bdf0-4b52-a53e-79bdf0cb52a9"}}, {"data": {"ad_id": "34a7f150-ab27-43b6-a7f1-50ab2733b6f6", "countrycode": "BE", "created_at": "2021-02-11T18:00:40.483Z", "currency": "EUR", "max_amount": "100000.00", "max_amount_available": "4063.61", "min_amount": "50.00", "msg": "**TERMS OF SERVICE :** \n-) You can buy Bitcoin(s) here with SEPA Bank Transfer. All European banks are accepted. \n-) We have the right to refuse, cancel or refund a payment if we suspect fraud. \n-) According to KYC laws we have the right to ask you for proof of identity. We will ask the following of you :\n- Valid picture of your ID (passport, identity card or drivers licence)\n- Selfie while holding a hand written note\n- A telephone (video) verification call\n\n-) We will only release the BTC once payment reaches our bank which normally takes 1 business day!", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "46574.98", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "profile": {"username": "TheKaii", "name": "TheKaii (25; 100%)", "feedback_score": 100, "trade_count": "25", "last_online": "2022-02-11T01:36:34.953Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/34a7f150-ab27-43b6-a7f1-50ab2733b6f6"}}, {"data": {"ad_id": "24648fb0-6a87-4fc8-a48f-b06a871fc8df", "countrycode": "IT", "created_at": "2022-02-09T10:30:04.400Z", "currency": "EUR", "max_amount_available": "329.27", "min_amount": "50.00", "msg": "SIX PAYMENT OPTIONS \n1\ufe0f\u20e3 Paypal Xoom\n2\ufe0f\u20e3 Sendwave\n3\ufe0f\u20e3 World Remit\n4\ufe0f\u20e3 Remitly\n5\ufe0f\u20e3 Transferwise\n6\ufe0f\u20e3 Bitcoin Websites https://www.luno.com/en \nhttp://bitcoin.com\nhttp://blockchain.com\n\n\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\nXOOM\nhttps://www.xoom.com/kenya/send-money\n\nXoom How to send to M-Pesa mobile wallets in Kenya\nYou can log in with your PayPal credentials or easily create a Xoom account, starting with your name and email address.\n\nStep 1: Simply enter the amount.\u00a0\nStep 2: Choose Mobile Wallet as the receiving option.\u00a0\nStep 3: Provide your recipient\u2019s M-Pesa mobile number.\u00a0\nStep 4: Pay with a Paypal account, bank account, credit card, or debit card.\nMy Xoom Mobile money Mpesa details.\nName \nEmmanuel Muema Musyoki \nCountry Kenya \nCity Nairobi\nMobile money wallet option MPESA number +254711737196 \nAddress 155-00902 Kikuyu\nContact email \nemmanuelmuema@outlook.com\n\nXoom How to send bank deposits to Kenya\n\nStep 1: Just tell us how much to deposit.\u00a0\nStep 2: Send to any Equity Bank account.\u00a0\nStep 3: Enter your recipient's account information on our secure page.\u00a0\nStep 4: Conveniently pay with Paypal, bank account, credit card, or debit card.\u00a0\nMy Xoom Equity bank account details Equity Bank account name\nName Emmanuel Muema Musyoki\nEquity Bank Account\nNumber \n0570199042139\nSame email, address, country and city as above\n\n\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\nWORLDREMIT\nREMITLY\nTRANSFERWISE\n\nName \nEmmanuel Muema Musyoki \nCountry Kenya \nCity Nairobi\nMobile money wallet option MPESA number +254711737196 \nAddress 155-00902 Kikuyu\nContact email \nemmanuelmuema@outlook.com\n\nor Equity Bank account name Emmanuel Muema Musyoki\nEquity Bank Account\nNumber \n0570199042139\nSame email, address, country and city as above\n\n\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\nBITCOIN WEBSITES \nBuy Bitcoin or Bitcoin Cash or Ethereum, USDC, XRP, USDT, LTC or any other cryptocurrency coin using Visa card, Master card, any bank ATM card, Credit card or Debit card \n1.Visit bitcoin.com click bitcoin core (BTC) \n2. Paste your bitcoin wallet address or my bitcoin wallet \n\n3CtPw7tMdDLLgT1K8U9wdrjfZ3ZHQ8xeWY\n\nOther places to Buy Bitcoin, Ethereum, or any other cryptocurrency coin are Luno app or website\nhttps://www.luno.com/en/\nAnd Blockchain app or website\nblockchain.com\n\nHere are all my 98 accepted cryptocurrency addresses \n\ud83d\udfe2BUY MONERO WITH BTC \ud83d\udfe9ETC \ud83d\udfe5ETH \ud83d\udfe6USDT\u2705ANY COIN 98 CRYPTOS\ud83d\udc47\ud83d\udc47 \u2013 Telegraph\nhttps://telegra.ph/BUY-MONERO-WITH-BTC-ETC-ETH-USDTANY-COIN-98-CRYPTOS-12-10\n\n\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\nSENDWAVE\nBuy monero with credit card (Visa Card or Mastercard or any bank card)\nPlease note ID/ Passport/ Driving Licence is required at the end of the transaction.\nProcess\nStep 1: Download the \"Sendwave app\" from android Play store or Apple Iphone App store.\nStep 2: Sign up using your mobile number/ other details.\nStep 3: Select Add recipient.\nStep 4. Select \"Kenya\" as country. \nStep 5 : Select send to Mobile wallet (M-pesa).\nStep 6 : Insert my payment details.\n+254711737196\nName Emmanuel Muema Musyoki\nCountry Kenya \nCity Nairobi\nAddress 155-00902 Kikuyu\nContact email \nemmanuelmuema@outlook.com\n\nOr \n0711737196\nOr \n711737196\n\nhttps://youtu.be/aBnLNQ-bzZw", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "48861.74", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "\ud83d\udfe2\ud83d\udfe2\ud83d\udfe2 BUY BITCOINS WITH PAYPAL XOOM SERVICE \ud83d\udfe6\ud83d\udfe6\ud83d\udfe6\ud83d\udfe5\ud83d\udfe5\ud83d\udfe5\ud83d\udfea\ud83d\udfea\ud83d\udfea\u2705", "profile": {"username": "EmmanuelMuema", "name": "EmmanuelMuema (863; 98%)", "feedback_score": 98, "trade_count": "863", "last_online": "2022-02-11T09:38:27.397Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/24648fb0-6a87-4fc8-a48f-b06a871fc8df"}}, {"data": {"ad_id": "a9b4a046-fbd3-40ce-b4a0-46fbd350cee4", "countrycode": "US", "created_at": "2022-02-09T10:27:33.273Z", "currency": "EUR", "max_amount_available": "329.27", "min_amount": "50.00", "msg": "SIX PAYMENT OPTIONS \n1\ufe0f\u20e3 Paypal Xoom\n2\ufe0f\u20e3 Sendwave\n3\ufe0f\u20e3 World Remit\n4\ufe0f\u20e3 Remitly\n5\ufe0f\u20e3 Transferwise\n6\ufe0f\u20e3 Bitcoin Websites https://www.luno.com/en \nhttp://bitcoin.com\nhttp://blockchain.com\n\n\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\nXOOM\nhttps://www.xoom.com/kenya/send-money\n\nXoom How to send to M-Pesa mobile wallets in Kenya\nYou can log in with your PayPal credentials or easily create a Xoom account, starting with your name and email address.\n\nStep 1: Simply enter the amount.\u00a0\nStep 2: Choose Mobile Wallet as the receiving option.\u00a0\nStep 3: Provide your recipient\u2019s M-Pesa mobile number.\u00a0\nStep 4: Pay with a Paypal account, bank account, credit card, or debit card.\nMy Xoom Mobile money Mpesa details.\nName \nEmmanuel Muema Musyoki \nCountry Kenya \nCity Nairobi\nMobile money wallet option MPESA number +254711737196 \nAddress 155-00902 Kikuyu\nContact email \nemmanuelmuema@outlook.com\n\nXoom How to send bank deposits to Kenya\n\nStep 1: Just tell us how much to deposit.\u00a0\nStep 2: Send to any Equity Bank account.\u00a0\nStep 3: Enter your recipient's account information on our secure page.\u00a0\nStep 4: Conveniently pay with Paypal, bank account, credit card, or debit card.\u00a0\nMy Xoom Equity bank account details Equity Bank account name\nName Emmanuel Muema Musyoki\nEquity Bank Account\nNumber \n0570199042139\nSame email, address, country and city as above\n\n\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\nWORLDREMIT\nREMITLY\nTRANSFERWISE\n\nName \nEmmanuel Muema Musyoki \nCountry Kenya \nCity Nairobi\nMobile money wallet option MPESA number +254711737196 \nAddress 155-00902 Kikuyu\nContact email \nemmanuelmuema@outlook.com\n\nor Equity Bank account name Emmanuel Muema Musyoki\nEquity Bank Account\nNumber \n0570199042139\nSame email, address, country and city as above\n\n\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\nBITCOIN WEBSITES \nBuy Bitcoin or Bitcoin Cash or Ethereum, USDC, XRP, USDT, LTC or any other cryptocurrency coin using Visa card, Master card, any bank ATM card, Credit card or Debit card \n1.Visit bitcoin.com click bitcoin core (BTC) \n2. Paste your bitcoin wallet address or my bitcoin wallet \n\n3CtPw7tMdDLLgT1K8U9wdrjfZ3ZHQ8xeWY\n\nOther places to Buy Bitcoin, Ethereum, or any other cryptocurrency coin are Luno app or website\nhttps://www.luno.com/en/\nAnd Blockchain app or website\nblockchain.com\n\nHere are all my 98 accepted cryptocurrency addresses \n\ud83d\udfe2BUY MONERO WITH BTC \ud83d\udfe9ETC \ud83d\udfe5ETH \ud83d\udfe6USDT\u2705ANY COIN 98 CRYPTOS\ud83d\udc47\ud83d\udc47 \u2013 Telegraph\nhttps://telegra.ph/BUY-MONERO-WITH-BTC-ETC-ETH-USDTANY-COIN-98-CRYPTOS-12-10\n\n\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\nSENDWAVE\nBuy monero with credit card (Visa Card or Mastercard or any bank card)\nPlease note ID/ Passport/ Driving Licence is required at the end of the transaction.\nProcess\nStep 1: Download the \"Sendwave app\" from android Play store or Apple Iphone App store.\nStep 2: Sign up using your mobile number/ other details.\nStep 3: Select Add recipient.\nStep 4. Select \"Kenya\" as country. \nStep 5 : Select send to Mobile wallet (M-pesa).\nStep 6 : Insert my payment details.\n+254711737196\nName Emmanuel Muema Musyoki\nCountry Kenya \nCity Nairobi\nAddress 155-00902 Kikuyu\nContact email \nemmanuelmuema@outlook.com\n\nOr \n0711737196\nOr \n711737196\n\nhttps://youtu.be/aBnLNQ-bzZw", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "48862.50", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "\ud83d\udfe2\ud83d\udfe2\ud83d\udfe2 BUY BITCOINS WITH PAYPAL XOOM SERVICE \ud83d\udfe6\ud83d\udfe6\ud83d\udfe6\ud83d\udfe5\ud83d\udfe5\ud83d\udfe5\ud83d\udfea\ud83d\udfea\ud83d\udfea\u2705", "profile": {"username": "EmmanuelMuema", "name": "EmmanuelMuema (863; 98%)", "feedback_score": 98, "trade_count": "863", "last_online": "2022-02-11T09:38:27.397Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/a9b4a046-fbd3-40ce-b4a0-46fbd350cee4"}}, {"data": {"ad_id": "3ac35173-e890-4251-8351-73e890725145", "countrycode": "GB", "created_at": "2022-02-09T10:00:22.993Z", "currency": "EUR", "max_amount_available": "329.27", "min_amount": "50.00", "msg": "SIX PAYMENT OPTIONS \n1\ufe0f\u20e3 Paypal Xoom\n2\ufe0f\u20e3 Sendwave\n3\ufe0f\u20e3 World Remit\n4\ufe0f\u20e3 Remitly\n5\ufe0f\u20e3 Transferwise\n6\ufe0f\u20e3 Bitcoin Websites https://www.luno.com/en \nhttp://bitcoin.com\nhttp://blockchain.com\n\n\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\nXOOM\nhttps://www.xoom.com/kenya/send-money\n\nXoom How to send to M-Pesa mobile wallets in Kenya\nYou can log in with your PayPal credentials or easily create a Xoom account, starting with your name and email address.\n\nStep 1: Simply enter the amount.\u00a0\nStep 2: Choose Mobile Wallet as the receiving option.\u00a0\nStep 3: Provide your recipient\u2019s M-Pesa mobile number.\u00a0\nStep 4: Pay with a Paypal account, bank account, credit card, or debit card.\nMy Xoom Mobile money Mpesa details.\nName \nEmmanuel Muema Musyoki \nCountry Kenya \nCity Nairobi\nMobile money wallet option MPESA number +254711737196 \nAddress 155-00902 Kikuyu\nContact email \nemmanuelmuema@outlook.com\n\nXoom How to send bank deposits to Kenya\n\nStep 1: Just tell us how much to deposit.\u00a0\nStep 2: Send to any Equity Bank account.\u00a0\nStep 3: Enter your recipient's account information on our secure page.\u00a0\nStep 4: Conveniently pay with Paypal, bank account, credit card, or debit card.\u00a0\nMy Xoom Equity bank account details Equity Bank account name\nName Emmanuel Muema Musyoki\nEquity Bank Account\nNumber \n0570199042139\nSame email, address, country and city as above\n\n\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\nWORLDREMIT\nREMITLY\nTRANSFERWISE\n\nName \nEmmanuel Muema Musyoki \nCountry Kenya \nCity Nairobi\nMobile money wallet option MPESA number +254711737196 \nAddress 155-00902 Kikuyu\nContact email \nemmanuelmuema@outlook.com\n\nor Equity Bank account name Emmanuel Muema Musyoki\nEquity Bank Account\nNumber \n0570199042139\nSame email, address, country and city as above\n\n\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\nBITCOIN WEBSITES \nBuy Bitcoin or Bitcoin Cash or Ethereum, USDC, XRP, USDT, LTC or any other cryptocurrency coin using Visa card, Master card, any bank ATM card, Credit card or Debit card \n1.Visit bitcoin.com click bitcoin core (BTC) \n2. Paste your bitcoin wallet address or my bitcoin wallet \n\n3CtPw7tMdDLLgT1K8U9wdrjfZ3ZHQ8xeWY\n\nOther places to Buy Bitcoin, Ethereum, or any other cryptocurrency coin are Luno app or website\nhttps://www.luno.com/en/\nAnd Blockchain app or website\nblockchain.com\n\nHere are all my 98 accepted cryptocurrency addresses \n\ud83d\udfe2BUY MONERO WITH BTC \ud83d\udfe9ETC \ud83d\udfe5ETH \ud83d\udfe6USDT\u2705ANY COIN 98 CRYPTOS\ud83d\udc47\ud83d\udc47 \u2013 Telegraph\nhttps://telegra.ph/BUY-MONERO-WITH-BTC-ETC-ETH-USDTANY-COIN-98-CRYPTOS-12-10\n\n\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\nSENDWAVE\nBuy monero with credit card (Visa Card or Mastercard or any bank card)\nPlease note ID/ Passport/ Driving Licence is required at the end of the transaction.\nProcess\nStep 1: Download the \"Sendwave app\" from android Play store or Apple Iphone App store.\nStep 2: Sign up using your mobile number/ other details.\nStep 3: Select Add recipient.\nStep 4. Select \"Kenya\" as country. \nStep 5 : Select send to Mobile wallet (M-pesa).\nStep 6 : Insert my payment details.\n+254711737196\nName Emmanuel Muema Musyoki\nCountry Kenya \nCity Nairobi\nAddress 155-00902 Kikuyu\nContact email \nemmanuelmuema@outlook.com\n\nOr \n0711737196\nOr \n711737196\n\nhttps://youtu.be/aBnLNQ-bzZw", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "48862.88", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "\ud83d\udfe2\ud83d\udfe2\ud83d\udfe2 BUY BITCOINS WITH PAYPAL XOOM SERVICE \ud83d\udfe6\ud83d\udfe6\ud83d\udfe6\ud83d\udfe5\ud83d\udfe5\ud83d\udfe5\ud83d\udfea\ud83d\udfea\ud83d\udfea\u2705", "profile": {"username": "EmmanuelMuema", "name": "EmmanuelMuema (863; 98%)", "feedback_score": 98, "trade_count": "863", "last_online": "2022-02-11T09:38:27.397Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/3ac35173-e890-4251-8351-73e890725145"}}, {"data": {"ad_id": "e5e7a1ff-2274-4667-a7a1-ff2274f667a4", "countrycode": "US", "created_at": "2022-02-09T09:59:07.227Z", "currency": "EUR", "max_amount_available": "329.28", "min_amount": "50.00", "msg": "SIX PAYMENT OPTIONS \n1\ufe0f\u20e3 Paypal Xoom\n2\ufe0f\u20e3 Sendwave\n3\ufe0f\u20e3 World Remit\n4\ufe0f\u20e3 Remitly\n5\ufe0f\u20e3 Transferwise\n6\ufe0f\u20e3 Bitcoin Websites https://www.luno.com/en \nhttp://bitcoin.com\nhttp://blockchain.com\n\n\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\nXOOM\nhttps://www.xoom.com/kenya/send-money\n\nXoom How to send to M-Pesa mobile wallets in Kenya\nYou can log in with your PayPal credentials or easily create a Xoom account, starting with your name and email address.\n\nStep 1: Simply enter the amount.\u00a0\nStep 2: Choose Mobile Wallet as the receiving option.\u00a0\nStep 3: Provide your recipient\u2019s M-Pesa mobile number.\u00a0\nStep 4: Pay with a Paypal account, bank account, credit card, or debit card.\nMy Xoom Mobile money Mpesa details.\nName \nEmmanuel Muema Musyoki \nCountry Kenya \nCity Nairobi\nMobile money wallet option MPESA number +254711737196 \nAddress 155-00902 Kikuyu\nContact email \nemmanuelmuema@outlook.com\n\nXoom How to send bank deposits to Kenya\n\nStep 1: Just tell us how much to deposit.\u00a0\nStep 2: Send to any Equity Bank account.\u00a0\nStep 3: Enter your recipient's account information on our secure page.\u00a0\nStep 4: Conveniently pay with Paypal, bank account, credit card, or debit card.\u00a0\nMy Xoom Equity bank account details Equity Bank account name\nName Emmanuel Muema Musyoki\nEquity Bank Account\nNumber \n0570199042139\nSame email, address, country and city as above\n\n\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\nWORLDREMIT\nREMITLY\nTRANSFERWISE\n\nName \nEmmanuel Muema Musyoki \nCountry Kenya \nCity Nairobi\nMobile money wallet option MPESA number +254711737196 \nAddress 155-00902 Kikuyu\nContact email \nemmanuelmuema@outlook.com\n\nor Equity Bank account name Emmanuel Muema Musyoki\nEquity Bank Account\nNumber \n0570199042139\nSame email, address, country and city as above\n\n\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\nBITCOIN WEBSITES \nBuy Bitcoin or Bitcoin Cash or Ethereum, USDC, XRP, USDT, LTC or any other cryptocurrency coin using Visa card, Master card, any bank ATM card, Credit card or Debit card \n1.Visit bitcoin.com click bitcoin core (BTC) \n2. Paste your bitcoin wallet address or my bitcoin wallet \n\n3CtPw7tMdDLLgT1K8U9wdrjfZ3ZHQ8xeWY\n\nOther places to Buy Bitcoin, Ethereum, or any other cryptocurrency coin are Luno app or website\nhttps://www.luno.com/en/\nAnd Blockchain app or website\nblockchain.com\n\nHere are all my 98 accepted cryptocurrency addresses \n\ud83d\udfe2BUY MONERO WITH BTC \ud83d\udfe9ETC \ud83d\udfe5ETH \ud83d\udfe6USDT\u2705ANY COIN 98 CRYPTOS\ud83d\udc47\ud83d\udc47 \u2013 Telegraph\nhttps://telegra.ph/BUY-MONERO-WITH-BTC-ETC-ETH-USDTANY-COIN-98-CRYPTOS-12-10\n\n\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\nSENDWAVE\nBuy monero with credit card (Visa Card or Mastercard or any bank card)\nPlease note ID/ Passport/ Driving Licence is required at the end of the transaction.\nProcess\nStep 1: Download the \"Sendwave app\" from android Play store or Apple Iphone App store.\nStep 2: Sign up using your mobile number/ other details.\nStep 3: Select Add recipient.\nStep 4. Select \"Kenya\" as country. \nStep 5 : Select send to Mobile wallet (M-pesa).\nStep 6 : Insert my payment details.\n+254711737196\nName Emmanuel Muema Musyoki\nCountry Kenya \nCity Nairobi\nAddress 155-00902 Kikuyu\nContact email \nemmanuelmuema@outlook.com\n\nOr \n0711737196\nOr \n711737196\n\nhttps://youtu.be/aBnLNQ-bzZw", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "48863.64", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "\ud83d\udfe2\ud83d\udfe2\ud83d\udfe2 BUY BITCOINS WITH PAYPAL XOOM SERVICE \ud83d\udfe6\ud83d\udfe6\ud83d\udfe6\ud83d\udfe5\ud83d\udfe5\ud83d\udfe5\ud83d\udfea\ud83d\udfea\ud83d\udfea\u2705", "profile": {"username": "EmmanuelMuema", "name": "EmmanuelMuema (863; 98%)", "feedback_score": 98, "trade_count": "863", "last_online": "2022-02-11T09:38:27.397Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/e5e7a1ff-2274-4667-a7a1-ff2274f667a4"}}, {"data": {"ad_id": "e4099bf9-5ee5-40d2-899b-f95ee5f0d2c0", "countrycode": "US", "created_at": "2022-02-09T10:12:27.338Z", "currency": "EUR", "max_amount_available": "334.26", "min_amount": "50.00", "msg": "SIX PAYMENT OPTIONS \n1\ufe0f\u20e3 Paypal Xoom\n2\ufe0f\u20e3 Sendwave\n3\ufe0f\u20e3 World Remit\n4\ufe0f\u20e3 Remitly\n5\ufe0f\u20e3 Transferwise\n6\ufe0f\u20e3 Bitcoin Websites https://www.luno.com/en \nhttp://bitcoin.com\nhttp://blockchain.com\n\n\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\nXOOM\nhttps://www.xoom.com/kenya/send-money\n\nXoom How to send to M-Pesa mobile wallets in Kenya\nYou can log in with your PayPal credentials or easily create a Xoom account, starting with your name and email address.\n\nStep 1: Simply enter the amount.\u00a0\nStep 2: Choose Mobile Wallet as the receiving option.\u00a0\nStep 3: Provide your recipient\u2019s M-Pesa mobile number.\u00a0\nStep 4: Pay with a Paypal account, bank account, credit card, or debit card.\nMy Xoom Mobile money Mpesa details.\nName \nEmmanuel Muema Musyoki \nCountry Kenya \nCity Nairobi\nMobile money wallet option MPESA number +254711737196 \nAddress 155-00902 Kikuyu\nContact email \nemmanuelmuema@outlook.com\n\nXoom How to send bank deposits to Kenya\n\nStep 1: Just tell us how much to deposit.\u00a0\nStep 2: Send to any Equity Bank account.\u00a0\nStep 3: Enter your recipient's account information on our secure page.\u00a0\nStep 4: Conveniently pay with Paypal, bank account, credit card, or debit card.\u00a0\nMy Xoom Equity bank account details Equity Bank account name\nName Emmanuel Muema Musyoki\nEquity Bank Account\nNumber \n0570199042139\nSame email, address, country and city as above\n\n\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\nWORLDREMIT\nREMITLY\nTRANSFERWISE\n\nName \nEmmanuel Muema Musyoki \nCountry Kenya \nCity Nairobi\nMobile money wallet option MPESA number +254711737196 \nAddress 155-00902 Kikuyu\nContact email \nemmanuelmuema@outlook.com\n\nor Equity Bank account name Emmanuel Muema Musyoki\nEquity Bank Account\nNumber \n0570199042139\nSame email, address, country and city as above\n\n\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\nBITCOIN WEBSITES \nBuy Bitcoin or Bitcoin Cash or Ethereum, USDC, XRP, USDT, LTC or any other cryptocurrency coin using Visa card, Master card, any bank ATM card, Credit card or Debit card \n1.Visit bitcoin.com click bitcoin core (BTC) \n2. Paste your bitcoin wallet address or my bitcoin wallet \n\n3CtPw7tMdDLLgT1K8U9wdrjfZ3ZHQ8xeWY\n\nOther places to Buy Bitcoin, Ethereum, or any other cryptocurrency coin are Luno app or website\nhttps://www.luno.com/en/\nAnd Blockchain app or website\nblockchain.com\n\nHere are all my 98 accepted cryptocurrency addresses \n\ud83d\udfe2BUY MONERO WITH BTC \ud83d\udfe9ETC \ud83d\udfe5ETH \ud83d\udfe6USDT\u2705ANY COIN 98 CRYPTOS\ud83d\udc47\ud83d\udc47 \u2013 Telegraph\nhttps://telegra.ph/BUY-MONERO-WITH-BTC-ETC-ETH-USDTANY-COIN-98-CRYPTOS-12-10\n\n\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\u2705\nSENDWAVE\nBuy monero with credit card (Visa Card or Mastercard or any bank card)\nPlease note ID/ Passport/ Driving Licence is required at the end of the transaction.\nProcess\nStep 1: Download the \"Sendwave app\" from android Play store or Apple Iphone App store.\nStep 2: Sign up using your mobile number/ other details.\nStep 3: Select Add recipient.\nStep 4. Select \"Kenya\" as country. \nStep 5 : Select send to Mobile wallet (M-pesa).\nStep 6 : Insert my payment details.\n+254711737196\nName Emmanuel Muema Musyoki\nCountry Kenya \nCity Nairobi\nAddress 155-00902 Kikuyu\nContact email \nemmanuelmuema@outlook.com\n\nOr \n0711737196\nOr \n711737196\n\nhttps://youtu.be/aBnLNQ-bzZw", "online_provider": "XOOM", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "49602.35", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "\ud83d\udfe2\ud83d\udfe2\ud83d\udfe2 BUY BITCOINS WITH PAYPAL XOOM SERVICE \ud83d\udfe6\ud83d\udfe6\ud83d\udfe6\ud83d\udfe5\ud83d\udfe5\ud83d\udfe5\ud83d\udfea\ud83d\udfea\ud83d\udfea\u2705", "profile": {"username": "EmmanuelMuema", "name": "EmmanuelMuema (863; 98%)", "feedback_score": 98, "trade_count": "863", "last_online": "2022-02-11T09:38:27.397Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/e4099bf9-5ee5-40d2-899b-f95ee5f0d2c0"}}, {"data": {"ad_id": "eac8d85b-f16c-420f-88d8-5bf16c920f79", "countrycode": "FR", "created_at": "2021-11-28T09:41:49.289Z", "currency": "EUR", "first_time_limit_btc": 0.005, "max_amount_available": "673.28", "min_amount": "75.00", "msg": "Bitcoin with bank transfer IBAN, no identity required.\n\nAccount in a traditionnal bank in France, in \u20ac only. SEPA, instant transfer possible.\n\nYou will have the payment details automatically after the trade is opened. I'm not online all the time, don't worry, confirm when it's paid and wait a little. Wait my consent for a 2d trade.\n\n---\n\n\n(in French: Monero contre virement, pas d'identit\u00e9 demand\u00e9e.\nCompte bancaire traditionnel en France chez LCL, virement instantan\u00e9 possible.)", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "56500.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "Real traditionnal bank in France, no identity.", "profile": {"username": "Dax", "name": "Dax (162; 100%)", "feedback_score": 100, "trade_count": "162", "last_online": "2022-02-10T22:29:51.105Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/eac8d85b-f16c-420f-88d8-5bf16c920f79"}}, {"data": {"ad_id": "a294be17-2b54-4640-94be-172b54f6401a", "countrycode": "FR", "created_at": "2021-10-29T13:11:10.575Z", "currency": "EUR", "first_time_limit_btc": 0.005, "max_amount_available": "676.85", "min_amount": "75.00", "msg": "Bitcoin with bank transfer IBAN, no identity required.\n\nReal bank in France, \u20ac only. Instant transfer possible. Wait my consent for a 2d trade.\n\nYou will have the payment details automatically after the trade is opened. I'm not online all the time, don't worry, confirm when it's paid and wait a little.\n\n\n---\n\n\n(in French: Bitcoin contre virement, pas d'identit\u00e9 demand\u00e9e.\nCompte bancaire chez Fortuneo, LCL dans autre annonce, virement instantan\u00e9 possible.)", "online_provider": "SEPA", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "56800.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "Real bank, no identity.", "profile": {"username": "Dax", "name": "Dax (162; 100%)", "feedback_score": 100, "trade_count": "162", "last_online": "2022-02-10T22:29:51.105Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/a294be17-2b54-4640-94be-172b54f6401a"}}]}, "pagination": {"next": "https://agoradesk.com/api/v1/buy-bitcoins-online/EUR?page=1"}}, "status": 200}] -[1, "EUR", "BTC", {"success": true, "message": "OK", "response": {"data": {"ad_count": 7, "ad_list": [{"data": {"ad_id": "ece2517d-db7b-4a94-a251-7ddb7b1a9415", "countrycode": "FR", "created_at": "2021-11-03T13:53:01.491Z", "currency": "EUR", "first_time_limit_btc": 0.004, "max_amount": "200.00", "max_amount_available": "200.00", "min_amount": "75.00", "msg": "Bitcoin with debit cards that can pay in \u20ac. For countries outside Europe, ask me before paying. For more than 100\u20ac, ask me before paying.\n\nAfter you open the trade, you will have a payment link. After the payment, wait a moment, I'm not always online!\n\nYou must use a card with your own name and 3D Secure is active. Don't think to use with a stolen card, if your payment is rejected, I will block and report your profile. I may cancel or ask a proof of identity if the payment service indicates some doubts. Wait my consent for a 2d trade.", "online_provider": "CREDITCARD", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "56910.00", "track_max_amount": true, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "All cards, CB, AmEx, Mastercard, Visa", "profile": {"username": "Dax", "name": "Dax (162; 100%)", "feedback_score": 100, "trade_count": "162", "last_online": "2022-02-10T22:29:51.105Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/ece2517d-db7b-4a94-a251-7ddb7b1a9415"}}, {"data": {"ad_id": "6fecdc11-9acb-4269-acdc-119acb92695b", "countrycode": "FR", "created_at": "2021-12-10T18:58:28.199Z", "currency": "EUR", "first_time_limit_btc": 0.007, "limit_to_fiat_amounts": "46,93,139,190,237,475,712,950,1187", "max_amount_available": "711.41", "msg": "English : \n\nTrade available anonymously in cash only in France, because I think PCS card is only available there, but vouchers can be bought online with less anonymity.\n\n___\n\nFrench:\n\n1. Vous pouvez acheter des coupons de recharge PCS de 50 \u00e0 250\u20ac en bureaux de tabac ou autre en esp\u00e8ces ou tout moyen de paiement,\n2. vous ouvrez une vente ici, les Bitcoin sont bloqu\u00e9s et m'envoyez le code de recharge inscrit sur le ticket, \n3. je recharge mon compte PCS avec le code, si tout va bien, vos Bitcoin sont lib\u00e9r\u00e9s. Sinon la vente sera annul\u00e9e, un litige ouvert et vous serez bloqu\u00e9.\n\n\nLes tranches de prix propos\u00e9es quand vous achetez correspondent aux prix restant sur les coupons de 50, 100, 150, 200 et 250\u20ac respectivement. Un coupon par transaction sauf pour les 250\u20ac.\nPar exemple pour choisir le montant 93\u20ac vous devez avoir achet\u00e9 un coupon de 100\u20ac. Voir le site mypcs le d\u00e9tail des frais.", "online_provider": "CASH_DEPOSIT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "59700.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "Coupons PCS Mastercard anonymous with cash (payables en esp\u00e8ces)", "profile": {"username": "Dax", "name": "Dax (162; 100%)", "feedback_score": 100, "trade_count": "162", "last_online": "2022-02-10T22:29:51.105Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/6fecdc11-9acb-4269-acdc-119acb92695b"}}, {"data": {"ad_id": "1b4dc050-ec2f-4a11-8dc0-50ec2f3a11a6", "countrycode": "IT", "created_at": "2022-02-05T18:24:44.150Z", "currency": "EUR", "max_amount": "300.00", "max_amount_available": "300.00", "msg": "For queries or trade deals message via telegram @crypto_hood (I will never message you on telegram unless it\u2019s been specified in a chat)\n\nThanks, N", "online_provider": "RIA", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "46574.98", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "Instant & Secure \ud83d\udd12 Ria transfer and Western union ", "profile": {"username": "Crypto_Hood", "name": "Crypto_Hood (4; 0%)", "feedback_score": 0, "trade_count": "4", "last_online": "2022-02-11T09:44:07.626Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/1b4dc050-ec2f-4a11-8dc0-50ec2f3a11a6"}}, {"data": {"ad_id": "91b80d22-044e-46f8-b80d-22044ec6f854", "countrycode": "IT", "created_at": "2022-02-06T08:51:01.711Z", "currency": "EUR", "max_amount_available": "380.50", "min_amount": "10.00", "msg": "\n\nFor queries or trade deals message via telegram @crypto_hood (I will never message you on telegram unless it\u2019s been specified in a chat)\n\nThanks, N", "online_provider": "WU", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "46574.98", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "Instant & Secure \ud83d\udd12", "profile": {"username": "Crypto_Hood", "name": "Crypto_Hood (4; 0%)", "feedback_score": 0, "trade_count": "4", "last_online": "2022-02-11T09:44:07.626Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/91b80d22-044e-46f8-b80d-22044ec6f854"}}, {"data": {"ad_id": "d229188e-bf21-4a4d-a918-8ebf21fa4dbc", "countrycode": "ES", "created_at": "2022-02-06T13:24:39.060Z", "currency": "EUR", "max_amount_available": "421.05", "msg": "PayPal account is required to have a verified phone number & email.\n\nID verification will be required for low feedback and new/ recent created accounts. Once received won\u2019t be required for future trades.\n\nFor queries or trade deals message via telegram @crypto_hood (I will never message you on telegram unless it\u2019s been specified in a chat)\n\nThanks, N", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "51537.89", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "Instant & Secure \ud83d\udd12", "profile": {"username": "Crypto_Hood", "name": "Crypto_Hood (4; 0%)", "feedback_score": 0, "trade_count": "4", "last_online": "2022-02-11T09:44:07.626Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/d229188e-bf21-4a4d-a918-8ebf21fa4dbc"}}, {"data": {"ad_id": "0f66a064-89eb-46dd-a6a0-6489eb96dd6c", "countrycode": "BE", "created_at": "2022-02-07T20:34:13.109Z", "currency": "EUR", "max_amount_available": "436.64", "msg": "PayPal account is required to have a verified phone number & email.\n\nID verification will be required for low feedback and new/ recent created accounts. Once received won\u2019t be required for future trades.\n\nFor queries or trade deals message via telegram @crypto_hood (I will never message you on telegram unless it\u2019s been specified in a chat)\n\nThanks, N", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "53446.70", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "Instant & Secure \ud83d\udd25 ", "profile": {"username": "Crypto_Hood", "name": "Crypto_Hood (4; 0%)", "feedback_score": 0, "trade_count": "4", "last_online": "2022-02-11T09:44:07.626Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/0f66a064-89eb-46dd-a6a0-6489eb96dd6c"}}, {"data": {"ad_id": "808efc29-1cea-4801-8efc-291ceac80192", "countrycode": "IT", "created_at": "2022-02-07T20:33:18.740Z", "currency": "EUR", "max_amount_available": "436.64", "msg": "PayPal account is required to have a verified phone number & email.\n\nID verification will be required for low feedback and new/ recent created accounts. Once received won\u2019t be required for future trades.\n\nFor queries or trade deals message via telegram @crypto_hood (I will never message you on telegram unless it\u2019s been specified in a chat)\n\nThanks, N", "online_provider": "PAYPAL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "53446.70", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "Instant & Secure \ud83d\udd25 ", "profile": {"username": "Crypto_Hood", "name": "Crypto_Hood (4; 0%)", "feedback_score": 0, "trade_count": "4", "last_online": "2022-02-11T09:44:07.626Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/808efc29-1cea-4801-8efc-291ceac80192"}}]}, "pagination": {"prev": "https://agoradesk.com/api/v1/buy-bitcoins-online/EUR?page=0"}}, "status": 200}] -[0, "MXN", "BTC", {"success": true, "message": "OK", "response": {"data": {"ad_count": 0, "ad_list": []}}, "status": 200}] -[0, "AUD", "BTC", {"success": true, "message": "OK", "response": {"data": {"ad_count": 7, "ad_list": [{"data": {"ad_id": "4a5fbc5a-333e-4d7a-9fbc-5a333e0d7aaa", "countrycode": "AU", "created_at": "2021-06-16T02:57:06.899Z", "currency": "AUD", "max_amount": "2000.00", "max_amount_available": "2000.00", "min_amount": "100.00", "msg": "Open a trade and send a message, I'll send my wallet address and the amount that needs to be sent by you.\nCoins will be released from escrow after confirmation from the network.", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "65580.47", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "Send almost any crypto, you get BTC", "profile": {"username": "Select", "name": "Select (1517; 99%)", "feedback_score": 99, "trade_count": "1517", "last_online": "2022-02-11T09:43:40.361Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/4a5fbc5a-333e-4d7a-9fbc-5a333e0d7aaa"}}, {"data": {"ad_id": "29c31e2a-48a7-4722-831e-2a48a73722a9", "countrycode": "AU", "created_at": "2021-07-15T10:29:46.933Z", "currency": "AUD", "max_amount": "500.00", "max_amount_available": "500.00", "min_amount": "100.00", "msg": "Cardless cash code to me, I get the cash out (preferably commonwealth cardless cash codes, but any is fine).\n\nIf I don\u2019t respond right away, please be a little patient as my may be afk. During the day it\u2019s rarely for more than 15 minutes or so. Thanks", "online_provider": "CASH_AT_ATM", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "73200.72", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "Cardless cash code to me, I get the cash out", "profile": {"username": "Select", "name": "Select (1517; 99%)", "feedback_score": 99, "trade_count": "1517", "last_online": "2022-02-11T09:43:40.361Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/29c31e2a-48a7-4722-831e-2a48a73722a9"}}, {"data": {"ad_id": "0f62d796-a679-4fbc-a2d7-96a6798fbcea", "countrycode": "AU", "created_at": "2022-02-03T18:50:26.250Z", "currency": "AUD", "max_amount": "1000.00", "max_amount_available": "1000.00", "min_amount": "20.00", "msg": "Send a trade request to make sure we both ready! As soon as I see cash in my bank, will release! Larger than 2K trade is possible, feel free to open a trade to discuss!\ud83d\ude0e", "online_provider": "CASH_DEPOSIT", "require_feedback_score": 95, "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "73212.92", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "\ud83d\udc4b CBA, ANZ ATM deposit! \ud83d\ude00", "profile": {"username": "supermonday888", "name": "supermonday888 (148; 100%)", "feedback_score": 100, "trade_count": "148", "last_online": "2022-02-11T09:43:55.832Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/0f62d796-a679-4fbc-a2d7-96a6798fbcea"}}, {"data": {"ad_id": "3a97e998-64ef-4fa2-97e9-9864efdfa253", "countrycode": "AU", "created_at": "2021-10-25T07:45:11.268Z", "currency": "AUD", "max_amount": "700.00", "max_amount_available": "700.00", "min_amount": "100.00", "msg": "**PayPal personal and VERIFIED account. No Business account. No exception**\n\n**Friends & family payments ONLY**\n\nOnce you initiate the trade:\n- Send me the email that you will use to make payment.\n- For first timer, send me a screenshot of PayPal profile (name and email address should be visible).\n- Money is sent as \"friends & family\" only and you should cover the transaction fees.\n- **Payment note should be BLANK**\n- You will then have to screenshot the transaction so that I can confirm it has been sent correctly. If it is not sent correctly, I will refund, and you can retry or cancel the trade.\n- Released once payment is confirmed.\n\n**Notice: Incomplete screenshots with cropped edges to mask date/time and identity will not be accepted.**\n\n**I reserve the right to cancel the trade if I detect suspicious activity.**", "online_provider": "PAYPAL", "require_feedback_score": 100, "require_trusted_by_advertiser": false, "verified_email_required": true, "temp_price": "76861.36", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "PayPal transfer to me", "profile": {"username": "Select", "name": "Select (1517; 99%)", "feedback_score": 99, "trade_count": "1517", "last_online": "2022-02-11T09:43:40.361Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/3a97e998-64ef-4fa2-97e9-9864efdfa253"}}, {"data": {"ad_id": "bb51f1a5-3ae4-4676-91f1-a53ae4167601", "countrycode": "AU", "created_at": "2021-10-29T20:20:38.972Z", "currency": "AUD", "first_time_limit_btc": 0.005, "max_amount_available": "1189.03", "min_amount": "150.00", "msg": "Bitcoin with IBAN bank transfer, no identity required.\n\nMulti-currencies account in Switzerland. Your transfer form must have a field for IBAN, my bank has no local account number.\n\nYou will have the bank details after the trade is opened. Confirm when it's paid and wait until I see your transfer. Wait my consent for a 2d trade.", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "99780.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "Bank transfer with IBAN in a Swiss bank, no identity", "profile": {"username": "Dax", "name": "Dax (162; 100%)", "feedback_score": 100, "trade_count": "162", "last_online": "2022-02-10T22:29:51.105Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/bb51f1a5-3ae4-4676-91f1-a53ae4167601"}}, {"data": {"ad_id": "0cc377c0-25ce-4eb0-8377-c025ce4eb0aa", "countrycode": "AU", "created_at": "2020-12-27T01:15:38.952Z", "currency": "AUD", "max_amount": "500.00", "max_amount_available": "500.00", "min_amount": "200.00", "msg": "Cardless Cash withdrawal!! Woo! Any supporting atm CBA WESTPAC ST G ANY AND ALL G2G\r\nOpen trade with code \r\nI done this once or twice sall good", "online_provider": "CASH_AT_ATM", "require_feedback_score": 1, "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "62230.98", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "Cardless cash withdrawal (CBA ST G WESTPAC BOM)", "profile": {"username": "BuyBTC0", "name": "BuyBTC0 (0; 0%)", "feedback_score": 0, "trade_count": "0", "last_online": "2020-12-27T02:16:35.795Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/0cc377c0-25ce-4eb0-8377-c025ce4eb0aa"}}, {"data": {"ad_id": "ebc582a5-9112-4304-8582-a59112d30448", "countrycode": "AU", "created_at": "2022-01-23T04:25:35.709Z", "currency": "AUD", "max_amount": "5000.00", "max_amount_available": "5000.00", "min_amount": "500.00", "msg": "Type in how much AUD of BTC you would like to buy then place the order.\u00a0\u00a0\n\nThen on AgoraDesk messenging:\n- discuss which coin you are selling and how much of the coin you will need to send me\n- I will give you the address to send your altcoin (this covers you as you will have proof you sent it to me)\n\nOnce I receive the altcoin I will release the BTC from escrow. Please note that you will need to include the network fees/mining fees so that I receive the dollar value of the order.\n\nTelegram: Misoman21. Wickr: Misoman21\n", "online_provider": "CRYPTOCURRENCY", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "64671.41", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "Sell your altcoins (many options) for Bitcoin", "profile": {"username": "Smithaye", "name": "Smithaye (2; 100%)", "feedback_score": 100, "trade_count": "2", "last_online": "2022-02-01T06:19:35.619Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/ebc582a5-9112-4304-8582-a59112d30448"}}]}}, "status": 200}] -[0, "CHF", "BTC", {"success": true, "message": "OK", "response": {"data": {"ad_count": 3, "ad_list": [{"data": {"ad_id": "927700e4-0258-4b98-b700-e40258fb98db", "countrycode": "CH", "created_at": "2019-10-01T09:07:44.821Z", "currency": "CHF", "first_time_limit_btc": 0.05, "max_amount": "50.00", "max_amount_available": "50.00", "min_amount": "50.00", "msg": "I only accept Payments via Twint\n\nI also sell on\n\nPaxful: bit.ly/paxfulBTC\n\nLocalmonero: http://bit.ly/buymonerokenya\n\nLocalethereum http://bit.ly/localethereumswiss\n\nlocal.bitcoin.com Bitcoin Cash https://local.bitcoin.com/r/Swisswatcher\n\nFor Cheap p2p transaction on Banks I recommend Revolut, get your free Revolut account here:\n\nhttp://bit.ly/revolutenow\n\nFor a Crypto Creditcard sign up here:\n\nhttp://bit.ly/nexocard\n\nyou can invest in medical Cannabis with good returns with Crypto here:\n\nhttp://bit.ly/cannergrowbusiness", "online_provider": "OTHER", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "44345.48", "track_max_amount": true, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "Selling Bitcoin for Twint", "profile": {"username": "Swisswatcher", "name": "Swisswatcher (2340; 97%)", "feedback_score": 97, "trade_count": "2340", "last_online": "2022-02-10T19:43:09.238Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/927700e4-0258-4b98-b700-e40258fb98db"}}, {"data": {"ad_id": "2c836d2c-b052-48fe-836d-2cb05258fefa", "countrycode": "CH", "created_at": "2020-06-01T20:18:08.736Z", "currency": "CHF", "max_amount": "1000.00", "max_amount_available": "108.81", "msg": "", "online_provider": "MOBILE_TOP_UP", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "44748.63", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "Twint ", "profile": {"username": "Swisswatcher", "name": "Swisswatcher (2340; 97%)", "feedback_score": 97, "trade_count": "2340", "last_online": "2022-02-10T19:43:09.238Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/2c836d2c-b052-48fe-836d-2cb05258fefa"}}, {"data": {"ad_id": "af3d12c3-8dde-4e32-bd12-c38dde9e32ad", "countrycode": "CH", "created_at": "2021-11-25T21:56:26.712Z", "currency": "CHF", "first_time_limit_btc": 0.005, "max_amount_available": "709.03", "min_amount": "75.00", "msg": "Bitcoin with IBAN bank transfer in Switzerland, no identity required.\n\nYou will have the bank details after the trade is opened. Confirm when it's paid and wait until I see your transfer. Wait my consent for a 2d trade.\n\n___\n\n(In French: \n\nBitcoin avec un virement bancaire chez Swissquote Bank en Suisse. Pas d'identit\u00e9 demand\u00e9e.\n\nVous aurez les informations bancaires une fois la transaction ouverte. Confirmez lorsque c'est pay\u00e9 et patientez. Attendez mon accord avant un 2e achat.)", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "59500.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "Bank transfer in a Swiss bank, no identity", "profile": {"username": "Dax", "name": "Dax (162; 100%)", "feedback_score": 100, "trade_count": "162", "last_online": "2022-02-10T22:29:51.105Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/af3d12c3-8dde-4e32-bd12-c38dde9e32ad"}}]}}, "status": 200}] -[0, "NZD", "BTC", {"success": true, "message": "OK", "response": {"data": {"ad_count": 0, "ad_list": []}}, "status": 200}] -[0, "SGD", "BTC", {"success": true, "message": "OK", "response": {"data": {"ad_count": 1, "ad_list": [{"data": {"ad_id": "6a299a37-69b9-47f0-a99a-3769b927f08a", "countrycode": "SG", "created_at": "2021-11-06T18:20:47.375Z", "currency": "SGD", "first_time_limit_btc": 0.005, "max_amount_available": "1188.82", "min_amount": "100.00", "msg": "Bitcoin with IBAN bank transfer, no identity required.\n\nMulti-currencies account in Switzerland. Your transfer form must have a field for IBAN, my bank has no local account number.\n\nYou will have the bank details after the trade is opened. Confirm when it's paid and wait until I see your transfer. Wait my consent for a 2d trade.", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "99763.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "Bank transfer with IBAN in a Swiss bank, no identity", "profile": {"username": "Dax", "name": "Dax (162; 100%)", "feedback_score": 100, "trade_count": "162", "last_online": "2022-02-10T22:29:51.105Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/6a299a37-69b9-47f0-a99a-3769b927f08a"}}]}}, "status": 200}] -[0, "THB", "BTC", {"success": true, "message": "OK", "response": {"data": {"ad_count": 0, "ad_list": []}}, "status": 200}] -[0, "NOK", "BTC", {"success": true, "message": "OK", "response": {"data": {"ad_count": 1, "ad_list": [{"data": {"ad_id": "a3d7e2b3-f208-4063-97e2-b3f208f063d3", "countrycode": "NO", "created_at": "2022-02-01T19:24:21.708Z", "currency": "NOK", "first_time_limit_btc": 0.005, "max_amount_available": "5910.57", "min_amount": "1000.00", "msg": "Bitcoin with IBAN bank transfer, no identity required.\n\nMulti-currencies account in Switzerland. Your transfer form must have a field for IBAN, my bank has no local account number.\n\nYou will have the bank details after the trade is opened. Confirm when it's paid and wait until I see your transfer. Wait my consent for a 2d trade.", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "496000.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "Bank transfer with IBAN in a Swiss bank, no identity", "profile": {"username": "Dax", "name": "Dax (162; 100%)", "feedback_score": 100, "trade_count": "162", "last_online": "2022-02-10T22:29:51.105Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/a3d7e2b3-f208-4063-97e2-b3f208f063d3"}}]}}, "status": 200}] -[0, "HKD", "BTC", {"success": true, "message": "OK", "response": {"data": {"ad_count": 1, "ad_list": [{"data": {"ad_id": "0974289b-ca2b-4fe4-b428-9bca2b0fe485", "countrycode": "HK", "created_at": "2022-02-01T19:20:01.185Z", "currency": "HKD", "first_time_limit_btc": 0.005, "max_amount_available": "5338.58", "min_amount": "500.00", "msg": "Bitcoin with IBAN bank transfer, no identity required.\n\nMulti-currencies account in Switzerland. Your transfer form must have a field for IBAN, my bank has no local account number.\n\nYou will have the bank details after the trade is opened. Confirm when it's paid and wait until I see your transfer. Wait my consent for a 2d trade.", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "448000.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "Bank transfer with IBAN in a Swiss bank, no identity", "profile": {"username": "Dax", "name": "Dax (162; 100%)", "feedback_score": 100, "trade_count": "162", "last_online": "2022-02-10T22:29:51.105Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/0974289b-ca2b-4fe4-b428-9bca2b0fe485"}}]}}, "status": 200}] -[0, "DKK", "BTC", {"success": true, "message": "OK", "response": {"data": {"ad_count": 1, "ad_list": [{"data": {"ad_id": "a2e926ee-960b-4449-a926-ee960ba449dd", "countrycode": "DK", "created_at": "2022-02-01T19:28:21.039Z", "currency": "DKK", "first_time_limit_btc": 0.005, "max_amount_available": "4611.68", "min_amount": "700.00", "msg": "Bitcoin with IBAN bank transfer, no identity required.\n\nMulti-currencies account in Switzerland. Your transfer form must have a field for IBAN, my bank has no local account number.\n\nYou will have the bank details after the trade is opened. Confirm when it's paid and wait until I see your transfer. Wait my consent for a 2d trade.", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "387000.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "Bank transfer with IBAN in a Swiss bank, no identity", "profile": {"username": "Dax", "name": "Dax (162; 100%)", "feedback_score": 100, "trade_count": "162", "last_online": "2022-02-10T22:29:51.105Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/a2e926ee-960b-4449-a926-ee960ba449dd"}}]}}, "status": 200}] -[0, "PLN", "BTC", {"success": true, "message": "OK", "response": {"data": {"ad_count": 0, "ad_list": []}}, "status": 200}] -[0, "CZK", "BTC", {"success": true, "message": "OK", "response": {"data": {"ad_count": 0, "ad_list": []}}, "status": 200}] -[0, "RUB", "BTC", {"success": true, "message": "OK", "response": {"data": {"ad_count": 4, "ad_list": [{"data": {"ad_id": "2f09422f-845c-4952-8942-2f845c695247", "countrycode": "RU", "created_at": "2021-12-14T17:19:20.923Z", "currency": "RUB", "max_amount": "299999.00", "max_amount_available": "131786.64", "min_amount": "3000.00", "msg": "\u041e\u0442\u043a\u0440\u044b\u0432\u0430\u044f \u0441\u0434\u0435\u043b\u043a\u0443 \u0432\u044b \u0441\u043e\u0433\u043b\u0430\u0448\u0430\u0435\u0442\u0435\u0441\u044c \u0441 \u043d\u0438\u0436\u0435\u043f\u0435\u0440\u0435\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u0443\u0441\u043b\u043e\u0432\u0438\u044f\u043c\u0438.\n\u0415\u0441\u043b\u0438 \u0432\u044b \u043e\u0442\u043a\u0440\u044b\u0432\u0430\u0435\u0442\u0435 \u0441\u0434\u0435\u043b\u043a\u0443 \u043d\u0430 \u0441\u0443\u043c\u043c\u0443 \u043c\u0435\u043d\u0435\u0435 8000 \u0440\u0443\u0431, \u0442\u043e \u0432 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u0440\u0435\u043a\u0432\u0438\u0437\u0438\u0442\u043e\u0432 \u0431\u0443\u0434\u0435\u0442 \u0432\u044b\u0434\u0430\u043d\u0430 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u0430\u044f \u0438\u043d\u0432\u043e\u0439\u0441-\u0441\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 \u043e\u043f\u043b\u0430\u0442\u0443. \u0414\u043b\u044f \u043e\u043f\u043b\u0430\u0442\u044b \u043f\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043f\u043e \u0441\u0441\u044b\u043b\u043a\u0435 \u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0438\u0442\u0435 \u043e\u043f\u043b\u0430\u0442\u0443.\n\u0421\u0422\u0420\u041e\u0413\u041e \u0417\u0410\u041f\u0420\u0415\u0429\u0415\u041d\u041e \u043f\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u043d\u0430\u043b\u0438\u0447\u043d\u044b\u043c\u0438 \u0432 \u0442\u0435\u0440\u043c\u0438\u043d\u0430\u043b\u0430\u0445, \u0441\u0430\u043b\u043e\u043d\u0430\u0445 \u0441\u0432\u044f\u0437\u0438, \u0431\u0430\u043d\u043a\u0430\u0445 \u0438 \u0431\u0430\u043d\u043a\u043e\u043c\u0430\u0442\u0430\u0445. \u0421\u0420\u0415\u0414\u0421\u0422\u0412\u0410 \u041d\u0415 \u041e\u0422\u041f\u0423\u0429\u0423!\n\u0410\u043d\u043e\u043d\u0438\u043c\u043d\u043e, \u0431\u0435\u0437 \u0432\u0435\u0440\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438!\n\u0411\u044b\u0441\u0442\u0440\u044b\u0439 \u0440\u043e\u0431\u043e\u0442, \u043c\u0433\u043d\u043e\u0432\u0435\u043d\u043d\u0430\u044f \u0441\u0434\u0435\u043b\u043a\u0430!\n\u041f\u0440\u0438\u043d\u0438\u043c\u0430\u044e \u043f\u0435\u0440\u0435\u0432\u043e\u0434\u044b:\n\u2705 \u0447\u0435\u0440\u0435\u0437 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u0431\u0430\u043d\u043a (\u0437\u0430\u0439\u0434\u0438\u0442\u0435 \u0432 \u0441\u0432\u043e\u0439 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u0431\u0430\u043d\u043a, \u043d\u0430\u0439\u0434\u0438\u0442\u0435 QIWI \u041a\u043e\u0448\u0435\u043b\u0435\u043a, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u043d\u043e\u043c\u0435\u0440 \u043a\u043e\u0448\u0435\u043b\u044c\u043a\u0430, \u0441\u0443\u043c\u043c\u0443 \u0438 \u043e\u043f\u043b\u0430\u0442\u0438\u0442\u0435)\n\u2705 \u0441 \u0431\u0430\u043d\u043a\u043e\u0432\u0441\u043a\u0438\u0445 \u043a\u0430\u0440\u0442;\n\u2705 \u0441 \u0438\u043d\u043e\u0441\u0442\u0440\u0430\u043d\u043d\u044b\u0445 \u043a\u043e\u0448\u0435\u043b\u044c\u043a\u043e\u0432;\n\u2705 \u0441 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043a\u043e\u0448\u0435\u043b\u044c\u043a\u043e\u0432;\n\u2705 \u043f\u043b\u0430\u0442\u0435\u0436\u043d\u044b\u0445 \u0441\u0438\u0441\u0442\u0435\u043c, \u043c\u0435\u0440\u0447\u0430\u043d\u0442\u043e\u0432 \u0438 \u0442\u0434.\n\u0410\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u043d\u043e \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u043f\u0435\u0440\u0435\u0432\u043e\u0434 \u0421 \u041a\u0410\u0420\u0422\u042b \u041b\u042e\u0411\u041e\u0413\u041e \u0411\u0410\u041d\u041a\u0410 \u043d\u0430 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0443\u044e \u043a\u0438\u0432\u0438 \u043a\u0430\u0440\u0442\u0443\n\u2705 \u0434\u0440\u0443\u0433\u0438\u043c \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u043c \u0434\u043b\u044f \u0412\u0430\u0441 \u0441\u043f\u043e\u0441\u043e\u0431\u043e\u043c, \u043a\u0440\u043e\u043c\u0435 \u043f\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u043d\u0430\u043b\u0438\u0447\u043d\u044b\u043c\u0438.\n\u041f\u0435\u0440\u0435\u0432\u043e\u0434\u0438\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u041e\u0414\u041d\u0418\u041c \u043f\u043b\u0430\u0442\u0435\u0436\u043e\u043c \u043d\u0430 \u0432\u0441\u044e \u0441\u0443\u043c\u043c\u0443 \u0441\u0434\u0435\u043b\u043a\u0438 (\u0441 \u0442\u0435\u0440\u043c\u0438\u043d\u0430\u043b\u043e\u0432 \u0417\u0410\u041f\u0420\u0415\u0429\u0415\u041d\u041e). \u041a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439 \u043a \u043f\u043b\u0430\u0442\u0435\u0436\u0443 \u043d\u0435 \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u0435\u043d, \u043d\u043e \u0434\u043e\u043f\u0443\u0441\u043a\u0430\u0435\u0442\u0441\u044f. \u0415\u0441\u043b\u0438 \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044c \u0432\u043e\u043f\u0440\u043e\u0441\u044b \u0438\u043b\u0438 \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u044f, \u0442\u043e \u043d\u0430\u043f\u0438\u0448\u0438\u0442\u0435 \u043c\u043d\u0435 \u0432 Telegram @spiritus88\nhttps://telegram.me/spiritus88", "online_provider": "QIWI", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "3370609.08", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "profile": {"username": "yura023", "name": "yura023 (63; 100%)", "feedback_score": 100, "trade_count": "63", "last_online": "2022-02-11T09:44:24.899Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/2f09422f-845c-4952-8942-2f845c695247"}}, {"data": {"ad_id": "09e2bc20-4452-4dcf-a2bc-2044526dcf6c", "countrycode": "RU", "created_at": "2021-12-14T17:23:44.863Z", "currency": "RUB", "max_amount": "299999.00", "max_amount_available": "131786.64", "min_amount": "8000.00", "msg": "\u0417\u0410\u041f\u0420\u0415\u0429\u0415\u041d\u041e \u043f\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u043d\u0430\u043b\u0438\u0447\u043d\u044b\u043c\u0438 \u0432 \u0442\u0435\u0440\u043c\u0438\u043d\u0430\u043b\u0430\u0445, \u0441\u0430\u043b\u043e\u043d\u0430\u0445 \u0441\u0432\u044f\u0437\u0438, \u0431\u0430\u043d\u043a\u0430\u0445 \u0438 \u0431\u0430\u043d\u043a\u043e\u043c\u0430\u0442\u0430\u0445. \u0421\u0420\u0415\u0414\u0421\u0422\u0412\u0410 \u041d\u0415 \u041e\u0422\u041f\u0423\u0429\u0423! \u0410\u043d\u043e\u043d\u0438\u043c\u043d\u043e, \u0431\u0435\u0437 \u0432\u0435\u0440\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438, \u0431\u0435\u0437 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0439! \u0411\u044b\u0441\u0442\u0440\u044b\u0439 \u0440\u043e\u0431\u043e\u0442! \u041c\u0433\u043d\u043e\u0432\u0435\u043d\u043d\u0430\u044f \u0441\u0434\u0435\u043b\u043a\u0430! \u0415\u0441\u043b\u0438 \u0432\u044b \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u0435 \u0431\u0430\u043d\u043a\u043e\u0432\u0441\u043a\u0438\u0439 \u043f\u0435\u0440\u0435\u0432\u043e\u0434 \u043f\u043e \u043d\u043e\u043c\u0435\u0440\u0443 \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0430, \u0442\u043e \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0430 \u0431\u0443\u0434\u0443\u0442 \u0443\u0442\u0435\u0440\u0435\u043d\u044b, \u043f\u043e\u0441\u043a\u043e\u043b\u044c\u043a\u0443 \u044d\u0442\u043e \u043d\u043e\u043c\u0435\u0440, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043d\u0435 \u043f\u0440\u0438\u0432\u044f\u0437\u0430\u043d \u043a \u0431\u0430\u043d\u043a\u043e\u0432\u0441\u043a\u043e\u043c\u0443 \u0441\u0447\u0435\u0442\u0443, \u0430 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043d\u043e\u043c\u0435\u0440\u043e\u043c QIWI \u043a\u043e\u0448\u0435\u043b\u044c\u043a\u0430. \u0421 \u043b\u044e\u0431\u043e\u0439 \u043a\u0430\u0440\u0442\u044b \u043b\u044e\u0431\u043e\u0433\u043e \u0431\u0430\u043d\u043a\u0430 \u043d\u0430 \u043a\u0430\u0440\u0442\u0443 \u041a\u0418\u0412\u0418 \u0411\u0430\u043d\u043a\u0430, \u043d\u0430 QIWI \u043a\u043e\u0448\u0435\u043b\u0435\u043a, \u043c\u043e\u0436\u043d\u043e \u0441 QIWI, yoomoney \u0438 \u043f\u0440\u043e\u0447\u0435\u0435. \u041c\u043e\u0436\u043d\u043e \u0441 \u043a\u0430\u0440\u0442 \u0438\u043d\u043e\u0441\u0442\u0440\u0430\u043d\u043d\u044b\u0445 \u0431\u0430\u043d\u043a\u043e\u0432, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u0411\u0435\u043b\u0430\u0440\u0443\u0441\u0438, \u041a\u0430\u0437\u0430\u0445\u0441\u0442\u0430\u043d\u0430 \u0438 \u0442\u0434. (\u0438\u043c\u044f \u0438 \u0444\u0430\u043c\u0438\u043b\u0438\u044e \u0443\u043a\u0430\u0436\u0438\u0442\u0435 \u043b\u044e\u0431\u044b\u0435).\n\u0415\u0441\u043b\u0438 \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044c \u0432\u043e\u043f\u0440\u043e\u0441\u044b \u0438\u043b\u0438 \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u044f, \u0442\u043e \u043d\u0430\u043f\u0438\u0448\u0438\u0442\u0435 \u043c\u043d\u0435 \u0432 Telegram:\nhttps://telegram.me/spiritus88", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "3370609.08", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "profile": {"username": "yura023", "name": "yura023 (63; 100%)", "feedback_score": 100, "trade_count": "63", "last_online": "2022-02-11T09:44:24.899Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/09e2bc20-4452-4dcf-a2bc-2044526dcf6c"}}, {"data": {"ad_id": "14d8cc43-5bce-41a3-98cc-435bcef1a390", "countrycode": "RU", "created_at": "2021-06-19T16:31:18.668Z", "currency": "RUB", "max_amount": "100000.00", "max_amount_available": "28580.59", "min_amount": "1000.00", "msg": "hi\n\u0431\u0430\u043d\u043a\n\u0438\u043c\u044f\n\u043e\u0442\u0437\u044b\u0432\n\u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0435\n\n@strawberiees\n+79778804576", "online_provider": "SPECIFIC_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "4233615.27", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "\u043b\u044e\u0431\u043e\u0439 \u0431\u0430\u043d\u043a", "profile": {"username": "strawberries", "name": "strawberries (644; 97%)", "feedback_score": 97, "trade_count": "644", "last_online": "2022-02-10T13:02:08.174Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/14d8cc43-5bce-41a3-98cc-435bcef1a390"}}, {"data": {"ad_id": "111758c3-7225-449c-9758-c37225a49c27", "countrycode": "RU", "created_at": "2021-06-19T16:30:16.433Z", "currency": "RUB", "max_amount": "100000.00", "max_amount_available": "28580.59", "min_amount": "1000.00", "msg": "hi\n\u0431\u0430\u043d\u043a\n\u0438\u043c\u044f\n\u043e\u0442\u0437\u044b\u0432\n\u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0435\n\n@strawberiees\n+79778804576", "online_provider": "NATIONAL_BANK", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "4233615.27", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "\u043b\u044e\u0431\u043e\u0439 \u0431\u0430\u043d\u043a", "profile": {"username": "strawberries", "name": "strawberries (644; 97%)", "feedback_score": 97, "trade_count": "644", "last_online": "2022-02-10T13:02:08.174Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/111758c3-7225-449c-9758-c37225a49c27"}}]}}, "status": 200}] -[0, "ZAR", "BTC", {"success": true, "message": "OK", "response": {"data": {"ad_count": 0, "ad_list": []}}, "status": 200}] -[0, "TRY", "BTC", {"success": true, "message": "OK", "response": {"data": {"ad_count": 0, "ad_list": []}}, "status": 200}] -[0, "CAD", "BTC", {"success": true, "message": "OK", "response": {"data": {"ad_count": 2, "ad_list": [{"data": {"ad_id": "24bb0a8f-9ac1-4fdb-bb0a-8f9ac1dfdb58", "countrycode": "CA", "created_at": "2021-06-17T05:00:19.964Z", "currency": "CAD", "max_amount": "100000.00", "max_amount_available": "5127.87", "min_amount": "300.00", "msg": "Include a note in the package\r\n\"For Monero on Agoradesk.com Between Chicks and & Your user Name\"\r\nor print out the trade once open.\r\n\r\nNO 3rd Parties.\r\nInclude a return address Matching your real name.\r\none name and initial is ok.\r\nPrint your shipping/address labels, if you can**\r\n\r\nLarger amounts use Priority Express.\r\nsmall amounts, anything with tracking.\r\nCopy/Paste a tracking number before you mark paid.\r\npicture of the package is nice too\r\n\r\nUse Large Bills\r\ntry to limit the amount of small bills\r\nNo $1s\r\n\r\nYou may request Starting price or Release Price\r\nbut you must decide at the start of the trade.\r\n\r\nPackage the cash securely and discretely to avoid loss or theft while it is in transit.\r\n\r\nAn envelope with some printer paper wrapped around the cash works. then place that envelope into a Priority Express, or Bubble mailer envelope.\r\n\r\n\r\nDO NOT:\r\nSend more than 10 bills in a standard envelope\r\nFold the cash - this makes the letter too thick and easier to identify\r\nUse excessive tape or packaging material\r\n\r\n**Join our discord server for a faster response and a more personable experience \r\ndiscord.gg/chicksx", "online_provider": "CASH_BY_MAIL", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "57551.09", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "Cash by mail Trusted ", "profile": {"username": "Chicks", "name": "Chicks (1393; 100%)", "feedback_score": 100, "trade_count": "1393", "last_online": "2022-02-11T03:04:56.558Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/24bb0a8f-9ac1-4fdb-bb0a-8f9ac1dfdb58"}}, {"data": {"ad_id": "505f6224-f039-4366-9f62-24f03963668e", "countrycode": "CA", "created_at": "2021-11-25T15:09:51.494Z", "currency": "CAD", "first_time_limit_btc": 0.005, "max_amount_available": "1042.69", "min_amount": "90.00", "msg": "Bitcoin with IBAN bank transfer, no identity required.\n\nMulti-currencies account in a Swiss bank. Your transfer form must have a field for IBAN, my bank has no local account number.\n\nYou will have the bank details after the trade is opened. Confirm when it's paid and wait until I see your transfer. Wait my consent for a 2d trade.", "online_provider": "INTERNATIONAL_WIRE_SWIFT", "require_trusted_by_advertiser": false, "verified_email_required": false, "temp_price": "87500.00", "track_max_amount": false, "trade_type": "ONLINE_SELL", "trusted_required": false, "visible": true, "asset": "BTC", "payment_method_detail": "Bank transfer with IBAN in a Swiss bank, no identity", "profile": {"username": "Dax", "name": "Dax (162; 100%)", "feedback_score": 100, "trade_count": "162", "last_online": "2022-02-10T22:29:51.105Z"}}, "actions": {"public_view": "https://agoradesk.com/ad/505f6224-f039-4366-9f62-24f03963668e"}}]}}, "status": 200}] diff --git a/handler/tests/data/lbtc_ads.json b/handler/tests/data/lbtc_ads.json deleted file mode 100644 index 3eaa06f..0000000 --- a/handler/tests/data/lbtc_ads.json +++ /dev/null @@ -1 +0,0 @@ -[1, "GBP", "BTC", {"success": true, "message": "OK", "response": {"data": {"ad_list": [{"data": {"profile": {"username": "Harrey", "trade_count": "2", "feedback_score": 100, "name": "Harrey (2; 100%)", "last_online": "2022-04-19T11:32:01+00:00"}, "visible": true, "hidden_by_opening_hours": false, "location_string": "United Kingdom", "countrycode": "GB", "city": "", "trade_type": "ONLINE_SELL", "online_provider": "NATIONAL_BANK", "first_time_limit_btc": null, "volume_coefficient_btc": "1.50", "sms_verification_required": false, "currency": "GBP", "lat": 0.0, "lon": 0.0, "min_amount": "1.00", "max_amount": "500.00", "max_amount_available": "10.90", "min_amount_available": "3.08", "ad_id": 1452045, "temp_price_usd": "40163.84", "temp_price": "30800.00", "created_at": "2022-04-19T11:31:41+00:00", "require_feedback_score": 0, "require_trade_volume": 0.0, "msg": "Bank Transfer\r\nOpen trade for any amount\r\nI will only release coin after payment is confirmed\r\n\r\nTelegram: Harrey_09\r\nWhatsApp: +18323245314\r\n\r\nYou are Welcome !\n", "bank_name": "Any Bank", "atm_model": null, "require_trusted_by_advertiser": false, "require_identification": false, "is_local_office": false, "payment_window_minutes": 90, "limit_to_fiat_amounts": null}, "actions": {"public_view": "https://localbitcoins.com/ad/1452045"}}, {"data": {"profile": {"username": "Angelchira", "trade_count": "3000+", "feedback_score": 100, "name": "Angelchira (3000+; 100%)", "last_online": "2022-04-19T20:01:35+00:00"}, "visible": true, "hidden_by_opening_hours": false, "location_string": "United Kingdom", "countrycode": "GB", "city": "", "trade_type": "ONLINE_SELL", "online_provider": "NATIONAL_BANK", "first_time_limit_btc": null, "volume_coefficient_btc": "1.50", "sms_verification_required": false, "currency": "GBP", "lat": 0.0, "lon": 0.0, "min_amount": "30.00", "max_amount": "292.00", "max_amount_available": "292.00", "min_amount_available": "30.00", "ad_id": 1359267, "temp_price_usd": "41991.30", "temp_price": "32201.41", "created_at": "2021-04-05T19:07:51+00:00", "require_feedback_score": 0, "require_trade_volume": 0.0, "msg": "Terms of sale:\n- ONLY UP TO 400, oo \u00a3 Please only UP to this amount, DO NOT OFFER FOR A HIGHER AMOUNT\n- Only people / Users with +30 trade and with a minimum 99% reputation.\n- If you have less than -30 Trade. You should send:\n* National ID or Passport\n* Selfie with Identity Document\n\nDo You Agree.?\n\n- Request and wait for the data to transfer. The operation will take I end up with the first person to bid and only if they comply with the verification and correct reputation in localbitocoin.\n- BTCs are released ONLY after the transfer is verified. Remembering that we have 90 minutes to release the BTC.\n- At the moment of accepting to accept the trade you confirm that the origin of your money is totally legal and you agree and consent to the payment you are going to make and that there is no type of pressure or cheated for you to make this payment which you fully agree to make.\n- WE RESERVE THE RIGHT to reject the purchase or perform IDENTITY VERIFICATION when deemed necessary.\n- If you feel uncomfortable or denied these conditions, please avoid inconvenience and simply DO NOT START THE TRADE.\n\nIn the payment description, just put the word \u00a8PAYMENT\u00a8\n\nThank you very much for your purchase.", "bank_name": "All Banks UK - Read Conditions", "atm_model": null, "require_trusted_by_advertiser": false, "require_identification": true, "is_local_office": false, "payment_window_minutes": 90, "limit_to_fiat_amounts": null}, "actions": {"public_view": "https://localbitcoins.com/ad/1359267"}}, {"data": {"profile": {"username": "Bittylicious.com-James", "trade_count": "200+", "feedback_score": 100, "name": "Bittylicious.com-James (200+; 100%)", "last_online": "2022-04-19T20:12:35+00:00"}, "visible": true, "hidden_by_opening_hours": false, "location_string": "United Kingdom", "countrycode": "GB", "city": "London", "trade_type": "ONLINE_SELL", "online_provider": "NATIONAL_BANK", "first_time_limit_btc": null, "volume_coefficient_btc": "100.00", "sms_verification_required": false, "currency": "GBP", "lat": 0.0, "lon": 0.0, "min_amount": "1.00", "max_amount": "3000.00", "max_amount_available": "3000.00", "min_amount_available": "3.24", "ad_id": 1434612, "temp_price_usd": "42131.45", "temp_price": "32308.88", "created_at": "2022-01-23T11:31:51+00:00", "require_feedback_score": 85, "require_trade_volume": 0.0, "msg": "\u2b50 The UK's First Cryptocurrency Platform! \u2b50\n\n5\u2b50 on Trustpilot with over 1 Million Successful Trades. \u2714\ufe0f\n\nLightning fast 24/7 service to trade when it suits YOU.\n\nPlease wait for us to message you, this should only be a few seconds. Please refresh the page if nothing is showing.\n\nID Verification will be required before we can trade with you. (Which may include a video call, dependant on your profile).\n\nWe are unable to trade with you if you fall under the following critera:\n\n1) You are under the age of 16 years old.\n2) You are a US Citizen unless you have an alternative citizenship.\n3) We can only trade with persons/business physically residing in the UK/IoM.\n\nYou will be permanently banned from Bittylicious if there is reason to believe that you are seeking to use cryptocurrency for the following reasons:\n\n1) any illegal purpose under Isle of Man law, including money laundering (NB: additional rules might also apply in your jurisdiction).\n\n2) paying any kind of sum (e.g. ransom) to hackers or fraudsters, regardless of individual circumstances.\n\n3) knowingly transferring funds to, from or for a Politically Exposed Person (PEP), someone related to them or their associates without our explicit authorisation.\n\n4) transferring funds into or out of any country considered to be a high risk country by the European Commission, the UK government or FATF without our explicit authorisation.\n\nThere is no right of appeal in such instances. Your account will be closed, and you will not be able to buy or sell cryptocurrency on Bittylicious. This ban is indefinite.\n\nFinally, please be prepared to have your account closed if you use threatening, coarse or discriminatory language or behave badly towards any our staff, who are entitled to work in a safe and respectful environment.\n\nData Protection\n\nBittylicious is registered with the Isle of Man Information Commissioner (https://www.inforights.im/) under reference IC292128I and your data is encrypted with 2048bit encryption. Please see our data protection and storage policy here: https://help.bittylicious.com/index.php?title=Data_protection\n\n\u26a0\ufe0f Note: Monese, TSB and Wise have taken a hard line on crypto businesses so you would need to use a different bank to be able to send to us.\u26a0\ufe0f\n\nHow do I know this is really Bittylicious? Check here help.bittylicious.com/index.php?title=Bittylicious_on_other_platforms", "bank_name": "Instant", "atm_model": null, "require_trusted_by_advertiser": false, "require_identification": false, "is_local_office": false, "payment_window_minutes": 90, "limit_to_fiat_amounts": null}, "actions": {"public_view": "https://localbitcoins.com/ad/1434612"}}, {"data": {"profile": {"username": "tutsidelopez", "trade_count": "500+", "feedback_score": 100, "name": "tutsidelopez (500+; 100%)", "last_online": "2022-04-19T20:08:35+00:00"}, "visible": true, "hidden_by_opening_hours": false, "location_string": "United Kingdom", "countrycode": "GB", "city": "", "trade_type": "ONLINE_SELL", "online_provider": "NATIONAL_BANK", "first_time_limit_btc": null, "volume_coefficient_btc": "1.50", "sms_verification_required": false, "currency": "GBP", "lat": 0.0, "lon": 0.0, "min_amount": "100.00", "max_amount": null, "max_amount_available": "12038.94", "min_amount_available": "100.00", "ad_id": 1451964, "temp_price_usd": "42131.45", "temp_price": "32308.88", "created_at": "2022-04-18T18:55:05+00:00", "require_feedback_score": 0, "require_trade_volume": 0.0, "msg": "In order to trade securely, first-time customers are required to send a picture of your valid photo ID with the following statement:\r\n\r\n\"I [Your Name] will pay for the bitcoin from my bank account using my own money gotten legitimately. [sign][date]\"\r\n\r\n\u26a0\ufe0f All of the above must be in a single photo, I do not accept scanned images. I accept payment from third parties only with these conditions.\n", "bank_name": "TransferWise", "atm_model": null, "require_trusted_by_advertiser": false, "require_identification": false, "is_local_office": false, "payment_window_minutes": 90, "limit_to_fiat_amounts": null}, "actions": {"public_view": "https://localbitcoins.com/ad/1451964"}}, {"data": {"profile": {"username": "DeltaTip", "trade_count": "5000+", "feedback_score": 97, "name": "DeltaTip (5000+; 97%)", "last_online": "2022-04-19T20:12:35+00:00"}, "visible": true, "hidden_by_opening_hours": false, "location_string": "United Kingdom", "countrycode": "GB", "city": "", "trade_type": "ONLINE_SELL", "online_provider": "NATIONAL_BANK", "first_time_limit_btc": "999.00", "volume_coefficient_btc": "999.00", "sms_verification_required": false, "currency": "GBP", "lat": 0.0, "lon": 0.0, "min_amount": "5.00", "max_amount": "10000.00", "max_amount_available": "8544.66", "min_amount_available": "5.00", "ad_id": 1354377, "temp_price_usd": "42156.63", "temp_price": "32328.19", "created_at": "2021-03-24T18:56:30+00:00", "require_feedback_score": 95, "require_trade_volume": 0.0, "msg": "\u3010\u3011Bank account is checked every 5 seconds and bitcoin release is automated.\n\n\u3010\u3011 Trade any time of the day.\n\n\u3010\u3011Please do not use VPN / TOR\n\n\u3010\u3011We do require ID.\n\n\u3010\u3011The Following Banks are NOT supported:\nMonese\nPockit\nuAccount\nBank of Ireland\nEccount", "bank_name": "UK BANK", "atm_model": null, "require_trusted_by_advertiser": false, "require_identification": true, "is_local_office": false, "payment_window_minutes": 90, "limit_to_fiat_amounts": null}, "actions": {"public_view": "https://localbitcoins.com/ad/1354377"}}, {"data": {"profile": {"username": "starclicks_co", "trade_count": "400+", "feedback_score": 100, "name": "starclicks_co (400+; 100%)", "last_online": "2022-04-19T17:30:35+00:00"}, "visible": true, "hidden_by_opening_hours": false, "location_string": "United Kingdom", "countrycode": "GB", "city": "", "trade_type": "ONLINE_SELL", "online_provider": "NATIONAL_BANK", "first_time_limit_btc": null, "volume_coefficient_btc": "5.00", "sms_verification_required": true, "currency": "GBP", "lat": 0.0, "lon": 0.0, "min_amount": "10.00", "max_amount": "947.00", "max_amount_available": "947.00", "min_amount_available": "10.00", "ad_id": 1330431, "temp_price_usd": "43819.28", "temp_price": "33603.21", "created_at": "2021-02-05T02:02:53+00:00", "require_feedback_score": 90, "require_trade_volume": 0.0, "msg": "- VERIFICATION IS REQUIRED\n\n- PAYMENT MUST BE MADE FROM A BANK ACCOUNT THAT MATCHES YOUR REAL NAME\n\n- ONLY UK BASED TRADERS\n\n- ID (PASSPORT OR DRIVING LICENSE) MAY BE REQUIRED IF YOU HAVE NOT HAD A LONG PRESENCE ON LOCALBITCOIN.\n\n- WHATSAPP: +34610843406\n\n- NO TRADE WITH FIRST TIMERS! SORRY.", "bank_name": "Bank Transfer", "atm_model": null, "require_trusted_by_advertiser": false, "require_identification": true, "is_local_office": false, "payment_window_minutes": 90, "limit_to_fiat_amounts": null}, "actions": {"public_view": "https://localbitcoins.com/ad/1330431"}}, {"data": {"profile": {"username": "bitotal", "trade_count": "500+", "feedback_score": 100, "name": "bitotal (500+; 100%)", "last_online": "2022-04-19T19:05:35+00:00"}, "visible": true, "hidden_by_opening_hours": false, "location_string": "United Kingdom", "countrycode": "GB", "city": "", "trade_type": "ONLINE_SELL", "online_provider": "NATIONAL_BANK", "first_time_limit_btc": null, "volume_coefficient_btc": "0.00", "sms_verification_required": false, "currency": "GBP", "lat": 0.0, "lon": 0.0, "min_amount": "100.00", "max_amount": "300.00", "max_amount_available": "300.00", "min_amount_available": "100.00", "ad_id": 1431277, "temp_price_usd": "45266.14", "temp_price": "34712.75", "created_at": "2022-01-06T13:24:51+00:00", "require_feedback_score": 0, "require_trade_volume": 0.0, "msg": "We are a registered company exchanging cryptocurrencies since 2016.\n\nWith this payment method you can send your GBP from any UK bank to one of our GBP accounts.\n\nBased on how and when Your bank will send the money, it may reach our account instantly, after a few hours or 1 business day.\n\nIf you are looking for other ways to pay please visit our full list of offers from here: https://localbitcoins.com/accounts/profile/bitotal/buy-bitcoins-online/\n\nFor higher amounts or multiple transactions please visit our website or mail us at info@bitotal.com.", "bank_name": "NA", "atm_model": null, "require_trusted_by_advertiser": false, "require_identification": true, "is_local_office": false, "payment_window_minutes": 90, "limit_to_fiat_amounts": null}, "actions": {"public_view": "https://localbitcoins.com/ad/1431277"}}, {"data": {"profile": {"username": "Bitcoinmarketprice", "trade_count": "0", "feedback_score": 100, "name": "Bitcoinmarketprice (0)", "last_online": "2022-04-07T15:34:59+00:00"}, "visible": true, "hidden_by_opening_hours": false, "location_string": "United Kingdom", "countrycode": "GB", "city": "", "trade_type": "ONLINE_SELL", "online_provider": "NATIONAL_BANK", "first_time_limit_btc": "1.00", "volume_coefficient_btc": "1.50", "sms_verification_required": false, "currency": "GBP", "lat": 0.0, "lon": 0.0, "min_amount": null, "max_amount": null, "max_amount_available": "0.00", "min_amount_available": "3.49", "ad_id": 1382819, "temp_price_usd": "45472.84", "temp_price": "34871.26", "created_at": "2021-06-09T12:50:04+00:00", "require_feedback_score": 0, "require_trade_volume": 0.0, "msg": "UK BANK Transfer only! Please make contact prior to starting trade to avoid missed trades.\nBitcoin will only be released from escrow when payment has cleared.", "bank_name": "Bank to bank transfer", "atm_model": null, "require_trusted_by_advertiser": false, "require_identification": false, "is_local_office": false, "payment_window_minutes": 90, "limit_to_fiat_amounts": null}, "actions": {"public_view": "https://localbitcoins.com/ad/1382819"}}, {"data": {"profile": {"username": "JDRbitcoins", "trade_count": "10 000+", "feedback_score": 100, "name": "JDRbitcoins (10 000+; 100%)", "last_online": "2022-04-19T19:34:35+00:00"}, "visible": true, "hidden_by_opening_hours": false, "location_string": "United Kingdom", "countrycode": "GB", "city": "", "trade_type": "ONLINE_SELL", "online_provider": "NATIONAL_BANK", "first_time_limit_btc": "1.20", "volume_coefficient_btc": "3.00", "sms_verification_required": false, "currency": "GBP", "lat": 0.0, "lon": 0.0, "min_amount": "50.00", "max_amount": null, "max_amount_available": "26081.48", "min_amount_available": "50.00", "ad_id": 1068826, "temp_price_usd": "47537.75", "temp_price": "36454.75", "created_at": "2019-09-17T10:17:40+00:00", "require_feedback_score": 0, "require_trade_volume": 0.0, "msg": "\u272a 0-1 Minute Release Time\n\u263a Human Experience (No Bots here!)\n\u2713 Always Available\n\n\u261e If you have not previously traded with me or have not previously provided verification to me then you will need to do so.\n\n\u2717 I DO NOT accept third party payments under any circumstances.\n\u2717 I DO NOT supply bitcoins for illegal use or any other criminal activity.", "bank_name": "Online Bank Transfer", "atm_model": null, "require_trusted_by_advertiser": false, "require_identification": true, "is_local_office": false, "payment_window_minutes": 90, "limit_to_fiat_amounts": null}, "actions": {"public_view": "https://localbitcoins.com/ad/1068826"}}, {"data": {"profile": {"username": "mommabear007", "trade_count": "7000+", "feedback_score": 99, "name": "mommabear007 (7000+; 99%)", "last_online": "2022-04-17T14:40:59+00:00"}, "visible": true, "hidden_by_opening_hours": false, "location_string": "United Kingdom", "countrycode": "GB", "city": "", "trade_type": "ONLINE_SELL", "online_provider": "NATIONAL_BANK", "first_time_limit_btc": null, "volume_coefficient_btc": "1.50", "sms_verification_required": false, "currency": "GBP", "lat": 0.0, "lon": 0.0, "min_amount": "3.00", "max_amount": "1200.00", "max_amount_available": "1073.02", "min_amount_available": "3.65", "ad_id": 1170564, "temp_price_usd": "47539.80", "temp_price": "36456.32", "created_at": "2020-04-08T13:27:53+00:00", "require_feedback_score": 0, "require_trade_volume": 0.0, "msg": "WARNING\nNew bank account details\n\nWelcome\n\nFAST TRANSFER\nNO THIRD PARTIES\nIMPORTANT BEFORE MAKING TRADE\n\nI HAVE HAD SOME BAD FEEDBACK FROM CUSTOMERS WHO I HAVE REFUSED TO TRADE WITH, THIS IS MAINLY BECAUSE THEY HAVE NOT OR REFUSE TO SEND INFORMATION TO VERIFIY THEMSELVES.\n\nANYONE WHO HAS BELOW 25 FEEDBACK OR ANY RECENT NEGATIVE FEEDBACK WILL HAVE TO VERIFY THEMSELVES VIA THE PROPOSALS BELOW.\n\nDONT OPEN TRADE UNLESS YOU ARE WILLING TO GO THROUGH STEPS FOR VERIFICATION USING PHOTOS,\n\nI am a bitcoin broker providing an service on localbitcoins. I am also available 24/7\n\nMy name is bal and I deal with small volume buyers and new clients. All new buyer are welcome to open a trade with me as long as i can verify buyers. I will ask for photo ID verification to protect myself from fraud.\n\nDue to various types of scams I will ask for various types of verification's to protect us both.\n\nI also ask for a photo of passport/drivers licence and photo of bank card used showing name and sort code and account anything else can be hidden this is only to protect myself.\n\nalso for clients with low feedback I will ask that you provide a selfie with a written note.\n\"I YOUR NAME am buying AMOUNT OF MONEY GBP from mommabear007. I am buying for myself and not for any 3rd parties. I will not do a chargeback and am not buying against my will. DATE\nyour signature.\n\nWARNING ANYONE CANCELLING A TRADE AFTER BANK DETAILS ARE GIVEN OR NOT MAKING PAYMENT WILL RECEIVE NEGATIAVE FEEDBACK\n\nI offer a fast reliable service.\n\nRef: birthday gift", "bank_name": "Revolut", "atm_model": null, "require_trusted_by_advertiser": false, "require_identification": true, "is_local_office": false, "payment_window_minutes": 90, "limit_to_fiat_amounts": null}, "actions": {"public_view": "https://localbitcoins.com/ad/1170564"}}, {"data": {"profile": {"username": "ParadoxHD", "trade_count": "200+", "feedback_score": 100, "name": "ParadoxHD (200+; 100%)", "last_online": "2022-04-19T10:33:01+00:00"}, "visible": true, "hidden_by_opening_hours": false, "location_string": "United Kingdom House, Fitzrovia, London W1W 8DY, UK", "countrycode": "GB", "city": "England", "trade_type": "ONLINE_SELL", "online_provider": "NATIONAL_BANK", "first_time_limit_btc": null, "volume_coefficient_btc": "1.50", "sms_verification_required": false, "currency": "GBP", "lat": 0.0, "lon": 0.0, "min_amount": "1.00", "max_amount": null, "max_amount_available": "38.88", "min_amount_available": "3.68", "ad_id": 1331232, "temp_price_usd": "47942.83", "temp_price": "36765.39", "created_at": "2021-02-06T15:03:36+00:00", "require_feedback_score": 0, "require_trade_volume": 0.0, "msg": "Buy Bitcoin via UK Bank transfer, UK banks only.\n\nDue to KYC restrictions you MUST be 18 or over to purchase BTC.\n\nKYC Photo ID Verification required for new users, and first time buyers with me. Your information and documents are 100% safe, I am compliant with all current legislation's and will not share your information. We MAY require a handwritten note to clarify you're intentions in sending the payment.\n\nFaster Payments friendly, if your bank does not support faster payments, or there's a delay with the transfer, you will have to wait until the funds arrive before I release the Bitcoin to your wallet. I will never release early, or release before the funds show in my account.\n\nYour real name on LocalBitcoins, ID and Bank Card, must match the same name on the transfer of the bank account you are sending from.\n\nIf the name on the transfer is different from the verification you have provided, I will dispute the payment immediately, and report you to LocalBitcoins Admin. I will also contact the fraud department of both my bank and the bank the payment has been sent from, and report it as a fraudulent payment.\n\nAny scammers or fraudsters who are using 3rd party bank accounts, or tricking people into sending money etc, do not bother wasting your time. I will call the owners bank immediately, and notify them that the account owner is being a victim of fraud, and the account is being used fraudulently to purchase Cryptocurrency.\n\nIf you intending to chargeback the payment, do not bother wasting your time. I will not hesitate to report you to both my bank and yours, along with the evidence of you purchasing, and receiving the Cryptocurrency you purchased via this platform.\n\nI do not condone the use of bitcoins for illegitimate activities.\n\nIf the text on your ID, proof of address document and/or handwritten note are not legible I may ask for additional close up photo(s).\n\nBy opening a trade and not replying / going offline will result in being blocked forever by us and will never be able to trade with us again.\n\nFollowing the completion of this trade you will become a trusted customer able to trade with any account on this website containing 'Localbitcoins.co.uk' - this means no more annoying ID or proof of address photos when opening a trade with ANY of us!\n\nBy continuing with this trade, you agree with all policies held at the bottom of localbitcoins.com. Please cancel this trade if you do not agree with any of the policies.", "bank_name": "ANY UK BANK", "atm_model": null, "require_trusted_by_advertiser": false, "require_identification": false, "is_local_office": false, "payment_window_minutes": 90, "limit_to_fiat_amounts": null}, "actions": {"public_view": "https://localbitcoins.com/ad/1331232"}}, {"data": {"profile": {"username": "demoric102", "trade_count": "100+", "feedback_score": 100, "name": "demoric102 (100+; 100%)", "last_online": "2022-04-19T17:34:35+00:00"}, "visible": true, "hidden_by_opening_hours": false, "location_string": "United Kingdom", "countrycode": "GB", "city": "", "trade_type": "ONLINE_SELL", "online_provider": "NATIONAL_BANK", "first_time_limit_btc": null, "volume_coefficient_btc": "10.00", "sms_verification_required": true, "currency": "GBP", "lat": 0.0, "lon": 0.0, "min_amount": "200.00", "max_amount": "1000.00", "max_amount_available": "1000.00", "min_amount_available": "200.00", "ad_id": 1445019, "temp_price_usd": "48366.57", "temp_price": "37090.34", "created_at": "2022-03-16T16:39:35+00:00", "require_feedback_score": 100, "require_trade_volume": 0.0, "msg": "Hello thank you for wanting to trade.\n\nIn order to trade securely, first time customers are required to send a picture of your valid photo ID alongside the following handwriting statement.\n\n\"I [Your Name] will pay for the bitcoin from my bank account using my own money gotten legitimately and without any third party involved. [sign][date]\"\n\nNote: Payment must be made from your own bank account matching your real name on LocalBitcoins, and photo ID. Thus, third party transactions are not allowed.\n\nThank you.", "bank_name": "Starling Bank", "atm_model": null, "require_trusted_by_advertiser": false, "require_identification": true, "is_local_office": false, "payment_window_minutes": 90, "limit_to_fiat_amounts": null}, "actions": {"public_view": "https://localbitcoins.com/ad/1445019"}}, {"data": {"profile": {"username": "eenitan161", "trade_count": "47", "feedback_score": 100, "name": "eenitan161 (47; 100%)", "last_online": "2022-04-19T15:59:35+00:00"}, "visible": true, "hidden_by_opening_hours": false, "location_string": "London, UK", "countrycode": "GB", "city": "London", "trade_type": "ONLINE_SELL", "online_provider": "NATIONAL_BANK", "first_time_limit_btc": null, "volume_coefficient_btc": "1.50", "sms_verification_required": true, "currency": "GBP", "lat": 0.0, "lon": 0.0, "min_amount": "200.00", "max_amount": "8000.00", "max_amount_available": "1429.26", "min_amount_available": "200.00", "ad_id": 1379791, "temp_price_usd": "49357.18", "temp_price": "37850.00", "created_at": "2021-05-31T10:31:06+00:00", "require_feedback_score": 0, "require_trade_volume": 0.0, "msg": "Welcome.\nLet's Trade!\nIf Offline or Not Available reach me on 447398514888 ,WhatsApp ONLY\nFor Trades, available 24/7\nFast Trades. This ad only for UK residents.\n\n**** Company account is not allowed to pay\n\n*** Strictly no 3rd party payment. The person who open the trade must pay him/her-self, no payment on-behalf. If I feel suspicious, I might ask you to prove your identity and location any way I like. Therefore, I reserved the right to ask you to cancel the trade. [YOUR VERIFIED NAME MUST MATCH THE ONE ON THE PAYMENT]\n\nVERY FAST RELEASE TIMES, FEEL FREE TO CHECK :)\n\nMay request ID if you have a low amount of transactions or not enough identification.\n\nID can consist of your ID next to the bank card.\nOr you taking a selfie with your bank card and a paper which says my username and the date.", "bank_name": "Revolut", "atm_model": null, "require_trusted_by_advertiser": false, "require_identification": true, "is_local_office": false, "payment_window_minutes": 90, "limit_to_fiat_amounts": null}, "actions": {"public_view": "https://localbitcoins.com/ad/1379791"}}, {"data": {"profile": {"username": "btcladybd", "trade_count": "4000+", "feedback_score": 100, "name": "btcladybd (4000+; 100%)", "last_online": "2022-04-19T20:12:35+00:00"}, "visible": true, "hidden_by_opening_hours": false, "location_string": "London, UK", "countrycode": "GB", "city": "London", "trade_type": "ONLINE_SELL", "online_provider": "NATIONAL_BANK", "first_time_limit_btc": null, "volume_coefficient_btc": "1.50", "sms_verification_required": true, "currency": "GBP", "lat": 0.0, "lon": 0.0, "min_amount": "50.00", "max_amount": "1000.00", "max_amount_available": "1000.00", "min_amount_available": "50.00", "ad_id": 1435762, "temp_price_usd": "53729.03", "temp_price": "41202.59", "created_at": "2022-01-30T13:42:48+00:00", "require_feedback_score": 0, "require_trade_volume": 0.0, "msg": "First of all, wishing you a good trade.\n\n**** This ad only for UK residents.\n\n**** Company account is not allowed to pay\n\n*** Strictly no 3rd party payment. The person who open the trade must pay him/her-self, no payment on-behalf. If I feel suspicious, I might ask you to prove your identity and location any way I like. Therefore, I reserved the right to ask you to cancel the trade.\n\n**** New unveried traders may face extensive ID verification with selfie and phone verification. So, if you are not prepare for this, don't send trade request.\n\n*** I reserved the right to deny to trade with you any time for any situation of my side without stating any particular reason. If you not agree, don't send trade request.\n\nSteps 1-2-3:\n1) Open the Trade with your amount and quantity.\n2) Transfer money to my Bank account provided inside with the unique Reference no: of the trade.\n3) Let me check your payment and release your btc.\n\nIn most cases I will take maximum 5-10 min to release your BTC.\nIf you want to buy more than my range, please open a trade with any amount and then chat inside.", "bank_name": "Any UK Bank", "atm_model": null, "require_trusted_by_advertiser": false, "require_identification": true, "is_local_office": false, "payment_window_minutes": 90, "limit_to_fiat_amounts": null}, "actions": {"public_view": "https://localbitcoins.com/ad/1435762"}}, {"data": {"profile": {"username": "CarloMazzillo", "trade_count": "700+", "feedback_score": 100, "name": "CarloMazzillo (700+; 100%)", "last_online": "2022-04-19T20:11:35+00:00"}, "visible": true, "hidden_by_opening_hours": false, "location_string": "United Kingdom", "countrycode": "GB", "city": "", "trade_type": "ONLINE_SELL", "online_provider": "NATIONAL_BANK", "first_time_limit_btc": null, "volume_coefficient_btc": "1.50", "sms_verification_required": true, "currency": "GBP", "lat": 0.0, "lon": 0.0, "min_amount": "20.00", "max_amount": "933.00", "max_amount_available": "248.28", "min_amount_available": "20.00", "ad_id": 1445674, "temp_price_usd": "53729.03", "temp_price": "41202.59", "created_at": "2022-03-19T12:13:43+00:00", "require_feedback_score": 90, "require_trade_volume": 0.0, "msg": "WISE GBP balance to WISE GBP balance only!\n\n1/ Third Party is Strictly Not Allowed.\nLocalbitcoins And WISE Name Must Be Same\nShow me your name in WISE account first\n\n2/ Only WISE GBP balance is accepted\nShow me your WISE GBP balance\n\n3/ The amount I receive must be equal to the amount of trade\n\nThis advertisement is only for bank transfers. If you want to pay with credit card, contact localbitcoins.com/ad/1234.\n\nPlease send request only if you can complete the payment within 2 hours.", "bank_name": "Wise", "atm_model": null, "require_trusted_by_advertiser": false, "require_identification": true, "is_local_office": false, "payment_window_minutes": 90, "limit_to_fiat_amounts": null}, "actions": {"public_view": "https://localbitcoins.com/ad/1445674"}}, {"data": {"profile": {"username": "miguelnicotra", "trade_count": "7000+", "feedback_score": 100, "name": "miguelnicotra (7000+; 100%)", "last_online": "2022-04-19T20:05:35+00:00"}, "visible": true, "hidden_by_opening_hours": false, "location_string": "United Kingdom", "countrycode": "GB", "city": "", "trade_type": "ONLINE_SELL", "online_provider": "NATIONAL_BANK", "first_time_limit_btc": null, "volume_coefficient_btc": "1.50", "sms_verification_required": false, "currency": "GBP", "lat": 0.0, "lon": 0.0, "min_amount": "2000.00", "max_amount": "7000.00", "max_amount_available": "7000.00", "min_amount_available": "2000.00", "ad_id": 1428769, "temp_price_usd": "58429.76", "temp_price": "44807.39", "created_at": "2021-12-22T00:04:55+00:00", "require_feedback_score": 0, "require_trade_volume": 0.0, "msg": "Faster Payments friendly, if your bank does not support faster payments, or there's a delay with the transfer, you will have to wait until the funds arrive before I release the Bitcoin to your wallet. I will never release early, or release before the funds show in my account.\n\nYour real name on LocalBitcoins, ID and Bank Card, must match the same name on the transfer of the bank account you are sending from.\n\nIf the name on the transfer is different from the verification you have provided, I will dispute the payment immediately, and report you to LocalBitcoins Admin. I will also contact the fraud department of both my bank and the bank the payment has been sent from, and report it as a fraudulent payment.\n\nAny scammers or fraudsters who are using 3rd party bank accounts, or tricking people into sending money etc, do not bother wasting your time. I will call the owners bank immediately, and notify them that the account owner is being a victim of fraud, and the account is being used fraudulently to purchase Cryptocurrency.\n\nIf you intending to chargeback the payment, do not bother wasting your time. I will not hesitate to report you to both my bank and yours, along with the evidence of you purchasing, and receiving the Cryptocurrency you purchased via this platform.", "bank_name": "instant transfer", "atm_model": null, "require_trusted_by_advertiser": false, "require_identification": true, "is_local_office": false, "payment_window_minutes": 90, "limit_to_fiat_amounts": null}, "actions": {"public_view": "https://localbitcoins.com/ad/1428769"}}, {"data": {"profile": {"username": "Ceres", "trade_count": "100+", "feedback_score": 95, "name": "Ceres (100+; 95%)", "last_online": "2022-04-12T06:53:32+00:00"}, "visible": true, "hidden_by_opening_hours": false, "location_string": "United Kingdom", "countrycode": "GB", "city": "", "trade_type": "ONLINE_SELL", "online_provider": "NATIONAL_BANK", "first_time_limit_btc": null, "volume_coefficient_btc": "1.00", "sms_verification_required": true, "currency": "GBP", "lat": 0.0, "lon": 0.0, "min_amount": "300.00", "max_amount": "1500.00", "max_amount_available": "708.63", "min_amount_available": "300.00", "ad_id": 326809, "temp_price_usd": "66128.04", "temp_price": "50710.88", "created_at": "2016-04-07T14:50:23+00:00", "require_feedback_score": 95, "require_trade_volume": 0.0, "msg": "Faster payments\n\nI am available to trade between 6am to 3pm GMT", "bank_name": "Tide", "atm_model": null, "require_trusted_by_advertiser": false, "require_identification": true, "is_local_office": false, "payment_window_minutes": 90, "limit_to_fiat_amounts": ""}, "actions": {"public_view": "https://localbitcoins.com/ad/326809"}}], "ad_count": 17}}, "status": 200}]