localbitcoins 0.0.4 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (57) hide show
  1. checksums.yaml +13 -5
  2. data/.gitignore +2 -0
  3. data/Gemfile.lock +16 -19
  4. data/README.md +319 -35
  5. data/Rakefile +1 -1
  6. data/lib/localbitcoins/client/ads.rb +45 -9
  7. data/lib/localbitcoins/client/contacts.rb +66 -0
  8. data/lib/localbitcoins/client/escrows.rb +8 -12
  9. data/lib/localbitcoins/client/markets.rb +27 -0
  10. data/lib/localbitcoins/client/public.rb +78 -0
  11. data/lib/localbitcoins/client/users.rb +16 -0
  12. data/lib/localbitcoins/client/wallet.rb +28 -0
  13. data/lib/localbitcoins/client.rb +13 -1
  14. data/lib/localbitcoins/request.rb +11 -15
  15. data/lib/localbitcoins/version.rb +1 -1
  16. data/localbitcoins.gemspec +3 -3
  17. data/spec/client_spec.rb +397 -8
  18. data/spec/fixtures/account_info.json +14 -0
  19. data/spec/fixtures/ad_create.json +5 -0
  20. data/spec/fixtures/ad_list.json +103 -0
  21. data/spec/fixtures/ad_single.json +55 -0
  22. data/spec/fixtures/ad_update.json +5 -0
  23. data/spec/fixtures/ads.json +103 -0
  24. data/spec/fixtures/contact_message.json +5 -0
  25. data/spec/fixtures/contacts.json +52 -0
  26. data/spec/fixtures/contacts_active.json +165 -0
  27. data/spec/fixtures/contacts_active_buyers.json +60 -0
  28. data/spec/fixtures/contacts_active_sellers.json +111 -0
  29. data/spec/fixtures/contacts_cancel.json +5 -0
  30. data/spec/fixtures/contacts_canceled_contacts.json +162 -0
  31. data/spec/fixtures/contacts_closed_contacts.json +109 -0
  32. data/spec/fixtures/contacts_contact_info.json +52 -0
  33. data/spec/fixtures/contacts_contacts_info.json +111 -0
  34. data/spec/fixtures/contacts_create.json +10 -0
  35. data/spec/fixtures/contacts_messages.json +43 -0
  36. data/spec/fixtures/contacts_released_contacts.json +60 -0
  37. data/spec/fixtures/currencies.json +505 -0
  38. data/spec/fixtures/currency_ticker.json +236 -0
  39. data/spec/fixtures/escrow_release.json +5 -0
  40. data/spec/fixtures/escrows.json +24 -22
  41. data/spec/fixtures/local_buy_ads.json +93 -0
  42. data/spec/fixtures/local_sell_ads.json +93 -0
  43. data/spec/fixtures/logout.json +0 -0
  44. data/spec/fixtures/myself.json +14 -0
  45. data/spec/fixtures/online_buy_ads.json +637 -0
  46. data/spec/fixtures/online_sell_ads.json +2160 -0
  47. data/spec/fixtures/orderbook.json +1739 -0
  48. data/spec/fixtures/payment_methods.json +95 -0
  49. data/spec/fixtures/places.json +15 -0
  50. data/spec/fixtures/ticker.json +254 -0
  51. data/spec/fixtures/trades.json +3002 -0
  52. data/spec/fixtures/wallet.json +34 -0
  53. data/spec/fixtures/wallet_addr.json +6 -0
  54. data/spec/fixtures/wallet_balance.json +16 -0
  55. data/spec/fixtures/wallet_send.json +5 -0
  56. data/spec/spec_helper.rb +26 -29
  57. metadata +51 -7
