Home

Filecoin.ID

POST
https://fil.nownodes.io/rpc/v1

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the libp2p peer identity (Peer ID) of this Filecoin node. The Peer ID is a unique cryptographic identifier derived from the node's public key and is used for peer-to-peer network communication, peer discovery, and connection authentication.

Body

application/json
jsonrpcstringrequired

JSON-RPC protocol version. Must always be "2.0".

methodstringrequired

The name of the JSON-RPC method to invoke.

paramsArray<any>required

This method takes no parameters.

idintegerrequired

An identifier for this JSON-RPC request.

Response

200OK

Successful response containing the node's libp2p peer ID.