Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

CCXT

A JavaScript / Python / PHP library for cryptocurrency trading and e-commerce with support for many bitcoin/ether/altcoin exchange markets and merchant APIs.
Collective - Host: opensource - https://opencollective.com/ccxt - Website: https://ccxt.com - Code: https://github.com/ccxt/ccxt

add bybit test

github.com/ccxt/ccxt - d2c30bcfe7fc30e77364573849e9c4c614a2ddc1 authored 11 months ago by carlosmiei <[email protected]>
Merge branch 'master' of github.com:ccxt/ccxt into bybitCreateOrderTriggerOrderWithStopLoss

github.com/ccxt/ccxt - 0818a494f47410f2286f4d73d8aedfaa93572ad0 authored 11 months ago by carlosmiei <[email protected]>
remove old files

github.com/ccxt/ccxt - c42c3a1c205e55cdc3699d8fc908d64bb4ca52c3 authored 11 months ago by carlosmiei <[email protected]>
Merge pull request #19960 from carlosmiei/fix-build-market

fix(probit): remove fetchMarkets type

github.com/ccxt/ccxt - 546d00c5d9ade1229a246d459422f955023c4f08 authored 11 months ago by Igor Kroitor <[email protected]>
fix(probit): remove fetchMarkets type

github.com/ccxt/ccxt - e69e50fde98c032146dc0a173747286aec5e5515 authored 11 months ago by carlosmiei <[email protected]>
Merge pull request #19959 from carlosmiei/fix-build

fix(python): fee type

github.com/ccxt/ccxt - 581d98b9c8a9ee35d88a7e38374373e035a623dd authored 11 months ago by Igor Kroitor <[email protected]>
fix(python): fee type

github.com/ccxt/ccxt - 28855958459c53b423ed96df637fb20efa401672 authored 11 months ago by carlosmiei <[email protected]>
bingx fixes

- captured socket error when sending pong on a closed connection as is done for various other ex...

github.com/ccxt/ccxt - 420b542bde784aa1b7d9157d3b073275e8ea0fed authored 11 months ago by CH-EdwinB <[email protected]>
Merge pull request #19942 from carlosmiei/bitmart-error-mapping

feat(bitmart): add 53007exception

github.com/ccxt/ccxt - 52614c4333d9dca01cbfacc3ef1ec8f3858906c2 authored 11 months ago by Igor Kroitor <[email protected]>
base: remove delist exchanges

github.com/ccxt/ccxt - 1cf248448cb48dc4160da63d83af10bd5511f7d8 authored 11 months ago by sc0vu <[email protected]>
bitvavo: update taker and maker fee

github.com/ccxt/ccxt - 143028fe28b588e607c9355447458d2ed2e46020 authored 11 months ago by sc0vu <[email protected]>
bitvavo: update fetchMarkets

github.com/ccxt/ccxt - ee5f7976ba38bd66d527332c3f01643f725cfb6f authored 11 months ago by sc0vu <[email protected]>
bitrue: update createOrder

github.com/ccxt/ccxt - 1c72aff067509fd6a1e58b4ca6c6f2083a3f13b3 authored 11 months ago by sc0Vu <[email protected]>
feat(staticTests): bitget createOrders

github.com/ccxt/ccxt - d0984887892138841c0fd1a157ccce45a79dbd2f authored 11 months ago by Dan <[email protected]>
fix(bitget): createOrders, marginMode

