General Info
General API Information
General Request URL Format
https://<baseUrl>/<endpoint>?<queryParams>
https://trade.vessel.finance/api/v1/gateway/public/klines?symbol=WBTCUSDT&interval=5m
Time Format
HTTP Return Codes
4XX Series: Client Errors
The request is malformed or contains invalid parameters.
Authorization has failed.
WAF Limit (Web Application Firewall) has been violated.
Rate limit.
5XX Series: Server Errors
An internal server error occurred on Vessel's side.
It is important not to treat this as a failed operation; the execution status is UNKNOWN and could have been a success.
Error Handling
true
to indicate an error.A message detailing the reason for the error.
Ensure you check the error status and review the accompanying message for troubleshooting and resolution.
Error Example
Efficient Rate Limits
Modified at 2024-08-28 10:50:10