@@ -0,0 +1,637 @@
1
+ {
2
+ "data":{
3
+ "ad_list":[
4
+ {
5
+ "data":{
6
+ "require_feedback_score":50,
7
+ "reference_type":"SHORT",
8
+ "trusted_required":false,
9
+ "currency":"USD",
10
+ "age_days_coefficient_limit":"4.00",
11
+ "first_time_limit_btc":"1.00",
12
+ "city":"",
13
+ "location_string":"United States",
14
+ "countrycode":"US",
15
+ "max_amount":null,
16
+ "lon":0.00,
17
+ "sms_verification_required":false,
18
+ "require_trade_volume":0.00,
19
+ "online_provider":"MONEYGRAM",
20
+ "max_amount_available":"884",
21
+ "msg":"Email: BankofSatoshi@gmail.com\r\nContact hours: 5 PM - 5 AM CST, 7 days a week.\r\n\r\nI can sell more than the maximum amount.\r\nI just don't like keeping all my Bitcoins online. \r\nMessage me the amount you want to buy and I'll let you know if I have enough bitcoins.\r\n\r\nUsually payment processing takes a couple hours, up to 1 day.\r\nAll payments placed at night will be processed the next day.\r\nAll payments placed on weekends will be processed the next business day.\r\n\r\nRequired amount of BTC will be transferred to ESCROW.\r\n\r\n1. Please locate office or pay online:\r\nhttp://www.moneygram.com\r\nCost Estimator:\r\nhttps://www.moneygram.com/wps/portal/moneygramonline/home/estimator?LC=en-US\r\n\r\n2. After making payment, mark payment as complete.\r\n\r\n3. Message me: \r\n-Reference Number - Tracking Number\r\n-Phone Number\r\n-Full Name\r\n-City, State, Country\r\n\r\nFor amounts over $500:\r\n-----------------------------------------------------------------\r\n-Photo of cash receipt and photo ID. Make sure photo is good and all text is readable.\r\n\r\nIf you paid online: Send a photo of your card and cover digits on card (just to show it's real and your name is visible on card)\r\n\r\nUse attach document or email photos to:\r\nBankofSatoshi@gmail.com\r\n----------------------------------------------------------------\r\n\r\nEscrow will be released to your wallet after payment clears.",
22
+ "email":null,
23
+ "volume_coefficient_btc":"1.50",
24
+ "profile":{
25
+ "username":"btcusd",
26
+ "feedback_score":100,
27
+ "trade_count":"100+",
28
+ "last_online":"2014-06-20T03:55:43+00:00",
29
+ "name":"btcusd (100+; 100%)"
30
+ },
31
+ "bank_name":"Moneygram",
32
+ "trade_type":"ONLINE_SELL",
33
+ "ad_id":28997,
34
+ "temp_price":"884.03",
35
+ "min_amount":"100",
36
+ "temp_price_usd":"884.03",
37
+ "lat":0.00,
38
+ "visible":true,
39
+ "created_at":"2013-09-03T03:14:29+00:00",
40
+ "atm_model":null
41
+ },
42
+ "actions":{
43
+ "public_view":"https://localbitcoins.com/ad/28997"
44
+ }
45
+ },
46
+ {
47
+ "data":{
48
+ "require_feedback_score":0,
49
+ "reference_type":"SHORT",
50
+ "trusted_required":false,
51
+ "currency":"USD",
52
+ "age_days_coefficient_limit":"4.00",
53
+ "first_time_limit_btc":null,
54
+ "city":"",
55
+ "location_string":"United States",
56
+ "countrycode":"US",
57
+ "max_amount":"400",
58
+ "lon":0.00,
59
+ "sms_verification_required":false,
60
+ "require_trade_volume":0.00,
61
+ "online_provider":"MONEYGRAM",
62
+ "max_amount_available":"400",
63
+ "msg":"Contact hours: 24/24\r\n\r\nHallo,Salut\r\n\r\nwillkommen bei anyousse\r\n\r\nBienvenue Chez Anyousse\r\n\r\nWelcome\r\n\r\nplease read my Terms before you make the Payment:\r\n\r\n1- Please dont mark the Trade as paid before i give you the Payment's Informations.\r\n\r\n2.i accept only cash instant and money ready to be pick up.\r\n\r\n\r\nThanks",
64
+ "email":null,
65
+ "volume_coefficient_btc":"1.50",
66
+ "profile":{
67
+ "username":"anyousse",
68
+ "feedback_score":100,
69
+ "trade_count":"100+",
70
+ "last_online":"2014-06-20T12:47:40+00:00",
71
+ "name":"anyousse (100+; 100%)"
72
+ },
73
+ "bank_name":"",
74
+ "trade_type":"ONLINE_SELL",
75
+ "ad_id":31354,
76
+ "temp_price":"660.00",
77
+ "min_amount":"200",
78
+ "temp_price_usd":"660.00",
79
+ "lat":0.00,
80
+ "visible":true,
81
+ "created_at":"2013-09-17T10:22:26+00:00",
82
+ "atm_model":null
83
+ },
84
+ "actions":{
85
+ "public_view":"https://localbitcoins.com/ad/31354"
86
+ }
87
+ },
88
+ {
89
+ "data":{
90
+ "require_feedback_score":0,
91
+ "reference_type":"SHORT",
92
+ "trusted_required":false,
93
+ "currency":"USD",
94
+ "age_days_coefficient_limit":"4.00",
95
+ "first_time_limit_btc":null,
96
+ "city":"",
97
+ "location_string":"United States",
98
+ "countrycode":"US",
99
+ "max_amount":"500",
100
+ "lon":0.00,
101
+ "sms_verification_required":false,
102
+ "require_trade_volume":0.00,
103
+ "online_provider":"MONEYGRAM",
104
+ "max_amount_available":"500",
105
+ "msg":"Contact hours: 24/24\r\n\r\nHallo,Salut\r\n\r\nwillkommen bei anyousse\r\n\r\nBienvenue Chez Anyousse\r\n\r\nWelcome\r\n\r\nplease read my Terms before you make the Payment:\r\n\r\n1- Please dont mark the Trade as paid before i give you the Payment's Informations.\r\n\r\n2.i accept only cash instant and money ready to be pick up.\r\n\r\n\r\nThanks",
106
+ "email":null,
107
+ "volume_coefficient_btc":"1.50",
108
+ "profile":{
109
+ "username":"anyousse",
110
+ "feedback_score":100,
111
+ "trade_count":"100+",
112
+ "last_online":"2014-06-20T12:47:40+00:00",
113
+ "name":"anyousse (100+; 100%)"
114
+ },
115
+ "bank_name":"",
116
+ "trade_type":"ONLINE_SELL",
117
+ "ad_id":35380,
118
+ "temp_price":"850.00",
119
+ "min_amount":"30",
120
+ "temp_price_usd":"850.00",
121
+ "lat":0.00,
122
+ "visible":true,
123
+ "created_at":"2013-10-14T02:11:18+00:00",
124
+ "atm_model":null
125
+ },
126
+ "actions":{
127
+ "public_view":"https://localbitcoins.com/ad/35380"
128
+ }
129
+ },
130
+ {
131
+ "data":{
132
+ "require_feedback_score":5,
133
+ "reference_type":"SHORT",
134
+ "trusted_required":false,
135
+ "currency":"USD",
136
+ "age_days_coefficient_limit":"4.00",
137
+ "first_time_limit_btc":null,
138
+ "city":"Los Angeles",
139
+ "location_string":"Los Angeles, CA, USA",
140
+ "countrycode":"US",
141
+ "max_amount":"1200",
142
+ "lon":0.00,
143
+ "sms_verification_required":false,
144
+ "require_trade_volume":3.00,
145
+ "online_provider":"MONEYGRAM",
146
+ "max_amount_available":"1099",
147
+ "msg":"Contact hours: 12-8..chose the 10 min. option.You can lookup possible fee @ moneygram.com..Anything above $900 you have to go in person to a mgram location..Walmart has Mgram.Walmart also has walmart2walmart..A bit cheaper then mg...Think their max is $900 per transaction..Fee is $10 I think....Check Walmart.com",
148
+ "email":null,
149
+ "volume_coefficient_btc":"2.00",
150
+ "profile":{
151
+ "username":"J.Bitz",
152
+ "feedback_score":100,
153
+ "trade_count":"100+",
154
+ "last_online":"2014-06-20T21:30:00+00:00",
155
+ "name":"J.Bitz (100+; 100%)"
156
+ },
157
+ "bank_name":"MONEY GRAM",
158
+ "trade_type":"ONLINE_SELL",
159
+ "ad_id":60655,
160
+ "temp_price":"605.18",
161
+ "min_amount":"900",
162
+ "temp_price_usd":"605.18",
163
+ "lat":0.00,
164
+ "visible":true,
165
+ "created_at":"2013-12-15T23:18:30+00:00",
166
+ "atm_model":null
167
+ },
168
+ "actions":{
169
+ "public_view":"https://localbitcoins.com/ad/60655"
170
+ }
171
+ },
172
+ {
173
+ "data":{
174
+ "require_feedback_score":0,
175
+ "reference_type":"SHORT",
176
+ "trusted_required":false,
177
+ "currency":"USD",
178
+ "age_days_coefficient_limit":"4.00",
179
+ "first_time_limit_btc":null,
180
+ "city":"",
181
+ "location_string":"United States",
182
+ "countrycode":"US",
183
+ "max_amount":"500",
184
+ "lon":0.00,
185
+ "sms_verification_required":false,
186
+ "require_trade_volume":0.00,
187
+ "online_provider":"MONEYGRAM",
188
+ "max_amount_available":"500",
189
+ "msg":"Contact hours: Mon - Sun 9:00 am - 10:00 pm EST\r\n\r\n*If you need more than $500, you will have to send multiple moneygrams*\r\n\r\nI only accept NO ID Moneygram pickups. This means you must send it using the security question option. You can choose whatever question you like as long as you send me both the question and answer.\r\n\r\nYou must send all of the following info for me to be able to successfully retrieve the funds:\r\n\r\nDestination State: Georgia (they will ask this)\r\n\r\n1. Sender Name\r\n2. Receiver Name (you can choose whatever name you like as long as it is a common name i.e. Bryan Leary, Tom Brown, Craig Lawson, etc)\r\n3. Reference Number (8 digit number they give you)\r\n4. Amount of transfer\r\n5. Security question and answer\r\n\r\nText me at 678.459.5595 if you have any questions.",
190
+ "email":null,
191
+ "volume_coefficient_btc":"1.50",
192
+ "profile":{
193
+ "username":"Coinfucius",
194
+ "feedback_score":100,
195
+ "trade_count":"100+",
196
+ "last_online":"2014-06-20T21:17:55+00:00",
197
+ "name":"Coinfucius (100+; 100%)"
198
+ },
199
+ "bank_name":"Moneygram",
200
+ "trade_type":"ONLINE_SELL",
201
+ "ad_id":67604,
202
+ "temp_price":"664.51",
203
+ "min_amount":"250",
204
+ "temp_price_usd":"664.51",
205
+ "lat":0.00,
206
+ "visible":true,
207
+ "created_at":"2014-01-09T21:05:54+00:00",
208
+ "atm_model":null
209
+ },
210
+ "actions":{
211
+ "public_view":"https://localbitcoins.com/ad/67604"
212
+ }
213
+ },
214
+ {
215
+ "data":{
216
+ "require_feedback_score":0,
217
+ "reference_type":"SHORT",
218
+ "trusted_required":false,
219
+ "currency":"USD",
220
+ "age_days_coefficient_limit":"4.00",
221
+ "first_time_limit_btc":null,
222
+ "city":"",
223
+ "location_string":"United States",
224
+ "countrycode":"US",
225
+ "max_amount":"4000",
226
+ "lon":0.00,
227
+ "sms_verification_required":false,
228
+ "require_trade_volume":0.00,
229
+ "online_provider":"MONEYGRAM",
230
+ "max_amount_available":"4000",
231
+ "msg":"Contact hours: 10 AM to 10 PM EST\r\n\r\nPay the actual escrow amount No Fees! yes NO FEES.\r\n\r\nYou can pay in cash at any of the 70,000 MoneyGram locations in the United States and Puerto Rico.\r\n\r\n1- At MoneyGram, fill out the ExpressPayment form using the information that we provide to you.\r\n\r\n2- Provide cash payment to the cashier for the escrow amount with NO EXTREA FEES. \r\n\r\n3- MoneyGram will email us immediately and we will release your bitcoins in minutes.\r\n",
232
+ "email":null,
233
+ "volume_coefficient_btc":"1.50",
234
+ "profile":{
235
+ "username":"TVTOYZ.com",
236
+ "feedback_score":100,
237
+ "trade_count":"100+",
238
+ "last_online":"2014-06-20T21:30:18+00:00",
239
+ "name":"TVTOYZ.com (100+; 100%)"
240
+ },
241
+ "bank_name":"",
242
+ "trade_type":"ONLINE_SELL",
243
+ "ad_id":75404,
244
+ "temp_price":"673.41",
245
+ "min_amount":"500",
246
+ "temp_price_usd":"673.41",
247
+ "lat":0.00,
248
+ "visible":true,
249
+ "created_at":"2014-02-03T22:08:31+00:00",
250
+ "atm_model":null
251
+ },
252
+ "actions":{
253
+ "public_view":"https://localbitcoins.com/ad/75404"
254
+ }
255
+ },
256
+ {
257
+ "data":{
258
+ "require_feedback_score":0,
259
+ "reference_type":"SHORT",
260
+ "trusted_required":false,
261
+ "currency":"USD",
262
+ "age_days_coefficient_limit":"4.00",
263
+ "first_time_limit_btc":null,
264
+ "city":"",
265
+ "location_string":"United States",
266
+ "countrycode":"US",
267
+ "max_amount":"2500",
268
+ "lon":0.00,
269
+ "sms_verification_required":true,
270
+ "require_trade_volume":0.00,
271
+ "online_provider":"MONEYGRAM",
272
+ "max_amount_available":"340",
273
+ "msg":"Contact Hours : Usually 24/7\r\nDelivery Time : Max 12 Hours\r\n\r\nThe payment method for this trade is MoneyGram.\r\n\r\nYou will see the receiver's info after you submit a trade request. Go to the nearest MoneyGram agent and pay by cash & provide me with the followings : \r\n\r\n- Reference Number\r\n- First & Last Name\r\n( Please make sure you provide me the exact name you used when paying. )\r\n- Country, City , State , Phone #\r\n- Photo of Paper Receipt\r\n\r\n* Moneygram Online transfer is also available but ID verification is required.\r\n\r\nNOTE : Please don't wait to see me online. As soon as i pickup the payment, i will release the escrow. If you need any help, please send me an SMS text message.\r\n\r\nThank You,\r\nEmail : CoinBebe @ live.com\r\nSMS # : +1 (408) 659-1667\r\nSkype : Coin_Kid\r\n",
274
+ "email":null,
275
+ "volume_coefficient_btc":"1.50",
276
+ "profile":{
277
+ "username":"CoinBebe",
278
+ "feedback_score":100,
279
+ "trade_count":"100+",
280
+ "last_online":"2014-06-20T21:28:14+00:00",
281
+ "name":"CoinBebe (100+; 100%)"
282
+ },
283
+ "bank_name":"===== MoneyGram Payment Details =====",
284
+ "trade_type":"ONLINE_SELL",
285
+ "ad_id":85748,
286
+ "temp_price":"667.47",
287
+ "min_amount":"200",
288
+ "temp_price_usd":"667.47",
289
+ "lat":0.00,
290
+ "visible":true,
291
+ "created_at":"2014-03-11T20:25:26+00:00",
292
+ "atm_model":null
293
+ },
294
+ "actions":{
295
+ "public_view":"https://localbitcoins.com/ad/85748"
296
+ }
297
+ },
298
+ {
299
+ "data":{
300
+ "require_feedback_score":0,
301
+ "reference_type":"SHORT",
302
+ "trusted_required":false,
303
+ "currency":"USD",
304
+ "age_days_coefficient_limit":"4.00",
305
+ "first_time_limit_btc":null,
306
+ "city":"",
307
+ "location_string":"United States",
308
+ "countrycode":"US",
309
+ "max_amount":"3000",
310
+ "lon":0.00,
311
+ "sms_verification_required":false,
312
+ "require_trade_volume":0.10,
313
+ "online_provider":"MONEYGRAM",
314
+ "max_amount_available":"2616",
315
+ "msg":"Contact hours: Mon-Sun 07:00-00:00\r\n\r\n+++ IMPORTANT +++ Read ALL of this before you send me a trade request! You thereby accept my terms stated below. +++\r\n\r\nCONTACT -- Mon-Sun 7:00-00:00 GMT + 8 (often longer...)\r\n\r\nTIME -- You need to be able to pay within 60 minutes after trade request. Do NOT mark as \"paid\" before you have actually paid.\r\n\r\nPAYMENT -- You need to pay in cash (NO plastic) at a physical Moneygram agent location.\r\n\r\nCURRENCY -- This ad is for payments in USD only. I need to receive HKD on my end as well. -- More FCYs: https://localbitcoins.com/accounts/profile/arthurh3/\r\n\r\nFEES -- Any Moneygram fees have to be paid by you.\r\n\r\nPROOF -- After you did the transfer, you need to email me a photo of the transfer receipt and sales slip as well as the phone number of your Moneygram agency for verification.\r\n\r\nPICK UP - Of course, to pick up the money, I'll need the tracking number, your first name, last name, city and country. I'm usually pretty fast with picking up the money.\r\n\r\nSECURITY -- Depending on your account history I might ask you for additional verification or sending a smaller trade request first.\r\n\r\nABOUT ME -- I'm a verified & trusted trader based in Singapore and Hong Kong with 100+ deals done. I won't let you down. Check my reviews and relax.\r\n\r\nLANGUAGE - I speak English.\r\n",
316
+ "email":null,
317
+ "volume_coefficient_btc":"1.50",
318
+ "profile":{
319
+ "username":"arthurh3",
320
+ "feedback_score":100,
321
+ "trade_count":"100+",
322
+ "last_online":"2014-06-20T21:04:40+00:00",
323
+ "name":"arthurh3 (100+; 100%)"
324
+ },
325
+ "bank_name":"",
326
+ "trade_type":"ONLINE_SELL",
327
+ "ad_id":87651,
328
+ "temp_price":"626.54",
329
+ "min_amount":"200",
330
+ "temp_price_usd":"626.54",
331
+ "lat":0.00,
332
+ "visible":true,
333
+ "created_at":"2014-03-17T11:49:35+00:00",
334
+ "atm_model":null
335
+ },
336
+ "actions":{
337
+ "public_view":"https://localbitcoins.com/ad/87651"
338
+ }
339
+ },
340
+ {
341
+ "data":{
342
+ "require_feedback_score":100,
343
+ "reference_type":"SHORT",
344
+ "trusted_required":false,
345
+ "currency":"USD",
346
+ "age_days_coefficient_limit":"4.00",
347
+ "first_time_limit_btc":"0.60",
348
+ "city":"",
349
+ "location_string":"United States",
350
+ "countrycode":"US",
351
+ "max_amount":"2000",
352
+ "lon":0.00,
353
+ "sms_verification_required":true,
354
+ "require_trade_volume":0.00,
355
+ "online_provider":"MONEYGRAM",
356
+ "max_amount_available":"394",
357
+ "msg":"Contact hours: Mon-Sun 00:00-24:00\r\nIf you exchange with us for the first time you will need to attach the copy of your ID. The copy of your ID must contain the note \"Bitcoin trade with Warbler\". You must write it with your hand on the separate piece of paper and take a picture of your document with it.\r\nIf you don't feel comfortable to send us your documents you may blacken some secret info such as the date of birth and so on.\r\nUse \"attach document\" button to send.\r\nFrom Monday till Friday it usually takes 1 hour to pick up transfer. Max delay is 15 hours at night time. I CAN'T pick up transfers on Saturday and Sunday. If you send transfer on weekend, BTC will be released on Monday morning. I live in Russia (Moscow time zone). \r\nFrom Monday till Friday I can pick up transfers within this time:\r\n11:00 PM - 07:00 AM (UTC -08:00 Pacific Time)\r\n02:00 AM - 12:00 AM (UTC -05:00 Eastern Time)\r\n07:00 AM - 05:00 PM (UTC +00:00 Western European Time)\r\n04:00 PM - 02:00 AM (UTC +10:00 Sydney Time)\r\n",
358
+ "email":null,
359
+ "volume_coefficient_btc":"1.50",
360
+ "profile":{
361
+ "username":"warbler",
362
+ "feedback_score":100,
363
+ "trade_count":"100+",
364
+ "last_online":"2014-06-20T17:01:58+00:00",
365
+ "name":"warbler (100+; 100%)"
366
+ },
367
+ "bank_name":"",
368
+ "trade_type":"ONLINE_SELL",
369
+ "ad_id":92372,
370
+ "temp_price":"657.27",
371
+ "min_amount":"100",
372
+ "temp_price_usd":"657.27",
373
+ "lat":0.00,
374
+ "visible":true,
375
+ "created_at":"2014-04-05T10:10:03+00:00",
376
+ "atm_model":null
377
+ },
378
+ "actions":{
379
+ "public_view":"https://localbitcoins.com/ad/92372"
380
+ }
381
+ },
382
+ {
383
+ "data":{
384
+ "require_feedback_score":100,
385
+ "reference_type":"SHORT",
386
+ "trusted_required":false,
387
+ "currency":"USD",
388
+ "age_days_coefficient_limit":"4.00",
389
+ "first_time_limit_btc":"0.50",
390
+ "city":"",
391
+ "location_string":"United States",
392
+ "countrycode":"US",
393
+ "max_amount":"2000",
394
+ "lon":0.00,
395
+ "sms_verification_required":false,
396
+ "require_trade_volume":0.10,
397
+ "online_provider":"MONEYGRAM",
398
+ "max_amount_available":"314",
399
+ "msg":"++++ Please READ EVERYTHING before starting a trade, you thereby ACCEPT ALL my terms of trade. ++++\r\n\r\n++++ If you mark as paid before you have actually paid, you may receive negative feedback and be reported to the site admin, you are risking an account ban if you do so ++++\r\n\r\n++++ The payment can only be sent by you yourself. You need to seek my agreement and upload the appropriate proof otherwise ++++\r\n\r\n== Service Hours ==\r\nMy Moneygram agency service hours: UTC 0130-1200\r\nYou may place orders 24 hours a day, but I can only pick up the money within the agency's service hour.\r\n\r\n== Proof of payment ==\r\nFind a blank area on your MG receipt and write the following message:\r\n\"I am [your user id], [trade reference number]\"\r\nThen upload the receipt here.\r\n(The message you have to write may vary each time, everything you write is related to the transaction)\r\n\r\n== Online payment? ==\r\nOnline payment is not accepted unless you are willing to prove your ID and card ownership. Please inquire before sending.\r\n\r\n== Payment Window ==\r\n90 minutes.\r\nAfter 90 minutes, whether I honour the trade and price is up to my discretion.\r\n\r\n== Fees ==\r\nYou have to cover any Moneygram fees.\r\n\r\n== Transfer type ==\r\n\"Money in Minutes\"\r\n\r\n== Currencies ==\r\nSender's currency : US Dollar(USD)\r\nReceiver's currency : Hong Kong Dollar(HKD)\r\n\r\n== PICK UP ==\r\nPlease provide the following details:\r\na) Tracking number\r\nb) sender's full name\r\nc) sender's city, state(if applicable) and country.\r\nAfter your payment has arrived and you have uploaded the proof of payment, I will go to the nearest Moneygram agent to pick up the money, of course if the agency is open at that time.\r\n\r\n== Release time ==\r\nBTC is released as soon as I receive the money from the agent.\r\nNormally within an hour(during service hours)\r\n\r\n== About me ==\r\nI live in Hong Kong, I speak fluent English and Chinese.\r\nI intend to become a successful vendor here on Localbitcoins.\r\nThere is absolutely no cheating here. If you have followed all my terms of trade and have paid me in full, you will receive your bitcoins, guaranteed.",
400
+ "email":null,
401
+ "volume_coefficient_btc":"1.50",
402
+ "profile":{
403
+ "username":"easybtc116",
404
+ "feedback_score":100,
405
+ "trade_count":"100+",
406
+ "last_online":"2014-06-20T18:37:52+00:00",
407
+ "name":"easybtc116 (100+; 100%)"
408
+ },
409
+ "bank_name":"",
410
+ "trade_type":"ONLINE_SELL",
411
+ "ad_id":92512,
412
+ "temp_price":"627.98",
413
+ "min_amount":"200",
414
+ "temp_price_usd":"627.98",
415
+ "lat":0.00,
416
+ "visible":true,
417
+ "created_at":"2014-04-06T10:23:53+00:00",
418
+ "atm_model":null
419
+ },
420
+ "actions":{
421
+ "public_view":"https://localbitcoins.com/ad/92512"
422
+ }
423
+ },
424
+ {
425
+ "data":{
426
+ "require_feedback_score":0,
427
+ "reference_type":"SHORT",
428
+ "trusted_required":false,
429
+ "currency":"USD",
430
+ "age_days_coefficient_limit":"4.00",
431
+ "first_time_limit_btc":null,
432
+ "city":"",
433
+ "location_string":"United States",
434
+ "countrycode":"US",
435
+ "max_amount":null,
436
+ "lon":0.00,
437
+ "sms_verification_required":false,
438
+ "require_trade_volume":0.00,
439
+ "online_provider":"MONEYGRAM",
440
+ "max_amount_available":"6810",
441
+ "msg":"WORLDWIDE OFFER IN US DOLLAR\r\n\r\nContact hours: Mon-Sun 08:30-22:30\r\n\r\nJe parle Fran\u00e7ais. Aucun probl\u00e8me possible, je lib\u00e8re les bitcoins d\u00e8s que j'ai r\u00e9cup\u00e9r\u00e9 l'argent \u00e0 l'agence WESTERN UNION.\r\n\r\nI speak also English.\r\n\r\nWORLDWIDE OFFER IN US DOLLAR\r\nFAST, RELIABLE.\r\nI use my real name, I live in Marseille. You can check, there will be no problem.\r\n\r\nContact hours: Mon-Sun 08:30-22:30\r\n\r\nJours et horaires : Lun-Dim 08:30-22:30\r\n",
442
+ "email":null,
443
+ "volume_coefficient_btc":"1.50",
444
+ "profile":{
445
+ "username":"stephane.viglielmo",
446
+ "feedback_score":100,
447
+ "trade_count":"70+",
448
+ "last_online":"2014-06-20T17:39:17+00:00",
449
+ "name":"stephane.viglielmo (70+; 100%)"
450
+ },
451
+ "bank_name":"MONEYGRAM",
452
+ "trade_type":"ONLINE_SELL",
453
+ "ad_id":95305,
454
+ "temp_price":"949.24",
455
+ "min_amount":"150",
456
+ "temp_price_usd":"949.24",
457
+ "lat":0.00,
458
+ "visible":true,
459
+ "created_at":"2014-04-20T21:44:50+00:00",
460
+ "atm_model":null
461
+ },
462
+ "actions":{
463
+ "public_view":"https://localbitcoins.com/ad/95305"
464
+ }
465
+ },
466
+ {
467
+ "data":{
468
+ "require_feedback_score":0,
469
+ "reference_type":"SHORT",
470
+ "trusted_required":false,
471
+ "currency":"USD",
472
+ "age_days_coefficient_limit":"4.00",
473
+ "first_time_limit_btc":null,
474
+ "city":"",
475
+ "location_string":"United States",
476
+ "countrycode":"US",
477
+ "max_amount":"5000",
478
+ "lon":0.00,
479
+ "sms_verification_required":true,
480
+ "require_trade_volume":0.00,
481
+ "online_provider":"MONEYGRAM",
482
+ "max_amount_available":"5000",
483
+ "msg":"Contact hours: Mon-Sat 8:AM-16:PM GMT+7 Vietnam Time\r\n\r\n***PLEASE READ BEFORE SENDING TRADE REQUEST***\r\n\r\n1. Pay within 90 minutes. Do not mark as 'paid' until you actually paid\r\n2. You are responsible for any MoneyGram fees\r\n3. Please make sure the money arrives \r\n4. Please write my name correctly! Check twice!!\r\n5. I only accept payments from MoneyGram agent location (NOT online or plastic). You can find nearest agent here moneygram.com/locations\r\n\r\nWhen complete please provide:\r\na) MTCN (tracking number)\r\nb) Sender's full name and Country\r\nc) Write the following message on your MG receipt: I am [your user id], [trade reference number]\r\nd) Screenshot/Attachment your receipt to me via Message.\r\n\r\n6. Mark as paid (Only once PAID!)\r\n7. Wait for your coins! (usually with my current time you get the bitcoins in 40 minutes)\r\n\r\nHow to get the quickly in 40 minutes?\r\n\r\nI get your MTCN (Tracking number) available for me and pick up with my current time then I release the coins immediately.\r\n\r\nMy current Time:\r\nhttp://24timezones.com/world_directory/current_ho_chi_minh_time.php\r\nMoneyGram Operate Time in Viet nam\r\n8:AM-16:PM (GMT+7) \r\n\r\nYour time\r\n5:PM-2:AM (UTC-08:00) Pacific Time (US & Canada)\r\n3:AM-1:PM (UTC+02:00) E. Europe\r\n\r\n*Any after hour transaction need wait for the next my morning. (Usually 8 hour)\r\n\r\nOn completion of a transaction, feedback is greatly appreciated and will be returned with trustworthy feedback.\r\n===DONE===",
484
+ "email":null,
485
+ "volume_coefficient_btc":"1.50",
486
+ "profile":{
487
+ "username":"btc247.net",
488
+ "feedback_score":100,
489
+ "trade_count":"100+",
490
+ "last_online":"2014-06-20T21:27:54+00:00",
491
+ "name":"btc247.net (100+; 100%)"
492
+ },
493
+ "bank_name":"",
494
+ "trade_type":"ONLINE_SELL",
495
+ "ad_id":95333,
496
+ "temp_price":"634.84",
497
+ "min_amount":"200",
498
+ "temp_price_usd":"634.84",
499
+ "lat":0.00,
500
+ "visible":true,
501
+ "created_at":"2014-04-21T02:57:08+00:00",
502
+ "atm_model":null
503
+ },
504
+ "actions":{
505
+ "public_view":"https://localbitcoins.com/ad/95333"
506
+ }
507
+ },
508
+ {
509
+ "data":{
510
+ "require_feedback_score":0,
511
+ "reference_type":"SHORT",
512
+ "trusted_required":false,
513
+ "currency":"USD",
514
+ "age_days_coefficient_limit":"4.00",
515
+ "first_time_limit_btc":null,
516
+ "city":"",
517
+ "location_string":"United States",
518
+ "countrycode":"US",
519
+ "max_amount":null,
520
+ "lon":0.00,
521
+ "sms_verification_required":true,
522
+ "require_trade_volume":0.00,
523
+ "online_provider":"MONEYGRAM",
524
+ "max_amount_available":"3392",
525
+ "msg":"Contact hours: 24/24\r\n\r\n***PLEASE READ BEFORE SENDING TRADE REQUEST***\r\n\r\n1. You sure know what is Moneygram (MG) and how to send money with it\r\n\r\n2. You're a honest buyer and want to buy BTC\r\n\r\n3. Send me a trade request, I usually will reply within a few minutes while I'm online or within 10 minutes when I get push mail\r\n\r\n4. After request confirmation you can pay by Moneygram. Please make sure the money arrives. You're responsible for any Moneygram fees\r\n\r\n5. Send me the following:\r\n- The Reference Number\r\n- Your first name, last name and Country\r\n- Any other info if needed\r\n\r\n6. I will pick up the money and release your BTC within 15-30 minutes (usual immediately when I'm online)\r\n\r\n",
526
+ "email":null,
527
+ "volume_coefficient_btc":"3.00",
528
+ "profile":{
529
+ "username":"boyboyboy",
530
+ "feedback_score":100,
531
+ "trade_count":"70+",
532
+ "last_online":"2014-06-20T08:53:57+00:00",
533
+ "name":"boyboyboy (70+; 100%)"
534
+ },
535
+ "bank_name":"",
536
+ "trade_type":"ONLINE_SELL",
537
+ "ad_id":99580,
538
+ "temp_price":"890.14",
539
+ "min_amount":"200",
540
+ "temp_price_usd":"890.14",
541
+ "lat":0.00,
542
+ "visible":true,
543
+ "created_at":"2014-05-20T12:31:48+00:00",
544
+ "atm_model":null
545
+ },
546
+ "actions":{
547
+ "public_view":"https://localbitcoins.com/ad/99580"
548
+ }
549
+ },
550
+ {
551
+ "data":{
552
+ "require_feedback_score":90,
553
+ "reference_type":"SHORT",
554
+ "trusted_required":false,
555
+ "currency":"USD",
556
+ "age_days_coefficient_limit":"4.00",
557
+ "first_time_limit_btc":"0.69",
558
+ "city":"",
559
+ "location_string":"United States",
560
+ "countrycode":"US",
561
+ "max_amount":"2000",
562
+ "lon":0.00,
563
+ "sms_verification_required":false,
564
+ "require_trade_volume":0.00,
565
+ "online_provider":"MONEYGRAM",
566
+ "max_amount_available":"299",
567
+ "msg":"Contact hours: Strive for 24/7 - except when there are no locations open to pick up the money\r\n\r\n\r\n**TRUSTED SELLER FOR YEARS**\r\n\r\nI am one of the oldest members of LBC, a trustworthy and friendly bitcoin miner. Here to help you with any questions. \r\n\r\n**DO NOT MARK AS PAID UNTIL PAYMENT IS COMPLETE**\r\n\r\nThis ad is ONLY for MoneyGram. Please see my profile or contact me for other payment options\r\nhttps://localbitcoins.com/accounts/profile/jamal01/\r\n\r\n****FAQ****\r\n\r\n*Fees*\r\nYour payment amount will be considered to be the amount I received. Thus fees paid are not included in the amount of your purchase\r\n\r\n*Transfer Type* \r\nFor quick release of coins send money by the fastest transfer method available. Domestically this is usually the 10 minute option.\r\n\r\n*Currency*\r\nI am located in Canada and will be receiving in CAD. You can see my profile page for more ads and if needed I can put up an ad in your currency: https://localbitcoins.com/accounts/profile/jamal01/\r\n\r\n\r\n****Steps****\r\n1. Place your order through this ad and make the payment from a Moneygram Location. You can find the nearest location at www.moneygram.com\r\n\r\n2. Write your username and the reference message/# for your transaction on the receipt\r\n\r\n3. Email the receipt to sellingbitcoins@gmail.com ONLY upon completing payment mark payment as complete\r\n\r\n4. Please include the following details \r\ni) Reference Number\r\nii) Your Full Name as the sender\r\niii) Your city, province(if applicable) and country (if international)\r\niv) Your Phone Number\r\n\r\n5. Wait for me to pick up the money and release your funds! Coins will be released after payment has been verified and received\r\n\r\nOn completion of a transaction, feedback is greatly appreciated and will be returned.\r\n\r\nContact me with any questions you may have. \r\n\r\n",
568
+ "email":null,
569
+ "volume_coefficient_btc":"5.00",
570
+ "profile":{
571
+ "username":"jamal01",
572
+ "feedback_score":100,
573
+ "trade_count":"100+",
574
+ "last_online":"2014-06-20T18:25:49+00:00",
575
+ "name":"jamal01 (100+; 100%)"
576
+ },
577
+ "bank_name":"",
578
+ "trade_type":"ONLINE_SELL",
579
+ "ad_id":101944,
580
+ "temp_price":"619.18",
581
+ "min_amount":"240",
582
+ "temp_price_usd":"619.18",
583
+ "lat":0.00,
584
+ "visible":true,
585
+ "created_at":"2014-06-02T08:01:48+00:00",
586
+ "atm_model":null
587
+ },
588
+ "actions":{
589
+ "public_view":"https://localbitcoins.com/ad/101944"
590
+ }
591
+ },
592
+ {
593
+ "data":{
594
+ "require_feedback_score":1,
595
+ "reference_type":"SHORT",
596
+ "trusted_required":false,
597
+ "currency":"USD",
598
+ "age_days_coefficient_limit":"4.00",
599
+ "first_time_limit_btc":"2.00",
600
+ "city":"",
601
+ "location_string":"United States",
602
+ "countrycode":"US",
603
+ "max_amount":"5000",
604
+ "lon":0.00,
605
+ "sms_verification_required":false,
606
+ "require_trade_volume":0.50,
607
+ "online_provider":"MONEYGRAM",
608
+ "max_amount_available":"1246",
609
+ "msg":"Contact hours: 24 Hours / 7 Days\r\n\r\nHey,\r\nI Can Provide you up to 10K USD worth of BTC a day\r\nI Promise you with Fast and Professional Service\r\n",
610
+ "email":null,
611
+ "volume_coefficient_btc":"1.50",
612
+ "profile":{
613
+ "username":"Dr-Exchanger",
614
+ "feedback_score":100,
615
+ "trade_count":"30+",
616
+ "last_online":"2014-06-20T17:29:34+00:00",
617
+ "name":"Dr-Exchanger (30+; 100%)"
618
+ },
619
+ "bank_name":"",
620
+ "trade_type":"ONLINE_SELL",
621
+ "ad_id":103184,
622
+ "temp_price":"622.98",
623
+ "min_amount":"400",
624
+ "temp_price_usd":"622.98",
625
+ "lat":0.00,
626
+ "visible":true,
627
+ "created_at":"2014-06-08T11:56:05+00:00",
628
+ "atm_model":null
629
+ },
630
+ "actions":{
631
+ "public_view":"https://localbitcoins.com/ad/103184"
632
+ }
633
+ }
634
+ ],
635
+ "ad_count":15
636
+ }
637
+ }