### bitget:
```
bitget createOrders ['{"symbol":"BTC/USDT","type":"limit","side":"buy","amount":...

github.com/ccxt/ccxt - 626c9122c4596e0c3dfadc0b760f355542cb3c6c authored 11 months ago by Dan <[email protected]>
feat(staticTests): ascendex, createOrders spot margin

Added spot margin static test for createOrders to ascendex

github.com/ccxt/ccxt - 9be510cca216198f43a2f2329ab05425c8e6c165 authored 11 months ago by Dan <[email protected]>
fix(ascendex): createOrders, marginMode

### ascendex:
```
ascendex createOrders ['{"symbol":"BTC/USDT","type":"limit","side":"buy","amou...

github.com/ccxt/ccxt - 8208295056c455093f2c97be4b972a83ac1d800e authored 11 months ago by Dan <[email protected]>
fix coinbase amount

github.com/ccxt/ccxt - e6727a64211543af08a5754f1dcacfc7c866e89b authored 11 months ago by Carlo Revelli <[email protected]>
feat(staticTests): digifinex createOrders

Added static tests for digifinex createOrders

github.com/ccxt/ccxt - c5252ee2dacd75e89adb4f1a166a588b6c1931bf authored 11 months ago by Dan <[email protected]>
fix(digifinex): createOrders, marginMode

Updated some createOrders implementations that use marginMode to retrieve the marginMode from th...

github.com/ccxt/ccxt - afe2154015c40a389a49925651f99ea5b611572d authored 11 months ago by Dan <[email protected]>
Merge pull request #19952 from sc0Vu/patch-coinbase-parse-trade

coinbase: patch parse trade

github.com/ccxt/ccxt - a33217ed62ddc268885fb92d150466f304f18ce6 authored 11 months ago by Carlo Revelli <[email protected]>
simplify

github.com/ccxt/ccxt - 10406e3eab7194dd9f63cf07992c5e4046acf473 authored 11 months ago by Carlo Revelli <[email protected]>
minor edit

github.com/ccxt/ccxt - 7d9244138c9220ed4241eddd18f35500ac4e7d47 authored 11 months ago by Carlo Revelli <[email protected]>
delist coinfalcon again

github.com/ccxt/ccxt - d4893ffca6a7621d302536c0a3ba341ddf5cb2e0 authored 11 months ago by Carlo Revelli <[email protected]>
fix build

github.com/ccxt/ccxt - aa58a463376aa8f7001f24c58b6e5bc8ddb93e1d authored 11 months ago by Carlo Revelli <[email protected]>
coinbase: patch parse trade

github.com/ccxt/ccxt - 512a50e7aba1800155ce21f0f2041b6efa9b679b authored 11 months ago by sc0Vu <[email protected]>
fix(binance): watchPositions default to type future and use standard handleMarketTypeAndParams function

github.com/ccxt/ccxt - 0a89e543b0ad284615e9931945115932b33e03e0 authored 11 months ago by pcriadoperez <[email protected]>
fix(bybit): enable stopLoss and takeProfit with trigger orders

Edited the createOrder implementation to allow users to add a stopLoss or takeProfit to a trigge...

github.com/ccxt/ccxt - d6ae13b08ff72195fd55c2c18a2ee4b0c13ba965 authored 11 months ago by Dan <[email protected]>
Merge pull request #19937 from sc0Vu/remove-kucoin-method

[WIP] kucoin: update fetchOrderBook

github.com/ccxt/ccxt - 81291d2055e356e369e7fad48488cc27cab72bdc authored 11 months ago by Carlo Revelli <[email protected]>
Merge pull request #19946 from pcriadoperez/socials

docs: add logos to socials, add socials to docs

github.com/ccxt/ccxt - 5b09c828fc8127f22fc0af0c2abc5f1ac4c296ea authored 11 months ago by Carlo Revelli <[email protected]>
update certifications

github.com/ccxt/ccxt - b15846bbfca934f96768fc3c72257196fec2c0e7 authored 11 months ago by Carlo Revelli <[email protected]>
fix duplicated line

github.com/ccxt/ccxt - e9cbc8af151d82c441afe506c5f5af039e30ae1d authored 11 months ago by Pablo Criado-Perez <[email protected]>
Merge pull request #19948 from frosty00/delist-coinfalcon

delist-coinfalcon

github.com/ccxt/ccxt - f1eece98dc3b7433bce6977c70f649639331200b authored 11 months ago by Carlo Revelli <[email protected]>
Merge pull request #19949 from frosty00/delist-btctradeua

delist-btctradeua

github.com/ccxt/ccxt - cfd3c2168d38b6489cc858c608e1e6af6f316082 authored 11 months ago by Carlo Revelli <[email protected]>
delist-btctradeua

github.com/ccxt/ccxt - 0805ccbdacb41dad33456c8acfcbb7f617dfba6b authored 11 months ago by Carlo Revelli <[email protected]>
add parseMarket return type check

github.com/ccxt/ccxt - 556de65b286fc7b4d3e85be746b90934e2e98dc7 authored 11 months ago by Carlo Revelli <[email protected]>
Merge branch 'master' into add-bitrue-apis-20231031

github.com/ccxt/ccxt - d8dcd6d6b3ad972318c03410155513027f316ddf authored 11 months ago by sc0Vu <[email protected]>
updat pyenv before running

github.com/ccxt/ccxt - f67740de1d7f2c24eb3187d27f75bbec992ec9cf authored 11 months ago by pcriadoperez <[email protected]>
Merge pull request #19945 from pcriadoperez/jupyter-example

feat(examples): add jupyter notebook example

github.com/ccxt/ccxt - 9c56c3082a04bf93e7cfdf0c147d15751772dcc4 authored 11 months ago by Carlo Revelli <[email protected]>
docs: add awesome section to showcase projects using ccxt

github.com/ccxt/ccxt - a22e8c062f8f8afc969896c22ca4b454bd076e49 authored 11 months ago by pcriadoperez <[email protected]>
docs: add logos to socials, add socials to docs

github.com/ccxt/ccxt - 3b5e87bf0d17d449979796ce85290703172482bf authored 11 months ago by pcriadoperez <[email protected]>
feat(examples): add jupyter notebook example

github.com/ccxt/ccxt - c825ebe5f9804bea11299fffd821696d9786edb5 authored 11 months ago by pcriadoperez <[email protected]>
add specific versions to build script and fix types for appveyor

github.com/ccxt/ccxt - f42c64e4323fb4fdde98a4f724eb9e7d17dc5bee authored 11 months ago by pcriadoperez <[email protected]>
travis pyenv install fix

github.com/ccxt/ccxt - 08213cf262b2d8f1a6eeb5fdbc79f90a61700bcd authored 11 months ago by pcriadoperez <[email protected]>
chage appveyor image and travis fix

github.com/ccxt/ccxt - 87105efc34633b251461e69b32de8515b43b9d7b authored 11 months ago by pcriadoperez <[email protected]>
fix transaction type

github.com/ccxt/ccxt - 01b31e26faa21203bf0ce36a1677bf028d5c0095 authored 11 months ago by Carlo Revelli <[email protected]>
fix comments in pro files

[ci skip]

github.com/ccxt/ccxt - f8c6470086258b77e172cf9ff73e05e78e7f0d3e authored 11 months ago by Travis CI <[email protected]>
fix comments in pro files

github.com/ccxt/ccxt - 5660584e198be1b3daf716776fc0b44c9ccab760 authored 11 months ago by Carlo Revelli <[email protected]>
add more errors

github.com/ccxt/ccxt - 48a682a8910aab382efff3288fbe1a75c404a118 authored 11 months ago by carlosmiei <[email protected]>
several fixes

github.com/ccxt/ccxt - 0a45886bab1b9503e00989beb8987cf78f53e480 authored 11 months ago by carlosmiei <[email protected]>
feat(bitmart): add 53007exception

github.com/ccxt/ccxt - a77506210b0ae9d6b3329837898c64af23971cce authored 11 months ago by carlosmiei <[email protected]>
move file

github.com/ccxt/ccxt - 3bc7e2538ad3ecf64ead88bcdb719484257afadc authored 11 months ago by carlosmiei <[email protected]>
remove empty spaces

github.com/ccxt/ccxt - 38313cbbc8ae1d1e6e9a8729cd6daa23247fbc7d authored 11 months ago by carlosmiei <[email protected]>
fix(bitmex) - triggerPrice unification and static tests

github.com/ccxt/ccxt - 9bdf2976811ff224123a5f73636f65d306bb0cee authored 11 months ago by T.Todua <[email protected]>
try with proxy

github.com/ccxt/ccxt - cd49cfeb6f62cca602d0503a3b7b743f01491c9a authored 11 months ago by carlosmiei <[email protected]>
Merge branch 'master' of github.com:ccxt/ccxt into p2b

github.com/ccxt/ccxt - 51ba97877fea3ecc226b1fb695cc0ada2189a6d8 authored 11 months ago by carlosmiei <[email protected]>
4.1.51

[ci skip]

github.com/ccxt/ccxt - e6949961a09accc9dea837a5f9f74f384cf62719 authored 11 months ago by Travis CI <[email protected]>
add binance tests

github.com/ccxt/ccxt - bb458ecd209f9a51337332b4373471a37bcdb9ef authored 11 months ago by carlosmiei <[email protected]>
Merge pull request #19933 from carlosmiei/coinex-broker-test

feat(coinex): add idTest

github.com/ccxt/ccxt - 32106ad4a2f084f9d82944f0797ceef9c99cbfc6 authored 11 months ago by Igor Kroitor <[email protected]>
Merge pull request #19934 from sc0Vu/fix-krakenfutures-watch-orders

fix(krakenfutures): patch watchOrders

github.com/ccxt/ccxt - 9dfbf3c2712890bbe2f9f2c391fa8f0f97270e29 authored 11 months ago by Igor Kroitor <[email protected]>
Merge pull request #19935 from sc0Vu/update-kraken-fetch-deposits

kraken: add start in fetchDeposits

github.com/ccxt/ccxt - f9efc60c0221ca19fbfc53876533eba1730f3e47 authored 11 months ago by Igor Kroitor <[email protected]>
rename and split static into request and response

github.com/ccxt/ccxt - fcc842357c6151e99407d3b6babdd7535ee737a2 authored 11 months ago by carlosmiei <[email protected]>
bitrue: add setMargin

github.com/ccxt/ccxt - 30782331b6f27c3df7ba4451df08933a66bdb259 authored 11 months ago by sc0Vu <[email protected]>
bitrue: add setLeverage

github.com/ccxt/ccxt - 68c1705a57c38c6c3226f0c3c82352545a89a6eb authored 11 months ago by sc0Vu <[email protected]>
bitrue: add @see, add NotSupported alert

github.com/ccxt/ccxt - 8c4471c0474dd09d1b5af62731126d90e9478079 authored 11 months ago by sc0Vu <[email protected]>
p2b loadMarkets skip test

github.com/ccxt/ccxt - c46649d96d67e29d1948f3090731a1af784f8673 authored 11 months ago by Sam Germain <[email protected]>
kucoin: update fetchOrderBook

github.com/ccxt/ccxt - 3c62a1cbeaec3623f6d1967589a74dd25dbd2c19 authored 11 months ago by sc0Vu <[email protected]>
parseTicker change

github.com/ccxt/ccxt - 07ec8e2f66f70df1ea43f853975d1f45eab53812 authored 11 months ago by Sam Germain <[email protected]>
p2b parseOHLCV fix

github.com/ccxt/ccxt - 6b3bf460a5b4664443ee3e98f8dda05fcaad5db4 authored 11 months ago by Sam Germain <[email protected]>
feat(phemex): withdraw method implementation

fixes: #18850

github.com/ccxt/ccxt - 4246c25de2072807b5c52c71b499ef4819343ba1 authored 11 months ago by Sam Germain <[email protected]>
bitrue: add cancelAllOrders

github.com/ccxt/ccxt - 02e75eedb67ce3685063e7733c567a35ca225333 authored 11 months ago by sc0Vu <[email protected]>
kraken: add costmin in market

github.com/ccxt/ccxt - 1fd32f75e5f699b0e262605be8f62f05e62ec9e7 authored 11 months ago by sc0Vu <[email protected]>
kraken: update test

github.com/ccxt/ccxt - 003a1866f8e69ff89265cfc5c690b4882e58c735 authored 11 months ago by sc0Vu <[email protected]>
kraken: update withdraw

github.com/ccxt/ccxt - ebc2bd409b0ddb46d9dd5ff592d2b75467a911a8 authored 11 months ago by sc0Vu <[email protected]>
kraken: remove deprecated staking apis

github.com/ccxt/ccxt - e855ab873739fb0a49b1abbd932cb72c5b0c9587 authored 11 months ago by sc0Vu <[email protected]>
kraken: update jsdoc

github.com/ccxt/ccxt - 91247ec10de3c8a331dbaa07c300f1823fbe73c8 authored 11 months ago by sc0Vu <[email protected]>
kraken: add start in fetchDeposits

github.com/ccxt/ccxt - 16cee3899aa1927b256a2df6499c555e5478acc6 authored 11 months ago by sc0Vu <[email protected]>
test appveyor

github.com/ccxt/ccxt - 3e2a438e822c717b9a40c4d6472bd797f5866a0c authored 11 months ago by pcriadoperez <[email protected]>
p2b fetchTickers header

github.com/ccxt/ccxt - cee1b93cf4a7a37862b48541feec28f6af98b050 authored 11 months ago by Sam Germain <[email protected]>
Merge branch 'master' into p2b

github.com/ccxt/ccxt - 8e18b740b16d60c46d0cc28464c11c1ab19d5b5c authored 11 months ago by Sam Germain <[email protected]>
p2b fetchMarkets parsing numbers

github.com/ccxt/ccxt - eab957974495058ccd4574537125791b4b793401 authored 11 months ago by Sam Germain <[email protected]>
p2b fetchTickers header

github.com/ccxt/ccxt - 7e44fb2a08de161e202e52b9c7ab8b473ad5a0b8 authored 11 months ago by Sam Germain <[email protected]>
p2b fetchMyTrades and fetchClosedOrders default values

github.com/ccxt/ccxt - 3f659bcd6b5a0430d61b887eef580f3d230760b2 authored 11 months ago by Sam Germain <[email protected]>
Merge branch 'p2b' of https://github.com/samgermain/ccxt into p2b

github.com/ccxt/ccxt - 14eafa1f957def38251e5d3b5f0bb12b25fd335d authored 11 months ago by Sam Germain <[email protected]>
p2b fetchMyTrades fix

github.com/ccxt/ccxt - 226a9e5442cbf50a25a9054c0f798ac504cbe0fa authored 11 months ago by Sam Germain <[email protected]>
small fixes

github.com/ccxt/ccxt - 22148b29a7efc7b3b44b1bc9559ea3ec09809b72 authored 11 months ago by pcriadoperez <[email protected]>
speciy py language

github.com/ccxt/ccxt - 2409cf7b992a67debd2ce26e5db69a4a71664d3c authored 11 months ago by pcriadoperez <[email protected]>
test with pyeng

github.com/ccxt/ccxt - 008f70db5a40ba426ab12bbffa96903eac2ed616 authored 11 months ago by pcriadoperez <[email protected]>
p2b.cancelOrder checkRequiredArgument

github.com/ccxt/ccxt - 6cb4067f000f9c3c10da6c0210d4ad0ba34f85df authored 11 months ago by Sam Germain <[email protected]>
run on appveyor, use tox-travis, and update references of py3.5 to 3.7 minimum requirement

github.com/ccxt/ccxt - 06beeaab05a59397ed65e97ddcab436bd44dcb21 authored 11 months ago by pcriadoperez <[email protected]>
fix(krakenfutures): patch watchOrders

github.com/ccxt/ccxt - 200f12d6deca15e4f15ca2d63f6fa341a60aacf2 authored 11 months ago by sc0Vu <[email protected]>
feat(coinex): add idTest

github.com/ccxt/ccxt - 4a8d536e70255a87f80bf81da8b373aa6664d77c authored 11 months ago by carlosmiei <[email protected]>
first implementation of fetchMocking

github.com/ccxt/ccxt - b1671e37d5eed36ba64eddf9e1ed51e9d8c5c96b authored 11 months ago by carlosmiei <[email protected]>
fix missing imports

github.com/ccxt/ccxt - e4aa8daa697c2dff731bec889818706685fd3dcf authored 11 months ago by carlosmiei <[email protected]>
4.1.50

[ci skip]

github.com/ccxt/ccxt - 9d62aaf625ab0b30986196d1f220ff87857277c0 authored 11 months ago by Travis CI <[email protected]>
Merge pull request #19932 from ttodua/bit2c-skip-

fix(bit2c) - skip temporarily

github.com/ccxt/ccxt - cd2ee8c3dc923b50fac9ad93446e9d73f4c6aafa authored 11 months ago by Igor Kroitor <[email protected]>
fix(bit2c) - skip temporarily

github.com/ccxt/ccxt - 8fbebb67b1c3cead88d1dbadfde0e85ff0aea02f authored 11 months ago by T.Todua <[email protected]>
uncamelcase props

github.com/ccxt/ccxt - 16e1d49a24fbe2cd5d62d17bdcaf4769da7f75ad authored 11 months ago by carlosmiei <[email protected]>
parseConfig and ast-transpiler bump

github.com/ccxt/ccxt - 15447f11efd3b00b025431849e5fa735b5bf9ad2 authored 11 months ago by carlosmiei <[email protected]>
root dir

github.com/ccxt/ccxt - fb1b8b2322a30c285abc7e465b25e770d8edd469 authored 11 months ago by carlosmiei <[email protected]>