/
ME
metacopier
/
MetaCopier API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 17h ago · Updated 1w ago
View markdown
Account API
57
Account Template API
8
Broker API
1
Dashboard API
9
Investor Program API
4
Key Management API
3
Marketplace API
1
Project API
46
Report API
1
Signal API
15
Trading API
11
post
Close all account positions
get
Get account history positions
get
Get account information
post
Send an account order
get
Get account positions
post
Open an account position
put
Modify an account position
delete
Close an account position or cancel a pending order
get
Get market quote for a symbol
get
Get account symbols
get
Get a specific account symbol
TradingView Webhook API
5
Type API
10
Trading API
Get a specific account symbol
get
/rest/api/v1/accounts/{accountId}/symbols/{symbol}
Path parameters
accountId
string
uuid
required
symbol
string
required
Symbol name (e.g., EURUSD, GBPJPY)
Response
OK
SymbolDTO
required
baseCurrency
string
digits
integer
disabled
boolean
lotSize
integer
maximalVolume
number
double
minimalVolume
number
double
name
string
points
number
double
quoteCurrency
string
stepVolume
number
double
tradeType
'REQUEST'
|
'INSTANT'
|
'MARKET'
|
'ECHANGE'