For the complete documentation index, see llms.txt. This page is also available as Markdown.

get_payers_by_network

Retrieves a list of wallet addresses that’ve contributed data blobs to a given network.

post
/
  • Returns an empty list if no blobs were found.

  • Returns an error if there was a database or RPC failure.

This endpoint identifies all payers responsible for uploading or funding data—deduplicated across the various nodes they may own within a network.

Body
idstringRequired

Client-generated request identifier

jsonrpcstring · enumRequired

JSON-RPC version

Possible values:
methodstringRequired

RPC method name

Responses
200

RPC success with list of payer pubkeys

application/json
jsonrpcstring · enumRequiredPossible values:
idstringRequired
resultstring[]Optional

List of unique payer pubkeys

post/

Last updated