REST APITradeProducts

GET

Gets a list of all available currencies.

Requires access token scope: trade_view

Path Params

  • accountId string required
    The ID of the account

Responses

200
An array of currencies

Response Body

object

  • data array of objects required
    data object
    • id string uuid required
      ID of the currency
    • symbol string required
      Symbol of the currency
    • name string required
      Name of the currency
    • increment string decimal required
      This is the smallest amount that can be traded for the currency.
    • platformSymbol string
      The BitGo platform symbol for this currency.
default
unexpected error

Response Body

object

  • error string required
  • errorName string required
  • reqId string required
  • context object
    Optional structured metadata for REST validation failures. The schema is fixed for client contract stability.
    context object
    • errorName string required
      Same value as the top-level errorName.
    • field string
      Request field associated with the validation failure.
    • message string
      Human-readable field-level validation message.