Contract Address

To allow a specific Ethereum address, click ADD and input it into the Contract Addresses.

Test with a method from the list.

curl https://eth-gorli.paralinker.com/v1/<PROJECT_ID> \
    -H 'Content-Type: application/json' \
    -X POST \
    -d '{"id":1, "jsonrpc": "2.0", "method": "eth_getBalance","params":["0xfe05a3e72235c9f92fd9f2282f41a8154d6d342b", "latest"]}'

Result:

{"jsonrpc":"2.0","id":1,"result":"0x0"}

Kindly be informed that the settings are expected to become active in around 1 minute.

Last updated