# bap_getCurrentAddress

Retrieves the current BAP identity's Bitcoin SV address. This address is derived from the server's configured identity key.

## Result

The legacy identity's current signing address.

## Permissions

Requires the configured wallet or identity context. Wallet read permissions apply; this handler does not request a payment.

## Definition 1 (full)

Registered in: Legacy local identity.

Retrieves the current BAP identity's Bitcoin SV address. This address is derived from the server's configured identity key.

No input fields. Pass an empty object.

Nested requirements apply when their parent is supplied.

### Input schema

```json
{
  "type": "object",
  "properties": {},
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}
```

[All tools](https://bsvmcp.com/docs/tools)