Hello,

Sign up to join our community!

Welcome Back,

Please login to your account!

Forgot Password,

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Hi guys, how can I find out the identifier of a particular token? [CONTEXT] I need it in order to find out the price of a token and for that I am using this api: https://api.elrond.com/mex-pairs/{baseId}/{quoteId}. Now, the issue is that I need the id based on the network config (dev-net, main-net, test-net), and I found out that I can use the https://api.elrond.com/tokens?name={tokenName} api, but unfortunately the response doesn’t have any token which can be used in the first api call… Let’s take the RIDE and WEGLD pair. Here is how I get info about the mex pair: https://api.elrond.com/mex-pairs/RIDE-7d18e9/WEGLD-bd4d79 Now, if I use https://api.elrond.com/tokens?name=WEGLD the result doesn’t include WEGLD-bd4d79, it just returns a bunch of other ids, which I have no idea what they mean. Can someone give me a hint here please?