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
destinationChainId
enum<string>
required
Available options:
STARKNET,
SN_SEPOLIA,
1,
300,
11155111,
11155420,
421614,
4801,
84532
data
object
required

Response

200 - application/json
Default Response
feeEstimate
string
required