-
Hello, I'm trying to scrap the transaction of my orders on https://explorer.loopring.io/ but I can't find the quantity I sold there where I'm able to know it from your superb app. Is there a way I can get the quantity sold on my orders by querying directly the source of the data, instead of https://explorer.loopring.io/ or https://lexplorer.io/ ? How did you manage to do it ? Best |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The source code of lexplorer.io is right here in front of you and you're asking how we do things? I'm not going into details here, but in general we're querying the Loopring subgraph, e.g. from here: https://thegraph.com/hosted-service/subgraph/loopring/loopring?version=current If you need more assistance with developing something yourself, I'd suggest you join the Loopring discord (link available on Loopring homepage). It has a developers channel where a lot of people are willing to help others out - including me. But this is not the right place for help with programming questions. |
Beta Was this translation helpful? Give feedback.
The source code of lexplorer.io is right here in front of you and you're asking how we do things?
I'm not going into details here, but in general we're querying the Loopring subgraph, e.g. from here: https://thegraph.com/hosted-service/subgraph/loopring/loopring?version=current
If you need more assistance with developing something yourself, I'd suggest you join the Loopring discord (link available on Loopring homepage). It has a developers channel where a lot of people are willing to help others out - including me. But this is not the right place for help with programming questions.