Skip to main content
POST
/
estimate
Estimate Sponsorship Fee
curl --request POST \
  --url https://api.velumx.xyz/api/v1/estimate \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "network": "mainnet"
}
'
{
  "maxFee": "<string>",
  "maxFeeUsd": "<string>",
  "feeToken": "<string>",
  "relayerAddress": "<string>",
  "paymasterAddress": "<string>",
  "registryAddress": "<string>"
}

Authorizations

x-api-key
string
header
required

Body

application/json
intent
object
network
enum<string>
default:mainnet
Available options:
mainnet,
testnet

Response

200 - application/json

Fee estimation result

maxFee
string
maxFeeUsd
string
feeToken
string
relayerAddress
string
paymasterAddress
string
registryAddress
string