Pages:
Author

Topic: [ANN] Updated: Asia Nexgen Bitcoin Exchange Launched - No Fee Trading Promotion! (Read 11426 times)

newbie
Activity: 55
Merit: 0
I was trying to set up an account and it said not available in my jurisdiction. Has the former US become so fascist Angry that I cant get this card and account. If so, my motivation for leaving will be dramatically increased
newbie
Activity: 6
Merit: 0
Are there issues with EUR withdrawals currently?

I'm getting insufficient funds on wire transfer even though I do have the funds in EUR in my account.

This is obviously concerning.
sr. member
Activity: 1097
Merit: 310
Seabet.io | Crypto-Casino
Not very useful.

Hello,

Let me explain more about the fact that volume in different currency pair is similar .

Other exchanges have separate order books and they have one order book for BTCEUR, another for BTCUSD. Trades, pricing, depth is all independent.

However ANX has a sophisticated engine that streams in FX rates in real-time, and blends all FIAT currencies into a single order book. Orders placed in BTCEUR can match against orders placed in BTCUSD. It's based on a very fair algorithm that converts each existing order into the equivalent price for any incoming order. USD orders are settled in USD, and EUR in EUR.

Some exchanges have tried to do multi-currency by first converting orders into a common currency, which is terrible for the customer as they suffer FX slippage.

In the case of ANX a USD order rests in USD, and a EUR in EUR. If they match, both parties receive their native currency. So when you call "/api/2/{currency_pair}/money/trade/fetch" for different currency pairs, you are actually querying against a single order book.

The data is completely transparent - the "primary" flat tells you what is going on. If a EUR trade matches against a USD trade, the USD and EUR will both be reported in the history call with primary="true".

Most charting and analytics sites continue to think of ANX as just the same as the other sites, and just choose one of our currencies to report, which is unfortunate as it doesn't accurately reflect our trades and blended order book.

Yes, I already know that. The problem is, like you said, the representation. It's not useful and it doesn't look professional. It looks fake.

How is this documented in your API documentation? What are your plans to improve the situation?
+1
Currently when looking at bitcoincharts.com market list, the ANX looks like a fake volume market. You should do something with this, not just wait for community to adapt to your interface.

I'd say bitcoincharts.com is misrepresenting, rather than ANX. If it is annoying, dropping from bitcoincharts would be fine. Sorry I am not against other opinions but just would like to show there are people with opposite perspective and happy with ANX system.

full member
Activity: 175
Merit: 100
Not very useful.

Hello,

Let me explain more about the fact that volume in different currency pair is similar .

Other exchanges have separate order books and they have one order book for BTCEUR, another for BTCUSD. Trades, pricing, depth is all independent.

However ANX has a sophisticated engine that streams in FX rates in real-time, and blends all FIAT currencies into a single order book. Orders placed in BTCEUR can match against orders placed in BTCUSD. It's based on a very fair algorithm that converts each existing order into the equivalent price for any incoming order. USD orders are settled in USD, and EUR in EUR.

Some exchanges have tried to do multi-currency by first converting orders into a common currency, which is terrible for the customer as they suffer FX slippage.

In the case of ANX a USD order rests in USD, and a EUR in EUR. If they match, both parties receive their native currency. So when you call "/api/2/{currency_pair}/money/trade/fetch" for different currency pairs, you are actually querying against a single order book.

The data is completely transparent - the "primary" flat tells you what is going on. If a EUR trade matches against a USD trade, the USD and EUR will both be reported in the history call with primary="true".

Most charting and analytics sites continue to think of ANX as just the same as the other sites, and just choose one of our currencies to report, which is unfortunate as it doesn't accurately reflect our trades and blended order book.

Yes, I already know that. The problem is, like you said, the representation. It's not useful and it doesn't look professional. It looks fake.

How is this documented in your API documentation? What are your plans to improve the situation?
+1
Currently when looking at bitcoincharts.com market list, the ANX looks like a fake volume market. You should do something with this, not just wait for community to adapt to your interface.
sr. member
Activity: 462
Merit: 250
Got a question about the KYC policy.

Under your information page it says:
"The ANX AML and KYC policies are as follows:
Identity and proof of address documents and transaction records will be maintained for at least six years and will be submitted to regulators as required without prior notification to registered users."

A few lines below it says:
It is your responsibility to determine what, if any, taxes apply to the payments you make or receive, and it is your responsibility to collect, report an remit the correct tax to the appropriate tax authority, regardless of jurisdiction. ANX is not responsible for determining whether taxes apply to your transaction, or for collecting, reporting or remitting any taxes arising from any transaction, to you or any taxation, governing or third authority.

