-
-
Notifications
You must be signed in to change notification settings - Fork 8.9k
grvt
Every endpoint in grvt's api definition is exposed as an implicit method — a thin, generated wrapper around the raw exchange endpoint. Use these for exchange-specific functionality the CCXT API does not cover.
These methods are available in every CCXT language — TypeScript, JavaScript, Python, PHP, C#, Go and Java. Call them by the camelCase name shown in the tables below (e.g. privateEdgeGetApiV1DepositAddresses); the snake_case alias (privateEdge_get_api_v1_deposit_addresses) also works in JavaScript, Python and PHP, and Go uses the PascalCase form (PrivateEdgeGetApiV1DepositAddresses). Switch tabs for the call in each language:
const grvt = new ccxt.grvt ();
const response = await grvt.privateEdgeGetApiV1DepositAddresses (params);import ccxt from 'ccxt';
const grvt = new ccxt.grvt ();
const response = await grvt.privateEdgeGetApiV1DepositAddresses (params);import ccxt
grvt = ccxt.grvt()
response = grvt.privateEdge_get_api_v1_deposit_addresses(params)$grvt = new \ccxt\grvt();
$response = $grvt->privateEdge_get_api_v1_deposit_addresses($params);using ccxt;
var grvt = new Grvt();
var response = await grvt.privateEdgeGetApiV1DepositAddresses(parameters);grvt := ccxt.NewGrvt(nil)
response := <-grvt.PrivateEdgeGetApiV1DepositAddresses(params)Path parameters wrapped in {} (e.g. {pair}) are substituted from params; everything else in params is sent as the query string or request body. Cost is the rate-limiter weight of each call.
📚 Official grvt API documentation: api-docs.grvt.io
73 implicit endpoints across 3 access groups.
Base URL: https://edge.grvt.io/
| Method | HTTP | Endpoint | Cost |
|---|---|---|---|
privateEdgeGetApiV1DepositAddresses |
GET | api/v1/deposit/addresses |
40 |
privateEdgeGetApiV1BridgeWithdrawalInfo |
GET | api/v1/bridge/withdrawal-info |
40 |
privateEdgeGetApiV1BridgeWithdrawalStatus |
GET | api/v1/bridge/withdrawal-status |
40 |
privateEdgeGetApiV1ReferralEpochs |
GET | api/v1/referral/epochs |
40 |
privateEdgeGetApiV1ReferralPoints |
GET | api/v1/referral/points |
40 |
privateEdgeGetApiV1ReferralData |
GET | api/v1/referral/data |
40 |
privateEdgeGetApiV1ReferralIndirectData |
GET | api/v1/referral/indirect_data |
40 |
privateEdgePostAuthApiKeyLogin |
POST | auth/api_key/login |
100 |
privateEdgePostAuthWalletLogin |
POST | auth/wallet/login |
100 |
privateEdgePostAuthBuilderAuthorize |
POST | auth/builder/authorize |
100 |
privateEdgePostApiV1DepositGenerateAddress |
POST | api/v1/deposit/generate-address |
100 |
privateEdgePostApiV1BridgeWithdrawalQuote |
POST | api/v1/bridge/withdrawal-quote |
100 |
privateEdgePostApiV1BridgeWithdraw |
POST | api/v1/bridge/withdraw |
100 |
Base URL: https://market-data.grvt.io/
| Method | HTTP | Endpoint | Cost |
|---|---|---|---|
publicMarketPostFullV1Instrument |
POST | full/v1/instrument |
4 |
publicMarketPostFullV1AllInstruments |
POST | full/v1/all_instruments |
4 |
publicMarketPostFullV1Instruments |
POST | full/v1/instruments |
4 |
publicMarketPostFullV1Currency |
POST | full/v1/currency |
12 |
publicMarketPostFullV1MarginRules |
POST | full/v1/margin_rules |
12 |
publicMarketPostFullV1Mini |
POST | full/v1/mini |
4 |
publicMarketPostFullV1Ticker |
POST | full/v1/ticker |
4 |
publicMarketPostFullV1Book |
POST | full/v1/book |
12 |
publicMarketPostFullV1Trade |
POST | full/v1/trade |
12 |
publicMarketPostFullV1TradeHistory |
POST | full/v1/trade_history |
12 |
publicMarketPostFullV1Kline |
POST | full/v1/kline |
12 |
publicMarketPostFullV1Funding |
POST | full/v1/funding |
12 |
publicMarketPostFullV1SupportedAssets |
POST | full/v1/supported_assets |
12 |
publicMarketPostFullV1GetAllCollateralAssetInfo |
POST | full/v1/get_all_collateral_asset_info |
12 |
Base URL: https://trades.grvt.io/
| Method | HTTP | Endpoint | Cost |
|---|---|---|---|
privateTradingPostFullV1CreateOrder |
POST | full/v1/create_order |
5 |
privateTradingPostFullV1CancelOrder |
POST | full/v1/cancel_order |
5 |
privateTradingPostFullV1CancelOnDisconnect |
POST | full/v1/cancel_on_disconnect |
100 |
privateTradingPostFullV1CancelAllOrders |
POST | full/v1/cancel_all_orders |
50 |
privateTradingPostFullV1Order |
POST | full/v1/order |
20 |
privateTradingPostFullV1OrderHistory |
POST | full/v1/order_history |
20 |
privateTradingPostFullV1OpenOrders |
POST | full/v1/open_orders |
20 |
privateTradingPostFullV1FillHistory |
POST | full/v1/fill_history |
20 |
privateTradingPostFullV1Positions |
POST | full/v1/positions |
20 |
privateTradingPostFullV1FundingPaymentHistory |
POST | full/v1/funding_payment_history |
40 |
privateTradingPostFullV1GetSubAccounts |
POST | full/v1/get_sub_accounts |
40 |
privateTradingPostFullV1AccountSummary |
POST | full/v1/account_summary |
40 |
privateTradingPostFullV1AccountHistory |
POST | full/v1/account_history |
40 |
privateTradingPostFullV1AggregatedAccountSummary |
POST | full/v1/aggregated_account_summary |
40 |
privateTradingPostFullV1FundingAccountSummary |
POST | full/v1/funding_account_summary |
40 |
privateTradingPostFullV1Transfer |
POST | full/v1/transfer |
100 |
privateTradingPostFullV1DepositHistory |
POST | full/v1/deposit_history |
100 |
privateTradingPostFullV1TransferHistory |
POST | full/v1/transfer_history |
100 |
privateTradingPostFullV1Withdrawal |
POST | full/v1/withdrawal |
100 |
privateTradingPostFullV1WithdrawalHistory |
POST | full/v1/withdrawal_history |
100 |
privateTradingPostFullV1AddPositionMargin |
POST | full/v1/add_position_margin |
40 |
privateTradingPostFullV1GetPositionMarginLimits |
POST | full/v1/get_position_margin_limits |
40 |
privateTradingPostFullV1SetPositionConfig |
POST | full/v1/set_position_config |
40 |
privateTradingPostFullV1SetInitialLeverage |
POST | full/v1/set_initial_leverage |
40 |
privateTradingPostFullV1GetAllInitialLeverage |
POST | full/v1/get_all_initial_leverage |
40 |
privateTradingPostFullV1SetDeriskMmRatio |
POST | full/v1/set_derisk_mm_ratio |
40 |
privateTradingPostFullV1VaultBurnTokens |
POST | full/v1/vault_burn_tokens |
40 |
privateTradingPostFullV1VaultInvest |
POST | full/v1/vault_invest |
40 |
privateTradingPostFullV1VaultInvestorSummary |
POST | full/v1/vault_investor_summary |
40 |
privateTradingPostFullV1VaultRedeem |
POST | full/v1/vault_redeem |
40 |
privateTradingPostFullV1VaultRedeemCancel |
POST | full/v1/vault_redeem_cancel |
40 |
privateTradingPostFullV1VaultViewRedemptionQueue |
POST | full/v1/vault_view_redemption_queue |
40 |
privateTradingPostFullV1VaultManagerInvestorHistory |
POST | full/v1/vault_manager_investor_history |
40 |
privateTradingPostFullV1AuthorizeBuilder |
POST | full/v1/authorize_builder |
40 |
privateTradingPostFullV1GetAuthorizedBuilders |
POST | full/v1/get_authorized_builders |
40 |
privateTradingPostFullV1BuilderFillHistory |
POST | full/v1/builder_fill_history |
40 |
privateTradingPostFullV1CreateRfq |
POST | full/v1/create_rfq |
5 |
privateTradingPostFullV1CancelRfq |
POST | full/v1/cancel_rfq |
5 |
privateTradingPostFullV1EcnFromBroker |
POST | full/v1/ecn_from_broker |
40 |
privateTradingPostFullV2BulkOrders |
POST | full/v2/bulk_orders |
50 |
privateTradingPostFullV1PositionHistory |
POST | full/v1/position_history |
20 |
privateTradingPostFullV1InterestPaymentHistory |
POST | full/v1/interest_payment_history |
40 |
privateTradingPostFullV1GetCollateralPreference |
POST | full/v1/get_collateral_preference |
40 |
privateTradingPostFullV1SpotAccountSummary |
POST | full/v1/spot_account_summary |
40 |
privateTradingPostFullV1SetIndicativePrices |
POST | full/v1/set_indicative_prices |
40 |
privateTradingPostFullV1WithdrawalFee |
POST | full/v1/withdrawal_fee |
100 |
(If the page is not being rendered for you, you can refer to the mirror at https://docs.ccxt.com/)
- Install
- Examples
- Manual
- CCXT Pro
- Contributing
- Supported Exchanges
- Exchanges By Country
- API Spec By Method
- Order Router
- FAQ
- Changelog
- Awesome
- API Spec by Exchange
- alpaca
- apex
- aster
- backpack
- bigone
- binance
- bingx
- bit2c
- bitbank
- bitbns
- bitfinex
- bitflyer
- bitget
- bithumb
- bitmex
- bitopro
- bitrue
- bitso
- bitstamp
- bitteam
- bittrade
- bitvavo
- blockchaincom
- blofin
- btcbox
- btcmarkets
- btcturk
- btse
- bullish
- bybit
- bydfi
- cex
- coinbase
- coinbaseexchange
- coinbaseinternational
- coincheck
- coinex
- coinmate
- coinone
- coinsph
- coinspot
- cryptocom
- cryptomus
- deepcoin
- delta
- deribit
- derive
- digifinex
- dydx
- extended
- foxbit
- gate
- gemini
- grvt
- hashkey
- hibachi
- hitbtc
- hollaex
- htx
- hyperliquid
- independentreserve
- indodax
- kraken
- krakenfutures
- kucoin
- kucoinfutures
- latoken
- lbank
- lighter
- luno
- mercado
- mexc
- modetrade
- mudrex
- nado
- ndax
- okx
- onetrading
- p2b
- pacifica
- paradex
- paymium
- phemex
- poloniex
- revolutx
- tokocrypto
- toobit
- upbit
- weex
- whitebit
- woo
- woofipro
- xt
- zaif
- zebpay
- API Spec by Prediction Exchange