API ReferenceGuidesChangelog
Solidity

List all forks

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

Authorization

api-key<token>

In: header

Path Parameters

owner*string
slug*string

Response Body

application/json

curl -X GET "https://example.com/v1/solidity/string/string/fork"
{  "forks": [    {      "createTime": "2019-08-24T14:15:22Z",      "externalFork": {        "chainConfig": {          "debugEndpoint": "string",          "endpoint": "string",          "oklinkChainShortName": "string",          "sourceFetcherApiKeys": [            "string"          ],          "sourceFetcherEndpoint": "string",          "sourceFetcherTimeout": "string",          "sourceFetcherType": "ETHERSCAN"        },        "nodeAdditionalHeaders": "string"      },      "extra": "string",      "id": "string",      "managedFork": {        "chainId": "string",        "parentBlockNumber": "string",        "parentChainSpec": {          "chainId": "string",          "forkId": "string"        },        "parentRpcEndpoint": "string",        "rpcEndpoint": "string",        "version": "string"      },      "name": "string",      "type": "MANAGED",      "updateTime": "2019-08-24T14:15:22Z"    }  ]}