Return MMI messages (not broadcasted to the network) by wallet Id

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

Returns all messages 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]
id string required
user string required
coin string required
address string required
message string required
signatureVersion string required
state string required
Allowed values: created signed
wallet string required
createdTime string <date-time>required
Example: {}
signature string
modifyTime string <date-time>
Example: {}
enterprise string

500 Response

error string