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/createtransactionestimatefee
Request Body
{"amounts"=>["10"], "destinationAddress"=>"<user address>", "sourceAddress"=>"961d27ac-ff74-4966-8eed-e7401642fdcf", "tokenId"=>"<token id>", "walletId"=>"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-User-Token | string |
RESPONSES
status: OK
{"data":{"low":{"gasLimit":"59070","baseFee":"0.000000009","priorityFee":"1.100000039","maxFee":"1.100000057"},"medium":{"gasLimit":"59070","baseFee":"0.000000009","priorityFee":"1.5","maxFee":"1.500000018"},"high":{"gasLimit":"59070","baseFee":"0.000000009","priorityFee":"2","maxFee":"2.000000018"}}}