Estimate fee for a transfer transaction
POST {{baseUrl}}/transactions/transfer/estimateFee
Estimates gas fees that will be incurred for a transfer transaction; given its amount, blockchain, and token.
https://developers.circle.com/w3s/reference/createtransferestimatefee-1
Request Body
{"amounts"=>["0.5"], "walletId"=>"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11", "destinationAddress"=>"<destination address>", "tokenId"=>"39cba9a8-868c-48e6-938e-b71da595eea1", "sourceAddress"=>"<source address>"}
RESPONSES
status: OK
{"data":{"low":{"gasLimit":"81885","baseFee":"36.892841748","priorityFee":"3.362440711","maxFee":"77.148124207"},"medium":{"gasLimit":"81885","baseFee":"36.892841748","priorityFee":"4.269356145","maxFee":"78.055039641"},"high":{"gasLimit":"81885","baseFee":"36.892841748","priorityFee":"5.202820544","maxFee":"78.98850404"}}}