Using this endpoint customers can prepare a non-fungible token transfer from an address with private and public keys. The address doesn’t have to belong to a wallet. The response will include the transaction fee in Wei.
Represents the specific blockchain protocol name, e.g. Ethereum, Bitcoin, etc.
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", "mordor" 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.
Represents the contract address of the token, which controls its logic. It is not the address that holds the tokens.
Represents the sequential running number for an address, starting from 0 for the first transaction. E.g., if the nonce of a transaction is 10, it would be the 11th transaction sent from the sender's address.
The address which receives this transaction. In UTXO-based protocols like Bitcoin there could be several senders while in account-based protocols like Ethereum there is always only one recipient.
Represents the address which sends this transaction. In UTXO-based protocols like Bitcoin there could be several senders while in account-based protocols like Ethereum there is always only one sende
Represents the unique token identifier.
Representation of the exact amount to be transfered.
Represents the fee priority of the automation, whether it is "slow", "standard" or "fast"
Representation of the transaction type. For Ethereum-Classic and Binance Smart Chain there is no need to provide "transactionType" in the request.
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.
Represents the address which sends this transaction. In UTXO-based protocols like Bitcoin there could be several senders while in account-based protocols like Ethereum there is always only one sender.
The address which receives this transaction. In UTXO-based protocols like Bitcoin there could be several senders while in account-based protocols like Ethereum there is always only one recipient.
Represents the unique token identifier.
0x0079006f00750072004100640064006900740069006f006e0061006c00440061007400610048006500720065
Represents the sequential running number for an address, starting from 0 for the first transaction. E.g., if the nonce of a transaction is 10, it would be the 11th transaction sent from the sender's address.
Representation of the hash that should be signed
Defines the amount of the transaction fee.
Represents the amount of gas used by this specific transaction alone.
Represents the price offered to the miner to purchase this amount of gas.
Representation of the max fee per gas value
Representation of the max priority fee per gas value
Representation of the transaction type
API Key
{
"context": "yourExampleString",
"data": {
"item": {
"contract": "0x5668213c59ab2612ecd948f98371d1d291098b5e",
"nonce": "1",
"recipient": "0x0902a667d6a3f287835e0a4593cae4167384abc6",
"sender": "0xc6d46aba0c6e2eb6358c4e24804158cc4d847922",
"tokenId": "14",
"fee": {
"exactAmount": "0.00045",
"priority": "standard"
},
"transactionType": "legacy-transaction"
}
}
}
{
"apiVersion": "2023-04-25",
"requestId": "601c1710034ed6d407996b30",
"context": "yourExampleString",
"data": {
"item": {
"recipient": "0x5668213c59ab2612ecd948f98371d1d291098b5e",
"sender": "0xc6d46aba0c6e2eb6358c4e24804158cc4d847922",
"tokenId": "14",
"blockchainSpecific": {
"dataHex": "0x23b872dd000000000000000000000000c6d46aba0c6e2eb6358c4e24804158cc4d8479220000000000000000000000000902a667d6a3f287835e0a4593cae4167384abc6000000000000000000000000000000000000000000000000000000000000000e",
"nonce": "1",
"sigHash": "1b0ba4f497e39a74aa9a83afde0ec257c5c6e8547ea8187c319f0a242c2506f4",
"fee": {
"gasLimit": "552020",
"gasPrice": "2500000007",
"maxFeePerGas": "6655534951",
"maxPriorityFeePerGas": "1000000000"
},
"transactionType": "access-list-transaction"
}
}
}
}