Web3 APIs
JSON RPC Support
With your access token and an Ethereum address, you can start sending transactions. You can use any Web3 client to send these transactions as we support all the standard Web3 JSON-RPC methods.
You can also sign transactions (you will need to send them yourself via
eth_sendRawTransaction
) for any EVM chain by replacing /web3/mainnet
with
/web3/chains/{chain_id}
Bitski will sign a transaction if:
- Your token is valid
- This account is funded, and
- The transaction is valid.
Transactions you submit via this API must include all fields with the exception of nonce.
Need more RPC?
For a list of all the supported methods, see Ethereum’s JSON-RPC spec.