get http://127.0.0.1:5001/api/v1/dht/findprovs
Find peers that can provide a specific value, given a key.
Arguments
Argument | Description | Type | Required? |
---|---|---|---|
arg | The key to find providers for. | string | Y |
verbose | Print extra information. | boolean | N |
num-providers | The number of providers to find. Default: “20”. | integer | N |