Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/learn/what-is-farcaster/accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ Users can set the recovery address to trusted services like Warpcast or they can

### APIs

- [IdRegistry](../../reference/contracts/reference/id-registry) - Lookup account data onchain.
- [IdGateway](../../reference/contracts/reference/id-gateway) - Create accounts onchain.
- [KeyRegistry](../../reference/contracts/reference/key-registry) - Lookup account key data onchain.
- [IdRegistry](../../reference/contracts/reference/id-registry.md) - Lookup account data onchain.
- [IdGateway](../../reference/contracts/reference/id-gateway.md) - Create accounts onchain.
- [KeyRegistry](../../reference/contracts/reference/key-registry.md) - Lookup account key data onchain.
- [KeyGateway](../../reference/contracts/reference/key-gateway) - Create account keys onchain.
- [Get Farcaster Ids](../../reference/hubble/httpapi/fids) - Fetch a list of all registered account fids from a hub.
- [Get account keys](../../reference/hubble/httpapi/onchain#onchainsignersbyfid) - Fetch the account keys (signers) for an account from a hub.
- [Get account keys](../../reference/hubble/httpapi/onchain.md) - Fetch the account keys (signers) for an account from a hub.

### Tutorials

Expand Down