Problem of Ethereum API with binance API Chrome
As a creator, frustrating when your code fails to apply as planned. In this article, I will describe the problem with Ethereum API with the browser based on binance API Chrome such as Google Chrome.
Question: Binance API Publishing Chromo
During Ethereum, the Chrome API, Fetch, was used to submit external API requests, including the binance API. However, there is a known problem that means that the Fetch line reaches the final point of the API in the account_fetch function.
Documentation and known questions:
- [Ethereum API Documentation: Binance API] (
*]
Step -by -step solution:
To solve the problem, follow the following steps:
1
2
- Check the compatibility of the browser
: Although not clearly mentioned, Chrome may have problems to provide heavy JavaScript components. Try to update the latest version of Chrome or go to another browser.
Code example:
Here is an example of a fragment of code showing how to update the Fetch line in account_fetch:
`Javascript
Function account_fetch () {
Constance account = "your_account_id";
Const Apikey = "your_api_key";
Const Apulet = "your_api_secret";
take (
{Apikey} & account = $ {account}
{Method: 'Get'}
) .Then (answer => {
if (answer.ok) {
Return the answer.json ();
} OTHER {
Console.error ('Error account data:', response.status);
}
}). Then (data => {
// Process the data provided
});
}
` ‘
By performing these steps and updating the code to reflect the Correct Binance API URL, you should be able to solve the problem and make sure your Ethereum program works as expected in Chrome.