curl --request GET \
--url https://api.joinslash.com/tokens/prices{
"items": [
{
"symbol": "<string>",
"price": {
"currency": "usd",
"value": "<string>",
"lastUpdatedAt": "2023-11-07T05:31:56Z"
}
}
]
}Returns real-time prices for major crypto tokens. This endpoint is publicly accessible without authentication.
curl --request GET \
--url https://api.joinslash.com/tokens/prices{
"items": [
{
"symbol": "<string>",
"price": {
"currency": "usd",
"value": "<string>",
"lastUpdatedAt": "2023-11-07T05:31:56Z"
}
}
]
}OK
Show child attributes