Initial commit: 首次建仓,建立目录结构

This commit is contained in:
FXY
2026-06-11 23:49:54 +08:00
commit 4038a476b5
9396 changed files with 2372905 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# -*- coding: utf-8 -*-
# PLEASE DO NOT EDIT THIS FILE, IT IS GENERATED AND WILL BE OVERWRITTEN:
# https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md#how-to-contribute-code
from ccxt.pro.coinbase import coinbase
from ccxt.base.types import Any
class coinbaseadvanced(coinbase):
def describe(self) -> Any:
return self.deep_extend(super(coinbaseadvanced, self).describe(), {
'id': 'coinbaseadvanced',
'name': 'Coinbase Advanced',
'alias': True,
})