Transactions and Messages

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

Return signed (or to be signed) payloads which represent both MMI transactions and messages.

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
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
payloadType string
Allowed value: message

500 Response

error string