Skip to main content
GET
/
ncw
/
wallets
/
{walletId}
/
accounts
/
{accountId}
/
assets
TypeScript
const response: Promise<FireblocksResponse<EmbeddedWalletPaginatedAssetsResponse>> = fireblocks.embeddedWallets.getEmbeddedWalletAssets(embeddedWalletsApiGetEmbeddedWalletAssetsRequest);
{
  "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.

Path Parameters

walletId
string
required

Wallet Id

accountId
string
required

The ID of the account

Query Parameters

sort
enum<string>[]

Sort by fields

Available options:
assetId,
createdAt
pageCursor
string

Cursor to the next page

pageSize
number
default:200

Amount of results to return in the next page

Required range: x <= 400
order
enum<string>
default:ASC

Is the order ascending or descending

Available options:
ASC,
DESC

Response

Successful response

data
object[]
required

The data of the current page

next
string | null

The ID of the next page

Example:

"eJ0eXAiOiJKV1QiLCJhbGcOiJIUzI1NiJ9"