Get Token Prices
curl --request GET \
--url https://api.slash.com/tokens/prices{
"items": [
{
"symbol": "<string>",
"price": {
"value": "<string>",
"lastUpdatedAt": "2023-11-07T05:31:56Z"
}
}
]
}Tokens
Get Token Prices
Returns real-time prices for major crypto tokens. This endpoint is publicly accessible without authentication.
GET
/
tokens
/
prices
Get Token Prices
curl --request GET \
--url https://api.slash.com/tokens/prices{
"items": [
{
"symbol": "<string>",
"price": {
"value": "<string>",
"lastUpdatedAt": "2023-11-07T05:31:56Z"
}
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.slash.com/llms.txt
Use this file to discover all available pages before exploring further.
Response
OK
Show child attributes
Show child attributes
⌘I