Hi,
I wanna filter on “new” but it doesn’t work. I get all the coins and not only the new coins.
this is the call with filter:
x = requests.get(‘https://api.nomics.com/v1/currencies/ticker?key=xxxxxxxxxxxxxxxxxxxxxx&filter=new&platform-currency=BNB’).json()
what is going wrong?
nrg
#2
Try adding the pagination parameters per-page=100
and page=1
Oke Thanks, that gives me the last 100 new added coins? When i set page=2 is that giving me the last 200 new added coins?
Oke Thanks, that gives me the last 100 new added coins? When i set page=2 is that giving me the last 200 new added coins?
nrg
#5
Yes, page=2 give you the next most recent and so on.