Tokens

Get all token

GET https://api.ambrosia-finance.fr/p/tokens

return an array of users

Get token by id

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

Query Parameters

Name
Type
Description

*

String

token's id

Get token histories

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

Retrieve all the history of a thematic

Query Parameters

Name
Type
Description

String

Thematic's id

Get token histories by HistoryType

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

Retrieve all the history of a token

Query Parameters

Name
Type
Description

*

String

Thematic's id

historyType*

HistoryType

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

Last updated