Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.chainabuse.com/v0/sanctioned-addresses/{address} \ --header 'Authorization: Basic <encoded-value>'
[ { "address": "12QeMLzSrB8XH8FvEzPMVoRxVAzTr5XM2y", "chain": "BTC", "label": "Multinational Hacker" } ]
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Ok
Was this page helpful?