We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi. why is your API providing false information? https://data.gateapi.io/api2/1/marketlist/ This can be seen if you refresh the page several times. For example, I just got the following data: [127]=> array(18) { ["no"]=> int(128) ["symbol"]=> string(3) "AXS" ["name"]=> string(13) "Axie Infinity" ["name_en"]=> string(13) "Axie Infinity" ["name_cn"]=> string(13) "Axie Infinity" ["pair"]=> string(8) "axs_usdt" ["rate"]=> string(4) "6.23" ["vol_a"]=> string(14) "27691.46350218" ["vol_b"]=> string(7) "161,135" ["curr_a"]=> string(3) "AXS" ["curr_b"]=> string(4) "USDT" ["curr_suffix"]=> string(5) " USDT" ["rate_percent"]=> string(5) "19.33" ["trend"]=> string(2) "up" ["supply"]=> int(55260010) ["marketcap"]=> string(11) "344,104,082" ["lq"]=> string(1) "0" ["p_rate"]=> int(3)
[127]=> array(18) { ["no"]=> int(128) ["symbol"]=> string(3) "AXS" ["name"]=> string(13) "Axie Infinity" ["name_en"]=> string(13) "Axie Infinity" ["name_cn"]=> string(13) "Axie Infinity" ["pair"]=> string(8) "axs_usdt" ["rate"]=> string(4) "6.23" ["vol_a"]=> string(14) "27691.46350218" ["vol_b"]=> string(7) "161,135" ["curr_a"]=> string(3) "AXS" ["curr_b"]=> string(4) "USDT" ["curr_suffix"]=> string(5) " USDT" ["rate_percent"]=> string(5) "19.33" ["trend"]=> string(2) "up" ["supply"]=> int(55260010) ["marketcap"]=> string(11) "344,104,082" ["lq"]=> string(1) "0" ["p_rate"]=> int(3)
["rate"]=> string(4) "6.23" - this is the current price of the coin. it can't be $ 6.23 now! Real price for axs_usdt ~$124 now.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi. why is your API providing false information? https://data.gateapi.io/api2/1/marketlist/ This can be seen if you refresh the page several times. For example, I just got the following data:
[127]=> array(18) { ["no"]=> int(128) ["symbol"]=> string(3) "AXS" ["name"]=> string(13) "Axie Infinity" ["name_en"]=> string(13) "Axie Infinity" ["name_cn"]=> string(13) "Axie Infinity" ["pair"]=> string(8) "axs_usdt" ["rate"]=> string(4) "6.23" ["vol_a"]=> string(14) "27691.46350218" ["vol_b"]=> string(7) "161,135" ["curr_a"]=> string(3) "AXS" ["curr_b"]=> string(4) "USDT" ["curr_suffix"]=> string(5) " USDT" ["rate_percent"]=> string(5) "19.33" ["trend"]=> string(2) "up" ["supply"]=> int(55260010) ["marketcap"]=> string(11) "344,104,082" ["lq"]=> string(1) "0" ["p_rate"]=> int(3)
["rate"]=> string(4) "6.23" - this is the current price of the coin. it can't be $ 6.23 now! Real price for axs_usdt ~$124 now.
The text was updated successfully, but these errors were encountered: