Skip to main content
GET
/
api
/
sol
/
trades
/
volume
/
{mint}
Token trading volume
curl --request GET \
  --url 'https://de.raze.sh/api/sol/trades/volume/{mint}?apiKey='
{
  "success": true,
  "data": {},
  "mint": "<string>",
  "hours": 123
}

Authorizations

apiKey
string
query
required

Path Parameters

mint
string
required

Query Parameters

hours
integer
default:24
Required range: 1 <= x <= 168

Response

Success

success
boolean
data
object
mint
string
hours
integer