Get Transaction (Deprecated)

get/api/portfolio/v1/portfolios/{portfolioId}/transactions/{transactionId}

Get details for a single transaction by Transaction ID within a given portfolio to which the user with the access token belongs

Note: On March 31st, 2024, BitGo is deprecating this endpoint. Instead, use the Get transfer endpoint.

Path Parameters

  • portfolioIdstringRequired
    The id of the portfolio to retrieve
  • transactionIdstringRequired
    The id of the transaction to retrieve

200 Response

id string <uuid>required
trade_date string <date-time>required
settlement_date string <date-time>required
instrument_id string <uuid>required
instrument_symbol string required
product string
Product name e.g. BTC-USD
type string required
Allowed values: buy sell cash dividends_interest_fees pending transfer cancel blockchain_action
subtype string required
transaction_hash string
fees string <decimal>required
unitPrice string <decimal>required
quantity string <decimal>required
totalAmount string <decimal>required

default Response

error string required
errorName string required
reqId string required