curl --location --request GET '/api/v1/subscription-currencies/?ticker&network&search&limit&offset' \
--header 'Authorization: <api-key>'{
"success": true,
"data": [
{
"id": "string",
"ticker": "string",
"network": "string",
"name": "string",
"imageUrl": "string",
"tokenContract": "string",
"legacyTicker": null,
"decimals": 0,
"lastUpdated": "2019-08-24T14:15:22.123Z",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"forwarderAddress": "string",
"chainId": 0
}
],
"count": 0,
"supportedNetworks": [
"string"
]
}