mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 15:09:42 +00:00
* Initial implementation of HTTP mock testing framework Convert to VCR testing server. Segregate live testing via build tags. Converted Binance to VCR server Convert Bitstamp to VCR mocking tests Added VCR mock testing for localbitcoins * Add server generation for concurrent testing * Fix linter issues * Fix linter issue * fix race - potentially * revert auto assigning of host vals * Fix requested changes * Adds mock testing for ANX Switch to using TestMain functionality Added cron job usage for travis-ci to live testing Added appveyor scheduled build check for live testing * WOOPS * silly correction * Fixes fantastic linter issues * fixed another whoopsie * WOOO! * Adds gemini mock testing with additional fixes * Add docs and sharedvalue * Added tls using httptest package * Fixed issues * added explicit mock recording reference to error * Fix requested changes * strip port from mock files as they are not needed on tls server * Change incorrect names * fix requested changes * lbank update * Fix another issue * Updated readme
3400 lines
105 KiB
JSON
3400 lines
105 KiB
JSON
{
|
||
"routes": {
|
||
"/api/ad-create/": {
|
||
"POST": [
|
||
{
|
||
"data": {
|
||
"error": {
|
||
"message": "Invalid parameters.",
|
||
"errors": {
|
||
"bank_name": "* This field is required.",
|
||
"trade_type": "* This field is required.",
|
||
"countrycode": "* This field is required.",
|
||
"lon": "* This field is required.",
|
||
"currency": "* This field is required.",
|
||
"online_provider": "* This field is required.",
|
||
"lat": "* This field is required.",
|
||
"price_equation": "* This field is required."
|
||
},
|
||
"error_code": 9,
|
||
"error_lists": {
|
||
"bank_name": [
|
||
"This field is required."
|
||
],
|
||
"trade_type": [
|
||
"This field is required."
|
||
],
|
||
"countrycode": [
|
||
"This field is required."
|
||
],
|
||
"lon": [
|
||
"This field is required."
|
||
],
|
||
"currency": [
|
||
"This field is required."
|
||
],
|
||
"online_provider": [
|
||
"This field is required."
|
||
],
|
||
"lat": [
|
||
"This field is required."
|
||
],
|
||
"price_equation": [
|
||
"This field is required."
|
||
]
|
||
}
|
||
}
|
||
},
|
||
"queryString": "",
|
||
"bodyParams": "",
|
||
"headers": {
|
||
"Apiauth-Key": [
|
||
""
|
||
],
|
||
"Apiauth-Nonce": [
|
||
"1560494018449563145"
|
||
],
|
||
"Apiauth-Signature": [
|
||
"C369F0749F574A16403D561CD35987F18E956640E320EEEE9B864930050C0242"
|
||
],
|
||
"Content-Type": [
|
||
"application/x-www-form-urlencoded"
|
||
]
|
||
}
|
||
}
|
||
]
|
||
},
|
||
"/api/ad-delete/1/": {
|
||
"POST": [
|
||
{
|
||
"data": {
|
||
"error": {
|
||
"message": "No resource matching criteria was found.",
|
||
"error_code": 6
|
||
}
|
||
},
|
||
"queryString": "",
|
||
"bodyParams": "",
|
||
"headers": {
|
||
"Apiauth-Key": [
|
||
""
|
||
],
|
||
"Apiauth-Nonce": [
|
||
"1560493270888731262"
|
||
],
|
||
"Apiauth-Signature": [
|
||
"597AF7294B303FA10CA398123133158C0998F37AB93E2DA5D6233F3D4E0E1E2A"
|
||
],
|
||
"Content-Type": [
|
||
"application/x-www-form-urlencoded"
|
||
]
|
||
}
|
||
}
|
||
]
|
||
},
|
||
"/api/ad-get/": {
|
||
"GET": [
|
||
{
|
||
"data": {
|
||
"error": {
|
||
"error_code": 11,
|
||
"message": "One or more of the ad IDs was not a valid integer"
|
||
}
|
||
},
|
||
"queryString": "ads=",
|
||
"bodyParams": "ads=",
|
||
"headers": {
|
||
"Apiauth-Key": [
|
||
""
|
||
],
|
||
"Apiauth-Nonce": [
|
||
"1561959253543681207"
|
||
],
|
||
"Apiauth-Signature": [
|
||
"A81AEA23AB65937ED0F957BAD72AC892E273383C83B6F55A574C3090091D89A0"
|
||
],
|
||
"Content-Type": [
|
||
"application/x-www-form-urlencoded"
|
||
]
|
||
}
|
||
}
|
||
]
|
||
},
|
||
"/api/ad/1337/": {
|
||
"POST": [
|
||
{
|
||
"data": {
|
||
"error": {
|
||
"message": "No resource matching criteria was found.",
|
||
"error_code": 6
|
||
}
|
||
},
|
||
"queryString": "",
|
||
"bodyParams": "",
|
||
"headers": {
|
||
"Apiauth-Key": [
|
||
""
|
||
],
|
||
"Apiauth-Nonce": [
|
||
"1560495093788997079"
|
||
],
|
||
"Apiauth-Signature": [
|
||
"AE887E05554C9E9DFBD553A3698156D9479576F185BC0C833E6ED38243060848"
|
||
],
|
||
"Content-Type": [
|
||
"application/x-www-form-urlencoded"
|
||
]
|
||
}
|
||
}
|
||
]
|
||
},
|
||
"/api/ads/": {
|
||
"GET": [
|
||
{
|
||
"data": {
|
||
"data": {
|
||
"ad_list": [],
|
||
"ad_count": 0
|
||
}
|
||
},
|
||
"queryString": "",
|
||
"bodyParams": "",
|
||
"headers": {
|
||
"Apiauth-Key": [
|
||
""
|
||
],
|
||
"Apiauth-Nonce": [
|
||
"1560492666483445443"
|
||
],
|
||
"Apiauth-Signature": [
|
||
"6F5246109A416AD75CC8F1C708BD7CA7426400CBE40464AE119EBE313B4F69BC"
|
||
],
|
||
"Content-Type": [
|
||
"application/x-www-form-urlencoded"
|
||
]
|
||
}
|
||
}
|
||
]
|
||
},
|
||
"/api/dashboard/": {
|
||
"GET": [
|
||
{
|
||
"data": {
|
||
"data": {
|
||
"contact_count": 0,
|
||
"contact_list": []
|
||
}
|
||
},
|
||
"queryString": "",
|
||
"bodyParams": "",
|
||
"headers": {
|
||
"Apiauth-Key": [
|
||
""
|
||
],
|
||
"Apiauth-Nonce": [
|
||
"1561960286136838890"
|
||
],
|
||
"Apiauth-Signature": [
|
||
"88B82299DB73CA1CE039C13785605AFAFDEBC03B2A1FF5DC93773F30096150D6"
|
||
],
|
||
"Content-Type": [
|
||
"application/x-www-form-urlencoded"
|
||
]
|
||
}
|
||
}
|
||
]
|
||
},
|
||
"/api/dashboard/canceled/": {
|
||
"GET": [
|
||
{
|
||
"data": {
|
||
"data": {
|
||
"contact_count": 2,
|
||
"contact_list": [
|
||
{
|
||
"actions": {
|
||
"advertisement_public_view": "https://localbitcoins.com/ad/32805",
|
||
"advertisement_url": "https://localbitcoins.com/api/ad-get/32805/",
|
||
"message_post_url": "https://localbitcoins.com/api/contact_message_post/16885873/",
|
||
"messages_url": "https://localbitcoins.com/api/contact_messages/16885873/",
|
||
"release_url": "https://localbitcoins.com/api/contact_release/16885873/"
|
||
},
|
||
"data": {
|
||
"account_info": "{}",
|
||
"advertisement": {
|
||
"advertiser": {
|
||
"feedback_score": 99,
|
||
"last_online": "2019-04-12T07:33:34+00:00",
|
||
"name": "",
|
||
"trade_count": "3000+",
|
||
"username": ""
|
||
},
|
||
"id": 32805,
|
||
"payment_method": "CASH_DEPOSIT",
|
||
"trade_type": "ONLINE_BUY"
|
||
},
|
||
"amount": "2000.00",
|
||
"amount_btc": "0.08903554",
|
||
"buyer": {
|
||
"company_name": null,
|
||
"countrycode_by_ip": "AU",
|
||
"countrycode_by_phone_number": "AU",
|
||
"feedback_score": 99,
|
||
"last_online": "2019-04-12T07:33:34+00:00",
|
||
"name": "",
|
||
"real_name": "",
|
||
"trade_count": "3000+",
|
||
"username": ""
|
||
},
|
||
"canceled_at": "2017-12-08T04:49:40+00:00",
|
||
"closed_at": "2017-12-08T04:49:40+00:00",
|
||
"contact_id": 16885873,
|
||
"created_at": "2017-12-08T04:31:29+00:00",
|
||
"currency": "AUD",
|
||
"disputed_at": null,
|
||
"escrowed_at": "2017-12-08T04:31:29+00:00",
|
||
"exchange_rate_updated_at": "2017-12-08T04:31:29+00:00",
|
||
"fee_btc": "0.00089036",
|
||
"funded_at": "2017-12-08T04:31:29+00:00",
|
||
"is_buying": false,
|
||
"is_selling": true,
|
||
"payment_completed_at": null,
|
||
"reference_code": "L16885873BA1X81",
|
||
"released_at": null,
|
||
"seller": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-07-01T06:56:40+00:00",
|
||
"name": "",
|
||
"trade_count": "16",
|
||
"username": ""
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"actions": {
|
||
"advertisement_public_view": "https://localbitcoins.com/ad/556123",
|
||
"advertisement_url": "https://localbitcoins.com/api/ad-get/556123/",
|
||
"message_post_url": "https://localbitcoins.com/api/contact_message_post/15160798/",
|
||
"messages_url": "https://localbitcoins.com/api/contact_messages/15160798/",
|
||
"release_url": "https://localbitcoins.com/api/contact_release/15160798/"
|
||
},
|
||
"data": {
|
||
"account_details": {
|
||
"account_number": "",
|
||
"bsb": "",
|
||
"receiver_name": "",
|
||
"reference": ""
|
||
},
|
||
"advertisement": {
|
||
"advertiser": {
|
||
"feedback_score": 100,
|
||
"last_online": "2018-06-25T08:15:40+00:00",
|
||
"name": "",
|
||
"trade_count": "1000+",
|
||
"username": ""
|
||
},
|
||
"id": 556123,
|
||
"payment_method": "NATIONAL_BANK",
|
||
"trade_type": "ONLINE_BUY"
|
||
},
|
||
"amount": "1055.84",
|
||
"amount_btc": "0.14999986",
|
||
"buyer": {
|
||
"company_name": null,
|
||
"countrycode_by_ip": "AU",
|
||
"countrycode_by_phone_number": "AU",
|
||
"feedback_score": 100,
|
||
"last_online": "2018-06-25T08:15:40+00:00",
|
||
"name": "",
|
||
"real_name": "",
|
||
"trade_count": "1000+",
|
||
"username": ""
|
||
},
|
||
"canceled_at": null,
|
||
"closed_at": "2017-10-16T23:08:02+00:00",
|
||
"contact_id": 15160798,
|
||
"created_at": "2017-10-16T21:37:44+00:00",
|
||
"currency": "AUD",
|
||
"disputed_at": null,
|
||
"escrowed_at": "2017-10-16T21:37:44+00:00",
|
||
"exchange_rate_updated_at": "2017-10-16T21:37:44+00:00",
|
||
"fee_btc": "0.00150000",
|
||
"funded_at": "2017-10-16T21:37:44+00:00",
|
||
"is_buying": false,
|
||
"is_selling": true,
|
||
"payment_completed_at": null,
|
||
"reference_code": "L15160798B90Y5A",
|
||
"released_at": null,
|
||
"seller": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-07-01T06:56:40+00:00",
|
||
"name": "",
|
||
"trade_count": "16",
|
||
"username": ""
|
||
}
|
||
}
|
||
}
|
||
]
|
||
}
|
||
},
|
||
"queryString": "",
|
||
"bodyParams": "",
|
||
"headers": {
|
||
"Apiauth-Key": [
|
||
""
|
||
],
|
||
"Apiauth-Nonce": [
|
||
"1561964296416293293"
|
||
],
|
||
"Apiauth-Signature": [
|
||
"DFEC2CF704C6E63A2B7F6C5EB52086BB50737A3AFE8A17517BBA0B216C64C5B6"
|
||
],
|
||
"Content-Type": [
|
||
"application/x-www-form-urlencoded"
|
||
]
|
||
}
|
||
}
|
||
]
|
||
},
|
||
"/api/dashboard/closed/": {
|
||
"GET": [
|
||
{
|
||
"data": {
|
||
"data": {
|
||
"contact_count": 18,
|
||
"contact_list": [
|
||
{
|
||
"actions": {
|
||
"advertisement_public_view": "https://localbitcoins.com/ad/654093",
|
||
"advertisement_url": "https://localbitcoins.com/api/ad-get/654093/",
|
||
"message_post_url": "https://localbitcoins.com/api/contact_message_post/20543871/",
|
||
"messages_url": "https://localbitcoins.com/api/contact_messages/20543871/",
|
||
"release_url": "https://localbitcoins.com/api/contact_release/20543871/"
|
||
},
|
||
"data": {
|
||
"account_details": {
|
||
"account_number": "",
|
||
"bsb": "",
|
||
"receiver_name": "",
|
||
"reference": ""
|
||
},
|
||
"advertisement": {
|
||
"advertiser": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-06-30T21:32:38+00:00",
|
||
"name": "",
|
||
"trade_count": "3000+",
|
||
"username": ""
|
||
},
|
||
"id": 654093,
|
||
"payment_method": "NATIONAL_BANK",
|
||
"trade_type": "ONLINE_BUY"
|
||
},
|
||
"amount": "3038.91",
|
||
"amount_btc": "0.29599994",
|
||
"buyer": {
|
||
"company_name": null,
|
||
"countrycode_by_ip": "GB",
|
||
"countrycode_by_phone_number": "GB",
|
||
"feedback_score": 100,
|
||
"last_online": "2019-06-30T21:32:38+00:00",
|
||
"name": "",
|
||
"real_name": "",
|
||
"trade_count": "3000+",
|
||
"username": ""
|
||
},
|
||
"canceled_at": null,
|
||
"closed_at": "2018-04-13T13:02:00+00:00",
|
||
"contact_id": 20543871,
|
||
"created_at": "2018-04-13T12:50:22+00:00",
|
||
"currency": "AUD",
|
||
"disputed_at": null,
|
||
"escrowed_at": "2018-04-13T12:50:22+00:00",
|
||
"exchange_rate_updated_at": "2018-04-13T12:50:22+00:00",
|
||
"fee_btc": "0.00296000",
|
||
"funded_at": "2018-04-13T12:50:22+00:00",
|
||
"is_buying": false,
|
||
"is_selling": true,
|
||
"payment_completed_at": "2018-04-13T12:59:04+00:00",
|
||
"reference_code": "L20543871BC8BR3",
|
||
"released_at": "2018-04-13T13:02:00+00:00",
|
||
"seller": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-07-01T06:56:40+00:00",
|
||
"name": "",
|
||
"trade_count": "16",
|
||
"username": ""
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"actions": {
|
||
"advertisement_public_view": "https://localbitcoins.com/ad/243945",
|
||
"advertisement_url": "https://localbitcoins.com/api/ad-get/243945/",
|
||
"message_post_url": "https://localbitcoins.com/api/contact_message_post/18364961/",
|
||
"messages_url": "https://localbitcoins.com/api/contact_messages/18364961/",
|
||
"release_url": "https://localbitcoins.com/api/contact_release/18364961/"
|
||
},
|
||
"data": {
|
||
"account_details": {
|
||
"account_number": "",
|
||
"bsb": "",
|
||
"receiver_name": "",
|
||
"reference": "lbrun1.3"
|
||
},
|
||
"advertisement": {
|
||
"advertiser": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-06-16T02:46:03+00:00",
|
||
"name": "",
|
||
"trade_count": "10 000+",
|
||
"username": ""
|
||
},
|
||
"id": 243945,
|
||
"payment_method": "NATIONAL_BANK",
|
||
"trade_type": "ONLINE_BUY"
|
||
},
|
||
"amount": "304.26",
|
||
"amount_btc": "0.02247995",
|
||
"buyer": {
|
||
"company_name": null,
|
||
"countrycode_by_ip": "AU",
|
||
"countrycode_by_phone_number": "AU",
|
||
"feedback_score": 100,
|
||
"last_online": "2019-06-16T02:46:03+00:00",
|
||
"name": "",
|
||
"real_name": "",
|
||
"trade_count": "10 000+",
|
||
"username": ""
|
||
},
|
||
"canceled_at": null,
|
||
"closed_at": "2018-01-24T06:31:43+00:00",
|
||
"contact_id": 18364961,
|
||
"created_at": "2018-01-24T05:58:35+00:00",
|
||
"currency": "AUD",
|
||
"disputed_at": null,
|
||
"escrowed_at": "2018-01-24T05:58:35+00:00",
|
||
"exchange_rate_updated_at": "2018-01-24T05:58:35+00:00",
|
||
"fee_btc": "0.00022480",
|
||
"funded_at": "2018-01-24T05:58:35+00:00",
|
||
"is_buying": false,
|
||
"is_selling": true,
|
||
"payment_completed_at": "2018-01-24T06:27:05+00:00",
|
||
"reference_code": "L18364961BAXMHT",
|
||
"released_at": "2018-01-24T06:31:43+00:00",
|
||
"seller": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-07-01T06:56:40+00:00",
|
||
"name": "",
|
||
"trade_count": "16",
|
||
"username": ""
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"actions": {
|
||
"advertisement_public_view": "https://localbitcoins.com/ad/512104",
|
||
"advertisement_url": "https://localbitcoins.com/api/ad-get/512104/",
|
||
"message_post_url": "https://localbitcoins.com/api/contact_message_post/18364860/",
|
||
"messages_url": "https://localbitcoins.com/api/contact_messages/18364860/",
|
||
"release_url": "https://localbitcoins.com/api/contact_release/18364860/"
|
||
},
|
||
"data": {
|
||
"account_details": {
|
||
"account_number": "",
|
||
"bsb": "",
|
||
"receiver_name": "",
|
||
"reference": "lbrun1.6"
|
||
},
|
||
"advertisement": {
|
||
"advertiser": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-06-27T12:07:08+00:00",
|
||
"name": "",
|
||
"trade_count": "30+",
|
||
"username": ""
|
||
},
|
||
"id": 512104,
|
||
"payment_method": "NATIONAL_BANK",
|
||
"trade_type": "ONLINE_BUY"
|
||
},
|
||
"amount": "7000.00",
|
||
"amount_btc": "0.49696073",
|
||
"buyer": {
|
||
"company_name": null,
|
||
"countrycode_by_ip": "AU",
|
||
"countrycode_by_phone_number": "AU",
|
||
"feedback_score": 100,
|
||
"last_online": "2019-06-27T12:07:08+00:00",
|
||
"name": "",
|
||
"real_name": "",
|
||
"trade_count": "30+",
|
||
"username": ""
|
||
},
|
||
"canceled_at": null,
|
||
"closed_at": "2018-01-24T06:30:07+00:00",
|
||
"contact_id": 18364860,
|
||
"created_at": "2018-01-24T05:48:23+00:00",
|
||
"currency": "AUD",
|
||
"disputed_at": null,
|
||
"escrowed_at": "2018-01-24T05:48:23+00:00",
|
||
"exchange_rate_updated_at": "2018-01-24T05:48:23+00:00",
|
||
"fee_btc": "0.00496961",
|
||
"funded_at": "2018-01-24T05:48:23+00:00",
|
||
"is_buying": false,
|
||
"is_selling": true,
|
||
"payment_completed_at": "2018-01-24T06:26:15+00:00",
|
||
"reference_code": "L18364860BAXMF0",
|
||
"released_at": "2018-01-24T06:30:07+00:00",
|
||
"seller": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-07-01T06:56:40+00:00",
|
||
"name": "",
|
||
"trade_count": "16",
|
||
"username": ""
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"actions": {
|
||
"advertisement_public_view": "https://localbitcoins.com/ad/367850",
|
||
"advertisement_url": "https://localbitcoins.com/api/ad-get/367850/",
|
||
"message_post_url": "https://localbitcoins.com/api/contact_message_post/18364846/",
|
||
"messages_url": "https://localbitcoins.com/api/contact_messages/18364846/",
|
||
"release_url": "https://localbitcoins.com/api/contact_release/18364846/"
|
||
},
|
||
"data": {
|
||
"account_details": {
|
||
"account_number": "",
|
||
"bsb": "",
|
||
"receiver_name": "",
|
||
"reference": "lbrun1.5"
|
||
},
|
||
"advertisement": {
|
||
"advertiser": {
|
||
"feedback_score": 95,
|
||
"last_online": "2019-05-23T11:22:33+00:00",
|
||
"name": "",
|
||
"trade_count": "500+",
|
||
"username": ""
|
||
},
|
||
"id": 367850,
|
||
"payment_method": "NATIONAL_BANK",
|
||
"trade_type": "ONLINE_BUY"
|
||
},
|
||
"amount": "5000.00",
|
||
"amount_btc": "0.35453299",
|
||
"buyer": {
|
||
"company_name": null,
|
||
"countrycode_by_ip": "AU",
|
||
"countrycode_by_phone_number": "AU",
|
||
"feedback_score": 95,
|
||
"last_online": "2019-05-23T11:22:33+00:00",
|
||
"name": "",
|
||
"real_name": "",
|
||
"trade_count": "500+",
|
||
"username": ""
|
||
},
|
||
"canceled_at": null,
|
||
"closed_at": "2018-01-24T06:13:59+00:00",
|
||
"contact_id": 18364846,
|
||
"created_at": "2018-01-24T05:47:12+00:00",
|
||
"currency": "AUD",
|
||
"disputed_at": null,
|
||
"escrowed_at": "2018-01-24T05:47:12+00:00",
|
||
"exchange_rate_updated_at": "2018-01-24T05:47:12+00:00",
|
||
"fee_btc": "0.00354533",
|
||
"funded_at": "2018-01-24T05:47:12+00:00",
|
||
"is_buying": false,
|
||
"is_selling": true,
|
||
"payment_completed_at": "2018-01-24T06:05:45+00:00",
|
||
"reference_code": "L18364846BAXMEM",
|
||
"released_at": "2018-01-24T06:13:59+00:00",
|
||
"seller": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-07-01T06:56:40+00:00",
|
||
"name": "",
|
||
"trade_count": "16",
|
||
"username": ""
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"actions": {
|
||
"advertisement_public_view": "https://localbitcoins.com/ad/127500",
|
||
"advertisement_url": "https://localbitcoins.com/api/ad-get/127500/",
|
||
"message_post_url": "https://localbitcoins.com/api/contact_message_post/18364904/",
|
||
"messages_url": "https://localbitcoins.com/api/contact_messages/18364904/",
|
||
"release_url": "https://localbitcoins.com/api/contact_release/18364904/"
|
||
},
|
||
"data": {
|
||
"account_details": {
|
||
"account_number": "",
|
||
"bsb": "",
|
||
"receiver_name": "",
|
||
"reference": "lbrun1.4"
|
||
},
|
||
"advertisement": {
|
||
"advertiser": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-07-01T06:54:40+00:00",
|
||
"name": "",
|
||
"trade_count": "20 000+",
|
||
"username": ""
|
||
},
|
||
"id": 127500,
|
||
"payment_method": "NATIONAL_BANK",
|
||
"trade_type": "ONLINE_BUY"
|
||
},
|
||
"amount": "962.00",
|
||
"amount_btc": "0.06836873",
|
||
"buyer": {
|
||
"company_name": null,
|
||
"countrycode_by_ip": "AU",
|
||
"countrycode_by_phone_number": "AU",
|
||
"feedback_score": 100,
|
||
"last_online": "2019-07-01T06:54:40+00:00",
|
||
"name": "",
|
||
"real_name": "",
|
||
"trade_count": "20 000+",
|
||
"username": ""
|
||
},
|
||
"canceled_at": null,
|
||
"closed_at": "2018-01-24T06:02:29+00:00",
|
||
"contact_id": 18364904,
|
||
"created_at": "2018-01-24T05:51:59+00:00",
|
||
"currency": "AUD",
|
||
"disputed_at": null,
|
||
"escrowed_at": "2018-01-24T05:51:59+00:00",
|
||
"exchange_rate_updated_at": "2018-01-24T05:51:59+00:00",
|
||
"fee_btc": "0.00068369",
|
||
"funded_at": "2018-01-24T05:51:59+00:00",
|
||
"is_buying": false,
|
||
"is_selling": true,
|
||
"payment_completed_at": "2018-01-24T06:00:18+00:00",
|
||
"reference_code": "L18364904BAXMG8",
|
||
"released_at": "2018-01-24T06:02:29+00:00",
|
||
"seller": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-07-01T06:56:40+00:00",
|
||
"name": "",
|
||
"trade_count": "16",
|
||
"username": ""
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"actions": {
|
||
"advertisement_public_view": "https://localbitcoins.com/ad/613428",
|
||
"advertisement_url": "https://localbitcoins.com/api/ad-get/613428/",
|
||
"message_post_url": "https://localbitcoins.com/api/contact_message_post/17356107/",
|
||
"messages_url": "https://localbitcoins.com/api/contact_messages/17356107/",
|
||
"release_url": "https://localbitcoins.com/api/contact_release/17356107/"
|
||
},
|
||
"data": {
|
||
"account_info": "{}",
|
||
"advertisement": {
|
||
"advertiser": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-07-01T06:42:40+00:00",
|
||
"name": "",
|
||
"trade_count": "10 000+",
|
||
"username": ""
|
||
},
|
||
"id": 613428,
|
||
"payment_method": "SPECIFIC_BANK",
|
||
"trade_type": "ONLINE_BUY"
|
||
},
|
||
"amount": "2000.00",
|
||
"amount_btc": "0.09279954",
|
||
"buyer": {
|
||
"company_name": null,
|
||
"countrycode_by_ip": "AU",
|
||
"countrycode_by_phone_number": "AU",
|
||
"feedback_score": 100,
|
||
"last_online": "2019-07-01T06:42:40+00:00",
|
||
"name": "",
|
||
"real_name": "",
|
||
"trade_count": "10 000+",
|
||
"username": ""
|
||
},
|
||
"canceled_at": null,
|
||
"closed_at": "2017-12-20T21:04:14+00:00",
|
||
"contact_id": 17356107,
|
||
"created_at": "2017-12-20T20:57:32+00:00",
|
||
"currency": "AUD",
|
||
"disputed_at": null,
|
||
"escrowed_at": "2017-12-20T20:57:32+00:00",
|
||
"exchange_rate_updated_at": "2017-12-20T20:57:32+00:00",
|
||
"fee_btc": "0.00092800",
|
||
"funded_at": "2017-12-20T20:57:32+00:00",
|
||
"is_buying": false,
|
||
"is_selling": true,
|
||
"payment_completed_at": "2017-12-20T21:02:59+00:00",
|
||
"reference_code": "L17356107BAC023",
|
||
"released_at": "2017-12-20T21:04:14+00:00",
|
||
"seller": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-07-01T06:56:40+00:00",
|
||
"name": "",
|
||
"trade_count": "16",
|
||
"username": ""
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"actions": {
|
||
"advertisement_public_view": "https://localbitcoins.com/ad/484383",
|
||
"advertisement_url": "https://localbitcoins.com/api/ad-get/484383/",
|
||
"message_post_url": "https://localbitcoins.com/api/contact_message_post/16887828/",
|
||
"messages_url": "https://localbitcoins.com/api/contact_messages/16887828/",
|
||
"release_url": "https://localbitcoins.com/api/contact_release/16887828/"
|
||
},
|
||
"data": {
|
||
"account_details": {
|
||
"account_number": "",
|
||
"bsb": "",
|
||
"receiver_name": "",
|
||
"reference": ""
|
||
},
|
||
"advertisement": {
|
||
"advertiser": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-07-01T06:42:40+00:00",
|
||
"name": "",
|
||
"trade_count": "10 000+",
|
||
"username": ""
|
||
},
|
||
"id": 484383,
|
||
"payment_method": "NATIONAL_BANK",
|
||
"trade_type": "ONLINE_BUY"
|
||
},
|
||
"amount": "1800.00",
|
||
"amount_btc": "0.08733069",
|
||
"buyer": {
|
||
"company_name": null,
|
||
"countrycode_by_ip": "AU",
|
||
"countrycode_by_phone_number": "AU",
|
||
"feedback_score": 100,
|
||
"last_online": "2019-07-01T06:42:40+00:00",
|
||
"name": "",
|
||
"real_name": "",
|
||
"trade_count": "10 000+",
|
||
"username": ""
|
||
},
|
||
"canceled_at": null,
|
||
"closed_at": "2017-12-08T06:30:04+00:00",
|
||
"contact_id": 16887828,
|
||
"created_at": "2017-12-08T06:16:01+00:00",
|
||
"currency": "AUD",
|
||
"disputed_at": null,
|
||
"escrowed_at": "2017-12-08T06:16:01+00:00",
|
||
"exchange_rate_updated_at": "2017-12-08T06:16:01+00:00",
|
||
"fee_btc": "0.00087331",
|
||
"funded_at": "2017-12-08T06:16:01+00:00",
|
||
"is_buying": false,
|
||
"is_selling": true,
|
||
"payment_completed_at": "2017-12-08T06:25:30+00:00",
|
||
"reference_code": "L16887828BA1YQC",
|
||
"released_at": "2017-12-08T06:30:04+00:00",
|
||
"seller": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-07-01T06:56:40+00:00",
|
||
"name": "",
|
||
"trade_count": "16",
|
||
"username": ""
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"actions": {
|
||
"advertisement_public_view": "https://localbitcoins.com/ad/32805",
|
||
"advertisement_url": "https://localbitcoins.com/api/ad-get/32805/",
|
||
"message_post_url": "https://localbitcoins.com/api/contact_message_post/16885873/",
|
||
"messages_url": "https://localbitcoins.com/api/contact_messages/16885873/",
|
||
"release_url": "https://localbitcoins.com/api/contact_release/16885873/"
|
||
},
|
||
"data": {
|
||
"account_info": "{}",
|
||
"advertisement": {
|
||
"advertiser": {
|
||
"feedback_score": 99,
|
||
"last_online": "2019-04-12T07:33:34+00:00",
|
||
"name": "",
|
||
"trade_count": "3000+",
|
||
"username": ""
|
||
},
|
||
"id": 32805,
|
||
"payment_method": "CASH_DEPOSIT",
|
||
"trade_type": "ONLINE_BUY"
|
||
},
|
||
"amount": "2000.00",
|
||
"amount_btc": "0.08903554",
|
||
"buyer": {
|
||
"company_name": null,
|
||
"countrycode_by_ip": "AU",
|
||
"countrycode_by_phone_number": "AU",
|
||
"feedback_score": 99,
|
||
"last_online": "2019-04-12T07:33:34+00:00",
|
||
"name": "",
|
||
"real_name": "",
|
||
"trade_count": "3000+",
|
||
"username": ""
|
||
},
|
||
"canceled_at": "2017-12-08T04:49:40+00:00",
|
||
"closed_at": "2017-12-08T04:49:40+00:00",
|
||
"contact_id": 16885873,
|
||
"created_at": "2017-12-08T04:31:29+00:00",
|
||
"currency": "AUD",
|
||
"disputed_at": null,
|
||
"escrowed_at": "2017-12-08T04:31:29+00:00",
|
||
"exchange_rate_updated_at": "2017-12-08T04:31:29+00:00",
|
||
"fee_btc": "0.00089036",
|
||
"funded_at": "2017-12-08T04:31:29+00:00",
|
||
"is_buying": false,
|
||
"is_selling": true,
|
||
"payment_completed_at": null,
|
||
"reference_code": "L16885873BA1X81",
|
||
"released_at": null,
|
||
"seller": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-07-01T06:56:40+00:00",
|
||
"name": "",
|
||
"trade_count": "16",
|
||
"username": ""
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"actions": {
|
||
"advertisement_public_view": "https://localbitcoins.com/ad/367850",
|
||
"advertisement_url": "https://localbitcoins.com/api/ad-get/367850/",
|
||
"message_post_url": "https://localbitcoins.com/api/contact_message_post/16658839/",
|
||
"messages_url": "https://localbitcoins.com/api/contact_messages/16658839/",
|
||
"release_url": "https://localbitcoins.com/api/contact_release/16658839/"
|
||
},
|
||
"data": {
|
||
"account_details": {
|
||
"account_number": "",
|
||
"bsb": "",
|
||
"receiver_name": "",
|
||
"reference": ""
|
||
},
|
||
"advertisement": {
|
||
"advertiser": {
|
||
"feedback_score": 95,
|
||
"last_online": "2019-05-23T11:22:33+00:00",
|
||
"name": "",
|
||
"trade_count": "500+",
|
||
"username": ""
|
||
},
|
||
"id": 367850,
|
||
"payment_method": "NATIONAL_BANK",
|
||
"trade_type": "ONLINE_BUY"
|
||
},
|
||
"amount": "1200.00",
|
||
"amount_btc": "0.08218750",
|
||
"buyer": {
|
||
"company_name": null,
|
||
"countrycode_by_ip": "AU",
|
||
"countrycode_by_phone_number": "AU",
|
||
"feedback_score": 95,
|
||
"last_online": "2019-05-23T11:22:33+00:00",
|
||
"name": "",
|
||
"real_name": "",
|
||
"trade_count": "500+",
|
||
"username": ""
|
||
},
|
||
"canceled_at": null,
|
||
"closed_at": "2017-12-02T00:24:27+00:00",
|
||
"contact_id": 16658839,
|
||
"created_at": "2017-12-01T23:57:20+00:00",
|
||
"currency": "AUD",
|
||
"disputed_at": null,
|
||
"escrowed_at": "2017-12-01T23:57:20+00:00",
|
||
"exchange_rate_updated_at": "2017-12-01T23:57:20+00:00",
|
||
"fee_btc": "0.00082188",
|
||
"funded_at": "2017-12-01T23:57:20+00:00",
|
||
"is_buying": false,
|
||
"is_selling": true,
|
||
"payment_completed_at": "2017-12-02T00:23:08+00:00",
|
||
"reference_code": "L16658839B9X21J",
|
||
"released_at": "2017-12-02T00:24:27+00:00",
|
||
"seller": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-07-01T06:56:40+00:00",
|
||
"name": "",
|
||
"trade_count": "16",
|
||
"username": ""
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"actions": {
|
||
"advertisement_public_view": "https://localbitcoins.com/ad/600091",
|
||
"advertisement_url": "https://localbitcoins.com/api/ad-get/600091/",
|
||
"message_post_url": "https://localbitcoins.com/api/contact_message_post/16269655/",
|
||
"messages_url": "https://localbitcoins.com/api/contact_messages/16269655/",
|
||
"release_url": "https://localbitcoins.com/api/contact_release/16269655/"
|
||
},
|
||
"data": {
|
||
"account_details": {
|
||
"account_number": "",
|
||
"bsb": "",
|
||
"receiver_name": "",
|
||
"reference": ""
|
||
},
|
||
"advertisement": {
|
||
"advertiser": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-06-30T21:32:38+00:00",
|
||
"name": "",
|
||
"trade_count": "3000+",
|
||
"username": ""
|
||
},
|
||
"id": 600091,
|
||
"payment_method": "NATIONAL_BANK",
|
||
"trade_type": "ONLINE_BUY"
|
||
},
|
||
"amount": "1200.00",
|
||
"amount_btc": "0.11403170",
|
||
"buyer": {
|
||
"company_name": null,
|
||
"countrycode_by_ip": "GB",
|
||
"countrycode_by_phone_number": "GB",
|
||
"feedback_score": 100,
|
||
"last_online": "2019-06-30T21:32:38+00:00",
|
||
"name": "",
|
||
"real_name": "",
|
||
"trade_count": "3000+",
|
||
"username": ""
|
||
},
|
||
"canceled_at": null,
|
||
"closed_at": "2017-11-20T06:33:08+00:00",
|
||
"contact_id": 16269655,
|
||
"created_at": "2017-11-20T06:29:02+00:00",
|
||
"currency": "AUD",
|
||
"disputed_at": null,
|
||
"escrowed_at": "2017-11-20T06:29:02+00:00",
|
||
"exchange_rate_updated_at": "2017-11-20T06:29:02+00:00",
|
||
"fee_btc": "0.00114032",
|
||
"funded_at": "2017-11-20T06:29:02+00:00",
|
||
"is_buying": false,
|
||
"is_selling": true,
|
||
"payment_completed_at": "2017-11-20T06:31:43+00:00",
|
||
"reference_code": "L16269655B9OPQV",
|
||
"released_at": "2017-11-20T06:33:08+00:00",
|
||
"seller": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-07-01T06:56:40+00:00",
|
||
"name": "",
|
||
"trade_count": "16",
|
||
"username": ""
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"actions": {
|
||
"advertisement_public_view": "https://localbitcoins.com/ad/557284",
|
||
"advertisement_url": "https://localbitcoins.com/api/ad-get/557284/",
|
||
"message_post_url": "https://localbitcoins.com/api/contact_message_post/16135919/",
|
||
"messages_url": "https://localbitcoins.com/api/contact_messages/16135919/",
|
||
"release_url": "https://localbitcoins.com/api/contact_release/16135919/"
|
||
},
|
||
"data": {
|
||
"account_info": "{}",
|
||
"advertisement": {
|
||
"advertiser": {
|
||
"feedback_score": 98,
|
||
"last_online": "2019-05-18T23:48:12+00:00",
|
||
"name": "",
|
||
"trade_count": "3000+",
|
||
"username": ""
|
||
},
|
||
"id": 557284,
|
||
"payment_method": "CASH_DEPOSIT",
|
||
"trade_type": "ONLINE_BUY"
|
||
},
|
||
"amount": "1000.00",
|
||
"amount_btc": "0.10197017",
|
||
"buyer": {
|
||
"company_name": null,
|
||
"countrycode_by_ip": "AU",
|
||
"countrycode_by_phone_number": "AU",
|
||
"feedback_score": 98,
|
||
"last_online": "2019-05-18T23:48:12+00:00",
|
||
"name": "",
|
||
"real_name": "",
|
||
"trade_count": "3000+",
|
||
"username": ""
|
||
},
|
||
"canceled_at": null,
|
||
"closed_at": "2017-11-16T01:25:10+00:00",
|
||
"contact_id": 16135919,
|
||
"created_at": "2017-11-15T23:50:30+00:00",
|
||
"currency": "AUD",
|
||
"disputed_at": null,
|
||
"escrowed_at": "2017-11-15T23:50:30+00:00",
|
||
"exchange_rate_updated_at": "2017-11-15T23:50:30+00:00",
|
||
"fee_btc": "0.00101970",
|
||
"funded_at": "2017-11-15T23:50:30+00:00",
|
||
"is_buying": false,
|
||
"is_selling": true,
|
||
"payment_completed_at": "2017-11-16T00:12:48+00:00",
|
||
"reference_code": "L16135919B9LUJZ",
|
||
"released_at": "2017-11-16T01:25:10+00:00",
|
||
"seller": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-07-01T06:56:40+00:00",
|
||
"name": "",
|
||
"trade_count": "16",
|
||
"username": ""
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"actions": {
|
||
"advertisement_public_view": "https://localbitcoins.com/ad/556123",
|
||
"advertisement_url": "https://localbitcoins.com/api/ad-get/556123/",
|
||
"message_post_url": "https://localbitcoins.com/api/contact_message_post/15625291/",
|
||
"messages_url": "https://localbitcoins.com/api/contact_messages/15625291/",
|
||
"release_url": "https://localbitcoins.com/api/contact_release/15625291/"
|
||
},
|
||
"data": {
|
||
"account_details": {
|
||
"account_number": "",
|
||
"bsb": "",
|
||
"receiver_name": "",
|
||
"reference": ""
|
||
},
|
||
"advertisement": {
|
||
"advertiser": {
|
||
"feedback_score": 100,
|
||
"last_online": "2018-06-25T08:15:40+00:00",
|
||
"name": "",
|
||
"trade_count": "1000+",
|
||
"username": ""
|
||
},
|
||
"id": 556123,
|
||
"payment_method": "NATIONAL_BANK",
|
||
"trade_type": "ONLINE_BUY"
|
||
},
|
||
"amount": "1000.00",
|
||
"amount_btc": "0.11965859",
|
||
"buyer": {
|
||
"company_name": null,
|
||
"countrycode_by_ip": "AU",
|
||
"countrycode_by_phone_number": "AU",
|
||
"feedback_score": 100,
|
||
"last_online": "2018-06-25T08:15:40+00:00",
|
||
"name": "",
|
||
"real_name": "",
|
||
"trade_count": "1000+",
|
||
"username": ""
|
||
},
|
||
"canceled_at": null,
|
||
"closed_at": "2017-11-01T07:50:21+00:00",
|
||
"contact_id": 15625291,
|
||
"created_at": "2017-11-01T06:25:20+00:00",
|
||
"currency": "AUD",
|
||
"disputed_at": null,
|
||
"escrowed_at": "2017-11-01T06:25:20+00:00",
|
||
"exchange_rate_updated_at": "2017-11-01T06:25:20+00:00",
|
||
"fee_btc": "0.00119659",
|
||
"funded_at": "2017-11-01T06:25:20+00:00",
|
||
"is_buying": false,
|
||
"is_selling": true,
|
||
"payment_completed_at": "2017-11-01T07:09:10+00:00",
|
||
"reference_code": "L15625291B9AWJV",
|
||
"released_at": "2017-11-01T07:50:21+00:00",
|
||
"seller": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-07-01T06:56:40+00:00",
|
||
"name": "",
|
||
"trade_count": "16",
|
||
"username": ""
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"actions": {
|
||
"advertisement_public_view": "https://localbitcoins.com/ad/513602",
|
||
"advertisement_url": "https://localbitcoins.com/api/ad-get/513602/",
|
||
"message_post_url": "https://localbitcoins.com/api/contact_message_post/15326580/",
|
||
"messages_url": "https://localbitcoins.com/api/contact_messages/15326580/",
|
||
"release_url": "https://localbitcoins.com/api/contact_release/15326580/"
|
||
},
|
||
"data": {
|
||
"account_details": {
|
||
"account_number": "",
|
||
"bsb": "",
|
||
"receiver_name": "",
|
||
"reference": ""
|
||
},
|
||
"advertisement": {
|
||
"advertiser": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-06-29T17:21:27+00:00",
|
||
"name": "",
|
||
"trade_count": "3000+",
|
||
"username": ""
|
||
},
|
||
"id": 513602,
|
||
"payment_method": "NATIONAL_BANK",
|
||
"trade_type": "ONLINE_BUY"
|
||
},
|
||
"amount": "1200.00",
|
||
"amount_btc": "0.16343052",
|
||
"buyer": {
|
||
"company_name": null,
|
||
"countrycode_by_ip": "BR",
|
||
"countrycode_by_phone_number": "BR",
|
||
"feedback_score": 100,
|
||
"last_online": "2019-06-29T17:21:27+00:00",
|
||
"name": "",
|
||
"real_name": "",
|
||
"trade_count": "3000+",
|
||
"username": ""
|
||
},
|
||
"canceled_at": null,
|
||
"closed_at": "2017-10-22T05:40:05+00:00",
|
||
"contact_id": 15326580,
|
||
"created_at": "2017-10-22T04:53:51+00:00",
|
||
"currency": "AUD",
|
||
"disputed_at": null,
|
||
"escrowed_at": "2017-10-22T04:53:51+00:00",
|
||
"exchange_rate_updated_at": "2017-10-22T04:53:51+00:00",
|
||
"fee_btc": "0.00163431",
|
||
"funded_at": "2017-10-22T04:53:51+00:00",
|
||
"is_buying": false,
|
||
"is_selling": true,
|
||
"payment_completed_at": "2017-10-22T05:11:29+00:00",
|
||
"reference_code": "L15326580B94I2C",
|
||
"released_at": "2017-10-22T05:40:05+00:00",
|
||
"seller": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-07-01T06:56:40+00:00",
|
||
"name": "",
|
||
"trade_count": "16",
|
||
"username": ""
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"actions": {
|
||
"advertisement_public_view": "https://localbitcoins.com/ad/271961",
|
||
"advertisement_url": "https://localbitcoins.com/api/ad-get/271961/",
|
||
"message_post_url": "https://localbitcoins.com/api/contact_message_post/15165674/",
|
||
"messages_url": "https://localbitcoins.com/api/contact_messages/15165674/",
|
||
"release_url": "https://localbitcoins.com/api/contact_release/15165674/"
|
||
},
|
||
"data": {
|
||
"account_info": "{}",
|
||
"advertisement": {
|
||
"advertiser": {
|
||
"feedback_score": 100,
|
||
"last_online": "2018-05-24T00:35:20+00:00",
|
||
"name": "",
|
||
"trade_count": "10 000+",
|
||
"username": ""
|
||
},
|
||
"id": 271961,
|
||
"payment_method": "SPECIFIC_BANK",
|
||
"trade_type": "ONLINE_BUY"
|
||
},
|
||
"amount": "1049.16",
|
||
"amount_btc": "0.15000000",
|
||
"buyer": {
|
||
"company_name": null,
|
||
"countrycode_by_ip": "AU",
|
||
"countrycode_by_phone_number": null,
|
||
"feedback_score": 100,
|
||
"last_online": "2018-05-24T00:35:20+00:00",
|
||
"name": "",
|
||
"real_name": "",
|
||
"trade_count": "10 000+",
|
||
"username": ""
|
||
},
|
||
"canceled_at": null,
|
||
"closed_at": "2017-10-17T03:18:50+00:00",
|
||
"contact_id": 15165674,
|
||
"created_at": "2017-10-17T02:49:59+00:00",
|
||
"currency": "AUD",
|
||
"disputed_at": null,
|
||
"escrowed_at": "2017-10-17T02:49:59+00:00",
|
||
"exchange_rate_updated_at": "2017-10-17T02:49:59+00:00",
|
||
"fee_btc": "0.00150000",
|
||
"funded_at": "2017-10-17T02:49:59+00:00",
|
||
"is_buying": false,
|
||
"is_selling": true,
|
||
"payment_completed_at": "2017-10-17T03:12:46+00:00",
|
||
"reference_code": "L15165674B911WQ",
|
||
"released_at": "2017-10-17T03:18:50+00:00",
|
||
"seller": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-07-01T06:56:40+00:00",
|
||
"name": "",
|
||
"trade_count": "16",
|
||
"username": ""
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"actions": {
|
||
"advertisement_public_view": "https://localbitcoins.com/ad/556123",
|
||
"advertisement_url": "https://localbitcoins.com/api/ad-get/556123/",
|
||
"message_post_url": "https://localbitcoins.com/api/contact_message_post/15160798/",
|
||
"messages_url": "https://localbitcoins.com/api/contact_messages/15160798/",
|
||
"release_url": "https://localbitcoins.com/api/contact_release/15160798/"
|
||
},
|
||
"data": {
|
||
"account_details": {
|
||
"account_number": "",
|
||
"bsb": "",
|
||
"receiver_name": "",
|
||
"reference": ""
|
||
},
|
||
"advertisement": {
|
||
"advertiser": {
|
||
"feedback_score": 100,
|
||
"last_online": "2018-06-25T08:15:40+00:00",
|
||
"name": "",
|
||
"trade_count": "1000+",
|
||
"username": ""
|
||
},
|
||
"id": 556123,
|
||
"payment_method": "NATIONAL_BANK",
|
||
"trade_type": "ONLINE_BUY"
|
||
},
|
||
"amount": "1055.84",
|
||
"amount_btc": "0.14999986",
|
||
"buyer": {
|
||
"company_name": null,
|
||
"countrycode_by_ip": "AU",
|
||
"countrycode_by_phone_number": "AU",
|
||
"feedback_score": 100,
|
||
"last_online": "2018-06-25T08:15:40+00:00",
|
||
"name": "",
|
||
"real_name": "",
|
||
"trade_count": "1000+",
|
||
"username": ""
|
||
},
|
||
"canceled_at": null,
|
||
"closed_at": "2017-10-16T23:08:02+00:00",
|
||
"contact_id": 15160798,
|
||
"created_at": "2017-10-16T21:37:44+00:00",
|
||
"currency": "AUD",
|
||
"disputed_at": null,
|
||
"escrowed_at": "2017-10-16T21:37:44+00:00",
|
||
"exchange_rate_updated_at": "2017-10-16T21:37:44+00:00",
|
||
"fee_btc": "0.00150000",
|
||
"funded_at": "2017-10-16T21:37:44+00:00",
|
||
"is_buying": false,
|
||
"is_selling": true,
|
||
"payment_completed_at": null,
|
||
"reference_code": "L15160798B90Y5A",
|
||
"released_at": null,
|
||
"seller": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-07-01T06:56:40+00:00",
|
||
"name": "",
|
||
"trade_count": "16",
|
||
"username": ""
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"actions": {
|
||
"advertisement_public_view": "https://localbitcoins.com/ad/555158",
|
||
"advertisement_url": "https://localbitcoins.com/api/ad-get/555158/",
|
||
"message_post_url": "https://localbitcoins.com/api/contact_message_post/14635637/",
|
||
"messages_url": "https://localbitcoins.com/api/contact_messages/14635637/",
|
||
"release_url": "https://localbitcoins.com/api/contact_release/14635637/"
|
||
},
|
||
"data": {
|
||
"account_details": {
|
||
"account_number": "",
|
||
"bsb": "",
|
||
"receiver_name": "",
|
||
"reference": ""
|
||
},
|
||
"advertisement": {
|
||
"advertiser": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-05-16T12:33:56+00:00",
|
||
"name": "",
|
||
"trade_count": "1000+",
|
||
"username": ""
|
||
},
|
||
"id": 555158,
|
||
"payment_method": "NATIONAL_BANK",
|
||
"trade_type": "ONLINE_BUY"
|
||
},
|
||
"amount": "1039.09",
|
||
"amount_btc": "0.20000077",
|
||
"buyer": {
|
||
"company_name": null,
|
||
"countrycode_by_ip": "AU",
|
||
"countrycode_by_phone_number": "AU",
|
||
"feedback_score": 100,
|
||
"last_online": "2019-05-16T12:33:56+00:00",
|
||
"name": "",
|
||
"real_name": "",
|
||
"trade_count": "1000+",
|
||
"username": ""
|
||
},
|
||
"canceled_at": null,
|
||
"closed_at": "2017-09-29T01:11:57+00:00",
|
||
"contact_id": 14635637,
|
||
"created_at": "2017-09-29T00:56:22+00:00",
|
||
"currency": "AUD",
|
||
"disputed_at": null,
|
||
"escrowed_at": "2017-09-29T00:56:22+00:00",
|
||
"exchange_rate_updated_at": "2017-09-29T00:56:22+00:00",
|
||
"fee_btc": "0.00200001",
|
||
"funded_at": "2017-09-29T00:56:22+00:00",
|
||
"is_buying": false,
|
||
"is_selling": true,
|
||
"payment_completed_at": "2017-09-29T01:10:58+00:00",
|
||
"reference_code": "L14635637B8POXH",
|
||
"released_at": "2017-09-29T01:11:57+00:00",
|
||
"seller": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-07-01T06:56:40+00:00",
|
||
"name": "",
|
||
"trade_count": "16",
|
||
"username": ""
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"actions": {
|
||
"advertisement_public_view": "https://localbitcoins.com/ad/72713",
|
||
"advertisement_url": "https://localbitcoins.com/api/ad-get/72713/",
|
||
"message_post_url": "https://localbitcoins.com/api/contact_message_post/14353081/",
|
||
"messages_url": "https://localbitcoins.com/api/contact_messages/14353081/",
|
||
"release_url": "https://localbitcoins.com/api/contact_release/14353081/"
|
||
},
|
||
"data": {
|
||
"account_details": {
|
||
"account_number": "",
|
||
"bsb": "",
|
||
"receiver_name": "",
|
||
"reference": ""
|
||
},
|
||
"advertisement": {
|
||
"advertiser": {
|
||
"feedback_score": 98,
|
||
"last_online": "2019-02-09T05:54:26+00:00",
|
||
"name": "",
|
||
"trade_count": "15 000+",
|
||
"username": ""
|
||
},
|
||
"id": 72713,
|
||
"payment_method": "NATIONAL_BANK",
|
||
"trade_type": "ONLINE_BUY"
|
||
},
|
||
"amount": "1046.01",
|
||
"amount_btc": "0.20699993",
|
||
"buyer": {
|
||
"company_name": null,
|
||
"countrycode_by_ip": "AU",
|
||
"countrycode_by_phone_number": "AU",
|
||
"feedback_score": 98,
|
||
"last_online": "2019-02-09T05:54:26+00:00",
|
||
"name": "",
|
||
"real_name": "",
|
||
"trade_count": "15 000+",
|
||
"username": ""
|
||
},
|
||
"canceled_at": null,
|
||
"closed_at": "2017-09-18T23:10:20+00:00",
|
||
"contact_id": 14353081,
|
||
"created_at": "2017-09-18T21:53:08+00:00",
|
||
"currency": "AUD",
|
||
"disputed_at": null,
|
||
"escrowed_at": "2017-09-18T21:53:08+00:00",
|
||
"exchange_rate_updated_at": "2017-09-18T21:53:08+00:00",
|
||
"fee_btc": "0.00207000",
|
||
"funded_at": "2017-09-18T21:53:08+00:00",
|
||
"is_buying": false,
|
||
"is_selling": true,
|
||
"payment_completed_at": "2017-09-18T22:24:20+00:00",
|
||
"reference_code": "L14353081B8JMWP",
|
||
"released_at": "2017-09-18T23:10:20+00:00",
|
||
"seller": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-07-01T06:56:40+00:00",
|
||
"name": "",
|
||
"trade_count": "16",
|
||
"username": ""
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"actions": {
|
||
"advertisement_public_view": "https://localbitcoins.com/ad/243945",
|
||
"advertisement_url": "https://localbitcoins.com/api/ad-get/243945/",
|
||
"message_post_url": "https://localbitcoins.com/api/contact_message_post/13641301/",
|
||
"messages_url": "https://localbitcoins.com/api/contact_messages/13641301/",
|
||
"release_url": "https://localbitcoins.com/api/contact_release/13641301/"
|
||
},
|
||
"data": {
|
||
"account_details": {
|
||
"account_number": "",
|
||
"bsb": "",
|
||
"receiver_name": "",
|
||
"reference": ""
|
||
},
|
||
"advertisement": {
|
||
"advertiser": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-06-16T02:46:03+00:00",
|
||
"name": "",
|
||
"trade_count": "10 000+",
|
||
"username": ""
|
||
},
|
||
"id": 243945,
|
||
"payment_method": "NATIONAL_BANK",
|
||
"trade_type": "ONLINE_BUY"
|
||
},
|
||
"amount": "1272.60",
|
||
"amount_btc": "0.25000098",
|
||
"buyer": {
|
||
"company_name": null,
|
||
"countrycode_by_ip": "AU",
|
||
"countrycode_by_phone_number": "AU",
|
||
"feedback_score": 100,
|
||
"last_online": "2019-06-16T02:46:03+00:00",
|
||
"name": "",
|
||
"real_name": "",
|
||
"trade_count": "10 000+",
|
||
"username": ""
|
||
},
|
||
"canceled_at": null,
|
||
"closed_at": "2017-08-24T05:33:01+00:00",
|
||
"contact_id": 13641301,
|
||
"created_at": "2017-08-24T05:01:24+00:00",
|
||
"currency": "AUD",
|
||
"disputed_at": null,
|
||
"escrowed_at": "2017-08-24T05:01:24+00:00",
|
||
"exchange_rate_updated_at": "2017-08-24T05:01:24+00:00",
|
||
"fee_btc": "0.00250001",
|
||
"funded_at": "2017-08-24T05:01:24+00:00",
|
||
"is_buying": false,
|
||
"is_selling": true,
|
||
"payment_completed_at": "2017-08-24T05:27:34+00:00",
|
||
"reference_code": "L13641301B84DP1",
|
||
"released_at": "2017-08-24T05:33:01+00:00",
|
||
"seller": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-07-01T06:56:40+00:00",
|
||
"name": "",
|
||
"trade_count": "16",
|
||
"username": ""
|
||
}
|
||
}
|
||
}
|
||
]
|
||
}
|
||
},
|
||
"queryString": "",
|
||
"bodyParams": "",
|
||
"headers": {
|
||
"Apiauth-Key": [
|
||
""
|
||
],
|
||
"Apiauth-Nonce": [
|
||
"1561964296416293294"
|
||
],
|
||
"Apiauth-Signature": [
|
||
"32B5FDB6D38A3D068C9FCB1076F38E6329AEE43C38BBF85F5243ADC7C9EA588E"
|
||
],
|
||
"Content-Type": [
|
||
"application/x-www-form-urlencoded"
|
||
]
|
||
}
|
||
}
|
||
]
|
||
},
|
||
"/api/dashboard/released/": {
|
||
"GET": [
|
||
{
|
||
"data": {
|
||
"data": {
|
||
"contact_count": 16,
|
||
"contact_list": [
|
||
{
|
||
"actions": {
|
||
"advertisement_public_view": "https://localbitcoins.com/ad/654093",
|
||
"advertisement_url": "https://localbitcoins.com/api/ad-get/654093/",
|
||
"message_post_url": "https://localbitcoins.com/api/contact_message_post/20543871/",
|
||
"messages_url": "https://localbitcoins.com/api/contact_messages/20543871/",
|
||
"release_url": "https://localbitcoins.com/api/contact_release/20543871/"
|
||
},
|
||
"data": {
|
||
"account_details": {
|
||
"account_number": "",
|
||
"bsb": "",
|
||
"receiver_name": "",
|
||
"reference": ""
|
||
},
|
||
"advertisement": {
|
||
"advertiser": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-06-30T21:32:38+00:00",
|
||
"name": "",
|
||
"trade_count": "3000+",
|
||
"username": ""
|
||
},
|
||
"id": 654093,
|
||
"payment_method": "NATIONAL_BANK",
|
||
"trade_type": "ONLINE_BUY"
|
||
},
|
||
"amount": "3038.91",
|
||
"amount_btc": "0.29599994",
|
||
"buyer": {
|
||
"company_name": null,
|
||
"countrycode_by_ip": "GB",
|
||
"countrycode_by_phone_number": "GB",
|
||
"feedback_score": 100,
|
||
"last_online": "2019-06-30T21:32:38+00:00",
|
||
"name": "",
|
||
"real_name": "",
|
||
"trade_count": "3000+",
|
||
"username": ""
|
||
},
|
||
"canceled_at": null,
|
||
"closed_at": "2018-04-13T13:02:00+00:00",
|
||
"contact_id": 20543871,
|
||
"created_at": "2018-04-13T12:50:22+00:00",
|
||
"currency": "AUD",
|
||
"disputed_at": null,
|
||
"escrowed_at": "2018-04-13T12:50:22+00:00",
|
||
"exchange_rate_updated_at": "2018-04-13T12:50:22+00:00",
|
||
"fee_btc": "0.00296000",
|
||
"funded_at": "2018-04-13T12:50:22+00:00",
|
||
"is_buying": false,
|
||
"is_selling": true,
|
||
"payment_completed_at": "2018-04-13T12:59:04+00:00",
|
||
"reference_code": "L20543871BC8BR3",
|
||
"released_at": "2018-04-13T13:02:00+00:00",
|
||
"seller": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-07-01T06:56:40+00:00",
|
||
"name": "",
|
||
"trade_count": "16",
|
||
"username": ""
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"actions": {
|
||
"advertisement_public_view": "https://localbitcoins.com/ad/243945",
|
||
"advertisement_url": "https://localbitcoins.com/api/ad-get/243945/",
|
||
"message_post_url": "https://localbitcoins.com/api/contact_message_post/18364961/",
|
||
"messages_url": "https://localbitcoins.com/api/contact_messages/18364961/",
|
||
"release_url": "https://localbitcoins.com/api/contact_release/18364961/"
|
||
},
|
||
"data": {
|
||
"account_details": {
|
||
"account_number": "",
|
||
"bsb": "",
|
||
"receiver_name": "",
|
||
"reference": "lbrun1.3"
|
||
},
|
||
"advertisement": {
|
||
"advertiser": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-06-16T02:46:03+00:00",
|
||
"name": "",
|
||
"trade_count": "10 000+",
|
||
"username": ""
|
||
},
|
||
"id": 243945,
|
||
"payment_method": "NATIONAL_BANK",
|
||
"trade_type": "ONLINE_BUY"
|
||
},
|
||
"amount": "304.26",
|
||
"amount_btc": "0.02247995",
|
||
"buyer": {
|
||
"company_name": null,
|
||
"countrycode_by_ip": "AU",
|
||
"countrycode_by_phone_number": "AU",
|
||
"feedback_score": 100,
|
||
"last_online": "2019-06-16T02:46:03+00:00",
|
||
"name": "",
|
||
"real_name": "",
|
||
"trade_count": "10 000+",
|
||
"username": ""
|
||
},
|
||
"canceled_at": null,
|
||
"closed_at": "2018-01-24T06:31:43+00:00",
|
||
"contact_id": 18364961,
|
||
"created_at": "2018-01-24T05:58:35+00:00",
|
||
"currency": "AUD",
|
||
"disputed_at": null,
|
||
"escrowed_at": "2018-01-24T05:58:35+00:00",
|
||
"exchange_rate_updated_at": "2018-01-24T05:58:35+00:00",
|
||
"fee_btc": "0.00022480",
|
||
"funded_at": "2018-01-24T05:58:35+00:00",
|
||
"is_buying": false,
|
||
"is_selling": true,
|
||
"payment_completed_at": "2018-01-24T06:27:05+00:00",
|
||
"reference_code": "L18364961BAXMHT",
|
||
"released_at": "2018-01-24T06:31:43+00:00",
|
||
"seller": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-07-01T06:56:40+00:00",
|
||
"name": "",
|
||
"trade_count": "16",
|
||
"username": ""
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"actions": {
|
||
"advertisement_public_view": "https://localbitcoins.com/ad/512104",
|
||
"advertisement_url": "https://localbitcoins.com/api/ad-get/512104/",
|
||
"message_post_url": "https://localbitcoins.com/api/contact_message_post/18364860/",
|
||
"messages_url": "https://localbitcoins.com/api/contact_messages/18364860/",
|
||
"release_url": "https://localbitcoins.com/api/contact_release/18364860/"
|
||
},
|
||
"data": {
|
||
"account_details": {
|
||
"account_number": "",
|
||
"bsb": "",
|
||
"receiver_name": "",
|
||
"reference": "lbrun1.6"
|
||
},
|
||
"advertisement": {
|
||
"advertiser": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-06-27T12:07:08+00:00",
|
||
"name": "",
|
||
"trade_count": "30+",
|
||
"username": ""
|
||
},
|
||
"id": 512104,
|
||
"payment_method": "NATIONAL_BANK",
|
||
"trade_type": "ONLINE_BUY"
|
||
},
|
||
"amount": "7000.00",
|
||
"amount_btc": "0.49696073",
|
||
"buyer": {
|
||
"company_name": null,
|
||
"countrycode_by_ip": "AU",
|
||
"countrycode_by_phone_number": "AU",
|
||
"feedback_score": 100,
|
||
"last_online": "2019-06-27T12:07:08+00:00",
|
||
"name": "",
|
||
"real_name": "",
|
||
"trade_count": "30+",
|
||
"username": ""
|
||
},
|
||
"canceled_at": null,
|
||
"closed_at": "2018-01-24T06:30:07+00:00",
|
||
"contact_id": 18364860,
|
||
"created_at": "2018-01-24T05:48:23+00:00",
|
||
"currency": "AUD",
|
||
"disputed_at": null,
|
||
"escrowed_at": "2018-01-24T05:48:23+00:00",
|
||
"exchange_rate_updated_at": "2018-01-24T05:48:23+00:00",
|
||
"fee_btc": "0.00496961",
|
||
"funded_at": "2018-01-24T05:48:23+00:00",
|
||
"is_buying": false,
|
||
"is_selling": true,
|
||
"payment_completed_at": "2018-01-24T06:26:15+00:00",
|
||
"reference_code": "L18364860BAXMF0",
|
||
"released_at": "2018-01-24T06:30:07+00:00",
|
||
"seller": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-07-01T06:56:40+00:00",
|
||
"name": "",
|
||
"trade_count": "16",
|
||
"username": ""
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"actions": {
|
||
"advertisement_public_view": "https://localbitcoins.com/ad/367850",
|
||
"advertisement_url": "https://localbitcoins.com/api/ad-get/367850/",
|
||
"message_post_url": "https://localbitcoins.com/api/contact_message_post/18364846/",
|
||
"messages_url": "https://localbitcoins.com/api/contact_messages/18364846/",
|
||
"release_url": "https://localbitcoins.com/api/contact_release/18364846/"
|
||
},
|
||
"data": {
|
||
"account_details": {
|
||
"account_number": "",
|
||
"bsb": "",
|
||
"receiver_name": "",
|
||
"reference": "lbrun1.5"
|
||
},
|
||
"advertisement": {
|
||
"advertiser": {
|
||
"feedback_score": 95,
|
||
"last_online": "2019-05-23T11:22:33+00:00",
|
||
"name": "",
|
||
"trade_count": "500+",
|
||
"username": ""
|
||
},
|
||
"id": 367850,
|
||
"payment_method": "NATIONAL_BANK",
|
||
"trade_type": "ONLINE_BUY"
|
||
},
|
||
"amount": "5000.00",
|
||
"amount_btc": "0.35453299",
|
||
"buyer": {
|
||
"company_name": null,
|
||
"countrycode_by_ip": "AU",
|
||
"countrycode_by_phone_number": "AU",
|
||
"feedback_score": 95,
|
||
"last_online": "2019-05-23T11:22:33+00:00",
|
||
"name": "",
|
||
"real_name": "",
|
||
"trade_count": "500+",
|
||
"username": ""
|
||
},
|
||
"canceled_at": null,
|
||
"closed_at": "2018-01-24T06:13:59+00:00",
|
||
"contact_id": 18364846,
|
||
"created_at": "2018-01-24T05:47:12+00:00",
|
||
"currency": "AUD",
|
||
"disputed_at": null,
|
||
"escrowed_at": "2018-01-24T05:47:12+00:00",
|
||
"exchange_rate_updated_at": "2018-01-24T05:47:12+00:00",
|
||
"fee_btc": "0.00354533",
|
||
"funded_at": "2018-01-24T05:47:12+00:00",
|
||
"is_buying": false,
|
||
"is_selling": true,
|
||
"payment_completed_at": "2018-01-24T06:05:45+00:00",
|
||
"reference_code": "L18364846BAXMEM",
|
||
"released_at": "2018-01-24T06:13:59+00:00",
|
||
"seller": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-07-01T06:56:40+00:00",
|
||
"name": "",
|
||
"trade_count": "16",
|
||
"username": ""
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"actions": {
|
||
"advertisement_public_view": "https://localbitcoins.com/ad/127500",
|
||
"advertisement_url": "https://localbitcoins.com/api/ad-get/127500/",
|
||
"message_post_url": "https://localbitcoins.com/api/contact_message_post/18364904/",
|
||
"messages_url": "https://localbitcoins.com/api/contact_messages/18364904/",
|
||
"release_url": "https://localbitcoins.com/api/contact_release/18364904/"
|
||
},
|
||
"data": {
|
||
"account_details": {
|
||
"account_number": "",
|
||
"bsb": "",
|
||
"receiver_name": "",
|
||
"reference": "lbrun1.4"
|
||
},
|
||
"advertisement": {
|
||
"advertiser": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-07-01T06:54:40+00:00",
|
||
"name": "",
|
||
"trade_count": "20 000+",
|
||
"username": ""
|
||
},
|
||
"id": 127500,
|
||
"payment_method": "NATIONAL_BANK",
|
||
"trade_type": "ONLINE_BUY"
|
||
},
|
||
"amount": "962.00",
|
||
"amount_btc": "0.06836873",
|
||
"buyer": {
|
||
"company_name": null,
|
||
"countrycode_by_ip": "AU",
|
||
"countrycode_by_phone_number": "AU",
|
||
"feedback_score": 100,
|
||
"last_online": "2019-07-01T06:54:40+00:00",
|
||
"name": "",
|
||
"real_name": "",
|
||
"trade_count": "20 000+",
|
||
"username": ""
|
||
},
|
||
"canceled_at": null,
|
||
"closed_at": "2018-01-24T06:02:29+00:00",
|
||
"contact_id": 18364904,
|
||
"created_at": "2018-01-24T05:51:59+00:00",
|
||
"currency": "AUD",
|
||
"disputed_at": null,
|
||
"escrowed_at": "2018-01-24T05:51:59+00:00",
|
||
"exchange_rate_updated_at": "2018-01-24T05:51:59+00:00",
|
||
"fee_btc": "0.00068369",
|
||
"funded_at": "2018-01-24T05:51:59+00:00",
|
||
"is_buying": false,
|
||
"is_selling": true,
|
||
"payment_completed_at": "2018-01-24T06:00:18+00:00",
|
||
"reference_code": "L18364904BAXMG8",
|
||
"released_at": "2018-01-24T06:02:29+00:00",
|
||
"seller": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-07-01T06:56:40+00:00",
|
||
"name": "",
|
||
"trade_count": "16",
|
||
"username": ""
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"actions": {
|
||
"advertisement_public_view": "https://localbitcoins.com/ad/613428",
|
||
"advertisement_url": "https://localbitcoins.com/api/ad-get/613428/",
|
||
"message_post_url": "https://localbitcoins.com/api/contact_message_post/17356107/",
|
||
"messages_url": "https://localbitcoins.com/api/contact_messages/17356107/",
|
||
"release_url": "https://localbitcoins.com/api/contact_release/17356107/"
|
||
},
|
||
"data": {
|
||
"account_info": "{}",
|
||
"advertisement": {
|
||
"advertiser": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-07-01T06:42:40+00:00",
|
||
"name": "",
|
||
"trade_count": "10 000+",
|
||
"username": ""
|
||
},
|
||
"id": 613428,
|
||
"payment_method": "SPECIFIC_BANK",
|
||
"trade_type": "ONLINE_BUY"
|
||
},
|
||
"amount": "2000.00",
|
||
"amount_btc": "0.09279954",
|
||
"buyer": {
|
||
"company_name": null,
|
||
"countrycode_by_ip": "AU",
|
||
"countrycode_by_phone_number": "AU",
|
||
"feedback_score": 100,
|
||
"last_online": "2019-07-01T06:42:40+00:00",
|
||
"name": "",
|
||
"real_name": "",
|
||
"trade_count": "10 000+",
|
||
"username": ""
|
||
},
|
||
"canceled_at": null,
|
||
"closed_at": "2017-12-20T21:04:14+00:00",
|
||
"contact_id": 17356107,
|
||
"created_at": "2017-12-20T20:57:32+00:00",
|
||
"currency": "AUD",
|
||
"disputed_at": null,
|
||
"escrowed_at": "2017-12-20T20:57:32+00:00",
|
||
"exchange_rate_updated_at": "2017-12-20T20:57:32+00:00",
|
||
"fee_btc": "0.00092800",
|
||
"funded_at": "2017-12-20T20:57:32+00:00",
|
||
"is_buying": false,
|
||
"is_selling": true,
|
||
"payment_completed_at": "2017-12-20T21:02:59+00:00",
|
||
"reference_code": "L17356107BAC023",
|
||
"released_at": "2017-12-20T21:04:14+00:00",
|
||
"seller": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-07-01T06:56:40+00:00",
|
||
"name": "",
|
||
"trade_count": "16",
|
||
"username": ""
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"actions": {
|
||
"advertisement_public_view": "https://localbitcoins.com/ad/484383",
|
||
"advertisement_url": "https://localbitcoins.com/api/ad-get/484383/",
|
||
"message_post_url": "https://localbitcoins.com/api/contact_message_post/16887828/",
|
||
"messages_url": "https://localbitcoins.com/api/contact_messages/16887828/",
|
||
"release_url": "https://localbitcoins.com/api/contact_release/16887828/"
|
||
},
|
||
"data": {
|
||
"account_details": {
|
||
"account_number": "",
|
||
"bsb": "",
|
||
"receiver_name": "",
|
||
"reference": ""
|
||
},
|
||
"advertisement": {
|
||
"advertiser": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-07-01T06:42:40+00:00",
|
||
"name": "",
|
||
"trade_count": "10 000+",
|
||
"username": ""
|
||
},
|
||
"id": 484383,
|
||
"payment_method": "NATIONAL_BANK",
|
||
"trade_type": "ONLINE_BUY"
|
||
},
|
||
"amount": "1800.00",
|
||
"amount_btc": "0.08733069",
|
||
"buyer": {
|
||
"company_name": null,
|
||
"countrycode_by_ip": "AU",
|
||
"countrycode_by_phone_number": "AU",
|
||
"feedback_score": 100,
|
||
"last_online": "2019-07-01T06:42:40+00:00",
|
||
"name": "",
|
||
"real_name": "",
|
||
"trade_count": "10 000+",
|
||
"username": ""
|
||
},
|
||
"canceled_at": null,
|
||
"closed_at": "2017-12-08T06:30:04+00:00",
|
||
"contact_id": 16887828,
|
||
"created_at": "2017-12-08T06:16:01+00:00",
|
||
"currency": "AUD",
|
||
"disputed_at": null,
|
||
"escrowed_at": "2017-12-08T06:16:01+00:00",
|
||
"exchange_rate_updated_at": "2017-12-08T06:16:01+00:00",
|
||
"fee_btc": "0.00087331",
|
||
"funded_at": "2017-12-08T06:16:01+00:00",
|
||
"is_buying": false,
|
||
"is_selling": true,
|
||
"payment_completed_at": "2017-12-08T06:25:30+00:00",
|
||
"reference_code": "L16887828BA1YQC",
|
||
"released_at": "2017-12-08T06:30:04+00:00",
|
||
"seller": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-07-01T06:56:40+00:00",
|
||
"name": "",
|
||
"trade_count": "16",
|
||
"username": ""
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"actions": {
|
||
"advertisement_public_view": "https://localbitcoins.com/ad/367850",
|
||
"advertisement_url": "https://localbitcoins.com/api/ad-get/367850/",
|
||
"message_post_url": "https://localbitcoins.com/api/contact_message_post/16658839/",
|
||
"messages_url": "https://localbitcoins.com/api/contact_messages/16658839/",
|
||
"release_url": "https://localbitcoins.com/api/contact_release/16658839/"
|
||
},
|
||
"data": {
|
||
"account_details": {
|
||
"account_number": "",
|
||
"bsb": "",
|
||
"receiver_name": "",
|
||
"reference": ""
|
||
},
|
||
"advertisement": {
|
||
"advertiser": {
|
||
"feedback_score": 95,
|
||
"last_online": "2019-05-23T11:22:33+00:00",
|
||
"name": "",
|
||
"trade_count": "500+",
|
||
"username": ""
|
||
},
|
||
"id": 367850,
|
||
"payment_method": "NATIONAL_BANK",
|
||
"trade_type": "ONLINE_BUY"
|
||
},
|
||
"amount": "1200.00",
|
||
"amount_btc": "0.08218750",
|
||
"buyer": {
|
||
"company_name": null,
|
||
"countrycode_by_ip": "AU",
|
||
"countrycode_by_phone_number": "AU",
|
||
"feedback_score": 95,
|
||
"last_online": "2019-05-23T11:22:33+00:00",
|
||
"name": "",
|
||
"real_name": "",
|
||
"trade_count": "500+",
|
||
"username": ""
|
||
},
|
||
"canceled_at": null,
|
||
"closed_at": "2017-12-02T00:24:27+00:00",
|
||
"contact_id": 16658839,
|
||
"created_at": "2017-12-01T23:57:20+00:00",
|
||
"currency": "AUD",
|
||
"disputed_at": null,
|
||
"escrowed_at": "2017-12-01T23:57:20+00:00",
|
||
"exchange_rate_updated_at": "2017-12-01T23:57:20+00:00",
|
||
"fee_btc": "0.00082188",
|
||
"funded_at": "2017-12-01T23:57:20+00:00",
|
||
"is_buying": false,
|
||
"is_selling": true,
|
||
"payment_completed_at": "2017-12-02T00:23:08+00:00",
|
||
"reference_code": "L16658839B9X21J",
|
||
"released_at": "2017-12-02T00:24:27+00:00",
|
||
"seller": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-07-01T06:56:40+00:00",
|
||
"name": "",
|
||
"trade_count": "16",
|
||
"username": ""
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"actions": {
|
||
"advertisement_public_view": "https://localbitcoins.com/ad/600091",
|
||
"advertisement_url": "https://localbitcoins.com/api/ad-get/600091/",
|
||
"message_post_url": "https://localbitcoins.com/api/contact_message_post/16269655/",
|
||
"messages_url": "https://localbitcoins.com/api/contact_messages/16269655/",
|
||
"release_url": "https://localbitcoins.com/api/contact_release/16269655/"
|
||
},
|
||
"data": {
|
||
"account_details": {
|
||
"account_number": "",
|
||
"bsb": "",
|
||
"receiver_name": "",
|
||
"reference": ""
|
||
},
|
||
"advertisement": {
|
||
"advertiser": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-06-30T21:32:38+00:00",
|
||
"name": "",
|
||
"trade_count": "3000+",
|
||
"username": ""
|
||
},
|
||
"id": 600091,
|
||
"payment_method": "NATIONAL_BANK",
|
||
"trade_type": "ONLINE_BUY"
|
||
},
|
||
"amount": "1200.00",
|
||
"amount_btc": "0.11403170",
|
||
"buyer": {
|
||
"company_name": null,
|
||
"countrycode_by_ip": "GB",
|
||
"countrycode_by_phone_number": "GB",
|
||
"feedback_score": 100,
|
||
"last_online": "2019-06-30T21:32:38+00:00",
|
||
"name": "",
|
||
"real_name": "",
|
||
"trade_count": "3000+",
|
||
"username": ""
|
||
},
|
||
"canceled_at": null,
|
||
"closed_at": "2017-11-20T06:33:08+00:00",
|
||
"contact_id": 16269655,
|
||
"created_at": "2017-11-20T06:29:02+00:00",
|
||
"currency": "AUD",
|
||
"disputed_at": null,
|
||
"escrowed_at": "2017-11-20T06:29:02+00:00",
|
||
"exchange_rate_updated_at": "2017-11-20T06:29:02+00:00",
|
||
"fee_btc": "0.00114032",
|
||
"funded_at": "2017-11-20T06:29:02+00:00",
|
||
"is_buying": false,
|
||
"is_selling": true,
|
||
"payment_completed_at": "2017-11-20T06:31:43+00:00",
|
||
"reference_code": "L16269655B9OPQV",
|
||
"released_at": "2017-11-20T06:33:08+00:00",
|
||
"seller": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-07-01T06:56:40+00:00",
|
||
"name": "",
|
||
"trade_count": "16",
|
||
"username": ""
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"actions": {
|
||
"advertisement_public_view": "https://localbitcoins.com/ad/557284",
|
||
"advertisement_url": "https://localbitcoins.com/api/ad-get/557284/",
|
||
"message_post_url": "https://localbitcoins.com/api/contact_message_post/16135919/",
|
||
"messages_url": "https://localbitcoins.com/api/contact_messages/16135919/",
|
||
"release_url": "https://localbitcoins.com/api/contact_release/16135919/"
|
||
},
|
||
"data": {
|
||
"account_info": "{}",
|
||
"advertisement": {
|
||
"advertiser": {
|
||
"feedback_score": 98,
|
||
"last_online": "2019-05-18T23:48:12+00:00",
|
||
"name": "",
|
||
"trade_count": "3000+",
|
||
"username": ""
|
||
},
|
||
"id": 557284,
|
||
"payment_method": "CASH_DEPOSIT",
|
||
"trade_type": "ONLINE_BUY"
|
||
},
|
||
"amount": "1000.00",
|
||
"amount_btc": "0.10197017",
|
||
"buyer": {
|
||
"company_name": null,
|
||
"countrycode_by_ip": "AU",
|
||
"countrycode_by_phone_number": "AU",
|
||
"feedback_score": 98,
|
||
"last_online": "2019-05-18T23:48:12+00:00",
|
||
"name": "",
|
||
"real_name": "",
|
||
"trade_count": "3000+",
|
||
"username": ""
|
||
},
|
||
"canceled_at": null,
|
||
"closed_at": "2017-11-16T01:25:10+00:00",
|
||
"contact_id": 16135919,
|
||
"created_at": "2017-11-15T23:50:30+00:00",
|
||
"currency": "AUD",
|
||
"disputed_at": null,
|
||
"escrowed_at": "2017-11-15T23:50:30+00:00",
|
||
"exchange_rate_updated_at": "2017-11-15T23:50:30+00:00",
|
||
"fee_btc": "0.00101970",
|
||
"funded_at": "2017-11-15T23:50:30+00:00",
|
||
"is_buying": false,
|
||
"is_selling": true,
|
||
"payment_completed_at": "2017-11-16T00:12:48+00:00",
|
||
"reference_code": "L16135919B9LUJZ",
|
||
"released_at": "2017-11-16T01:25:10+00:00",
|
||
"seller": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-07-01T06:56:40+00:00",
|
||
"name": "",
|
||
"trade_count": "16",
|
||
"username": ""
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"actions": {
|
||
"advertisement_public_view": "https://localbitcoins.com/ad/556123",
|
||
"advertisement_url": "https://localbitcoins.com/api/ad-get/556123/",
|
||
"message_post_url": "https://localbitcoins.com/api/contact_message_post/15625291/",
|
||
"messages_url": "https://localbitcoins.com/api/contact_messages/15625291/",
|
||
"release_url": "https://localbitcoins.com/api/contact_release/15625291/"
|
||
},
|
||
"data": {
|
||
"account_details": {
|
||
"account_number": "",
|
||
"bsb": "",
|
||
"receiver_name": "",
|
||
"reference": ""
|
||
},
|
||
"advertisement": {
|
||
"advertiser": {
|
||
"feedback_score": 100,
|
||
"last_online": "2018-06-25T08:15:40+00:00",
|
||
"name": "",
|
||
"trade_count": "1000+",
|
||
"username": ""
|
||
},
|
||
"id": 556123,
|
||
"payment_method": "NATIONAL_BANK",
|
||
"trade_type": "ONLINE_BUY"
|
||
},
|
||
"amount": "1000.00",
|
||
"amount_btc": "0.11965859",
|
||
"buyer": {
|
||
"company_name": null,
|
||
"countrycode_by_ip": "AU",
|
||
"countrycode_by_phone_number": "AU",
|
||
"feedback_score": 100,
|
||
"last_online": "2018-06-25T08:15:40+00:00",
|
||
"name": "",
|
||
"real_name": "",
|
||
"trade_count": "1000+",
|
||
"username": ""
|
||
},
|
||
"canceled_at": null,
|
||
"closed_at": "2017-11-01T07:50:21+00:00",
|
||
"contact_id": 15625291,
|
||
"created_at": "2017-11-01T06:25:20+00:00",
|
||
"currency": "AUD",
|
||
"disputed_at": null,
|
||
"escrowed_at": "2017-11-01T06:25:20+00:00",
|
||
"exchange_rate_updated_at": "2017-11-01T06:25:20+00:00",
|
||
"fee_btc": "0.00119659",
|
||
"funded_at": "2017-11-01T06:25:20+00:00",
|
||
"is_buying": false,
|
||
"is_selling": true,
|
||
"payment_completed_at": "2017-11-01T07:09:10+00:00",
|
||
"reference_code": "L15625291B9AWJV",
|
||
"released_at": "2017-11-01T07:50:21+00:00",
|
||
"seller": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-07-01T06:56:40+00:00",
|
||
"name": "",
|
||
"trade_count": "16",
|
||
"username": ""
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"actions": {
|
||
"advertisement_public_view": "https://localbitcoins.com/ad/513602",
|
||
"advertisement_url": "https://localbitcoins.com/api/ad-get/513602/",
|
||
"message_post_url": "https://localbitcoins.com/api/contact_message_post/15326580/",
|
||
"messages_url": "https://localbitcoins.com/api/contact_messages/15326580/",
|
||
"release_url": "https://localbitcoins.com/api/contact_release/15326580/"
|
||
},
|
||
"data": {
|
||
"account_details": {
|
||
"account_number": "",
|
||
"bsb": "",
|
||
"receiver_name": "",
|
||
"reference": ""
|
||
},
|
||
"advertisement": {
|
||
"advertiser": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-06-29T17:21:27+00:00",
|
||
"name": "",
|
||
"trade_count": "3000+",
|
||
"username": ""
|
||
},
|
||
"id": 513602,
|
||
"payment_method": "NATIONAL_BANK",
|
||
"trade_type": "ONLINE_BUY"
|
||
},
|
||
"amount": "1200.00",
|
||
"amount_btc": "0.16343052",
|
||
"buyer": {
|
||
"company_name": null,
|
||
"countrycode_by_ip": "BR",
|
||
"countrycode_by_phone_number": "BR",
|
||
"feedback_score": 100,
|
||
"last_online": "2019-06-29T17:21:27+00:00",
|
||
"name": "",
|
||
"real_name": "",
|
||
"trade_count": "3000+",
|
||
"username": ""
|
||
},
|
||
"canceled_at": null,
|
||
"closed_at": "2017-10-22T05:40:05+00:00",
|
||
"contact_id": 15326580,
|
||
"created_at": "2017-10-22T04:53:51+00:00",
|
||
"currency": "AUD",
|
||
"disputed_at": null,
|
||
"escrowed_at": "2017-10-22T04:53:51+00:00",
|
||
"exchange_rate_updated_at": "2017-10-22T04:53:51+00:00",
|
||
"fee_btc": "0.00163431",
|
||
"funded_at": "2017-10-22T04:53:51+00:00",
|
||
"is_buying": false,
|
||
"is_selling": true,
|
||
"payment_completed_at": "2017-10-22T05:11:29+00:00",
|
||
"reference_code": "L15326580B94I2C",
|
||
"released_at": "2017-10-22T05:40:05+00:00",
|
||
"seller": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-07-01T06:56:40+00:00",
|
||
"name": "",
|
||
"trade_count": "16",
|
||
"username": ""
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"actions": {
|
||
"advertisement_public_view": "https://localbitcoins.com/ad/271961",
|
||
"advertisement_url": "https://localbitcoins.com/api/ad-get/271961/",
|
||
"message_post_url": "https://localbitcoins.com/api/contact_message_post/15165674/",
|
||
"messages_url": "https://localbitcoins.com/api/contact_messages/15165674/",
|
||
"release_url": "https://localbitcoins.com/api/contact_release/15165674/"
|
||
},
|
||
"data": {
|
||
"account_info": "{}",
|
||
"advertisement": {
|
||
"advertiser": {
|
||
"feedback_score": 100,
|
||
"last_online": "2018-05-24T00:35:20+00:00",
|
||
"name": "",
|
||
"trade_count": "10 000+",
|
||
"username": ""
|
||
},
|
||
"id": 271961,
|
||
"payment_method": "SPECIFIC_BANK",
|
||
"trade_type": "ONLINE_BUY"
|
||
},
|
||
"amount": "1049.16",
|
||
"amount_btc": "0.15000000",
|
||
"buyer": {
|
||
"company_name": null,
|
||
"countrycode_by_ip": "AU",
|
||
"countrycode_by_phone_number": null,
|
||
"feedback_score": 100,
|
||
"last_online": "2018-05-24T00:35:20+00:00",
|
||
"name": "",
|
||
"real_name": "",
|
||
"trade_count": "10 000+",
|
||
"username": ""
|
||
},
|
||
"canceled_at": null,
|
||
"closed_at": "2017-10-17T03:18:50+00:00",
|
||
"contact_id": 15165674,
|
||
"created_at": "2017-10-17T02:49:59+00:00",
|
||
"currency": "AUD",
|
||
"disputed_at": null,
|
||
"escrowed_at": "2017-10-17T02:49:59+00:00",
|
||
"exchange_rate_updated_at": "2017-10-17T02:49:59+00:00",
|
||
"fee_btc": "0.00150000",
|
||
"funded_at": "2017-10-17T02:49:59+00:00",
|
||
"is_buying": false,
|
||
"is_selling": true,
|
||
"payment_completed_at": "2017-10-17T03:12:46+00:00",
|
||
"reference_code": "L15165674B911WQ",
|
||
"released_at": "2017-10-17T03:18:50+00:00",
|
||
"seller": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-07-01T06:56:40+00:00",
|
||
"name": "",
|
||
"trade_count": "16",
|
||
"username": ""
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"actions": {
|
||
"advertisement_public_view": "https://localbitcoins.com/ad/555158",
|
||
"advertisement_url": "https://localbitcoins.com/api/ad-get/555158/",
|
||
"message_post_url": "https://localbitcoins.com/api/contact_message_post/14635637/",
|
||
"messages_url": "https://localbitcoins.com/api/contact_messages/14635637/",
|
||
"release_url": "https://localbitcoins.com/api/contact_release/14635637/"
|
||
},
|
||
"data": {
|
||
"account_details": {
|
||
"account_number": "",
|
||
"bsb": "",
|
||
"receiver_name": "",
|
||
"reference": ""
|
||
},
|
||
"advertisement": {
|
||
"advertiser": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-05-16T12:33:56+00:00",
|
||
"name": "",
|
||
"trade_count": "1000+",
|
||
"username": ""
|
||
},
|
||
"id": 555158,
|
||
"payment_method": "NATIONAL_BANK",
|
||
"trade_type": "ONLINE_BUY"
|
||
},
|
||
"amount": "1039.09",
|
||
"amount_btc": "0.20000077",
|
||
"buyer": {
|
||
"company_name": null,
|
||
"countrycode_by_ip": "AU",
|
||
"countrycode_by_phone_number": "AU",
|
||
"feedback_score": 100,
|
||
"last_online": "2019-05-16T12:33:56+00:00",
|
||
"name": "",
|
||
"real_name": "",
|
||
"trade_count": "1000+",
|
||
"username": ""
|
||
},
|
||
"canceled_at": null,
|
||
"closed_at": "2017-09-29T01:11:57+00:00",
|
||
"contact_id": 14635637,
|
||
"created_at": "2017-09-29T00:56:22+00:00",
|
||
"currency": "AUD",
|
||
"disputed_at": null,
|
||
"escrowed_at": "2017-09-29T00:56:22+00:00",
|
||
"exchange_rate_updated_at": "2017-09-29T00:56:22+00:00",
|
||
"fee_btc": "0.00200001",
|
||
"funded_at": "2017-09-29T00:56:22+00:00",
|
||
"is_buying": false,
|
||
"is_selling": true,
|
||
"payment_completed_at": "2017-09-29T01:10:58+00:00",
|
||
"reference_code": "L14635637B8POXH",
|
||
"released_at": "2017-09-29T01:11:57+00:00",
|
||
"seller": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-07-01T06:56:40+00:00",
|
||
"name": "",
|
||
"trade_count": "16",
|
||
"username": ""
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"actions": {
|
||
"advertisement_public_view": "https://localbitcoins.com/ad/72713",
|
||
"advertisement_url": "https://localbitcoins.com/api/ad-get/72713/",
|
||
"message_post_url": "https://localbitcoins.com/api/contact_message_post/14353081/",
|
||
"messages_url": "https://localbitcoins.com/api/contact_messages/14353081/",
|
||
"release_url": "https://localbitcoins.com/api/contact_release/14353081/"
|
||
},
|
||
"data": {
|
||
"account_details": {
|
||
"account_number": "",
|
||
"bsb": "",
|
||
"receiver_name": "",
|
||
"reference": ""
|
||
},
|
||
"advertisement": {
|
||
"advertiser": {
|
||
"feedback_score": 98,
|
||
"last_online": "2019-02-09T05:54:26+00:00",
|
||
"name": "",
|
||
"trade_count": "15 000+",
|
||
"username": ""
|
||
},
|
||
"id": 72713,
|
||
"payment_method": "NATIONAL_BANK",
|
||
"trade_type": "ONLINE_BUY"
|
||
},
|
||
"amount": "1046.01",
|
||
"amount_btc": "0.20699993",
|
||
"buyer": {
|
||
"company_name": null,
|
||
"countrycode_by_ip": "AU",
|
||
"countrycode_by_phone_number": "AU",
|
||
"feedback_score": 98,
|
||
"last_online": "2019-02-09T05:54:26+00:00",
|
||
"name": "",
|
||
"real_name": "",
|
||
"trade_count": "15 000+",
|
||
"username": ""
|
||
},
|
||
"canceled_at": null,
|
||
"closed_at": "2017-09-18T23:10:20+00:00",
|
||
"contact_id": 14353081,
|
||
"created_at": "2017-09-18T21:53:08+00:00",
|
||
"currency": "AUD",
|
||
"disputed_at": null,
|
||
"escrowed_at": "2017-09-18T21:53:08+00:00",
|
||
"exchange_rate_updated_at": "2017-09-18T21:53:08+00:00",
|
||
"fee_btc": "0.00207000",
|
||
"funded_at": "2017-09-18T21:53:08+00:00",
|
||
"is_buying": false,
|
||
"is_selling": true,
|
||
"payment_completed_at": "2017-09-18T22:24:20+00:00",
|
||
"reference_code": "L14353081B8JMWP",
|
||
"released_at": "2017-09-18T23:10:20+00:00",
|
||
"seller": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-07-01T06:56:40+00:00",
|
||
"name": "",
|
||
"trade_count": "16",
|
||
"username": ""
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"actions": {
|
||
"advertisement_public_view": "https://localbitcoins.com/ad/243945",
|
||
"advertisement_url": "https://localbitcoins.com/api/ad-get/243945/",
|
||
"message_post_url": "https://localbitcoins.com/api/contact_message_post/13641301/",
|
||
"messages_url": "https://localbitcoins.com/api/contact_messages/13641301/",
|
||
"release_url": "https://localbitcoins.com/api/contact_release/13641301/"
|
||
},
|
||
"data": {
|
||
"account_details": {
|
||
"account_number": "",
|
||
"bsb": "",
|
||
"receiver_name": "",
|
||
"reference": ""
|
||
},
|
||
"advertisement": {
|
||
"advertiser": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-06-16T02:46:03+00:00",
|
||
"name": "",
|
||
"trade_count": "10 000+",
|
||
"username": ""
|
||
},
|
||
"id": 243945,
|
||
"payment_method": "NATIONAL_BANK",
|
||
"trade_type": "ONLINE_BUY"
|
||
},
|
||
"amount": "1272.60",
|
||
"amount_btc": "0.25000098",
|
||
"buyer": {
|
||
"company_name": null,
|
||
"countrycode_by_ip": "AU",
|
||
"countrycode_by_phone_number": "AU",
|
||
"feedback_score": 100,
|
||
"last_online": "2019-06-16T02:46:03+00:00",
|
||
"name": "",
|
||
"real_name": "",
|
||
"trade_count": "10 000+",
|
||
"username": ""
|
||
},
|
||
"canceled_at": null,
|
||
"closed_at": "2017-08-24T05:33:01+00:00",
|
||
"contact_id": 13641301,
|
||
"created_at": "2017-08-24T05:01:24+00:00",
|
||
"currency": "AUD",
|
||
"disputed_at": null,
|
||
"escrowed_at": "2017-08-24T05:01:24+00:00",
|
||
"exchange_rate_updated_at": "2017-08-24T05:01:24+00:00",
|
||
"fee_btc": "0.00250001",
|
||
"funded_at": "2017-08-24T05:01:24+00:00",
|
||
"is_buying": false,
|
||
"is_selling": true,
|
||
"payment_completed_at": "2017-08-24T05:27:34+00:00",
|
||
"reference_code": "L13641301B84DP1",
|
||
"released_at": "2017-08-24T05:33:01+00:00",
|
||
"seller": {
|
||
"feedback_score": 100,
|
||
"last_online": "2019-07-01T06:56:40+00:00",
|
||
"name": "",
|
||
"trade_count": "16",
|
||
"username": ""
|
||
}
|
||
}
|
||
}
|
||
]
|
||
}
|
||
},
|
||
"queryString": "",
|
||
"bodyParams": "",
|
||
"headers": {
|
||
"Apiauth-Key": [
|
||
""
|
||
],
|
||
"Apiauth-Nonce": [
|
||
"1561964296416293295"
|
||
],
|
||
"Apiauth-Signature": [
|
||
"00C8D42CE7ABC89BB9DD68A839628BC1E482F5A47A9BBC1D5AE12A1601A0434D"
|
||
],
|
||
"Content-Type": [
|
||
"application/x-www-form-urlencoded"
|
||
]
|
||
}
|
||
}
|
||
]
|
||
},
|
||
"/api/myself/": {
|
||
"GET": [
|
||
{
|
||
"data": {
|
||
"data": {
|
||
"age_text": "4 years, 11 months",
|
||
"blocked_count": 0,
|
||
"confirmed_trade_count_text": "16",
|
||
"created_at": "2014-07-18T21:12:23+00:00",
|
||
"feedback_count": 5,
|
||
"feedback_score": 100,
|
||
"feedbacks_unconfirmed_count": 3,
|
||
"has_common_trades": false,
|
||
"has_feedback": false,
|
||
"identity_verified_at": "2017-12-08T05:59:48+00:00",
|
||
"real_name_verifications_rejected": 0,
|
||
"real_name_verifications_trusted": 0,
|
||
"real_name_verifications_untrusted": 0,
|
||
"trade_volume_text": "2-5 BTC",
|
||
"trading_partners_count": 12,
|
||
"trusted_count": 2,
|
||
"url": "",
|
||
"username": ""
|
||
}
|
||
},
|
||
"queryString": "",
|
||
"bodyParams": "",
|
||
"headers": {
|
||
"Apiauth-Key": [
|
||
""
|
||
],
|
||
"Apiauth-Nonce": [
|
||
"1561959130359152477"
|
||
],
|
||
"Apiauth-Signature": [
|
||
"80D9F6E9EC1AC1BD30F24C7F74B6D4737052C41D14142422C02FD4DF0E81B291"
|
||
],
|
||
"Content-Type": [
|
||
"application/x-www-form-urlencoded"
|
||
]
|
||
}
|
||
}
|
||
]
|
||
},
|
||
"/api/wallet-addr/": {
|
||
"POST": [
|
||
{
|
||
"data": {
|
||
"data": {
|
||
"address": "3BxxAysZpNkHL2cFLmft8923cGfMa2WdQw",
|
||
"message": "OK!"
|
||
}
|
||
},
|
||
"queryString": "",
|
||
"bodyParams": "",
|
||
"headers": {
|
||
"Apiauth-Key": [
|
||
""
|
||
],
|
||
"Apiauth-Nonce": [
|
||
"1561957957028764420"
|
||
],
|
||
"Apiauth-Signature": [
|
||
"51D4769CC4714D2B459D25A66FF1E72FF46CB8E94B65EA18455BB24AE35C068B"
|
||
],
|
||
"Content-Type": [
|
||
"application/x-www-form-urlencoded"
|
||
]
|
||
}
|
||
}
|
||
]
|
||
},
|
||
"/api/wallet-send/": {
|
||
"POST": [
|
||
{
|
||
"data": {
|
||
"error": {
|
||
"message": "One or more parameters did not validate. Please check the API documentation for usage.",
|
||
"errors": {
|
||
"amount": "Not enough balance"
|
||
},
|
||
"error_code": 19
|
||
}
|
||
},
|
||
"queryString": "",
|
||
"bodyParams": "address=1F5zVDgNjorJ51oGebSvNCrSAHpwGkUdDB\u0026amount=100",
|
||
"headers": {
|
||
"Apiauth-Key": [
|
||
""
|
||
],
|
||
"Apiauth-Nonce": [
|
||
"1560491240845487036"
|
||
],
|
||
"Apiauth-Signature": [
|
||
"8B7AB8E9648102F2EB7EE55F5A75FCEE4722680516D8CDFA9722942641C28ADA"
|
||
],
|
||
"Content-Type": [
|
||
"application/x-www-form-urlencoded"
|
||
]
|
||
}
|
||
}
|
||
]
|
||
},
|
||
"/bitcoinaverage/ticker-all-currencies/": {
|
||
"GET": [
|
||
{
|
||
"data": {
|
||
"COP": {
|
||
"avg_12h": "25537196.67",
|
||
"volume_btc": "57.30794705",
|
||
"avg_24h": "25449596.12",
|
||
"avg_1h": "25764777.31",
|
||
"rates": {
|
||
"last": "25897996.85"
|
||
},
|
||
"avg_6h": "25412534.30"
|
||
},
|
||
"USD": {
|
||
"avg_12h": "8562.48",
|
||
"volume_btc": "140.85448370",
|
||
"avg_24h": "8586.36",
|
||
"avg_1h": "8492.03",
|
||
"rates": {
|
||
"last": "8214.00"
|
||
},
|
||
"avg_6h": "8568.07"
|
||
},
|
||
"JPY": {
|
||
"avg_12h": "847915.64",
|
||
"volume_btc": "0.02230900",
|
||
"avg_24h": "847915.64",
|
||
"rates": {
|
||
"last": "845980.00"
|
||
},
|
||
"avg_6h": "845980.00"
|
||
},
|
||
"TWD": {
|
||
"avg_12h": "281295.08",
|
||
"volume_btc": "2.26245037",
|
||
"avg_24h": "278202.56",
|
||
"avg_1h": "278103.89",
|
||
"rates": {
|
||
"last": "276672.61"
|
||
},
|
||
"avg_6h": "281295.08"
|
||
},
|
||
"GHS": {
|
||
"avg_12h": "44134.30",
|
||
"volume_btc": "1.98283093",
|
||
"avg_24h": "43651.70",
|
||
"rates": {
|
||
"last": "43650.15"
|
||
},
|
||
"avg_6h": "44060.04"
|
||
},
|
||
"NGN": {
|
||
"avg_12h": "2916614.26",
|
||
"volume_btc": "72.41011739",
|
||
"avg_24h": "2899101.32",
|
||
"avg_1h": "2921923.59",
|
||
"rates": {
|
||
"last": "2923100.01"
|
||
},
|
||
"avg_6h": "2916981.81"
|
||
},
|
||
"EGP": {
|
||
"avg_12h": "151813.87",
|
||
"volume_btc": "0.68349646",
|
||
"avg_24h": "150018.16",
|
||
"rates": {
|
||
"last": "209994.20"
|
||
}
|
||
},
|
||
"IDR": {
|
||
"avg_12h": "124164915.73",
|
||
"volume_btc": "0.09193647",
|
||
"avg_24h": "123191340.72",
|
||
"avg_1h": "121643007.78",
|
||
"rates": {
|
||
"last": "121643007.78"
|
||
},
|
||
"avg_6h": "124164915.73"
|
||
},
|
||
"MVR": {
|
||
"volume_btc": "0.02007789",
|
||
"avg_24h": "149418.09",
|
||
"rates": {
|
||
"last": "149418.09"
|
||
}
|
||
},
|
||
"SZL": {
|
||
"volume_btc": "0.01069374",
|
||
"avg_24h": "140268.98",
|
||
"rates": {
|
||
"last": "150000.15"
|
||
}
|
||
},
|
||
"ISK": {
|
||
"volume_btc": "0.20086962",
|
||
"avg_24h": "995670.72",
|
||
"rates": {
|
||
"last": "995670.72"
|
||
}
|
||
},
|
||
"CRC": {
|
||
"avg_12h": "4757140.30",
|
||
"volume_btc": "0.41437268",
|
||
"avg_24h": "4811297.94",
|
||
"rates": {
|
||
"last": "4955842.50"
|
||
},
|
||
"avg_6h": "4968659.22"
|
||
},
|
||
"XRP": {
|
||
"avg_12h": "21090.70",
|
||
"volume_btc": "0.25386409",
|
||
"avg_24h": "21023.45",
|
||
"rates": {
|
||
"last": "21124.01"
|
||
},
|
||
"avg_6h": "21184.65"
|
||
},
|
||
"AED": {
|
||
"volume_btc": "2.18671211",
|
||
"avg_24h": "29974.93",
|
||
"rates": {
|
||
"last": "29777.40"
|
||
}
|
||
},
|
||
"GBP": {
|
||
"avg_12h": "6517.46",
|
||
"volume_btc": "67.51203997",
|
||
"avg_24h": "6430.57",
|
||
"avg_1h": "6545.48",
|
||
"rates": {
|
||
"last": "6159.46"
|
||
},
|
||
"avg_6h": "6619.35"
|
||
},
|
||
"ETH": {
|
||
"avg_12h": "31.98",
|
||
"volume_btc": "0.30525867",
|
||
"avg_24h": "31.19",
|
||
"rates": {
|
||
"last": "31.93"
|
||
}
|
||
},
|
||
"BHD": {
|
||
"volume_btc": "0.02748994",
|
||
"avg_24h": "3455.81",
|
||
"rates": {
|
||
"last": "3455.81"
|
||
}
|
||
},
|
||
"LKR": {
|
||
"avg_12h": "1606872.20",
|
||
"volume_btc": "0.78053341",
|
||
"avg_24h": "1608097.45",
|
||
"avg_1h": "1804552.72",
|
||
"rates": {
|
||
"last": "1804552.72"
|
||
},
|
||
"avg_6h": "1606872.20"
|
||
},
|
||
"BOB": {
|
||
"avg_12h": "59376.89",
|
||
"volume_btc": "0.24588149",
|
||
"avg_24h": "55902.99",
|
||
"rates": {
|
||
"last": "59189.11"
|
||
},
|
||
"avg_6h": "59189.11"
|
||
},
|
||
"RSD": {
|
||
"avg_12h": "793701.45",
|
||
"volume_btc": "0.01338060",
|
||
"avg_24h": "869090.33",
|
||
"rates": {
|
||
"last": "793701.45"
|
||
}
|
||
},
|
||
"VES": {
|
||
"avg_12h": "59124424.76",
|
||
"volume_btc": "138.63954251",
|
||
"avg_24h": "58500831.77",
|
||
"rates": {
|
||
"last": "57319869.26"
|
||
},
|
||
"avg_6h": "59157392.40"
|
||
},
|
||
"PKR": {
|
||
"avg_12h": "1260400.03",
|
||
"volume_btc": "4.67788383",
|
||
"avg_24h": "1257798.07",
|
||
"avg_1h": "1281991.62",
|
||
"rates": {
|
||
"last": "1278624.55"
|
||
},
|
||
"avg_6h": "1273742.81"
|
||
},
|
||
"LBP": {
|
||
"avg_12h": "13596207.95",
|
||
"volume_btc": "0.03653960",
|
||
"avg_24h": "13596207.95",
|
||
"rates": {
|
||
"last": "13596207.95"
|
||
}
|
||
},
|
||
"TZS": {
|
||
"avg_12h": "19530777.00",
|
||
"volume_btc": "1.06554909",
|
||
"avg_24h": "19227157.06",
|
||
"avg_1h": "20357598.44",
|
||
"rates": {
|
||
"last": "20405664.61"
|
||
},
|
||
"avg_6h": "19407156.98"
|
||
},
|
||
"VND": {
|
||
"avg_12h": "201629484.83",
|
||
"volume_btc": "0.26768301",
|
||
"avg_24h": "201557439.41",
|
||
"rates": {
|
||
"last": "206358652.99"
|
||
},
|
||
"avg_6h": "201629484.83"
|
||
},
|
||
"GEL": {
|
||
"avg_12h": "20897.64",
|
||
"volume_btc": "0.05139655",
|
||
"avg_24h": "22491.78",
|
||
"rates": {
|
||
"last": "20897.64"
|
||
},
|
||
"avg_6h": "20897.64"
|
||
},
|
||
"LTC": {
|
||
"avg_12h": "64.20",
|
||
"volume_btc": "0.21374261",
|
||
"avg_24h": "63.91",
|
||
"rates": {
|
||
"last": "61.25"
|
||
}
|
||
},
|
||
"RON": {
|
||
"avg_12h": "32314.31",
|
||
"volume_btc": "3.41826662",
|
||
"avg_24h": "32447.47",
|
||
"rates": {
|
||
"last": "30515.15"
|
||
},
|
||
"avg_6h": "32024.17"
|
||
},
|
||
"HUF": {
|
||
"volume_btc": "0.10050384",
|
||
"avg_24h": "2437717.80",
|
||
"rates": {
|
||
"last": "2819598.69"
|
||
}
|
||
},
|
||
"MYR": {
|
||
"avg_12h": "33996.15",
|
||
"volume_btc": "8.81478056",
|
||
"avg_24h": "33956.83",
|
||
"avg_1h": "34476.72",
|
||
"rates": {
|
||
"last": "33858.00"
|
||
},
|
||
"avg_6h": "33755.81"
|
||
},
|
||
"GTQ": {
|
||
"avg_12h": "68974.61",
|
||
"volume_btc": "0.00959425",
|
||
"avg_24h": "69312.35",
|
||
"rates": {
|
||
"last": "70153.06"
|
||
}
|
||
},
|
||
"ZMW": {
|
||
"avg_12h": "123419.20",
|
||
"volume_btc": "0.24337546",
|
||
"avg_24h": "124378.68",
|
||
"rates": {
|
||
"last": "123078.65"
|
||
},
|
||
"avg_6h": "123419.20"
|
||
},
|
||
"MUR": {
|
||
"volume_btc": "0.01487938",
|
||
"avg_24h": "349476.93",
|
||
"rates": {
|
||
"last": "352219.22"
|
||
}
|
||
},
|
||
"UAH": {
|
||
"avg_12h": "211829.83",
|
||
"volume_btc": "16.66117945",
|
||
"avg_24h": "209677.23",
|
||
"avg_1h": "212630.36",
|
||
"rates": {
|
||
"last": "220388.34"
|
||
},
|
||
"avg_6h": "208239.32"
|
||
},
|
||
"UGX": {
|
||
"avg_12h": "29686183.01",
|
||
"volume_btc": "0.37545684",
|
||
"avg_24h": "29711353.80",
|
||
"avg_1h": "30835713.02",
|
||
"rates": {
|
||
"last": "30829092.51"
|
||
},
|
||
"avg_6h": "29620104.90"
|
||
},
|
||
"XOF": {
|
||
"avg_12h": "4861132.03",
|
||
"volume_btc": "0.09694489",
|
||
"avg_24h": "4772973.28",
|
||
"rates": {
|
||
"last": "4275733.70"
|
||
}
|
||
},
|
||
"QAR": {
|
||
"volume_btc": "0.27356116",
|
||
"avg_24h": "33256.77",
|
||
"rates": {
|
||
"last": "33732.04"
|
||
}
|
||
},
|
||
"SAR": {
|
||
"avg_12h": "32647.94",
|
||
"volume_btc": "5.37359276",
|
||
"avg_24h": "32537.28",
|
||
"rates": {
|
||
"last": "33848.64"
|
||
},
|
||
"avg_6h": "32663.09"
|
||
},
|
||
"DKK": {
|
||
"volume_btc": "0.22476957",
|
||
"avg_24h": "68590.24",
|
||
"rates": {
|
||
"last": "70473.55"
|
||
}
|
||
},
|
||
"CAD": {
|
||
"avg_12h": "11078.67",
|
||
"volume_btc": "8.94868269",
|
||
"avg_24h": "11031.59",
|
||
"avg_1h": "10446.42",
|
||
"rates": {
|
||
"last": "10446.42"
|
||
},
|
||
"avg_6h": "10959.13"
|
||
},
|
||
"SEK": {
|
||
"avg_12h": "80823.78",
|
||
"volume_btc": "8.90365116",
|
||
"avg_24h": "81244.54",
|
||
"avg_1h": "83288.12",
|
||
"rates": {
|
||
"last": "83343.47"
|
||
},
|
||
"avg_6h": "81469.29"
|
||
},
|
||
"SGD": {
|
||
"avg_12h": "11503.01",
|
||
"volume_btc": "5.99224704",
|
||
"avg_24h": "11330.54",
|
||
"avg_1h": "11532.92",
|
||
"rates": {
|
||
"last": "13134.52"
|
||
},
|
||
"avg_6h": "11360.59"
|
||
},
|
||
"HKD": {
|
||
"avg_12h": "67815.30",
|
||
"volume_btc": "19.69548211",
|
||
"avg_24h": "66039.28",
|
||
"rates": {
|
||
"last": "69484.34"
|
||
},
|
||
"avg_6h": "67853.45"
|
||
},
|
||
"TTD": {
|
||
"avg_12h": "58619.24",
|
||
"volume_btc": "0.16048185",
|
||
"avg_24h": "73729.08",
|
||
"rates": {
|
||
"last": "58619.24"
|
||
}
|
||
},
|
||
"BWP": {
|
||
"volume_btc": "0.04654223",
|
||
"avg_24h": "107429.32",
|
||
"rates": {
|
||
"last": "107429.32"
|
||
}
|
||
},
|
||
"OMR": {
|
||
"volume_btc": "0.01492234",
|
||
"avg_24h": "3350.68",
|
||
"rates": {
|
||
"last": "3350.68"
|
||
}
|
||
},
|
||
"AUD": {
|
||
"avg_12h": "12277.45",
|
||
"volume_btc": "13.09770688",
|
||
"avg_24h": "12128.46",
|
||
"avg_1h": "12108.70",
|
||
"rates": {
|
||
"last": "11641.01"
|
||
},
|
||
"avg_6h": "12253.63"
|
||
},
|
||
"CHF": {
|
||
"avg_12h": "7818.23",
|
||
"volume_btc": "0.72358711",
|
||
"avg_24h": "8291.80",
|
||
"avg_1h": "7800.76",
|
||
"rates": {
|
||
"last": "7800.76"
|
||
},
|
||
"avg_6h": "7800.76"
|
||
},
|
||
"IRR": {
|
||
"avg_12h": "1114656387.13",
|
||
"volume_btc": "1.80755109",
|
||
"avg_24h": "1086115901.27",
|
||
"rates": {
|
||
"last": "1093155904.81"
|
||
},
|
||
"avg_6h": "1093155904.81"
|
||
},
|
||
"JOD": {
|
||
"avg_12h": "6408.70",
|
||
"volume_btc": "0.01560379",
|
||
"avg_24h": "6408.70",
|
||
"rates": {
|
||
"last": "6408.70"
|
||
}
|
||
},
|
||
"KRW": {
|
||
"avg_12h": "10521366.18",
|
||
"volume_btc": "0.66149015",
|
||
"avg_24h": "10241401.49",
|
||
"avg_1h": "10484782.42",
|
||
"rates": {
|
||
"last": "10448609.25"
|
||
},
|
||
"avg_6h": "10511052.91"
|
||
},
|
||
"CNY": {
|
||
"avg_12h": "57135.62",
|
||
"volume_btc": "76.07019214",
|
||
"avg_24h": "57038.10",
|
||
"avg_1h": "57867.84",
|
||
"rates": {
|
||
"last": "58069.13"
|
||
},
|
||
"avg_6h": "57003.97"
|
||
},
|
||
"BYN": {
|
||
"avg_12h": "17747.08",
|
||
"volume_btc": "5.35404022",
|
||
"avg_24h": "17605.81",
|
||
"avg_1h": "17717.32",
|
||
"rates": {
|
||
"last": "17517.74"
|
||
},
|
||
"avg_6h": "17886.64"
|
||
},
|
||
"BDT": {
|
||
"volume_btc": "0.05384503",
|
||
"avg_24h": "759587.28",
|
||
"rates": {
|
||
"last": "761916.37"
|
||
}
|
||
},
|
||
"PAB": {
|
||
"avg_12h": "8325.37",
|
||
"volume_btc": "10.00787138",
|
||
"avg_24h": "8290.60",
|
||
"rates": {
|
||
"last": "9050.00"
|
||
},
|
||
"avg_6h": "8301.55"
|
||
},
|
||
"HRK": {
|
||
"avg_12h": "49999.80",
|
||
"volume_btc": "0.15555978",
|
||
"avg_24h": "55059.22",
|
||
"rates": {
|
||
"last": "49999.80"
|
||
}
|
||
},
|
||
"NZD": {
|
||
"avg_12h": "12810.86",
|
||
"volume_btc": "2.47636431",
|
||
"avg_24h": "12794.70",
|
||
"avg_1h": "13146.12",
|
||
"rates": {
|
||
"last": "13126.00"
|
||
},
|
||
"avg_6h": "12761.27"
|
||
},
|
||
"UYU": {
|
||
"avg_12h": "322604.75",
|
||
"volume_btc": "0.12983623",
|
||
"avg_24h": "318832.42",
|
||
"rates": {
|
||
"last": "324518.87"
|
||
}
|
||
},
|
||
"DOP": {
|
||
"avg_12h": "420879.60",
|
||
"volume_btc": "3.19533678",
|
||
"avg_24h": "417549.81",
|
||
"rates": {
|
||
"last": "425721.21"
|
||
},
|
||
"avg_6h": "426208.10"
|
||
},
|
||
"CLP": {
|
||
"avg_12h": "5819221.14",
|
||
"volume_btc": "4.28572068",
|
||
"avg_24h": "5814758.27",
|
||
"rates": {
|
||
"last": "6119335.79"
|
||
},
|
||
"avg_6h": "5846384.78"
|
||
},
|
||
"THB": {
|
||
"avg_12h": "259567.58",
|
||
"volume_btc": "7.37083947",
|
||
"avg_24h": "258321.79",
|
||
"avg_1h": "262775.63",
|
||
"rates": {
|
||
"last": "266794.22"
|
||
},
|
||
"avg_6h": "260131.35"
|
||
},
|
||
"XAF": {
|
||
"volume_btc": "0.02868090",
|
||
"avg_24h": "4826286.14",
|
||
"rates": {
|
||
"last": "5611300.00"
|
||
}
|
||
},
|
||
"EUR": {
|
||
"avg_12h": "7412.86",
|
||
"volume_btc": "76.17180176",
|
||
"avg_24h": "7287.46",
|
||
"avg_1h": "7382.68",
|
||
"rates": {
|
||
"last": "7397.11"
|
||
},
|
||
"avg_6h": "7456.86"
|
||
},
|
||
"TRY": {
|
||
"avg_12h": "47907.50",
|
||
"volume_btc": "1.02053262",
|
||
"avg_24h": "47153.18",
|
||
"rates": {
|
||
"last": "62899.91"
|
||
}
|
||
},
|
||
"ARS": {
|
||
"avg_12h": "382366.90",
|
||
"volume_btc": "4.92769759",
|
||
"avg_24h": "380152.45",
|
||
"rates": {
|
||
"last": "365500.00"
|
||
},
|
||
"avg_6h": "384722.46"
|
||
},
|
||
"ILS": {
|
||
"avg_12h": "31194.83",
|
||
"volume_btc": "0.10562972",
|
||
"avg_24h": "30071.17",
|
||
"rates": {
|
||
"last": "31194.83"
|
||
}
|
||
},
|
||
"RWF": {
|
||
"avg_12h": "7673007.07",
|
||
"volume_btc": "0.08569526",
|
||
"avg_24h": "7510809.81",
|
||
"rates": {
|
||
"last": "7748214.04"
|
||
}
|
||
},
|
||
"KZT": {
|
||
"avg_12h": "3301025.25",
|
||
"volume_btc": "2.59196053",
|
||
"avg_24h": "3297043.02",
|
||
"avg_1h": "3356280.87",
|
||
"rates": {
|
||
"last": "3384713.28"
|
||
},
|
||
"avg_6h": "3350564.14"
|
||
},
|
||
"NOK": {
|
||
"avg_12h": "79420.45",
|
||
"volume_btc": "4.09546929",
|
||
"avg_24h": "78398.04",
|
||
"avg_1h": "79396.38",
|
||
"rates": {
|
||
"last": "79396.38"
|
||
},
|
||
"avg_6h": "79417.99"
|
||
},
|
||
"RUB": {
|
||
"avg_12h": "548638.43",
|
||
"volume_btc": "302.23941176",
|
||
"avg_24h": "543679.83",
|
||
"avg_1h": "543842.57",
|
||
"rates": {
|
||
"last": "563329.00"
|
||
},
|
||
"avg_6h": "547455.94"
|
||
},
|
||
"KES": {
|
||
"avg_12h": "826764.39",
|
||
"volume_btc": "8.09195505",
|
||
"avg_24h": "818332.89",
|
||
"avg_1h": "820436.51",
|
||
"rates": {
|
||
"last": "810682.85"
|
||
},
|
||
"avg_6h": "826962.52"
|
||
},
|
||
"KWD": {
|
||
"volume_btc": "0.39533718",
|
||
"avg_24h": "2605.37",
|
||
"rates": {
|
||
"last": "2737.64"
|
||
}
|
||
},
|
||
"PEN": {
|
||
"avg_12h": "27718.82",
|
||
"volume_btc": "17.70290717",
|
||
"avg_24h": "27664.96",
|
||
"avg_1h": "28018.35",
|
||
"rates": {
|
||
"last": "27035.01"
|
||
},
|
||
"avg_6h": "27791.63"
|
||
},
|
||
"INR": {
|
||
"avg_12h": "585205.33",
|
||
"volume_btc": "34.16374139",
|
||
"avg_24h": "584777.59",
|
||
"avg_1h": "585045.89",
|
||
"rates": {
|
||
"last": "575000.00"
|
||
},
|
||
"avg_6h": "585831.47"
|
||
},
|
||
"MXN": {
|
||
"avg_12h": "157593.02",
|
||
"volume_btc": "9.59066308",
|
||
"avg_24h": "160108.13",
|
||
"avg_1h": "167000.11",
|
||
"rates": {
|
||
"last": "167000.11"
|
||
},
|
||
"avg_6h": "162571.49"
|
||
},
|
||
"CZK": {
|
||
"volume_btc": "0.41412138",
|
||
"avg_24h": "201936.54",
|
||
"rates": {
|
||
"last": "174537.75"
|
||
}
|
||
},
|
||
"BRL": {
|
||
"avg_12h": "32900.90",
|
||
"volume_btc": "8.97094556",
|
||
"avg_24h": "32589.27",
|
||
"avg_1h": "33176.14",
|
||
"rates": {
|
||
"last": "33176.14"
|
||
},
|
||
"avg_6h": "33886.68"
|
||
},
|
||
"MAD": {
|
||
"avg_12h": "76479.19",
|
||
"volume_btc": "1.14882279",
|
||
"avg_24h": "80824.78",
|
||
"avg_1h": "74500.77",
|
||
"rates": {
|
||
"last": "74500.77"
|
||
},
|
||
"avg_6h": "74500.77"
|
||
},
|
||
"PLN": {
|
||
"avg_12h": "29765.85",
|
||
"volume_btc": "2.60538097",
|
||
"avg_24h": "29825.91",
|
||
"avg_1h": "33232.43",
|
||
"rates": {
|
||
"last": "28826.25"
|
||
},
|
||
"avg_6h": "33232.43"
|
||
},
|
||
"PHP": {
|
||
"avg_12h": "435189.26",
|
||
"volume_btc": "7.04342165",
|
||
"avg_24h": "433672.76",
|
||
"avg_1h": "421470.00",
|
||
"rates": {
|
||
"last": "508063.17"
|
||
},
|
||
"avg_6h": "434893.31"
|
||
},
|
||
"ZAR": {
|
||
"avg_12h": "126001.90",
|
||
"volume_btc": "20.14267295",
|
||
"avg_24h": "125704.49",
|
||
"avg_1h": "128216.45",
|
||
"rates": {
|
||
"last": "124066.59"
|
||
},
|
||
"avg_6h": "127185.17"
|
||
},
|
||
"JMD": {
|
||
"volume_btc": "0.00976113",
|
||
"avg_24h": "1690378.06",
|
||
"rates": {
|
||
"last": "1690378.06"
|
||
}
|
||
}
|
||
},
|
||
"queryString": "",
|
||
"bodyParams": "\u003cnil\u003e",
|
||
"headers": {}
|
||
}
|
||
]
|
||
}
|
||
}
|
||
} |