Skip to content
Open
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
route: GET /v2/smartAccount/{smart_account}/authenticators
route: GET /v3/smartAccount/{smart_account}/authenticators
---

{/* Don't change the file name or the metadata in this file */}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
route: GET /v2/authenticators/{authenticator}/smartAccounts
route: GET /v3/authenticators/{authenticator}/smartAccounts
---

{/* Don't change the file name or the metadata in this file */}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
route: GET /v2/authenticators/{authenticator}/smartAccounts/details
route: GET /v3/authenticators/{authenticator}/smartAccounts/details
---

{/* Don't change the file name or the metadata in this file */}
Expand Down
26 changes: 9 additions & 17 deletions openAPI/osmosis.json
Original file line number Diff line number Diff line change
Expand Up @@ -2558,7 +2558,7 @@
"type": "string",
"description": "Date in the format YYYY-MM-DD HH:MM:SS"
},
"required": true,
"required": false,
"name": "start_date",
"in": "query"
},
Expand All @@ -2567,7 +2567,7 @@
"type": "string",
"description": "Date in the format YYYY-MM-DD HH:MM:SS"
},
"required": true,
"required": false,
"name": "end_date",
"in": "query"
}
Expand All @@ -2583,27 +2583,19 @@
"type": "object",
"properties": {
"labels": {
"type": "string",
"description": "Date in the format YYYY-MM-DD HH:MM:SS"
"type": "string"
},
"protorev": {
"type": "number",
"nullable": true
"source": {
"type": "string"
},
"tx_fees": {
"amount": {
"type": "number"
},
"swap_fees": {
"type": "number",
"nullable": true
},
"taker_fees": {
"type": "number",
"nullable": true
}
},
"required": [
"labels"
"labels",
"source",
"amount"
]
}
}
Expand Down
15 changes: 3 additions & 12 deletions openAPI/xion.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,12 @@
"parameters": {}
},
"paths": {
"/v2/smartAccount/{smart_account}/authenticators": {
"/v3/smartAccount/{smart_account}/authenticators": {
"get": {
"servers": [
{
"url": "https://xion.numia.xyz"
},
{
"url": "https://xion-testnet.numia.xyz"
},
{
"url": "https://xion-testnet-2.numia.xyz"
}
Expand Down Expand Up @@ -122,15 +119,12 @@
"summary": "Get Abstract Account Authenticators"
}
},
"/v2/authenticators/{authenticator}/smartAccounts": {
"/v3/authenticators/{authenticator}/smartAccounts": {
"get": {
"servers": [
{
"url": "https://xion.numia.xyz"
},
{
"url": "https://xion-testnet.numia.xyz"
},
{
"url": "https://xion-testnet-2.numia.xyz"
}
Expand Down Expand Up @@ -196,15 +190,12 @@
"summary": "Get Abstract Accounts By Authenticator"
}
},
"/v2/authenticators/{authenticator}/smartAccounts/details": {
"/v3/authenticators/{authenticator}/smartAccounts/details": {
"get": {
"servers": [
{
"url": "https://xion.numia.xyz"
},
{
"url": "https://xion-testnet.numia.xyz"
},
{
"url": "https://xion-testnet-2.numia.xyz"
}
Expand Down