#! /bin/bash
# Last edited on 2014-02-06 18:02:27 by stolfilocal


since="$1"; shift

sinceX="`echo "${since} | url-quote-iso`"

wget -nv "${url}/trades.json&since=${sinceX}" 