estimatesmartfee

This RPC Method estimates the transaction fee per kilobyte needed for confirmation within a target number of blocks.

post

JSON RPC - createmultisig

Authorizations
Body
methodstring · enumRequiredPossible values:
Responses
200

Default Response

application/json
post
POST /v2/rpc/bitcoin/createmultisig HTTP/1.1
Host: api.secretkeylabs.io
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 39

{
  "method": "createmultisig",
  "params": []
}
200

Default Response

{
  "result": null,
  "error": null,
  "id": null
}

Last updated