Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

coinex: fetchTransfers v2 #22523

Merged
merged 2 commits into from
May 17, 2024
Merged

Conversation

Dan-krm
Copy link
Contributor

@Dan-krm Dan-krm commented May 17, 2024

Updated fetchTransfers to v2:

coinex.fetchTransfers (USDT, , 3)
2024-05-17T08:25:02.681Z iteration 0 passed in 521 ms

    timestamp |                 datetime | currency | amount | fromAccount | toAccount | status
-----------------------------------------------------------------------------------------------
1714188347884 | 2024-04-27T03:25:47.884Z |     USDT |      5 |        swap |      spot |     ok
1715848226199 | 2024-05-16T08:30:26.199Z |     USDT |     10 |        swap |      spot |     ok
1715848480646 | 2024-05-16T08:34:40.646Z |     USDT |     10 |        spot |      swap |     ok
3 objects

```
coinex.fetchTransfers (USDT, , 3)
2024-05-17T08:25:02.681Z iteration 0 passed in 521 ms

    timestamp |                 datetime | currency | amount | fromAccount | toAccount | status
-----------------------------------------------------------------------------------------------
1714188347884 | 2024-04-27T03:25:47.884Z |     USDT |      5 |        swap |      spot |     ok
1715848226199 | 2024-05-16T08:30:26.199Z |     USDT |     10 |        swap |      spot |     ok
1715848480646 | 2024-05-16T08:34:40.646Z |     USDT |     10 |        spot |      swap |     ok
3 objects
```
@Dan-krm Dan-krm requested a review from carlosmiei May 17, 2024 08:27
@carlosmiei carlosmiei self-assigned this May 17, 2024
@carlosmiei carlosmiei merged commit 8661808 into ccxt:master May 17, 2024
1 of 2 checks passed
kroitor pushed a commit that referenced this pull request May 17, 2024
* refactor(coinex): fetchTransfers v2

```
coinex.fetchTransfers (USDT, , 3)
2024-05-17T08:25:02.681Z iteration 0 passed in 521 ms

    timestamp |                 datetime | currency | amount | fromAccount | toAccount | status
-----------------------------------------------------------------------------------------------
1714188347884 | 2024-04-27T03:25:47.884Z |     USDT |      5 |        swap |      spot |     ok
1715848226199 | 2024-05-16T08:30:26.199Z |     USDT |     10 |        swap |      spot |     ok
1715848480646 | 2024-05-16T08:34:40.646Z |     USDT |     10 |        spot |      swap |     ok
3 objects
```

* test(coinex): static request, fetchTransfers v2

[ci skip]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants