Filecoin.ID
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-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
jsonrpcstringrequiredJSON-RPC protocol version. Must always be "2.0".
methodstringrequiredThe name of the JSON-RPC method to invoke.
paramsArray<any>requiredThis method takes no parameters.
idintegerrequiredAn identifier for this JSON-RPC request.
Response
200OK
Successful response containing the node's libp2p peer ID.