Trade

getWalletTrades

get

Fetches all completed trades involving the wallet, optionally restricted to one trading pair.

Authorizations
AuthorizationstringRequired
Path parameters
wallet_addressstringRequired
Query parameters
trading_pairstringOptional
cursorstringOptional

Paginate through collections of data by setting the cursor parameter to a next_cursor attribute returned by a previous response.

limitinteger · int64Optional

The maximum number of items to return.

countbooleanOptional

Returns the total number of items in the collection.

Responses
chevron-right
200

OK

application/json
get
/wallets/{wallet_address}/trades

Last updated