Skip to content

Commit

Permalink
adjust readme
Browse files Browse the repository at this point in the history
  • Loading branch information
btschwertfeger committed Jul 20, 2024
1 parent d561190 commit c55736e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ import asyncio
from kraken.spot import SpotAsyncClient

async def main():
async with SpotAsyncClient(key="<your-api-key>", secret="<your-secret-key>")as client:
async with SpotAsyncClient(key="<your-api-key>", secret="<your-secret-key>") as client:
response = await client.request("POST", "/0/private/Balance")
print(response)

Expand Down

0 comments on commit c55736e

Please sign in to comment.