Utility API methods
Returns the current API version
GET
https://api.hotcross.com/version
Responses:
version - string:
The API version
Postman example
Read the USD value of an LP token
GET
https://api.hotcross.com/lp
Query Parameters
Responses:
"*"
: The address of the LP tokenusd - string:
The USD value of the LP token
Postman example
Read the token the metadata json that contains all tokens used in Hot Cross platform
GET
https://api.hotcross.com/tokens
Query Parameters
Responses:
*:
The smart contract address of the tokenimage - string:
The token's image linkname - string:
The token's namesymbol - string:
The token's symboldecimals - number:
The token's decimals
Postman example
Last updated