Account Endpoints
Authorizations
AuthorizationstringRequired
Query parameters
pool_idstringOptional
pool_id
sidestringOptional
0 buy 1 sell
typestringOptional
0 market 1limit
statusstringOptional
status
Responses
200
history orders
application/json
get
/api/v1/history-orders200
history orders
Authorizations
AuthorizationstringRequired
Query parameters
limitintegerOptional
limit count (default 50, max 100)
startTimeintegerOptional
filter trades after this timestamp (Unix timestamp in seconds)
endTimeintegerOptional
filter trades before this timestamp (Unix timestamp in seconds)
global_seqintegerOptional
filter trades with global sequence number greater than this value
sortstring · enumOptionalPossible values:
sort direction for timestamp (asc or desc, default desc)
Responses
200
trade detail list
application/json
get
/api/v1/trades200
trade detail list
Authorizations
AuthorizationstringRequired
Query parameters
limitintegerOptional
limit count
startTimeintegerOptional
start time in Unix timestamp format (seconds since epoch)
endTimeintegerOptional
end time in Unix timestamp format (seconds since epoch)
transfer_idintegerOptional
filter transfers with id greater than this value
sortstring · enumOptionalPossible values:
sort direction for created_at (asc or desc, default desc)
Responses
200
transfer records with pagination
application/json
get
/api/v1/transfers200
transfer records with pagination
Last updated