Ganntec Developer Docs home page
Search...
⌘K
Dashboard
Dashboard
Search...
Navigation
API Reference
Introduction
Documentation
API Reference
Documentation
Community
Blog
API Reference
Introduction
Charts
GET
Get Ethereum Chart Data
GET
Get Solana Chart Data
GET
Get Base Chart Data
GET
Get Chart Marks
Trading Orders
POST
Create Base Order (Market/Limit)
GET
List Base Limit Orders
POST
Edit Base Limit Order
DEL
Cancel Base Limit Order
POST
Create Ethereum Order (Market/Limit)
GET
List Ethereum Limit Orders
POST
Edit Ethereum Limit Order
DEL
Cancel Ethereum Limit Order
POST
Create Solana Market Order
POST
Create Solana Limit Order
POST
Cancel Solana Limit Order
Wallet Management
GET
List User Wallets
DEL
Delete User Wallets
POST
Generate User Wallets
POST
Import Wallet
Trading Settings
GET
Get Trading Settings
POST
Update Trading Settings
User Data & Watchlist
GET
Get User Data (Profile/Referral)
GET
Get User Watchlist
POST
Update User Watchlist
On this page
Welcome
Authentication
API Reference
Introduction
Example section for showcasing API endpoints
If you’re not looking to build API reference documentation, you can delete this section by removing the api-reference folder.
Welcome
There are two ways to build API documentation:
OpenAPI
and
MDX components
. For the starter kit, we are using the following OpenAPI specification.
Plant Store Endpoints
View the OpenAPI specification file
Authentication
All API endpoints are authenticated using Bearer tokens and picked up from the specification file.
Copy
"security"
: [
{
"bearerAuth"
: []
}
]
Get Ethereum Chart Data
Assistant
Responses are generated using AI and may contain mistakes.