# services

<div align="left"><figure><img src="/files/3lVuZWCMEFUdS1ZUKd05" alt="" width="320"><figcaption></figcaption></figure></div>

<table><thead><tr><th width="293">File Name</th><th>Description</th></tr></thead><tbody><tr><td>actionService.ts</td><td>A file that contains functionalities for get and post actions</td></tr><tr><td>blockchain.ts</td><td>A file that contains blockchain information</td></tr><tr><td>databaseIndexCreationService.ts</td><td>A file that being used to create database indexes</td></tr><tr><td>networkFeeService.ts</td><td>A file that contains network fee calculation</td></tr><tr><td>notificationService.ts</td><td>A file being used for sending notification</td></tr><tr><td>ratesService.ts</td><td>A file being used to fetch crypto and fiat rates</td></tr><tr><td>serviceHelper.ts</td><td>A file that contains helper functions</td></tr><tr><td>socketService.ts</td><td>A file being used for socket actions</td></tr><tr><td>syncService.ts</td><td>A file being used for get and post sync</td></tr><tr><td>ticketService.ts</td><td>A file being used for creating tickets</td></tr><tr><td>tokenServices.ts</td><td>A file being used for alchemy token integration</td></tr><tr><td>tokens.ts</td><td>A file that contains token information</td></tr><tr><td>transactionDecoder.ts</td><td>A file being used to decode transactions</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sspwallet.gitbook.io/docs/ssp-relay-development/project-folders/src/services.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
