GET /api/v1/transactions/{walletId}/

Path parameters

  • walletId string Required

Query parameters

  • page string Required
  • page_size string Required

Responses

  • 200

    200

    Hide response attributes Show response attributes array[object]
    • chain string Required

      Values are SOLANA, ETHEREUM, POLYGON, BINANCE, TEZOS, ICP, GNOSIS, ARBITRUM, AVALANCHE, OPTIMISM, BITCOIN, LITECOIN, BITCOIN_CASH, CARDANO, or XRP.

    • id string Required
    • date string(date-time) | null Required
    • postingPeriod string(date-time) | null Required
    • hash string Required
    • purpose string | null Required
    • fee string Required
    • metadata string | number | boolean Required

    • sender string | null Required
    • receiver string | null Required
    • accountTypeId string | null Required
    • accountTypeChangeOwner string | null Required
    • accountType2Id string | null Required
    • accountType2ChangeOwner string | null Required
    • tagIds array[string] Required
    • tagChangeOwner string | null Required
    • trackedWalletId string Required
    • excluded boolean Required
  • 400

    400

    Hide response attribute Show response attribute object
    • error object Required
      Hide error attributes Show error attributes object
      • code string Required
      • message string Required
  • 401

    401

    Hide response attribute Show response attribute object
    • error object Required
      Hide error attributes Show error attributes object
      • code string Required
      • message string Required
  • 404

    404

    Hide response attribute Show response attribute object
    • error object Required
      Hide error attributes Show error attributes object
      • code string Required
      • message string Required
  • 500

    500

    Hide response attribute Show response attribute object
    • error object Required
      Hide error attributes Show error attributes object
      • code string Required
      • message string Required
GET /api/v1/transactions/{walletId}/
curl \
 -X GET api.consola.finance/api/v1/transactions/{walletId}/?page=string&page_size=string \
 -H "Authorization: $API_KEY"
Response examples (200)
[
  {
    "chain": "SOLANA",
    "id": "string",
    "date": "2023-05-04T09:42:00+00:00",
    "postingPeriod": "2023-05-04T09:42:00+00:00",
    "hash": "string",
    "purpose": "string",
    "fee": "string",
    "metadata": "string",
    "sender": "string",
    "receiver": "string",
    "accountTypeId": "string",
    "accountTypeChangeOwner": "string",
    "accountType2Id": "string",
    "accountType2ChangeOwner": "string",
    "tagIds": [
      "string"
    ],
    "tagChangeOwner": "string",
    "trackedWalletId": "string",
    "excluded": true
  }
]
Response examples (200)
[
  {
    "chain": "SOLANA",
    "id": "string",
    "date": "2025-05-04T09:42:00Z",
    "postingPeriod": "2025-05-04T09:42:00Z",
    "hash": "string",
    "purpose": "string",
    "fee": "string",
    "metadata": "string",
    "sender": "string",
    "receiver": "string",
    "accountTypeId": "string",
    "accountTypeChangeOwner": "string",
    "accountType2Id": "string",
    "accountType2ChangeOwner": "string",
    "tagIds": [
      "string"
    ],
    "tagChangeOwner": "string",
    "trackedWalletId": "string",
    "excluded": true
  }
]
Response examples (400)
{
  "error": {
    "code": "string",
    "message": "string"
  }
}
Response examples (400)
{
  "error": {
    "code": "string",
    "message": "string"
  }
}
Response examples (401)
{
  "error": {
    "code": "string",
    "message": "string"
  }
}
Response examples (401)
{
  "error": {
    "code": "string",
    "message": "string"
  }
}
Response examples (404)
{
  "error": {
    "code": "string",
    "message": "string"
  }
}
Response examples (404)
{
  "error": {
    "code": "string",
    "message": "string"
  }
}
Response examples (500)
{
  "error": {
    "code": "string",
    "message": "string"
  }
}
Response examples (500)
{
  "error": {
    "code": "string",
    "message": "string"
  }
}