Crypto API
The Crypto API allows querying blockchain wallet addresses in order to obtain information on associated transactions.
It supports several types of requests, including:
Checking the validity of an API key.
Retrieving information related to a wallet address.
Exploration of transactions (sent, received or all) with advanced parameters such as depth of trace (
depth
) and minimum value (min
).
All requests require an API key to be provided in the Authorization header.
⚠️ Parameters such as depth
and min
are restricted for performance and security reasons.
The API doc is available in the "Default" subfolder
Last updated