Trades
get
Query parameters
addressstring · xrp-addressOptionalExample:
Address of the account
rHb9CJAWyB4rj91VRWn96DkukG4bwdtyThPattern: r[0-9a-zA-Z]{24,34}assetIdstring · uuidOptionalExample:
Unique UUID of asset in scope of this gateway, if provided will filter results by provided asset
4e49b359-c36c-42cd-916a-2bc6eae218b5Responses
200
Successfully retrieved a list of items.
application/json
get
/trades200
Successfully retrieved a list of items.
get
Path parameters
orderMatchIdstring · uuidRequiredExample:
Order Match UUID identifier, unique in scope of this node
c808c001-d738-469f-b5b0-8e44013bf86bResponses
200
Successfully received a trade
application/json
created_atstring · date-timeRequired
Created date
updated_atstring · date-timeRequired
Updated date
idstring · uuidRequiredExample:
Unique identifier for the order match in scope of this gateway
145be240-c75e-4cbd-b18b-0562a2b4f014order_id_1string · uuidRequiredExample:
Unique identifier for the first order in the match in scope of this gateway
cbab96cc-b5fe-41e1-904b-0a8e4d460168order_id_2string · uuidRequiredExample:
Unique identifier for the second order in the match in scope of this gateway
17aa3d48-1c9a-4c31-9add-6dac7058be59buy_amount_1numberRequiredExample:
Buy amount of the first order in the match
1buy_amount_2numberRequiredExample:
Buy amount of the second order in the match
2match_rationumberRequiredExample:
Ratio of the match/price
2get
/trades/{orderMatchId}200
Successfully received a trade
Last updated