Jump to Content
Fortress
HomeGuidesAPI ReferenceChangelog
Fortress
HomeGuidesAPI ReferenceChangelog

Getting Started

  • Organizations
    • Authentication
  • Identities
    • Personal Identities
    • Business Identities
    • Elements (KYC Widget)
    • Validation errors
  • Webhooks
    • Webhook Examples
  • Launch Fast With Elements!
    • KYC Elements
    • Bank Account Linking Elements
    • Card Linking Elements
    • Transfer Elements
    • Trade Elements

Trust Platform

  • Introduction
  • Accounts
    • Account Balances
  • Fiat
  • ACH
    • MX Integration
    • ACH Payment
    • Plaid Processor Token
  • Wires
    • Incoming(Deposit) Wires
    • Outgoing(Withdrawal) Wires
    • Elements (Wire Widget)
  • Buy/Sell Crypto
    • Trading Pairs
  • Debit/Credit Cards
    • Elements (Card Linking Widget)
  • Transfers
  • Digital Assets [Sandbox]
  • Certification and Production Launch

Embeddable Wallet

  • Introduction
  • Design Guide
  • Wallets
  • NFT Balances
    • Private Data
  • Crypto Balances
  • Transactions
  • Deposit/Withdrawals
  • Gas Station

Fortress Mint

  • Introduction
  • Gas Station
  • Spaces
  • Projects
  • NFTs
    • Drafting NFTs
    • Minting NFTs
    • Media Upload
Powered by 

Crypto Balances

Suggest Edits

Retrieving all crypto balances

1834

The numbers below correspond with the numbers in the display made to retrieve these items for your frontend

GET /v1/wallets/{walletId}/crypto-balances

//Sample Response
{
   "network": "mainnet",
   "assetType": "ether",
   "address": "0x555d6b6936984eF0Ce28bd8323C3c1A880510e49",
   "totalBalance": 20.53423456
}

Updated 10 months ago


  • Table of Contents
    • Retrieving all crypto balances