Home

Filecoin.StateAccountKey

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

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the public key address (f1 or f3) associated with an account actor. This method resolves ID addresses (f0) to their corresponding public key addresses. It only works for account actors; calling it on non-account actors (miners, multisigs, etc.) will result in an error.

Body

application/json
jsonrpcstringrequired

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

methodstringrequired

The name of the JSON-RPC method to invoke.

paramsArray<string | array>required

Ordered list of parameters containing the address to lookup and an optional tipset key.

Show child attributes
One of

The Filecoin address to resolve. Can be f0, f1, or f3 format. For f1/f3, returns the same address.

string

TipSet key for state context. Use null for current head.

array | null
idintegerrequired

An identifier for this JSON-RPC request.

Response

200OK

Successful response containing the public key address.