cURL
curl --request POST \ --url https://api.bubblemaps.io/v0/addresses/metadata \ --header 'Content-Type: application/json' \ --header 'X-ApiKey: <api-key>' \ --data ' { "addresses": [ "<string>" ] } '
[ { "address": "<string>", "address_details": { "degree": 123, "is_supernode": true, "is_contract": true, "is_cex": true, "is_dex": true, "inward_relations": 123, "outward_relations": 123, "label": "<string>", "entity_id": "<string>", "first_activity_date": "2023-11-07T05:31:56Z" } } ]
Documentation IndexFetch the complete documentation index at: https://docs.bubblemaps.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.bubblemaps.io/llms.txt
Use this file to discover all available pages before exploring further.
1 - 2500
Successful Response
Show child attributes