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"
}
}