cURL
curl --request GET \ --url https://api.pulsy.app/v1/external/chains \ --header 'Authorization: Basic <encoded-value>'
[ { "blockchainId": "<string>", "name": "<string>", "explorerUrl": "<string>" } ]
Basic auth required for external APIs. Example: "Authorization: Basic {base64EncodedPasswordString}"
Success
Unique identifier of the blockchain.
Human-readable blockchain name.
URL of the chain explorer.