Return MMI transactions

get/api/defi/v2/mmi/{coin}/wallets/{address}/transactions

Returns all transactions for a specific coin's address in a wallet created by MMI.

Path Parameters

  • coinstringRequired
    A cryptocurrency or token ticker symbol.
    Example: btc
  • addressstringRequired
    Address of the wallet.
    Example: 2MvrwRYBAuRtPTiZ5MyKg42Ke55W3fZJfZS
    Max length: <= 250 characters

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