On this page

latest contributor to this doc

Last Edit:

@smk762

Get Current MTP

API-v2get_current_mtp

The get_current_mtp method returns the Median Time Past (MTP) from electrum servers for UTXO coins. This information is useful for debugging, specifically in cases where an electrum server has been misconfigured.

ParameterTypeRequiredDefaultDescription
coinstring-A compatible (UTXO) coin's ticker
idintegernullOptional. Identifies a request to allow matching it with a response. Defaults to null

ParameterTypeDescription
mtpintegerUnix timestamp
idintegerIdentifies a response to allow matching it with a request. Defaults to null if id not provided in request

Get Current MTP

POST
get_current_mtp
{
  "method": "get_current_mtp",
  "userpass": "RPC_UserP@SSW0RD",
  "mmrpc": "2.0",
  "id": 42,
  "params": {
    "coin": "DOC"
  }
}