no-name-user-name / pyTelegramWalletApi

Telegram Wallet Api / Send and recieve tokens / Trade on P2P market
https://t.me/wallet
60 stars 5 forks source link

function limit #16

Closed kxvvv closed 4 months ago

kxvvv commented 4 months ago

I noticed that in the function ".get_p2p_market" the limit of orders is 100, can it be increased? changing the parameter to more than 100 does not help.

no-name-user-name commented 4 months ago

Use "offset" to shift limit

kxvvv commented 4 months ago

tysm