POST https://api.whatsonchain.com/v1/<chain>/<network>/search/linkschain
Desired blockchain: bsv or btc.
network
Selected network: main or test.
query
The string to search.
curl -X POST https://api.whatsonchain.com/v1/bsv/main/search/links -H 'Content-Type: application/json' -d '{ "query": "1GJ3x5bcEnKMnzNFPPELDfXUCwKEaLHM5H"curl -X POST https://api.whatsonchain.com/v1/btc/main/search/links -H 'Content-Type: application/json' -d '{ "query": "bc1q89zqat5x9cye7v2uwun2ds7980p25n02g7g90w"}'{
"results": [{
"type": "address",
"url": "https://whatsonchain.com/address/1GJ3x5bcEnKMnzNFPPELDfXUCwKEaLHM5H"
}]
}{
"results": [{
"type": "address",
"url": "https://btc.whatsonchain.com/address/1GJ3x5bcEnKMnzNFPPELDfXUCwKEaLHM5H"
}]
}