You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When making a request to https://qtum.info/api/contract/fe59cbc1704e89a698571413a81f0de9d8f00c69 I would suspect the qrc20 object to contain the totalSupply.
Current Behavior
The end-point returns only the name and symbol in the qrc20 object.
Steps to Reproduce
Go to this end-pointhttps://qtum.info/api/contract/fe59cbc1704e89a698571413a81f0de9d8f00c69
Compare the result with the documentationhttps://github.com/qtumproject/qtuminfo-api/blob/master/doc/contract.md#contract-information
Context (Environment)
I'm trying to get up-to-date total supplies for tokens on QTUM. For example INK.
Detailed Description
The GET /contract/:contract end-point doesn't return all the information that is stated in the documentation. It only returns the name and symbol of a QRC20 token, while the documentation says that it would also return the decimals, totalSupply, version, holders and transactions.
The text was updated successfully, but these errors were encountered:
Expected Behavior
When making a request to
https://qtum.info/api/contract/fe59cbc1704e89a698571413a81f0de9d8f00c69
I would suspect theqrc20
object to contain thetotalSupply
.Current Behavior
The end-point returns only the
name
andsymbol
in theqrc20
object.Steps to Reproduce
https://qtum.info/api/contract/fe59cbc1704e89a698571413a81f0de9d8f00c69
https://github.com/qtumproject/qtuminfo-api/blob/master/doc/contract.md#contract-information
Context (Environment)
I'm trying to get up-to-date total supplies for tokens on QTUM. For example INK.
Detailed Description
The
GET /contract/:contract
end-point doesn't return all the information that is stated in the documentation. It only returns the name and symbol of a QRC20 token, while the documentation says that it would also return thedecimals
,totalSupply
,version
,holders
andtransactions
.The text was updated successfully, but these errors were encountered: