POST
/
estimate-batch-query-cost
curl --request POST \
  --url https://api.herodotus.cloud/estimate-batch-query-cost \
  --header 'Content-Type: application/json' \
  --data '{
  "destinationChainId": "STARKNET",
  "data": {
    "1": {},
    "300": {},
    "4801": {},
    "84532": {},
    "421614": {},
    "11155111": {},
    "11155420": {},
    "STARKNET": {},
    "SN_SEPOLIA": {}
  }
}'
{
  "feeEstimate": "<string>"
}

Body

application/json

Response

200 - application/json
Default Response

The response is of type object.