I can’t find any mention of how to get item_details or recipe_details with v2, do we still use v1?
such as https://api.guildwars2.com/v1/recipe_details.json?recipe_id=200
On a different topic, gem prices. Why do the coins_per_gem change depending on the quantity requested? I know they would change as the price changes, but this is too much, and is predictable (smaller the quantity, larger the price):
https://api.guildwars2.com/v2/commerce/exchange/coins?quantity=10000000
quantity_in_url = coins_per_gem
10000000 = 1279
1000000 = 1277
100000 = 1279
10000 = 1380
8000 = 1502
7000 = 1288
6000 = 1341
5000 = 1431
4000 = 1610
3000 = 2147
hmmmm. I decided to check the in-game gem exchange. It looks like it costs 21s57c to buy 1 gem, and 2g16s12c to buy 17 gems (12s71c per gem). I guess that explains why the api would give those numbers, but why does buying single-digit amounts of gems cost up to 70% more per gem than double-digit?
