> ## Documentation Index
> Fetch the complete documentation index at: https://staging-docs.orderly.network/llms.txt
> Use this file to discover all available pages before exploring further.

# useGetReferralCode

> Hook to obtain a referral code by account ID.

Obtain referral code via `account_id`.

* [Tech docs](/sdks/tech-doc/modules/orderly_network_hooks#usegetreferralcode)

```ts theme={null}
const { referral_code, error, isLoading } = useGetReferralCode("<account_id>");
```
