Returns a fee estimate for transferring an FA2 token on Tezos. FA2 (TZIP-12) is Tezos's multi-asset token standard - it powers NFTs, gaming assets, and most fungible tokens minted from 2021 onward. A single FA2 contract can hold many distinct tokens, identified by a numeric tokenId, so this endpoint requires that id alongside the contract address.
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.
Token amount in the token's own base units - not mutez. For NFTs this is usually "1".
FA1.2 contract address (KT1)
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.
Identifies which token inside the FA2 contract (FA2 is multi-asset). "0" is the typical id for single-token FA2 contracts; NFT collections use a different id per item.
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",
"contractAddress": "KT1TxqZ8QtKvLu3V3JH7Gx58n7Co8pgtpQU5",
"recipient": "KT1H5b7LxEExkFd2Tng77TfuWbM5aPvHstPr",
"sender": "tz1PVeuW9eQ1ZkUVmMyqYgTL6qWuiVunneXe",
"senderPublicKey": "edpkvNh3owMx4KaWTrgLuC5pQRMxV4QNom2kAZSCyfCh4q6o73DFti",
"tokenId": 0
}
}
}
{
"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"
}
}
}
}