Skip to main content
GET
/
trades
/
summary
/
me
Get User Trades Summary
curl --request GET \
  --url https://api.obiex.finance/v1/trades/summary/me \
  --header 'x-api-key: <api-key>'
{
  "message": "Ok",
  "data": {
    "totalDollarVolume": 19.8
  }
}

Documentation Index

Fetch the complete documentation index at: https://developer.obiex.finance/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Query Parameters

currencyId
string
page
integer
pageSize
integer

Response

200 - application/json

Successful response

The response is of type object.