Answers for "~coinbase api"

0

coinbase api

from coinbase.wallet.client import Client

client = Client('xxxxxxxxxxx', 'xxxxxxxxxxxxxxxx') # set your api and secret keys here

# use this to create a deposit address for your coinbase account

account_id = 'xxxxx-xxx-xxx-xxxx-xxxxxxxxx' # the account is of the currency for which u want the address for

address = client.create_address(account_id)

print(str(address))
Posted by: Guest on December-15-2020
0

~coinbase api

2bbf394c-193b-5b2a-9155-3b4732659ede
Posted by: Guest on September-13-2021

Python Answers by Framework

Browse Popular Code Answers by Language