polygonscan-python icon indicating copy to clipboard operation
polygonscan-python copied to clipboard

The Polygon Scan APIs for python based from the fork of bscscan-python

Results 3 polygonscan-python issues
Sort by recently updated
recently updated
newest added

get_logs() dose not work

When running `matic = PolygonScan(YOUR_API_KEY, net="ropsten") # net name is case-insensitive, default is main` I get the error `unexpected keyword argument 'net'`

print(matic.get_gas_oracle()) returns: AttributeError: 'SyncClient' object has no attribute 'get_gas_oracle' while print(matic.get_matic_balance(0xmyadress)) works fine ideas?