Transaction Records
Get Transaction Records
GET
https://api.abcc.com/api/v1/members/trades
Query Parameters
Name
Type
Description
per_page
string
page
string
direction
string
start_id
string
end_id
string
start_time
string
end_time
string
market_code
string
signature
string
tonce
string
access_key
boolean
OUTPUT EXPLANATION
Script
Type
Explain
id
Integer
ID
price
String
Order price
volume
String
Initial pending order volume
funds
String
Transaction amount
market_code
String
Market pair
created_at
String
The remaining amount of pending orders
side
String
Buy and sell type
order_id
Integer
Delegation ID
fee
String
Renewal
SIDE
Script
Type
Explain
buy
String
Buy
sell
String
Sell
Last updated