# api\_procedures\_claimClassicTicker.ClaimClassicTickerParams

[@polymeshassociation/polymesh-sdk](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/classes) / [Modules](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules) / [api/procedures/claimClassicTicker](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules-1/api_procedures_claimclassicticker) / ClaimClassicTickerParams

## Interface: ClaimClassicTickerParams

[api/procedures/claimClassicTicker](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules-1/api_procedures_claimclassicticker).ClaimClassicTickerParams

### Table of contents

#### Properties

* [ethereumSignature](#ethereumsignature)
* [ticker](#ticker)

### Properties

#### ethereumSignature

• **ethereumSignature**: `string`

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`

**Defined in**

[api/procedures/claimClassicTicker.ts:20](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/procedures/claimClassicTicker.ts#L20)

***

#### ticker

• **ticker**: `string`

ticker symbol to claim

**Defined in**

[api/procedures/claimClassicTicker.ts:24](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/procedures/claimClassicTicker.ts#L24)
