Returns a fee estimate for a native XTZ transfer between two Tezos accounts.
Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - "mainnet" is the live network with actual data while networks like "testnet"
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. context is specified by the user.
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. context is specified by the user.
Amount to transfer (in mutez)
Recipient Tezos address (tz1/tz2/tz3/KT1)
Sender Tezos address (tz1/tz2/tz3/KT1)
Optional. Sender's base58 public key (edpk/sppk/p2pk*). Required only if the sender's manager_key is unrevealed and the caller wants the reveal op bundled into the estimate.
Specifies the version of the API that incorporates this endpoint.
Defines the ID of the request. The requestId is generated by Crypto APIs and it's unique for every request.
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. context is specified by the user.
Suggested gas limit for the operation
True when a reveal operation is required and was included in the estimate
Storage burn estimate (in mutez)
Suggested storage limit for the operation (bytes)
Fast tier minimum fee (in mutez)
Slow tier minimum fee (in mutez)
Standard tier minimum fee (in mutez)
Unit of the fee (mutez)
| Blockchain protocol | Credits for 1 Results |
| Default Cost | 65 |
| Tezos | 65 |
API Key
{
"context": "yourExampleString",
"data": {
"item": {
"amount": "3",
"recipient": "KT1H5b7LxEExkFd2Tng77TfuWbM5aPvHstPr",
"sender": "tz1PVeuW9eQ1ZkUVmMyqYgTL6qWuiVunneXe",
"senderPublicKey": "edpkvNh3owMx4KaWTrgLuC5pQRMxV4QNom2kAZSCyfCh4q6o73DFti"
}
}
}
{
"apiVersion": "2024-12-12",
"requestId": "601c1710034ed6d407996b30",
"context": "yourExampleString",
"data": {
"item": {
"gasLimit": 3600,
"includesReveal": true,
"storageBurnEstimate": 18,
"storageLimit": 23,
"minimumFee": {
"fast": "3156",
"slow": "1850",
"standard": "2306",
"unit": "MUTEZ"
}
}
}
}