Coinbase API

Number of APIs: 13

The Coinbase v2 API

Contact Support: Name: No Contact Email: email@example.com

  1. accounts-{account id}-transactions-{transaction id} - Re-send request money POST {{baseUrl}}/accounts/:account_id/transactions/:transaction_id/resend

  2. accounts-{account id} - Show an account GET {{baseUrl}}/accounts/:account_id

  3. accounts-{account id}-addresses-{address id} - Show an address GET {{baseUrl}}/accounts/:account_id/addresses/:address_id

  4. accounts-{account id}-addresses-{address id} - List address’s transactions GET {{baseUrl}}/accounts/:account_id/addresses/:address_id/transactions

  5. accounts-{account id}-addresses - List addresses GET {{baseUrl}}/accounts/:account_id/addresses

  6. accounts-{account id}-transactions-{transaction id} - Show a transaction GET {{baseUrl}}/accounts/:account_id/transactions/:transaction_id

  7. accounts-{account id}-transactions-{transaction id} - Complete request money POST {{baseUrl}}/accounts/:account_id/transactions/:transaction_id/complete

  8. accounts-{account id}-transactions - List transactions GET {{baseUrl}}/accounts/:account_id/transactions

  9. accounts-{account id} - Set account as primary GET {{baseUrl}}/accounts/:account_id/primary

  10. accounts - List accounts GET {{baseUrl}}/accounts