It is grpc contract for getting crypto data from different blockchain network (etherium, polygon, near, binance smart chain, tron) in your web3 apps.
You could load it here:
wget https://raw.githubusercontent.com/cryptomation/grpc-contract/main/universal-api.protocopy
protoc --go_out=plugins=grpc:. universal-api.protogetBalance - get balance of account in the networkgetTransactions - get transactions of account in the networkā Possible values for network param: near, near-testnet, near-mainnet, etherium, polygon, tron
ā You must have grpcurl for running this example
grpcurl -plaintext -d '{"api_key": "insert_you_api_key", "network":"polygon", "address": "0xdec0de7e6ed3ee7bb3a2c0baae7827d101d1ec20"}' grpc.cryptomation.com com.cryptomation.universal.api.v1.grpc.UniversalCryptoApi/getTransactionscopy
ā Possible values for network param: near, near-testnet, near-mainnet, etherium, polygon, tron
ā You must have grpcurl for running this example
grpcurl -plaintext -d '{"api_key": "insert_you_api_key", "network":"polygon", "address": "0xdec0de7e6ed3ee7bb3a2c0baae7827d101d1ec20"}' grpc.cryptomation.com com.cryptomation.universal.api.v1.grpc.UniversalCryptoApi/getBalancecopy
Much more info about our API method you could found on our docs!
Our api help your project gain easy access to a sea of crypto data.
If you want to try our Universal API, please enter your email or login from Google Gmail: