General
Direct API call (POST)
Perform a raw POST request to a curated Blockscout API endpoint.
post/direct_api_call
Query parameters
chain_idstring required
The ID of the blockchain
endpoint_pathstring required
The Blockscout API path to call (e.g., '/json-rpc')
query_paramsobject
Optional query parameters forwarded to the Blockscout API
Request body
object required
Response
Raw Blockscout API response
Changes
Changed in 2 of the 15 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