Credits
It is possible for users to subscribe to a credit-based API Key system: each request consumes a pre-definied amount of credits from your balance. This is the default model for users that subscribe to a free trial key.
For users with API credits, the credit spend per request is summarized in the below table:
predictAddressSingle
success
The API returned a successful response on a valid address
predictAddressSingle
warning: Address belongs to a smart contract
The requested address belongs to a smart contract which is out of the scope of analysis of the model
predictAddressSingle
warning: Address has no activity
The requested address has no activity on Ethereum: either it doesn't exist or its activity is only on other chains. Support for additional chains will be added over time.
predictAddressSingle
error
There is an error in the headers or payload (user side) or internal error preventing the API from returning a valid response
Last updated