Kinda confusing. Which one is it? Do you or do you not automatically submit to the taxman/IRS (Europe for example) - or is that something myself have to do? Please clarify... Thanks.

Hello, regarding to your questions , both apply, we can submit verification documents if its requested by the government, but its all we do, we do nothing related to taxes, and we dont provide any documents to government or tax authority if they dont request it.

So yes ,  you have to do the tax accounting by yourself.

Regards



ANXPRO
newbie
Activity: 20
Merit: 0
Got a question about the KYC policy.

Under your information page it says:
"The ANX AML and KYC policies are as follows:
Identity and proof of address documents and transaction records will be maintained for at least six years and will be submitted to regulators as required without prior notification to registered users."

A few lines below it says:
It is your responsibility to determine what, if any, taxes apply to the payments you make or receive, and it is your responsibility to collect, report an remit the correct tax to the appropriate tax authority, regardless of jurisdiction. ANX is not responsible for determining whether taxes apply to your transaction, or for collecting, reporting or remitting any taxes arising from any transaction, to you or any taxation, governing or third authority.

Kinda confusing. Which one is it? Do you or do you not automatically submit to the taxman/IRS (Europe for example) - or is that something myself have to do? Please clarify... Thanks.
legendary
Activity: 1358
Merit: 1000
https://gliph.me/hUF
Not very useful.

Hello,

Let me explain more about the fact that volume in different currency pair is similar .

Other exchanges have separate order books and they have one order book for BTCEUR, another for BTCUSD. Trades, pricing, depth is all independent.

However ANX has a sophisticated engine that streams in FX rates in real-time, and blends all FIAT currencies into a single order book. Orders placed in BTCEUR can match against orders placed in BTCUSD. It's based on a very fair algorithm that converts each existing order into the equivalent price for any incoming order. USD orders are settled in USD, and EUR in EUR.

Some exchanges have tried to do multi-currency by first converting orders into a common currency, which is terrible for the customer as they suffer FX slippage.

In the case of ANX a USD order rests in USD, and a EUR in EUR. If they match, both parties receive their native currency. So when you call "/api/2/{currency_pair}/money/trade/fetch" for different currency pairs, you are actually querying against a single order book.

The data is completely transparent - the "primary" flat tells you what is going on. If a EUR trade matches against a USD trade, the USD and EUR will both be reported in the history call with primary="true".

Most charting and analytics sites continue to think of ANX as just the same as the other sites, and just choose one of our currencies to report, which is unfortunate as it doesn't accurately reflect our trades and blended order book.

Yes, I already know that. The problem is, like you said, the representation. It's not useful and it doesn't look professional. It looks fake.

How is this documented in your API documentation? What are your plans to improve the situation?
full member
Activity: 435
Merit: 100
Not very useful.





Hello,

Let me explain more about the fact that volume in different currency pair is similar .

Other exchanges have separate order books and they have one order book for BTCEUR, another for BTCUSD. Trades, pricing, depth is all independent.

However ANX has a sophisticated engine that streams in FX rates in real-time, and blends all FIAT currencies into a single order book. Orders placed in BTCEUR can match against orders placed in BTCUSD. It's based on a very fair algorithm that converts each existing order into the equivalent price for any incoming order. USD orders are settled in USD, and EUR in EUR.

Some exchanges have tried to do multi-currency by first converting orders into a common currency, which is terrible for the customer as they suffer FX slippage.

In the case of ANX a USD order rests in USD, and a EUR in EUR. If they match, both parties receive their native currency. So when you call "/api/2/{currency_pair}/money/trade/fetch" for different currency pairs, you are actually querying against a single order book.

The data is completely transparent - the "primary" flat tells you what is going on. If a EUR trade matches against a USD trade, the USD and EUR will both be reported in the history call with primary="true".

Most charting and analytics sites continue to think of ANX as just the same as the other sites, and just choose one of our currencies to report, which is unfortunate as it doesn't accurately reflect our trades and blended order book.
sr. member
Activity: 462
Merit: 250
Our volume has been growing since then, anyway we are working on put separate volumes for each pair, regards.


It would be good. If you do that, please tell us Wink Thanks.

Yes we will be in contact as fast as we upgrade that thank you for your interest, by the way dont miss out the last few days of getting 15,000 free dogecoin for register and making first trade.
ANXPRO
full member
Activity: 190
Merit: 100
Our volume has been growing since then, anyway we are working on put separate volumes for each pair, regards.


It would be good. If you do that, please tell us Wink Thanks.
sr. member
Activity: 462
Merit: 250
Not very useful.





Our volume has been growing since then, anyway we are working on put separate volumes for each pair, regards.

