API ReferenceGuidesChangelog
Solidity

Get fork info by id

GET
/v1/solidity/{owner}/{slug}/fork/{id}/info

Authorization

api-key<token>

In: header

Path Parameters

owner*string
slug*string
id*string

Response Body

application/json

curl -X GET "https://example.com/v1/solidity/string/string/fork/string/info"
{  "currentBlockHash": "string",  "currentBlockNumber": "string",  "currentBlockTimestamp": "string",  "environment": {    "baseFee": "string",    "chainId": "string",    "gasLimit": "string",    "gasPrice": "string"  },  "forkConfig": {    "forkBlockNumber": "string",    "forkRetryBackoff": "string",    "forkUrl": "string"  },  "hardFork": "string",  "transactionOrder": "string"}