Skip to content

Commit

Permalink
Merge 1785581 into eb2bc41
Browse files Browse the repository at this point in the history
  • Loading branch information
smk762 authored Jul 25, 2024
2 parents eb2bc41 + 1785581 commit 14863d4
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ This table keeps a detailed record of all swaps performed (including failed) in
| 14 | taker\_coin\_usd\_price | DECIMAL | USD price of taker coin at the time of the swap |
| 15 | taker\_pubkey | DECIMAL | Taker pubkey |
| 16 | maker\_pubkey | DECIMAL | Maker pubkey |
| 17 | maker\_gui | VARCHAR(255) | Maker application |
| 18 | taker\_gui | VARCHAR(255) | Taker application |
| 19 | maker\_version | VARCHAR(255) | Maker KDF binary version |
| 20 | taker\_version | VARCHAR(255) | Taker KDF binary version |

#### Query:

Expand All @@ -60,7 +64,7 @@ This table keeps a detailed record of all swaps performed (including failed) in
#### Response:

```bash
8|DGB|DOGE|c9515636-f5a4-4767-a0af-c69e59086899|1678815183|1678815631|200|28|1|DGB||DOGE||0.0108|0.07673|02d8064eece4fa5c0f8dc0267f68cee9bdd527f9e88f3594a323428718c391ecc2|03a93f666b9030958f282edd2904f0a33278c0c676ae132d2094840fe722f011c3
8|DGB|DOGE|c9515636-f5a4-4767-a0af-c69e59086899|1678815183|1678815631|200|28|1|DGB||DOGE||0.0108|0.07673|02d8064eece4fa5c0f8dc0267f68cee9bdd527f9e88f3594a323428718c391ecc2|03a93f666b9030958f282edd2904f0a33278c0c676ae132d2094840fe722f011c3|mm2_777|web_dex web|2.1.0-beta_c5e0e00|2.1.0-beta_af571608c
```

## my\_orders
Expand Down

0 comments on commit 14863d4

Please sign in to comment.