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

钱包

List all imported wallets

get
Responses
200

OK

application/json
actorIdstringOptional

nullable, links to on-chain actor f0...

addressstringOptional

filecoin address (f1.../f3...)

idintegerOptional
keyPathstringOptional

keystore-relative name (typically the address)

keyStorestringOptional

local, yubikey, aws-kms, etc

namestringOptional

optional label

get
/wallet

Import a private key

post
Body
namestringOptional

optional human-readable name

privateKeystringOptional

lotus wallet export format

Responses
200

OK

application/json
actorIdstringOptional

nullable, links to on-chain actor f0...

addressstringOptional

filecoin address (f1.../f3...)

idintegerOptional
keyPathstringOptional

keystore-relative name (typically the address)

keyStorestringOptional

local, yubikey, aws-kms, etc

namestringOptional

optional label

post
/wallet

Remove a wallet

delete
Path parameters
addressstringRequired

Address

Responses
delete
/wallet/{address}

No content

Last updated

Was this helpful?