curl --request GET \
--url https://staging-biz.coinprofile.co/v2/wallet/supported/config
{
"message": "<string>",
"state": true,
"data": {
"byNetwork": {},
"byCurrency": {}
}
}
Get supported cryptocurrencies and networks
curl --request GET \
--url https://staging-biz.coinprofile.co/v2/wallet/supported/config
{
"message": "<string>",
"state": true,
"data": {
"byNetwork": {},
"byCurrency": {}
}
}
Success
The response is of type object
.