> ## Documentation Index
> Fetch the complete documentation index at: https://dynamic-docs-feat-sidebar-revamp.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# NativeCurrency

An object representing a name service.

Exported by `@dynamic-labs/sdk-api-core`.

```typescript
type NativeCurrency = {
  decimals: number
  denom?: string
  name: string
  symbol: string
}
```
