eth_getCode | Arbitrum Method
POSThttps://arbitrum.callstaticrpc.com/:apiKey
Returns code at a given address.
Request
Responses
- 200
Returns the code from the given address.
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L 'https://arbitrum.callstaticrpc.com/:apiKey' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d '{
"id": 1,
"jsonrpc": "2.0",
"params": [
"string"
],
"method": "eth_getCode"
}'
ResponseClear