Bitcoin Forum
June 23, 2024, 10:59:59 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Service Discussion / Re: "HCP's ongoing experiment of the Arakne Trading Bot"™ on: February 01, 2020, 07:30:15 PM
Did cryptospark have the gumption to tell the channel that this new loss is another 'blessing'?
2  Economy / Service Discussion / Re: "HCP's ongoing experiment of the Arakne Trading Bot"™ on: January 07, 2020, 09:17:22 AM
Hey HCP,

Any news on new trades?

I might leave my own review after getting kicked from the group/service for complaining about the their attitude towards the 0.027 loss on my account.
Paid my VPS fees and got 20 days with about 2 trades... -27% ROI!
3  Economy / Service Announcements / Re: Cryptopia Cryptocurrency Platform Services and Development on: May 09, 2018, 06:13:48 PM
Is the Craptopia API totally broken??

Note that we are making a change to our Public API today.
Users who use the Public API can review what is changing via the change log at the top of the Public API Documentation.
We are currently reviewing our Public and Private API process and will announce a number of improvements as they are made.
All of our API documentation is located in the Guide For Developers section on the Help Centre.
https://support.cryptopia.co.nz/csm?id=kb_category&kb_category=afc245c8db3193001fd0787dbf961990



I can't see any mention in the documents about the returned 'incapsula' errors?


(Also, you should check the forum- a full page of spam threads!!)
4  Economy / Service Announcements / Re: Cryptopia Cryptocurrency Platform Services and Development on: May 09, 2018, 03:49:54 PM
Is the Craptopia API totally broken??
5  Economy / Service Announcements / Re: Cryptopia Cryptocurrency Platform Services and Development on: April 27, 2018, 07:10:34 AM
It's been about two weeks and still the GrowthCoin deposits I made haven't shown up. 

Dont worry im on it with a wallet Dev , also the dev from GRW is informed and i have created a Explorer for but its syncing at the moment ! I also have pm you !

Regards Lafu


Can you look at the API too?

What do you looking for exactly ?

It's difficult to automate anything when you can't lookup details of an order status.

We need either an endpoint which gives order status, even when order is closed. Or a way to determine if cancelled orders have been partially filled.

Ideally:

URL: /GetOrder

Param: OrderId

Return
{
    "Success":true,
    "Error":null,
    "Data":[
             {
               "OrderId": 23467,
               "TradePairId": 100,
               "Market": "DOT/BTC",
               "Type": "Buy",
               "Rate": 0.00000034,
               "Amount": 145.98000000,
              "Filled": "23.98760000",
               "OrderStatus": Active, Cancelled

             },
             {
               ...........
             }
          ]
}


Take a look here maybe it helps you !   https://www.cryptopia.co.nz/Forum/Category/45 

A simpler option that might fit in with your code structure is returning an array of the tradeId values. Not ideal as we would still have to the API again for more details, but it would at least make your API useable.

I'm keen to add Cryptopia to my portfolio so can help with the code if needed.

Any update on whether the API can be improved?

Any of the dev. team looking at this?
6  Economy / Service Announcements / Re: Cryptopia Cryptocurrency Platform Services and Development on: April 16, 2018, 03:10:07 PM
It's been about two weeks and still the GrowthCoin deposits I made haven't shown up. 

Dont worry im on it with a wallet Dev , also the dev from GRW is informed and i have created a Explorer for but its syncing at the moment ! I also have pm you !

Regards Lafu


Can you look at the API too?

What do you looking for exactly ?

It's difficult to automate anything when you can't lookup details of an order status.

We need either an endpoint which gives order status, even when order is closed. Or a way to determine if cancelled orders have been partially filled.

Ideally:

URL: /GetOrder

Param: OrderId

Return
{
    "Success":true,
    "Error":null,
    "Data":[
             {
               "OrderId": 23467,
               "TradePairId": 100,
               "Market": "DOT/BTC",
               "Type": "Buy",
               "Rate": 0.00000034,
               "Amount": 145.98000000,
              "Filled": "23.98760000",
               "OrderStatus": Active, Cancelled

             },
             {
               ...........
             }
          ]
}


Take a look here maybe it helps you !   https://www.cryptopia.co.nz/Forum/Category/45 

A simpler option that might fit in with your code structure is returning an array of the tradeId values. Not ideal as we would still have to the API again for more details, but it would at least make your API useable.

I'm keen to add Cryptopia to my portfolio so can help with the code if needed.

