Get the list of networks and tokens eligible for a transfer, based on the provided request data.
The API client provides FromAuthToken that represents the source account and the list of target addresses
using the ToAddresses field. Front API verifies the addresses and returns the list of tokens eligible
to be transferred as the result of the operation.
Returns the list of holdings on the account that can be used to perform the transfer. Each holdings item contains the list of supported networks that can be used to transfer the corresponding asset. Each network contains details such as gas fees and the amount eligible to be transferred.
Contact Mesh to get client Secret
Contact Mesh to get client Id
The authentication token to send assets from.
1The type of the integration to send assets 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, bybitDirect, paribuOAuth, payPalConnect, binanceTrDirect, coinbaseRamp, bybitDirectMobile, sandbox, cryptoComPay, bybitEuDirect, uphold, binancePayOnchain, sandboxCoinbase, bybitPay A list of available addresses provided by the API client. The list can contain all supported addresses by the client. Front API validates the addresses and returns the list of supported tokens and networks as the result of the operation.
If provided, Front API returns only networks that support transferring of this symbol.
If provided, Front API configures the response to only return holdings with enough amount of this crypto for the transfer
If provided, Front API configures the response to only contain holdings with enough value (converted to fiat) for the transfer.
Fiat currency that is to get corresponding converted fiat values of transfer and fee amounts. If not provided, defaults to USD.
If provided, from API configures the response to include the requested network only.
If provided, from API configures the response to include the requested network only.
If provided, if connected wallet supports batched transactions.(DeFi only)
Specifies if all the fees are included in the amount to transfer.
OK
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
An error grouping hash from string components and caller information. Used by bugsnag on FE for correct error grouping
Opaque team code for error routing. Resolved from exception origin or caller file path via CODEOWNERS. Format: 2-character code (e.g., "7K", "M2"). Use for alerting/routing, not display.
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.