Information

get
Authorizations
Responses
200
Balances
application/json
get
GET /transactions/balances HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*
{
  "BTC": "text",
  "ETH": "text",
  "EUR": "text",
  "LTC": "text",
  "USDC": "text"
}
get
Authorizations
Query parameters
nextstringOptional

token that indicate start transaction

limitstringOptionalDefault: 50
filterstringOptional

List of "BUYS,SELLS,WITHDRAWALS,DEPOSITS,CRIPTAN_CARD,CRIPTAN_EARN,CRIPTAN_FRIENDS,SAVINGS" , separated

typesstringOptional

List of TransactionTypes , separated

currenciesstringOptional

List of Currencies , separated

endDatestringOptional
startDatestringOptional
Responses
200
Transactions
application/json
get
GET /transactions/transactions HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*
{
  "next": "text",
  "count": 1,
  "data": [
    {
      "id": "text",
      "type": "crypto-buy",
      "created": "2025-07-25T07:44:26.464Z",
      "status": "Completada",
      "transactionHash": "text",
      "fromCurrency": "EUR",
      "fromAmount": "text",
      "fromAddress": "text",
      "fromBalance": "text",
      "targetCurrency": "EUR",
      "targetAmount": "text",
      "targerAddress": "text",
      "targerBalance": "text",
      "isInternal": true,
      "fee": "text",
      "commission": "text",
      "price": "text",
      "retention": "text"
    }
  ]
}
get
Authorizations
Path parameters
yearstring · min: 1Required
Responses
200
Transactions
application/json
get
GET /transactions/reports/taxes/:year HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*
{
  "success": true
}

Last updated