Utility
/crypto
Get the price of a crypto currency and some stats
Query Parameters
name*string
The crypto name. Example: bitcoin, ethereum
Length
3 <= length <= 30currency*string
The currency of the result
Value in
"usd" | "eur"Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://plume.sodiumlabs.xyz/api/crypto?name=string¤cy=usd"{
"name": "string",
"currency": "string",
"price": 0,
"market_cap": 0,
"volume_24h": 0,
"change_24h": 0
}{
"message": "string"
}{
"message": "string",
"errors": [
{
"message": "string"
}
]
}{
"message": "string"
}