Skip to content

Commit

Permalink
Merge pull request #156 from KomodoPlatform/refactor-structures
Browse files Browse the repository at this point in the history
  • Loading branch information
gcharang authored Oct 8, 2023
2 parents 41ea868 + 504eeca commit e3bfab3
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
12 changes: 6 additions & 6 deletions src/pages/atomicdex/api/v20-dev/max_maker_vol/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ The `max_maker_vol` method returns the maximum volume of a coin which can be use

#### Response

| Parameter | Type | Description |
| -------------------------- | --------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| coin | string | The ticker of the coin you queried. |
| volume | object | A standard [NumericFormatsValue](/atomicdex/api/common_structures/#numeric-formats-value) object representing the tradable maker volume. |
| balance | object | A standard [NumericFormatsValue](/atomicdex/api/common_structures/#numeric-formats-value) object representing the tradable taker balance. |
| locked\_by\_swaps | object | A standard [NumericFormatsValue](/atomicdex/api/common_structures/#numeric-formats-value) object representing the volume of a coin's balance which is locked by swaps in progress. |
| Parameter | Type | Description |
| ----------------- | ------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| coin | string | The ticker of the coin you queried. |
| volume | object | A standard [NumericFormatsValue](/atomicdex/api/common_structures/#numeric-formats-value) object representing the tradable maker volume. |
| balance | object | A standard [NumericFormatsValue](/atomicdex/api/common_structures/#numeric-formats-value) object representing the tradable taker balance. |
| locked\_by\_swaps | object | A standard [NumericFormatsValue](/atomicdex/api/common_structures/#numeric-formats-value) object representing the volume of a coin's balance which is locked by swaps in progress. |

#### 📌 Examples

Expand Down
42 changes: 21 additions & 21 deletions utils/_fileData.json
Original file line number Diff line number Diff line change
Expand Up @@ -3108,8 +3108,12 @@
}
},
"/atomicdex/api/v20/trade_preimage": {
"dateModified": "2023-09-09T13:48:49.000Z",
"dateModified": "2023-10-05T08:10:18.000Z",
"contributors": [
{
"name": "\"smk762\"",
"email": "[email protected]"
},
{
"name": "\"gcharang\"",
"email": "[email protected]"
Expand All @@ -3121,15 +3125,11 @@
{
"name": "\"gaeacodes\"",
"email": "[email protected]"
},
{
"name": "\"smk762\"",
"email": "[email protected]"
}
],
"lastContributor": {
"name": "\"gcharang\"",
"email": "[email protected]"
"name": "\"smk762\"",
"email": "[email protected]"
}
},
"/atomicdex/api/v20/update_version_stat_collection": {
Expand Down Expand Up @@ -3158,16 +3158,16 @@
}
},
"/atomicdex/api/v20/withdraw": {
"dateModified": "2023-09-09T14:54:22.000Z",
"dateModified": "2023-10-05T08:10:18.000Z",
"contributors": [
{
"name": "\"gcharang\"",
"email": "[email protected]"
},
{
"name": "\"smk762\"",
"email": "[email protected]"
},
{
"name": "\"gcharang\"",
"email": "[email protected]"
},
{
"name": "\"gcharang\"",
"email": "[email protected]"
Expand All @@ -3178,8 +3178,8 @@
}
],
"lastContributor": {
"name": "\"gcharang\"",
"email": "[email protected]"
"name": "\"smk762\"",
"email": "[email protected]"
}
},
"/atomicdex/api/v20-dev/get_current_mtp": {
Expand Down Expand Up @@ -3433,8 +3433,12 @@
}
},
"/atomicdex/api/v20-dev/max_maker_vol": {
"dateModified": "2023-09-09T13:48:49.000Z",
"dateModified": "2023-10-05T08:19:23.000Z",
"contributors": [
{
"name": "\"smk762\"",
"email": "[email protected]"
},
{
"name": "\"gcharang\"",
"email": "[email protected]"
Expand All @@ -3446,15 +3450,11 @@
{
"name": "\"gaeacodes\"",
"email": "[email protected]"
},
{
"name": "\"smk762\"",
"email": "[email protected]"
}
],
"lastContributor": {
"name": "\"gcharang\"",
"email": "[email protected]"
"name": "\"smk762\"",
"email": "[email protected]"
}
},
"/atomicdex/api/v20-dev/task_account_balance": {
Expand Down

0 comments on commit e3bfab3

Please sign in to comment.