Get our free cryptocurrency tracker/screener.
You will need to log in to your Google Account and install our free connector.
get /v2/ticker
Get all tickers
get /v2/trade/history/{currency}/{quote}
Get any trades by pair
get /v2/currency
Get active currencies
get /v2/pair
Get active pairs
get /v2/trade/feeLevels
Get fee levels
get /v2/ticker/{base}/{quote}
Get ticker for pair
get /v2/currency/{currency}
Get a currency by id or tag
get /v2/transaction/bindings
Request all active bindings
get /v2/chart/week
Get all weekly charts
get /v2/pair/available
Get available pairs
get /v2/chart/week/{currency}/{quote}
Get last week charts by trading pair
get /v2/time
Get current time
get /v2/auth/order
Get all my orders
get /v2/auth/trade
Get trades
get /v2/auth/account
Get balances
get /v2/auth/transfer
Get transfers
get /v2/auth/transaction
Request deposits and withdrawals
post /v2/auth/order/place
Placing a new order
post /v2/auth/transfer/id
Create transfer by recipient id
post /v2/auth/order/cancel
Cancel one order by id
post /v2/auth/spot/deposit
Deposit spot account
post /v2/auth/spot/withdraw
Withdraw spot account
post /v2/auth/transfer/email
Create transfer by recipient email
post /v2/auth/transfer/phone
Create transfer by recipient phone number
post /v2/auth/order/cancelAll
Cancel all orders
get /v2/auth/transaction/{id}
Get transaction by id
get /v2/book/{currency}/{quote}
Request order book by trading pair
get /v2/auth/order/getOrder/{id}
Get an order by id
post /v2/auth/transaction/withdraw
Request withdrawal
get /v2/trade/fee/{currency}/{quote}
Get fee scheme for given pair
post /v2/auth/transaction/depositAddress
Request deposit address to make deposit
post /v2/auth/transaction/withdraw/cancel
Cancel withdrawal
get /v2/auth/trade/fee/{currency}/{quote}
Get fee scheme for given pair and user
post /v2/auth/transaction/withdraw/confirm
Confirm withdrawal
get /v2/auth/order/pair/{currency}/{quote}
Get all my orders on traded pair
get /v2/auth/trade/pair/{currency}/{quote}
Get trades by pair
get /v2/auth/transaction/bindings/{currency}
Request bindings for specific currency
post /v2/auth/transaction/withdraw/resendCode
Resend verification code for withdrawal
get /v2/auth/account/currency/{currency}/{type}
Get balances by currency
post /v2/auth/order/cancelAll/{currency}/{quote}
Cancel all orders in specified pair
get /v2/auth/order/pair/{currency}/{quote}/active
Get my active orders on traded pair