/
FI
fireant
/
FireAnt RESTFUL API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 9h ago · Updated 9h ago
Details
Filter operations
Academy
25
Accounts
4
Admin
11
Authentication
9
Bond
9
Brokers
13
BrokerUsers
2
Chat
3
Events
1
Executions
1
Fmarket
35
post
Check if an account is already registered
post
Create new Fmarket account
post
Retrieve Fmarket’s account detail
post
Create linked fmarket account
post
Confirm linked fmarket account
post
Get accessCode to login to web
post
Retrieve Investor’s trading contract list
post
Only user have isAllowSign=true in trading contract response can sign
post
Confirm sign
post
Calculate estimation of volume/fee for purchase order
post
Create purchase order
post
Create purchase order
post
Confirm purchase order
post
Confirm purchase order
post
Calculate estimation of amount/fee for sale order
post
Create sale order
post
Confirm sale order
post
Get list of destination product for convert
post
Calculate estimation of amount/fee/tax for convert order
post
Create convert order
post
Confirm convert order
post
Cancel order (if supported, please check field: allowed_cancel=true)
post
Retrieve order detail
post
Query list of orders
post
Retrieve transaction list
post
Retrieve asset funds
post
Retrieve assets
post
Retrieve Fmarket’s product detail
post
Query list of products
post
Get list issuers
post
Get province list
post
Get nationality list
post
Get place of issue id list
post
Get bank list
post
Get Product NAV History
HashTags
2
ICB
10
Individuals
11
Industries
5
Instruments
2
Investopedia
8
IR
5
Macro
2
Me
112
Monitoring
1
MXV
37
Orders
5
OrdersHistory
1
OrdersV2
6
Otp
4
Positions
2
PositionsV2
2
Posts
32
Reports
4
Rooms
23
Search
2
Symbols
34
Users
10
Fmarket
Create purchase order
post
/fmarket/orders/create-purchase-order/request
Request body
FireAntApiModelsFmarketCreatePurchaseOrderRequest
required
fmarket_id
string
product_id
integer
amount
integer
Response
Thành công
FireAntApiModelsFmarketCreatePurchaseOrderResult
required
verification_id
string
verification_token_required
boolean
verification_token_expire_time
integer
code
string
type
string
type_label
string
create_date
integer
create_date_format
string
amount
number
double
amount_net
number
double
price
number
double
volume
number
double
fee_percent
number
double
fee_amount
number
double
product
FireAntApiModelsFmarketProductInformation
dst_product
FireAntApiModelsFmarketProductInformation
investor_bank_acc
FireAntApiModelsFmarketBankAccountInfo
receive_money_bank_acc
FireAntApiModelsFmarketBankAccountInfo
transfer_content
string
tax_percent
number
double
tax_amount
number
double
Changes