Preview transfer
Validate and preview the transfer.
Validates the transfer, calculates the relevant amount in crypto if requested amount was in fiat and updates the current network fee values.
This endpoint uses the NetworkId
field to specify which network will be used to perform the transfer. The target NetworkId
should be selected after configuring the transfer using /configure
endpoint.
Returns the PreviewId
value that can be used to commit the transfer.
Authorizations
Contact Mesh to get client Secret
Contact Mesh to get client Id
Body
The authentication token to send the asset from.
1
The type of the integration to send the asset from.
robinhood
, eTrade
, alpaca
, tdAmeritrade
, weBull
, stash
, interactiveBrokers
, public
, coinbase
, kraken
, coinbasePro
, cryptoCom
, openSea
, binanceUs
, gemini
, cryptocurrencyAddress
, cryptocurrencyWallet
, okCoin
, bittrex
, kuCoin
, etoro
, cexIo
, binanceInternational
, bitstamp
, gateIo
, acorns
, okx
, bitFlyer
, coinlist
, huobi
, bitfinex
, deFiWallet
, krakenDirect
, vanguard
, binanceInternationalDirect
, bitfinexDirect
, bybit
, paxos
, coinbasePrime
, btcTurkDirect
, kuCoinDirect
, okxOAuth
, paribuDirect
, robinhoodConnect
, blockchainCom
, bitsoDirect
, binanceConnect
, binanceOAuth
, revolutConnect
, binancePay
The authentication token of the target integration. Can be used alternatively to the address in the ToAddress
field.
If used, toType
should also be provided.
The type of the target integration to send assets to. Used along with the toAuthToken
alternatively to ToAddress
.
robinhood
, eTrade
, alpaca
, tdAmeritrade
, weBull
, stash
, interactiveBrokers
, public
, coinbase
, kraken
, coinbasePro
, cryptoCom
, openSea
, binanceUs
, gemini
, cryptocurrencyAddress
, cryptocurrencyWallet
, okCoin
, bittrex
, kuCoin
, etoro
, cexIo
, binanceInternational
, bitstamp
, gateIo
, acorns
, okx
, bitFlyer
, coinlist
, huobi
, bitfinex
, deFiWallet
, krakenDirect
, vanguard
, binanceInternationalDirect
, bitfinexDirect
, bybit
, paxos
, coinbasePrime
, btcTurkDirect
, kuCoinDirect
, okxOAuth
, paribuDirect
, robinhoodConnect
, blockchainCom
, bitsoDirect
, binanceConnect
, binanceOAuth
, revolutConnect
, binancePay
The network to send the asset over.
The symbol of the digital asset to send.
The target address to send the asset to.
Secondary address identifier for coins like XRP,XMR etc.
The amount to send, in crypto.
The amount to send, in fiat currency. Can be used alternatively to Amount
.
Fiat currency that is to get corresponding converted fiat values of transfer and fee amounts. If not provided, defaults to USD
.
Transaction ID Provided by client to track transaction in future calls.
128
Specifies if all the fees are included in the amount to transfer.
Response
ok
, serverFailure
, permissionDenied
, badRequest
, notFound
, conflict
, tooManyRequest
, locked
, unavailableForLegalReasons
A message generated by the API
User-friendly display message that can be presented to the end user
Strictly-typed error type that is explaining the reason of an unsuccessful status of the operation. All possible error types are available in the documentation.