-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
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
To migrate the qli API services available in the qubic.org API - part 1 #43
Comments
From AndyQus: "We can start replacing the following three endpoints (as web wallet did):
and then continue gradually with the others." |
@AndyQus already did this for the web wallet and shared with us the following information: From me: "I have a couple of additional questions. Just to have an idea of the work involved for this, in case you can help me to digest this easier. Did this work involved: Answer: |
https://rpc.qubic.org/v2/identities/{PUBLIC ADDRESS}/transfers?startTick={START TICK NUMBER https://rpc.qubic.org/v1/status |
Public/CurrentTick -> /v1/latestTick https://rpc.qubic.org/v1/latestTick |
As reference, all the changes made in web wallet for the migration to the qubic APIs services are here https://github.com/qubic/wallet/tree/release/4.11 |
@ahmed-tarek-salem https://rpc.qubic.org/v1/tick-info has the current tick of network This is the response I've got couple of mins ago:
This would be the replacement for https://api.qubic.li/Public/CurrentTick |
/balances/{id} -> should be used instead of Wallet/NetworkBalances. You can check here other services https://qubic.github.io/integration/Partners/qubic-rpc-doc.html and I think all from this list need /v1/ in the path so it works |
https://api.qubic.li/Wallet/Assets to be replaced by https://rpc.qubic.org/v1/assets/PUBLIC_ID/owned |
The text was updated successfully, but these errors were encountered: