Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
asdawsd@cwewc.cew committed Dec 21, 2024
1 parent 5ec3986 commit 8a5cf00
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 @@ -101,7 +101,7 @@ response: types.PayoffData = await client.payoff_get(id="some_id")
### Методы /ticker/
[/ticker/list](https://docs.crystalpay.io/metody-api/ticker-kursy-valyut/poluchenie-spiska-valyut)
```python
response: List[str] = await client.payoff_create()
response: List[str] = await client.ticker_list()
```

[/ticker/get](https://docs.crystalpay.io/metody-api/ticker-kursy-valyut/poluchenie-kursa-valyut)
Expand Down

0 comments on commit 8a5cf00

Please sign in to comment.