> ## Documentation Index
> Fetch the complete documentation index at: https://turnkey-0e7c1f5b-bc-add-sdk-typedoc.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# TSignedRequest

# Type Alias: TSignedRequest

> **TSignedRequest** = `object`

Defined in: [base.ts:264](https://github.com/tkhq/sdk/blob/ee72856c3f450731d7501ab05001215768b71500/packages/http/src/base.ts#L264)

Represents a signed request ready to be POSTed to Turnkey

## Properties

### body

> **body**: `string`

Defined in: [base.ts:265](https://github.com/tkhq/sdk/blob/ee72856c3f450731d7501ab05001215768b71500/packages/http/src/base.ts#L265)

***

### stamp

> **stamp**: `TStamp`

Defined in: [base.ts:266](https://github.com/tkhq/sdk/blob/ee72856c3f450731d7501ab05001215768b71500/packages/http/src/base.ts#L266)

***

### url

> **url**: `string`

Defined in: [base.ts:267](https://github.com/tkhq/sdk/blob/ee72856c3f450731d7501ab05001215768b71500/packages/http/src/base.ts#L267)
