Coinbase API
Number of APIs: 13
The Coinbase v2 API
Contact Support: Name: No Contact Email: email@example.com
-
accounts-{account id}-transactions-{transaction id} - Re-send request money POST {{baseUrl}}/accounts/:account_id/transactions/:transaction_id/resend
-
accounts-{account id} - Show an account GET {{baseUrl}}/accounts/:account_id
-
accounts-{account id}-addresses-{address id} - Show an address GET {{baseUrl}}/accounts/:account_id/addresses/:address_id
-
accounts-{account id}-addresses-{address id} - List address’s transactions GET {{baseUrl}}/accounts/:account_id/addresses/:address_id/transactions
-
accounts-{account id}-addresses - List addresses GET {{baseUrl}}/accounts/:account_id/addresses
-
accounts-{account id}-transactions-{transaction id} - Show a transaction GET {{baseUrl}}/accounts/:account_id/transactions/:transaction_id
-
accounts-{account id}-transactions-{transaction id} - Complete request money POST {{baseUrl}}/accounts/:account_id/transactions/:transaction_id/complete
-
accounts-{account id}-transactions - List transactions GET {{baseUrl}}/accounts/:account_id/transactions
-
accounts-{account id} - Set account as primary GET {{baseUrl}}/accounts/:account_id/primary
-
accounts - List accounts GET {{baseUrl}}/accounts