Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

## [Unreleased]

- After reading fix
## [0.0.15] - 2025-11-11

- Documentation about unconfirmed transactions
- Minor fixes

## [0.0.14] - 2025-11-06

Expand Down
108 changes: 108 additions & 0 deletions scripts/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,52 @@
}
]
}
},
"/v1/external/transactions/unconfirmed/transfer": {
"get": {
"security": [
{
"XApiKey": []
}
],
"tags": [
"Store"
],
"description": "Get unconfirmed transfer transactions",
"summary": "Get unconfirmed transfer transactions",
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/JSONResponse-UnconfirmedTransactionResponse"
}
}
}
},
"401": {
"description": "Unauthorized",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/APIError"
}
}
}
},
"500": {
"description": "Internal Server Error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/APIError"
}
}
}
}
}
}
}
},
"components": {
Expand Down Expand Up @@ -1282,6 +1328,20 @@
}
}
},
"JSONResponse-UnconfirmedTransactionResponse": {
"type": "object",
"properties": {
"code": {
"type": "integer"
},
"data": {
"$ref": "#/components/schemas/UnconfirmedTransactionResponse"
},
"message": {
"type": "string"
}
}
},
"JSONResponse-string": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -1529,6 +1589,54 @@
}
}
},
"UnconfirmedTransactionResponse": {
"type": "object",
"properties": {
"amount": {
"type": "number"
},
"amount_usd": {
"type": "number"
},
"bc_uniq_key": {
"type": "string"
},
"blockchain": {
"type": "string"
},
"created_at": {
"type": "string",
"format": "date-time"
},
"currency_id": {
"type": "string"
},
"from_address": {
"type": "string"
},
"id": {
"type": "string",
"format": "uuid"
},
"network_created_at": {
"type": "string",
"format": "date-time"
},
"to_address": {
"type": "string"
},
"tx_hash": {
"type": "string"
},
"type": {
"type": "string"
},
"updated_at": {
"type": "string",
"format": "date-time"
}
}
},
"WithdrawalFromProcessingDto": {
"type": "object",
"properties": {
Expand Down
108 changes: 108 additions & 0 deletions src/ar/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,52 @@
}
]
}
},
"/v1/external/transactions/unconfirmed/transfer": {
"get": {
"security": [
{
"XApiKey": []
}
],
"tags": [
"Store"
],
"description": "احصل على معاملات تحويل غير مؤكدة",
"summary": "احصل على معاملات تحويل غير مؤكدة",
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/JSONResponse-UnconfirmedTransactionResponse"
}
}
}
},
"401": {
"description": "Unauthorized",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/APIError"
}
}
}
},
"500": {
"description": "Internal Server Error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/APIError"
}
}
}
}
}
}
}
},
"components": {
Expand Down Expand Up @@ -1282,6 +1328,20 @@
}
}
},
"JSONResponse-UnconfirmedTransactionResponse": {
"type": "object",
"properties": {
"code": {
"type": "integer"
},
"data": {
"$ref": "#/components/schemas/UnconfirmedTransactionResponse"
},
"message": {
"type": "string"
}
}
},
"JSONResponse-string": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -1529,6 +1589,54 @@
}
}
},
"UnconfirmedTransactionResponse": {
"type": "object",
"properties": {
"amount": {
"type": "number"
},
"amount_usd": {
"type": "number"
},
"bc_uniq_key": {
"type": "string"
},
"blockchain": {
"type": "string"
},
"created_at": {
"type": "string",
"format": "date-time"
},
"currency_id": {
"type": "string"
},
"from_address": {
"type": "string"
},
"id": {
"type": "string",
"format": "uuid"
},
"network_created_at": {
"type": "string",
"format": "date-time"
},
"to_address": {
"type": "string"
},
"tx_hash": {
"type": "string"
},
"type": {
"type": "string"
},
"updated_at": {
"type": "string",
"format": "date-time"
}
}
},
"WithdrawalFromProcessingDto": {
"type": "object",
"properties": {
Expand Down
14 changes: 13 additions & 1 deletion src/ar/t.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,17 @@
"Go home": "اذهب إلى الصفحة الرئيسية",
"Cloud vs on-premises": "السحابة مقابل المحلية",
"Description": "وصف",
"Installation with docker": "التثبيت مع عامل ميناء"
"Installation with docker": "التثبيت مع عامل ميناء",
"jsonTitles": {
"Get external exchange balances": "الحصول على أرصدة الصرف الخارجية",
"Get external processing wallet balances": "الحصول على رصيد محفظة المعالجة الخارجية",
"Get store currencies list": "الحصول على قائمة عملات المتجر",
"Get store currency rate": "الحصول على سعر عملة المتجر",
"Create wallet with address": "إنشاء محافظ للدفع للمدفوع",
"Get external hot wallet balances": "الحصول على أرصدة المحافظ الساخنة الخارجية",
"Initialize withdrawal from processing": "إنشاء سحب للأموال من محفظة المعالجة",
"Get withdrawal from processing": "الحصول على معلومات حول السحب من محفظة المعالجة",
"Delete withdrawal from processing": "حذف السحب من المعالجة",
"Get unconfirmed transfer transactions": "احصل على معاملات تحويل غير مؤكدة"
}
}
Loading