Access CoinbasePro Programmatically

In addition to programatic market/limit order execution, you can check account balances and order status using this code

APEXE3HQ avatar
Written by APEXE3HQ
Updated over a week ago

Once you have created your account on Coinbase, set up your Coinbase API credentials which will allow you to execute trades programmatically. In addition to trade execution, you can also check balances and the status of orders.

There are multiple ways to execute trades on CoinbasePro:

NodeJs Library

Order placement and order status demo:

To see closed Orders:

await global.client.rest.order.getClosedOrders(); retrieves closed Orders

Account information

Python Library


If you have any questions reach out to the APEX:E3 team through: contactus@apexe3.com, or Discord!

Did this answer your question?