Added Transaction offer

This commit is contained in:
Azeez Muibi
2025-05-19 13:24:17 +01:00
parent 636f0f1a95
commit 3ae29b69b5
7 changed files with 446 additions and 22 deletions
+14
View File
@@ -87,6 +87,14 @@
"description": "Find out more",
"url": "https://www.simbrellang.net"
}
},
{
"name": "Transaction Offers",
"description": "Get all transaction offers with optional filtering.",
"externalDocs": {
"description": "Find out more",
"url": "https://www.simbrellang.net"
}
}
],
"paths": {
@@ -116,6 +124,9 @@
},
"/offers": {
"$ref": "../swagger/paths/Offers.json"
},
"/transaction-offers": {
"$ref": "../swagger/paths/TransactionOffers.json"
}
},
"components": {
@@ -155,6 +166,9 @@
},
"OffersResponse": {
"$ref": "../swagger/schemas/OffersResponse.json"
},
"TransactionOffersResponse": {
"$ref": "../swagger/schemas/TransactionOffersResponse.json"
}
},
"securitySchemes": {