Return MMI transactions by wallet Id

get/api/defi/v2/mmi/{coin}/wallet/{walletId}/transactions

Returns all transactions for a specific coin and wallet created by MMI.

Path Parameters

  • coinstringRequired
    A cryptocurrency or token ticker symbol.
    Example: btc
  • walletIdstringRequired
    Public Id of the BitGo MMI wallet.
    Example: 59cd72485007a239fb00282ed480da1f

Query Parameters

  • pagestringDefault: 0
    page of results to fetch
  • sortstringDefault: desc
    sorting order of items based on creation time
    Enum: asc desc
  • limitstringDefault: 50
    maximum number of items to fetch which should be the same for consecutive calls so that the service knows how many items to offset. Acceptable values range from 1 to 500.

200 Response

data array[object]
transactionStatus string required
Allowed values: policy_failed created submitted completed failed
transactionHash string
custodianTransactionId string required
txRequestId string
from string required
to string required
coin string required
gasPrice string
maxFeePerGas string
maxPriorityFeePerGas string
gasLimit string required
nonce string
value string required
data string
decodedData object
userId string
createdTime string <date-time>required
Example: {}

500 Response

error string