cURL
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>" }
Calculate the required fee in a specific SIP-010 token for a transaction intent.
Show child attributes
mainnet
testnet
Fee estimation result