Giter Club home page Giter Club logo

covalent-docs's People

Contributors

adamwhitakerwilson avatar akegaviar avatar anadi2311 avatar aurelienft avatar brandroch avatar claytonsavage avatar dennayz avatar dylanjrae avatar emmaodia avatar gane5h avatar harishraisinghani avatar jaypozo avatar leichain avatar nguyenlejoe avatar pmprete avatar tsutsu avatar xiaogit00 avatar yorken2 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

covalent-docs's Issues

RFA: Historical market rates for AAVE

This primer query gets you the data:

https://api.covalenthq.com/v1/1/events/topics/0x804c9b842b2748a22bb64b345453a3de7ca54a6ca45ce00d415894979e22897a/?starting-block=12000000&ending-block=latest&sender-address=0x7d2768dE32b0b80b7a3454c06BdAc94A69DDc7A9&primer=[{"$match":{"decoded.params.0.value":"0x6b175474e89094c44da98b954eedeac495271d0f"}},{"$group":{"_id":{"year":{"$year":"block_signed_at"},"month":{"$month":"block_signed_at"},"day":{"$dayOfMonth":"block_signed_at"},"hour":{"$hourOfDay":"block_signed_at"},"minuteOfDay":{"$minuteOfDay":"block_signed_at"},"secondOfDay":{"$secondOfDay":"block_signed_at"}},"count":{"$sum":1},"variable_borrow_rate":{"$sum":"decoded.params.3.value"}}}]```

How can I use covalent API to get specific transaction?

Hello:
I have done one traction at beginning of last month, I can find the transaction ID from the original exchange. The transaction # TxID
0x4f951e6ba3817a2cc9f52b6ab2d5e07e9bc69212be0a314e6b4ffce095864e19
But with the following URL, I can not find details about this transaction.
curl -X GET https://api.covalenthq.com/v1/1/transaction_v2/0x4f951e6ba3817a2cc9f52b6ab2d5e07e9bc69212be0a314e6b4ffce095864e19/
-u user_name: -H 'Content-Type: application/json'
I got the following response:
{
"data": null,
"error": true,
"error_message": "Transaction not found with hash: 0x4f951e6ba3817a2cc9f52b6ab2d5e07e9bc69212be0a314e6b4ffce095864e19",
"error_code": 404
}
Let me know how can I find the transaction.
By the way, this transaction was done via HECO network.
Please advise,

Unable to navigate to other URLs in Side Menu from within `Get Changes In Token Holders Between Two Block Heights` URI

Symptom:
From within this address https://www.covalenthq.com/docs/api/#/0/Class-A/Get-changes-in-token-holders-between-two-block-heights/lng=en, I am unable to navigate to any other URLs on the sidebar.

How to reproduce this bug:

  1. Navigate to https://www.covalenthq.com/docs/api/#/0/Class-A/Get-changes-in-token-holders-between-two-block-heights/lng=en
  2. Click on any other links of the Class A endpoint.

Documentation on Rate limiting is false

Note: This is about the API reference, which doent appear to be in this repo. I'm filling here anyway, as this is the best place I can find to do it. Please let me know where you would like reports on this kind of issue

In your docs on rate limiting you say

Rate limiting

Not enforced at present. Please let us know before you melt our servers!

However, when I make a large ammount of requests, I get HTTP 429, ie rate limiting.

Can I use covalenthq API to create multi-chain wallet and receive and send some tokens?

Hello:
I just register an account with covalenthq, I have one specific job to do, I want to know if I can do this job with covalenthq API.
I want to create a multi-chain wallet, which support at least the following 3 networks: ERC20, BEP20 and HECO.
I want to be able to receive and send tokens via one network and send the received tokens to another address (out of my covalenthq wallet) via another network.
For example, I want to receive some USDT from an address via HECO chain, and then send most of the USDT to another address via BEP20 or ERC20 network.
Let me know if I can do this with the covalenthq API.
If yes, tell me what is the general steps/ideas on how to proceed.
If not, please let me know, so I can try other wallet API.
I am using Windows 10, I can program with Node.JS, Python, but I prefer C#. However, if the above job can be done via curl, then I can do.
Please advise,
Thanks,

Edit on Github Doesn't work

This link is not working?
I can't find it in codebase either

If it doesn't work can we please remove/update it

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.