> For the complete documentation index, see [llms.txt](https://swaphix.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://swaphix.gitbook.io/docs/catalogos.md).

# Catalogos

Catalogos de datos

## Lista de criptomonedas disponibles

> Obtiene el listado de criptomonedas que puedes usar para operar.

```json
{"openapi":"3.0.3","info":{"title":"Swaphix API","version":"1.0.0"},"tags":[{"name":"catalogs"}],"servers":[{"url":"https://api.swaphix.com/api"}],"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Api-Key"}}},"paths":{"/terminal/cryptos":{"get":{"summary":"Lista de criptomonedas disponibles","description":"Obtiene el listado de criptomonedas que puedes usar para operar.","tags":["catalogs"],"responses":{"200":{"description":"Lista de criptomonedas","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"uuid":{"type":"string"},"crypto":{"type":"string"},"network":{"type":"string"},"symbol":{"type":"string"},"icon_path":{"type":"string"}}}}}}}}}}}}
```
