REST APIWallet & TransactWallet

GET

Returns tokens eligible to pay gas fees for the wallet, joined with wallet balances, sorted descending by balance. Zero-balance tokens are included with disabled: true. Support is coin-specific — see CoinWithFeeEligibleTokens in wallet-platform.

Path Params

  • coin string required
    The coin identifier
  • walletId string required
    The BitGo wallet ID

Responses

200
OK

Response Body

object

  • feeTokens array of objects required
    feeTokens object
    • tokenContractAddress string required
    • coin string required
    • name string required
    • decimalPlaces number required
    • balanceString string required
    • disabled boolean required
400
Bad Request

Response Body

object

  • name string
    Error code
  • context map of objects required
    Properties that apply to a specific error name
    context object
    • <key> object
  • error string required
    Human-readable error message
  • requestId string required
    Client request id
401
Unauthorized

Response Body

object

  • name string
    Error code
  • context map of objects required
    Properties that apply to a specific error name
    context object
    • <key> object
  • error string required
    Human-readable error message
  • requestId string required
    Client request id
403
Forbidden

Response Body

object

  • name string
    Error code
  • context map of objects required
    Properties that apply to a specific error name
    context object
    • <key> object
  • error string required
    Human-readable error message
  • requestId string required
    Client request id
404
Not Found

Response Body

object

  • name string
    Error code
  • context map of objects required
    Properties that apply to a specific error name
    context object
    • <key> object
  • error string required
    Human-readable error message
  • requestId string required
    Client request id
500
Internal Server Error

Response Body

object

  • name string
    Error code
  • context map of objects required
    Properties that apply to a specific error name
    context object
    • <key> object
  • error string required
    Human-readable error message
  • requestId string required
    Client request id