Bitcoin Forum
May 06, 2024, 04:16:57 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: Will you like to see Camp BX Advanced Trades functionality exposed through an API?  (Voting closed: July 23, 2011, 02:31:24 AM)
What is an API? - 3 (15%)
I prefer Website UI over API - 1 (5%)
I only plan to use the API for Basic, Limit price orders - 3 (15%)
I will be interested in FOK / AON / Market Price / Custom Expiry / Stoploss functionality through an API - 13 (65%)
Other - Please leave comment on the thread - 0 (0%)
Total Voters: 20

Pages: [1]
  Print  
Author Topic: Advanced Trading API Poll - FOK / AON / Stoploss  (Read 1400 times)
Keyur @ Camp BX (OP)
Sr. Member
****
Offline Offline

Activity: 299
Merit: 250



View Profile WWW
July 18, 2011, 02:31:24 AM
 #1

Hi everyone,
       Camp BX is gearing up to release an API on Wednesday for accessing market data and executing Quick Sell / Quick Buy orders.  

However those familiar with Camp BX website might have noticed additional options such as:  

  • FOK Fill (Fill-Or-Kill)
  • AON Fill (All-Or-Nothing)
  • Market Price Orders
  • Custom Expiry Dates
  • Stoploss Orders
(https://CampBX.com/main.php)

These features are modeled after standard SEC guidelines, and try to emulate functionality you have come to expect from your broker as closely as possible.

We want to know if you would like to see this functionality exposed through API calls!  Please comment and share your thoughts.  We will use the feedback / suggestions from this thread to prioritize our development team's efforts.

Thank you,
      Keyur




Please stay tuned to our news and announcements feeds at:
Twitter: https://twitter.com/CampBX
Facebook: https://facebook.com/CampBX
1715012217
Hero Member
*
Offline Offline

Posts: 1715012217

View Profile Personal Message (Offline)

Ignore
1715012217
Reply with quote  #2

1715012217
Report to moderator
"Governments are good at cutting off the heads of a centrally controlled networks like Napster, but pure P2P networks like Gnutella and Tor seem to be holding their own." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715012217
Hero Member
*
Offline Offline

Posts: 1715012217

View Profile Personal Message (Offline)

Ignore
1715012217
Reply with quote  #2

1715012217
Report to moderator
1715012217
Hero Member
*
Offline Offline

Posts: 1715012217

View Profile Personal Message (Offline)

Ignore
1715012217
Reply with quote  #2

1715012217
Report to moderator
1715012217
Hero Member
*
Offline Offline

Posts: 1715012217

View Profile Personal Message (Offline)

Ignore
1715012217
Reply with quote  #2

1715012217
Report to moderator
error
Hero Member
*****
Offline Offline

Activity: 588
Merit: 500



View Profile
July 18, 2011, 04:37:43 AM
 #2

I'll be shocked if you get anyone saying they don't want an exchange to do this.

3KzNGwzRZ6SimWuFAgh4TnXzHpruHMZmV8
Keyur @ Camp BX (OP)
Sr. Member
****
Offline Offline

Activity: 299
Merit: 250



View Profile WWW
July 20, 2011, 03:12:32 PM
 #3

Good morning Everyone,
       Camp BX API is live, and full documentation is available at:

https://campbx.com/api.php

        We have also prioritized advanced trading API higher based on the poll results, so it will be available this Friday! 

Thank you,
      Keyur



Please stay tuned to our news and announcements feeds at:
Twitter: https://twitter.com/CampBX
Facebook: https://facebook.com/CampBX
Clark
Hero Member
*****
Offline Offline

Activity: 548
Merit: 502


So much code.


View Profile WWW
July 20, 2011, 05:22:40 PM
 #4

I have a quick comment concerning security:

It would be very nice to implement an API key system similar to the one at MtGox so that the user may access the exchange through third-party software without entrusting them with his username & password.


A comment about convenience:

I would also love to see JSONP enabled for the public data to allow cross-domain calls through AJAX. Enabling JSONP takes literally one line of php to do, and it eliminates the need to poll from the server.

Keyur @ Camp BX (OP)
Sr. Member
****
Offline Offline

Activity: 299
Merit: 250



View Profile WWW
July 21, 2011, 12:58:37 AM
 #5

I have a quick comment concerning security:

It would be very nice to implement an API key system similar to the one at MtGox so that the user may access the exchange through third-party software without entrusting them with his username & password.


A comment about convenience:

I would also love to see JSONP enabled for the public data to allow cross-domain calls through AJAX. Enabling JSONP takes literally one line of php to do, and it eliminates the need to poll from the server.


Clark,
     Good ideas - I have shared them with the team and will keep you posted as we finalize. 

By the way, great website you have put together - installed FF6 especially to view it!

Thank you,
       Keyur


Please stay tuned to our news and announcements feeds at:
Twitter: https://twitter.com/CampBX
Facebook: https://facebook.com/CampBX
Clark
Hero Member
*****
Offline Offline

Activity: 548
Merit: 502


So much code.


View Profile WWW
July 21, 2011, 02:16:49 AM
 #6

Thanks so much. I think you will like the next project I have cooking even more  Grin

MatthewLM
Legendary
*
Offline Offline

Activity: 1190
Merit: 1004


View Profile
July 25, 2011, 12:30:02 AM
 #7

Do you offer a testing platform?
Keyur @ Camp BX (OP)
Sr. Member
****
Offline Offline

Activity: 299
Merit: 250



View Profile WWW
July 25, 2011, 12:35:35 AM
 #8

Do you offer a testing platform?

Matthew,
     We are in the process of moving testnet off to a separate server, so unfortunately no test platform is available for now.

One workaround we can recommend is submitting sell orders at higher than market prices, and use "My Activity" page to examine them through the web user interface.  (Or buy orders at lower than market prices)

Hope this helps,
     Keyur


Please stay tuned to our news and announcements feeds at:
Twitter: https://twitter.com/CampBX
Facebook: https://facebook.com/CampBX
nmat
Hero Member
*****
Offline Offline

Activity: 602
Merit: 501


View Profile
July 25, 2011, 05:26:16 AM
 #9

It would be very nice to implement an API key system similar to the one at MtGox so that the user may access the exchange through third-party software without entrusting them with his username & password.

I would also love to see JSONP enabled for the public data to allow cross-domain calls through AJAX. Enabling JSONP takes literally one line of php to do, and it eliminates the need to poll from the server.

This Smiley
Keyur @ Camp BX (OP)
Sr. Member
****
Offline Offline

Activity: 299
Merit: 250



View Profile WWW
August 02, 2011, 05:38:28 PM
 #10

It would be very nice to implement an API key system similar to the one at MtGox so that the user may access the exchange through third-party software without entrusting them with his username & password.

I would also love to see JSONP enabled for the public data to allow cross-domain calls through AJAX. Enabling JSONP takes literally one line of php to do, and it eliminates the need to poll from the server.

This Smiley


Clark and Nmat,

Partially done on this request!  Please check out the announcement on Advanced API and new features:
https://bitcointalk.org/index.php?topic=33758.0

Thank you,
     Keyur

Please stay tuned to our news and announcements feeds at:
Twitter: https://twitter.com/CampBX
Facebook: https://facebook.com/CampBX
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!