Any update on whether the API can be improved?
7  Economy / Service Announcements / Re: Cryptopia Cryptocurrency Platform Services and Development on: April 14, 2018, 10:49:48 AM
It's been about two weeks and still the GrowthCoin deposits I made haven't shown up. 

Dont worry im on it with a wallet Dev , also the dev from GRW is informed and i have created a Explorer for but its syncing at the moment ! I also have pm you !

Regards Lafu


Can you look at the API too?

What do you looking for exactly ?

It's difficult to automate anything when you can't lookup details of an order status.

We need either an endpoint which gives order status, even when order is closed. Or a way to determine if cancelled orders have been partially filled.

Ideally:

URL: /GetOrder

Param: OrderId

Return
{
    "Success":true,
    "Error":null,
    "Data":[
             {
               "OrderId": 23467,
               "TradePairId": 100,
               "Market": "DOT/BTC",
               "Type": "Buy",
               "Rate": 0.00000034,
               "Amount": 145.98000000,
              "Filled": "23.98760000",
               "OrderStatus": Active, Cancelled

             },
             {
               ...........
             }
          ]
}


Take a look here maybe it helps you !   https://www.cryptopia.co.nz/Forum/Category/45 

A simpler option that might fit in with your code structure is returning an array of the tradeId values. Not ideal as we would still have to the API again for more details, but it would at least make your API useable.

I'm keen to add Cryptopia to my portfolio so can help with the code if needed.
8  Economy / Service Announcements / Re: Cryptopia Cryptocurrency Platform Services and Development on: April 13, 2018, 08:19:13 PM
It's been about two weeks and still the GrowthCoin deposits I made haven't shown up. 

Dont worry im on it with a wallet Dev , also the dev from GRW is informed and i have created a Explorer for but its syncing at the moment ! I also have pm you !

Regards Lafu


Can you look at the API too?

What do you looking for exactly ?

It's difficult to automate anything when you can't lookup details of an order status.

We need either an endpoint which gives order status, even when order is closed. Or a way to determine if cancelled orders have been partially filled.

Ideally:

URL: /GetOrder

Param: OrderId

Return
{
    "Success":true,
    "Error":null,
    "Data":[
             {
               "OrderId": 23467,
               "TradePairId": 100,
               "Market": "DOT/BTC",
               "Type": "Buy",
               "Rate": 0.00000034,
               "Amount": 145.98000000,
              "Filled": "23.98760000",
               "OrderStatus": Active, Cancelled

             },
             {
               ...........
             }
          ]
}


Take a look here maybe it helps you !   https://www.cryptopia.co.nz/Forum/Category/45 

Not really. Look in that thread yourself and you will see several others requesting the same.
You can't automate trading if you cannot properly check the status of trades placed.


9  Economy / Service Announcements / Re: Cryptopia Cryptocurrency Platform Services and Development on: April 13, 2018, 07:55:04 PM
It's been about two weeks and still the GrowthCoin deposits I made haven't shown up. 

Dont worry im on it with a wallet Dev , also the dev from GRW is informed and i have created a Explorer for but its syncing at the moment ! I also have pm you !

Regards Lafu


Can you look at the API too?

What do you looking for exactly ?

It's difficult to automate anything when you can't lookup details of an order status.

We need either an endpoint which gives order status, even when order is closed. Or a way to determine if cancelled orders have been partially filled.

Ideally:

URL: /GetOrder

Param: OrderId

Return
{
    "Success":true,
    "Error":null,
    "Data":[
             {
               "OrderId": 23467,
               "TradePairId": 100,
               "Market": "DOT/BTC",
               "Type": "Buy",
               "Rate": 0.00000034,
               "Amount": 145.98000000,
              "Filled": "23.98760000",
               "OrderStatus": Active, Cancelled

             },
             {
               ...........
             }
          ]
}
10  Economy / Service Announcements / Re: Cryptopia Cryptocurrency Platform Services and Development on: April 13, 2018, 07:40:04 PM
It's been about two weeks and still the GrowthCoin deposits I made haven't shown up. 

Dont worry im on it with a wallet Dev , also the dev from GRW is informed and i have created a Explorer for but its syncing at the moment ! I also have pm you !

Regards Lafu


Can you look at the API too?
11  Economy / Service Announcements / Re: Cryptopia Cryptocurrency Platform Services and Development on: April 13, 2018, 07:05:04 PM
I just wanted to say....

Cryptopia API is the most poorly constructed API that I have come across. Hats off to you!!
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!