🔍 Search for supported cryptocurrencies at
Code samples
GET /api/crypto/search
Determines which cryptocurrencies can be associated with the specified address.
🛠️ Parameters
Name | In | Type | Required | Description |
---|---|---|---|---|
address | query | string | true | Криптовалютный адрес или хеш транзакции |
Example responses
200 Response
{
"success": true,
"items": {
"trx": [
"TRX",
"USDT",
"USDC"
],
"eth": [
"ETH",
"USDT",
"USDC",
"WETH"
]
},
"isTx": false
}
🔁 Responses
Status | Meaning | Description | Schema |
---|---|---|---|
200 | OK | Successful operation | Inline |
📋 Response Schema
Status Code 200
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» success | boolean | false | none | Флаг успешного ответа |
» items | object | false | none | Список поддерживаемых криптовалют по сетям |
» isTx | boolean | false | none | Флаг, указывающий является ли адрес хешем транзакции |