curl --location --request GET '/tokens?limit&offset&offerId&standard&symbol'{
"data": [
{
"id": "tok-0001",
"name": "RSMonica",
"symbol": "RSM",
"offer_id": "off-1111",
"standard": "ERC20",
"decimals": 6,
"contract_address": "0x1111111111111111111111111111111111111111"
}
],
"paging": {
"limit": 20,
"offset": 0,
"total": 1
}
}