post https://api-pub.bitfinex.com/v2/int/verify/link
Response Fields
Term | Type | Description |
---|---|---|
VALID | bool | Flag specifying whenever url is a valid bitfinex url or not |
TYPE | string | Optional, domain type, one of: platform, social, AppStore |
DOMAIN | string | Optional, resolved domain, e.g. bitfinex.com or telegram.org |
WARNING | string | Optional, warning or error related to input, could be present even in case when VALID is true. In case when VALID is false then WARNING is actually the error/issue. |
Ratelimit: 1 req/2sec
Resolved link types
Type | Description |
---|---|
platform | Main bitfinex platform url |
social | Social platform url, e.g. telegram.org |
AppStore | App store url, e.g. play.google.com |
Warning Codes
Warning Code | Description |
---|---|
ERR_DOMAIN_NOT_FOUND | Submitted link has valid apex domain but subdomain could not be resolved. Eg.: https://litecoin.bitfinex.com |
ERR_UNKNOWN_DOMAIN | Domain of the link is not authentic. Example https://bitfinix.com |
ERR_UNKNOWN_MALFORMED_URL | Link has unknown domain and has no protocol. Eg. bitfinix.com |
ERR_MALFORMED_URL | Link has known and authentic apex domain but no protocol. Eg. bitfinex.com |
ERR_HTTP_URL | Link has authentic domain but protocol was http |
ERR_SECURITY_ISSUE | The link is suspected to contain an xss attack vector |