Retrieve all available blockchain networks and their supported tokens. Required scope: collection:crypto:create.
Authorization
oauth2ClientCredentials collection:crypto:createUse your OAuth client credentials to obtain a short-lived Bearer token from POST /oauth/token.
In: header
Scope: collection:crypto:create
Header Parameters
Content type header.
"application/json"Response Body
application/json
application/json
curl --request GET \ --url 'https://example.com/api/external/collection/crypto/networks'{ "message": "Crypto networks retrieved successfully.", "data": { "success": true, "message": "Networks fetched successfully", "status": 200, "data": [ { "id": 1, "name": "Ethereum Mainnet", "identifier": "ETHEREUM_MAINNET", "tokens": [ { "id": 1, "name": "USDT", "symbol": "USDT", "address": "0x1234567890" }, { "id": 2, "name": "USDC", "symbol": "USDC", "address": "0x0987654321" } ] }, { "id": 2, "name": "Polygon Mainnet", "identifier": "MATIC_MAINNET", "tokens": [ { "id": 1, "name": "USDT", "symbol": "USDT", "address": "0x1234567890" } ] } ] }}POSTInitiate crypto collection
Initiate a crypto collection to fund a wallet using cryptocurrency. Required scope: `collection:crypto:create`.
POSTRegister an Interac auto-deposit email
Submit an email for external setup by Blaaiz. API services must be enabled and your business must have a CAD wallet. The email must pass the same uniqueness checks as dashboard registration. A deleted business Interac registration does not reserve its email. This endpoint creates a PENDING request; it does not activate the email. The response contains the registration ID. You cannot set the status or register for another business. A repeated request with the same live email returns 422. Use the list endpoint to check the registration after an uncertain response. See [Interac Auto Deposits](/docs/guides/interac-auto-deposits) for setup and status webhooks.