ANXPRO
legendary
Activity: 1358
Merit: 1000
https://gliph.me/hUF
full member
Activity: 190
Merit: 100

All of the data is transparent, you can download and analyse it to your heart's content. The API documentation is at: http://docs.anxv2.apiary.io/ (We also support the trade history method which I notice isn't in the docs yet).


I tried the trade history method:

/api/2/{currency_pair}/money/trade/fetch

but it also returns the same results for all pairs. So it's impossible to know what pairs are most traded in ANXBTC.

It would be a lot easier if you just return different volumes for each specific ticker. Your explanation seems confusing.
newbie
Activity: 53
Merit: 0
Hello AsiaNexgen!

BitcoinSites.org has reviewed your bitcoin exchange. You can check review here: http://bitcoinsites.org/anxbtc-com/
full member
Activity: 435
Merit: 100
Hi there, great post and happy to discuss.

One of the unique advantages of ANX is that we employ a blended multi-currency order book. Unlike other exchanges that have separate order books per currency, the ANX order book blends all of our supported fiat currencies together. This improves liquidity and also allows for our users to deal in their native currency.

You can buy Bitcoins, Dogecoins, Litecoins etc in in your preferred currency from an ANX user who is selling them in CAD,USD, NZD, JPY, EUR, GBP, SGD and more.

Recently we extended this order book to not only span currencies - but also our white labels. Customers of anxbtc.com, anxpro.com, and mengmengbi.cn are all trading in real-time, in their native currencies, across a hugely blended order book, and it's very fast Smiley

So an AUD customer selling 1 BTC to a CHF user will receive AUD, whilst the buyer will pay with CHF and receive 1 BTC. The BTC volume will go up by 1 BTC.

So the tickers you refer to are showing the BTC volumes across all of our currencies - in the same order book.

You can see this in action by changing your base currency in your settings - you'll see the order book displayed natively in your selected currency.

All of the data is transparent, you can download and analyse it to your heart's content. The API documentation is at: http://docs.anxv2.apiary.io/ (We also support the trade history method which I notice isn't in the docs yet).

As a note - the API is built to be highly compatible with the MT GOX API - if you have any now defunct MT GOX client code you can bring it back to life just by changing the URL to ours.

Finally, with regards to your query on currency static, I couldn't agree more! We have lots of goodies coming in our v3 API, but one of them is available right now - enjoy!
https://anxpro.com/api/3/currencyStatic

You might be interested to learn this method is adaptive depending on the white label. For example our China white label only takes onshore CNY:
https://www.mengmengbi.cn/api/3/currencyStatic


Best Regards,
Hugh Madden
CTO, ANX
www.anxintl.com











newbie
Activity: 3
Merit: 0
ANX_Service,

Can you tell me why the volume numbers from your API are all the same? For example, right now all of these return ~931 for volume:

https://anxpro.com/api/2/btcusd/money/ticker
https://anxpro.com/api/2/btcjpy/money/ticker
https://anxpro.com/api/2/btceur/money/ticker


These should return the volume of that currency pair, but appear to reflect the overall volume of BTC.

Also, you are one of the first exchanges I know of that support trading in multiple alt-currencies (I think ?) that does not publish a list of supported traded currency pairs. This makes it hard for automated systems to adjust to added currency pairs. Do you have a current/official list of pairs?
legendary
Activity: 3766
Merit: 1368
If Asia Nexgen is smart, they will start a branch in Singapore. The branch may even be a totally separate company that they own. It should be licensed under Singapore law in just the same way it became licensed under Hong Kong law.

The reason is that Singapore is one of the financially strongest nations in the world. Hong Kong can be controlled somewhat by China. It isn't the same for Singapore.

The whole thing would be good for the Bitcoin scene.

It's time that we start to drive a wedge into the ever-growing banking cartel.

Smiley
sr. member
Activity: 266
Merit: 250
yo why is this exchanges volume going through the roof right now? http://bitcoincharts.com/markets/
hero member
Activity: 698
Merit: 500
5% Bitcoin Discount - All Orders
ANX offers direct Australian banking!

ANX now provides local AUD deposits and withdrawals for Australian bank account holders. With same day processing of deposits and withdrawals as well as zero fees on deposits, there's no longer any reason to endure slow and costly bank wires.

ANXBTC.COM

Holy moly how did I not know about you guys! What are the trading fees?
newbie
Activity: 36
Merit: 0
ANX offers direct Australian banking!

ANX now provides local AUD deposits and withdrawals for Australian bank account holders. With same day processing of deposits and withdrawals as well as zero fees on deposits, there's no longer any reason to endure slow and costly bank wires.

ANXBTC.COM
Pages:
Jump to: