> For the complete documentation index, see [llms.txt](https://developers.polymath.network/polymesh-sdk-api-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v6/interfaces/claimclassictickerparams.md).

# ClaimClassicTickerParams

## Hierarchy

* **ClaimClassicTickerParams**

## Index

### Properties

* [ethereumSignature](/polymesh-sdk-api-reference/docs-v6/interfaces/claimclassictickerparams.md#ethereumsignature)
* [ticker](/polymesh-sdk-api-reference/docs-v6/interfaces/claimclassictickerparams.md#ticker)

## Properties

### ethereumSignature

• **ethereumSignature**: *string*

*Defined in* [*src/api/procedures/claimClassicTicker.ts:20*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/api/procedures/claimClassicTicker.ts#L20)

signature generated by signing a message formed by the DID (hex without the leading 0x), prefixed by `classic_claim`. Example: if the DID is `0x1230000000000000000000000000000000000000000000000000000000000000`, the message would be `classic_claim1230000000000000000000000000000000000000000000000000000000000000`

### ticker

• **ticker**: *string*

*Defined in* [*src/api/procedures/claimClassicTicker.ts:24*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/api/procedures/claimClassicTicker.ts#L24)

ticker symbol to claim
