Trades

Deprecated
get

Retrieve a list of trades.

Query parameters
addressstring · xrp-addressOptional

Address of the account

Example: rHb9CJAWyB4rj91VRWn96DkukG4bwdtyThPattern: r[0-9a-zA-Z]{24,34}
assetIdstring · uuidOptional

Unique UUID of asset in scope of this gateway, if provided will filter results by provided asset

Example: 4e49b359-c36c-42cd-916a-2bc6eae218b5
Responses
200

Successfully retrieved a list of items.

application/json
get
/trades
200

Successfully retrieved a list of items.

Deprecated
get

Retrieve full specific trade information.

Path parameters
orderMatchIdstring · uuidRequired

Order Match UUID identifier, unique in scope of this node

Example: c808c001-d738-469f-b5b0-8e44013bf86b
Responses
200

Successfully received a trade

application/json
get
/trades/{orderMatchId}
200

Successfully received a trade

Last updated