Thematics

Get all thematics

GET https://api.ambro-crypto.fr/p/thematics

This operation allows to retrieve the detailed information of all users

return an array of users

Get thematic by id

GET https://api.ambro-crypto.fr/p/thematics/{id}

This operation allows to retrieve the detailed information of a thematic specified by his identifier.

Query Parameters

Name
Type
Description

*

String

thematic's id

Get thematic's histories

GET https://api.ambro-crypto.fr/p/thematics/{id}/history

Retrieve all the history of a thematic

Query Parameters

Name
Type
Description

String

Thematic's id

chevron-rightResult Typehashtag

Get thematic's histories by historyType

GET https://api.ambro-crypto.fr/p/thematics/{id}/history/{historyType}

Retrieve all the history of a thematic

Query Parameters

Name
Type
Description

*

String

Thematic's id

historyType*

HistoryType

Type of history (day|week|month|year|all)

Last updated