Prepare an unsigned FA2 token transfer from an address. Builds the token contract transfer entrypoint call for the given token id and returns the forged unsigned operation bytes (ready for the signer) together with the branch, counter, fee, gas and storage limits. When the source account is unrevealed and a public key is supplied, a reveal operation is prepended.
Represents the name of the blockchain network used; "mainnet" is the live network with actual data while the others are test networks.
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.
Sender's Tezos address (tz1/tz2/tz3). The token holder.
Recipient's Tezos address.
The FA2 token contract address (KT1).
Token amount to send (in the token's base units), as an integer string.
The FA2 token id.
The token standard - FA_2 for this endpoint.
Sender's public key. Required only when the source account is unrevealed.
Fee configuration.
Fee priority - slow, standard or fast. Selects the priority fee tier.
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.
The source (sender / token holder) address.
The recipient address.
The token amount transferred.
The head block hash the operation is anchored to.
The source account's operation counter (current on-chain counter + 1).
The estimated transaction fee.
The fee amount, in the base denomination.
The fee denomination (mutez).
The suggested gas limit.
The suggested storage limit.
The forged UNSIGNED operation bytes (hex), ready for the signer.
True when a reveal operation was prepended (the source was unrevealed).
The token contract address (KT1) the transfer targets.
The FA2 token id.
| Blockchain protocol | Credits for 1 Results |
| Default Cost | 104 |
| Tezos | 104 |
API Key
{
"context": "yourExampleString",
"data": {
"item": {
"fromAddress": "tz1YWK1gDPQx9N1Jh4JnmVre7xN6xhGGM4FN",
"toAddress": "tz1burnburnburnburnburnburnburjAYjjX",
"contractAddress": "KT1XnTn74bUtxHfDtBmm2bGZAQfhPbvKWR8o",
"amount": "1000000",
"tokenId": "0",
"tokenStandard": "FA_2",
"fromPublicKey": "edpkuBknW28nMH1eeUysTaXmQBHfa9WgTUxs95E7XLPTHK83MMkWnq",
"feeOptions": {
"priority": "standard"
}
}
}
}
{
"apiVersion": "2024-12-12",
"requestId": "601c1710034ed6d407996b30",
"context": "yourExampleString",
"data": {
"item": {
"source": "tz1YWK1gDPQx9N1Jh4JnmVre7xN6xhGGM4FN",
"destination": "tz1burnburnburnburnburnburnburjAYjjX",
"amount": "1000000",
"branch": "BLc1BjrQ7ByvHW1p4A5B3nX1nB5Y7pT2xY3zB9fD1hK6mN8pQr",
"counter": "12345678",
"fee": {
"amount": "5000",
"unit": "mutez"
},
"gasLimit": "5210",
"storageLimit": "350",
"forgedOperation": "e655b1a97c6b3e6e0b7b02d7e2e3f4a5b6c7d8e9f0a1b2c3d4e5f60718293a4b5c6d7e8f90",
"revealRequired": false,
"contract": "KT1XnTn74bUtxHfDtBmm2bGZAQfhPbvKWR8o",
"tokenId": "0"
}
}
}