⚡ We welcome businesses to test our enterprise-grade service

Method: POST getaddressmempool

dropdown

Method RPC getaddressmempool example for Dash

POST getaddressmempool

Method not allowed

Returns all mempool deltas for an address.

Parameters

addresses - object

An array of P2PKH or P2SH Dash address(es).

Request

curl --location --request POST 'https://dash.getblock.io/mainnet/' \
--header 'x-api-key: YOUR-API-KEY' \
--header 'Content-Type: application/json' \
--data-raw '{"jsonrpc": "2.0",
"method": "getaddressmempool",
"params": [null],
"id": "getblock.io"}'


Response

{
    "result": "null",
    "id": "getblock.io",
    "status_code": 405,
    "message": "Method not allowed"
}