Skip to main content
GET
/
ncw
/
wallets
/
supported_assets
TypeScript
const response: Promise<FireblocksResponse<EmbeddedWalletPaginatedAssetsResponse>> = fireblocks.embeddedWallets.getEmbeddedWalletSupportedAssets(embeddedWalletsApiGetEmbeddedWalletSupportedAssetsRequest);
{
  "data": [
    {
      "id": "<string>",
      "symbol": "USDT",
      "name": "Tether USD",
      "decimals": 6,
      "networkProtocol": "ETH",
      "testnet": true,
      "hasFee": true,
      "baseAsset": "ETH_TEST5",
      "coinType": 0,
      "blockchain": "ETH_TEST5",
      "ethNetwork": "<string>",
      "ethContractAddress": "<string>",
      "issuerAddress": "rnDV4JiwgRNhudPY2sm65AzECpRXaasL4r",
      "blockchainSymbol": "BTH",
      "deprecated": false,
      "blockchainDisplayName": "BTH",
      "algorithm": "MPC_ECDSA_SECP256K1"
    }
  ],
  "next": "eJ0eXAiOiJKV1QiLCJhbGcOiJIUzI1NiJ9"
}

Documentation Index

Fetch the complete documentation index at: https://developers.fireblocks.com/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

pageCursor
string

Next page cursor to fetch

pageSize
number
default:200

Items per page

Required range: x <= 400
onlyBaseAssets
boolean

Only base assets

Response

Successful response

data
object[]
required

The data of the current page

next
string | null

The ID of the next page

Example:

"eJ0eXAiOiJKV1QiLCJhbGcOiJIUzI1NiJ9"