@@ -422,7 +422,7 @@ def get_all_active_spot_orders(symbol:nil)
422422 #
423423 # Requires the "Place/cancel orders" API key Access Right
424424 #
425- # https://api.exchange.cryptomkt.com/#get-active-spot-orders
425+ # https://api.exchange.cryptomkt.com/#get-active-spot-order
426426 #
427427 # ==== Params
428428 # +String+ +client_order_id+:: The client order id of the order
@@ -518,7 +518,7 @@ def create_spot_order(
518518 # - For an OTOCO order list, the secondary orders have the same restrictions as an OCO order
519519 # - Default is OrderType.Limit
520520 #
521- # https://api.exchange.cryptomkt.com/#create-new-spot-order-list-2
521+ # https://api.exchange.cryptomkt.com/#create-new-spot-order-list
522522 #
523523 # ==== Params
524524 # +String+ +order_list_id+:: order list identifier. If ommited, it will be generated by the system. Must be equal to the client order id of the first order in the request
@@ -600,7 +600,7 @@ def cancel_spot_order(client_order_id:)
600600 #
601601 # Requires the "Place/cancel orders" API key Access Right
602602 #
603- # https://api.exchange.cryptomkt.com/#get-all-trading-commission
603+ # https://api.exchange.cryptomkt.com/#get-all-trading-commissions
604604
605605 def get_all_trading_commission
606606 get ( "spot/fee" )
@@ -739,7 +739,7 @@ def get_wallet_balance(currency:)
739739 #
740740 # Requires the "Payment information" API key Access Right
741741 #
742- # https://api.exchange.cryptomkt.com/#deposit-crypto-address
742+ # https://api.exchange.cryptomkt.com/#get- deposit-crypto-address
743743
744744 def get_deposit_crypto_addresses ( )
745745 return get ( "wallet/crypto/address" )
@@ -752,7 +752,7 @@ def get_deposit_crypto_addresses()
752752 #
753753 # Requires the "Payment information" API key Access Right
754754 #
755- # https://api.exchange.cryptomkt.com/#deposit-crypto-address
755+ # https://api.exchange.cryptomkt.com/#get- deposit-crypto-address
756756 #
757757 # ==== Params
758758 # +String+ +currency+:: Currency to get the address
@@ -771,7 +771,7 @@ def get_deposit_crypto_address(currency:nil, network_code:nil)
771771 #
772772 # Requires the "Payment information" API key Access Right
773773 #
774- # https://api.exchange.cryptomkt.com/#deposit-crypto-address
774+ # https://api.exchange.cryptomkt.com/#generate- deposit-crypto-address
775775 #
776776 # ==== Params
777777 # +String+ +currency+:: currency to create a new address
@@ -786,7 +786,7 @@ def create_deposit_crypto_address(currency:, network_code:nil)
786786 #
787787 # Requires the "Payment information" API key Access Right
788788 #
789- # https://api.exchange.cryptomkt.com/#last-10-deposit-crypto-address
789+ # https://api.exchange.cryptomkt.com/#last-10-deposit-crypto-addresses
790790 #
791791 # ==== Params
792792 # +String+ +currency+:: currency to get the list of addresses
@@ -906,7 +906,7 @@ def get_estimate_withdrawal_fees(fee_requests)
906906 #
907907 # Requires the "Payment information" API key Access Right
908908 #
909- # https://api.exchange.cryptomkt.com/#estimate-withdraw -fee
909+ # https://api.exchange.cryptomkt.com/#estimate-withdrawal -fee
910910 #
911911 # ==== Params
912912 # +String+ +currency+:: the currency code for withdrawal
0 commit comments