{ "info": { "_postman_id": "c2d94b15-c4c9-421a-a684-b5be45d2f0b3", "name": "blockchain-api", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T00:59:40.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "lastUpdatedBy": "35240", "uid": "35240-c2d94b15-c4c9-421a-a684-b5be45d2f0b3" }, "item": [ { "name": "addresses", "item": [ { "name": "{hash}", "item": [ { "name": "token-balances", "item": [ { "name": "historical", "item": [ { "name": "Token Balances Historical", "id": "f22602df-17ba-4988-9576-b553c46e53eb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/addresses/:hash/token-balances/historical?amount=&amountGt=&amountGte=&amountLt=&amountLte=&blockNumber=&startDate=&endDate=&tokenAddress=&page=0&size=50", "host": [ "{{baseUrl}}" ], "path": [ "addresses", ":hash", "token-balances", "historical" ], "query": [ { "description": "Filters by token balances which value is equal to this amount", "key": "amount", "value": "" }, { "description": "Filter by token balances which value is greater than this amount", "key": "amountGt", "value": "" }, { "description": "Filter by token balances which value is greater than or equal to this amount", "key": "amountGte", "value": "" }, { "description": "Filter by token balances which value is less than this amount", "key": "amountLt", "value": "" }, { "description": "Filter by token balances which value is less than or equal to this amount", "key": "amountLte", "value": "" }, { "description": "Filter by blockNumber", "key": "blockNumber", "value": "" }, { "description": "Get balance after a start date (Requires endDate)", "key": "startDate", "value": "" }, { "description": "Get balances before the specified date (Requires startDate)", "key": "endDate", "value": "" }, { "description": "Filter by the specified token address.", "key": "tokenAddress", "value": "" }, { "description": "The page number to return.", "key": "page", "value": "0" }, { "description": "Number of records per page", "key": "size", "value": "50" } ], "variable": [ { "id": "efd0965a-89b5-4a6b-bc26-448aa3112949", "key": "hash", "value": "0x19bf56fca395a600c20f732b05757f30ad24a719", "description": "(Required) The address to retrieve tokens for" } ] }, "description": "Retrieves the historical (time series) token balances for the specified address." }, "response": [ { "id": "46674ddd-c043-44d4-a41f-0162d6e4b32a", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/addresses/:hash/token-balances/historical?amount=&amountGt=&amountGte=&amountLt=&amountLte=&blockNumber=&startDate=&endDate=&tokenAddress=&page=0&size=50", "host": [ "{{baseUrl}}" ], "path": [ "addresses", ":hash", "token-balances", "historical" ], "query": [ { "description": "Filters by token balances which value is equal to this amount", "key": "amount", "value": "" }, { "description": "Filter by token balances which value is greater than this amount", "key": "amountGt", "value": "" }, { "description": "Filter by token balances which value is greater than or equal to this amount", "key": "amountGte", "value": "" }, { "description": "Filter by token balances which value is less than this amount", "key": "amountLt", "value": "" }, { "description": "Filter by token balances which value is less than or equal to this amount", "key": "amountLte", "value": "" }, { "description": "Filter by blockNumber", "key": "blockNumber", "value": "" }, { "description": "Get balance after a start date (Requires endDate)", "key": "startDate", "value": "" }, { "description": "Get balances before the specified date (Requires startDate)", "key": "endDate", "value": "" }, { "description": "Filter by the specified token address.", "key": "tokenAddress", "value": "" }, { "description": "The page number to return.", "key": "page", "value": "0" }, { "description": "Number of records per page", "key": "size", "value": "50" } ], "variable": [ { "key": "hash" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 0,\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"totalRecords\": 0,\n \"records\": [\n {\n \"blockchainId\": \"\",\n \"amount\": \"\",\n \"address\": \"\",\n \"holder\": \"\",\n \"decimals\": \"\",\n \"name\": \"\",\n \"symbol\": \"\",\n \"isERC20\": true,\n \"isERC721\": true,\n \"isERC777\": true,\n \"isERC884\": true,\n \"isERC998\": true\n },\n {\n \"blockchainId\": \"\",\n \"amount\": \"\",\n \"address\": \"\",\n \"holder\": \"\",\n \"decimals\": \"\",\n \"name\": \"\",\n \"symbol\": \"\",\n \"isERC20\": true,\n \"isERC721\": true,\n \"isERC777\": true,\n \"isERC884\": true,\n \"isERC998\": true\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-46674ddd-c043-44d4-a41f-0162d6e4b32a" }, { "id": "3afc1c9c-fd80-4524-9ad3-07756121c5df", "name": "400", "originalRequest": { "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/addresses/:hash/token-balances/historical?amount=&amountGt=&amountGte=&amountLt=&amountLte=&blockNumber=&startDate=&endDate=&tokenAddress=&page=0&size=50", "host": [ "{{baseUrl}}" ], "path": [ "addresses", ":hash", "token-balances", "historical" ], "query": [ { "description": "Filters by token balances which value is equal to this amount", "key": "amount", "value": "" }, { "description": "Filter by token balances which value is greater than this amount", "key": "amountGt", "value": "" }, { "description": "Filter by token balances which value is greater than or equal to this amount", "key": "amountGte", "value": "" }, { "description": "Filter by token balances which value is less than this amount", "key": "amountLt", "value": "" }, { "description": "Filter by token balances which value is less than or equal to this amount", "key": "amountLte", "value": "" }, { "description": "Filter by blockNumber", "key": "blockNumber", "value": "" }, { "description": "Get balance after a start date (Requires endDate)", "key": "startDate", "value": "" }, { "description": "Get balances before the specified date (Requires startDate)", "key": "endDate", "value": "" }, { "description": "Filter by the specified token address.", "key": "tokenAddress", "value": "" }, { "description": "The page number to return.", "key": "page", "value": "0" }, { "description": "Number of records per page", "key": "size", "value": "50" } ], "variable": [ { "key": "hash" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-3afc1c9c-fd80-4524-9ad3-07756121c5df" } ], "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-f22602df-17ba-4988-9576-b553c46e53eb" } ], "id": "956b2a63-f489-4ce0-afa8-53c3dd151ed1", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-956b2a63-f489-4ce0-afa8-53c3dd151ed1" }, { "name": "latest", "item": [ { "name": "Token Balances Latest", "id": "ee6ee4fa-63f8-448d-a335-986e67e6531e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/addresses/:hash/token-balances/latest?direction=&includePrice=¤cy=&sortType=&page=0&size=50", "host": [ "{{baseUrl}}" ], "path": [ "addresses", ":hash", "token-balances", "latest" ], "query": [ { "description": "The direction by which to sort the tokens (ascending or descending).", "key": "direction", "value": "" }, { "description": "Indicates whether or not to include price data with the results. Options: true, false. More Details.", "key": "includePrice", "value": "" }, { "description": "The currency of the price information (usd or eth.) - only used in conjunction with includePrice. More Details.", "key": "currency", "value": "" }, { "description": "The metric by which to rank the tokens (amount, name, symbol).", "key": "sortType", "value": "" }, { "description": "The page number to return.", "key": "page", "value": "0" }, { "description": "The number of records per page.", "key": "size", "value": "50" } ], "variable": [ { "id": "3308b742-e374-4d16-8c27-f2555205055b", "key": "hash", "value": "0x19bf56fca395a600c20f732b05757f30ad24a719", "description": "(Required) address to retrieve tokens for" } ] }, "description": "Retrieves the tokens this address is holding." }, "response": [ { "id": "7551a558-f534-4643-a7c1-5370dab0f1ee", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/addresses/:hash/token-balances/latest?direction=&includePrice=¤cy=&sortType=&page=0&size=50", "host": [ "{{baseUrl}}" ], "path": [ "addresses", ":hash", "token-balances", "latest" ], "query": [ { "description": "The direction by which to sort the tokens (ascending or descending).", "key": "direction", "value": "" }, { "description": "Indicates whether or not to include price data with the results. Options: true, false. More Details.", "key": "includePrice", "value": "" }, { "description": "The currency of the price information (usd or eth.) - only used in conjunction with includePrice. More Details.", "key": "currency", "value": "" }, { "description": "The metric by which to rank the tokens (amount, name, symbol).", "key": "sortType", "value": "" }, { "description": "The page number to return.", "key": "page", "value": "0" }, { "description": "The number of records per page.", "key": "size", "value": "50" } ], "variable": [ { "key": "hash" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 0,\n \"title\": \"\",\n \"description\": \"\",\n \"totalRecords\": \"\",\n \"payload\": {\n \"totalRecords\": 0,\n \"records\": [\n {\n \"blockchainId\": \"\",\n \"amount\": \"\",\n \"address\": \"\",\n \"holder\": \"\",\n \"decimals\": \"\",\n \"name\": \"\",\n \"symbol\": \"\",\n \"isERC20\": true,\n \"isERC721\": true,\n \"isERC777\": true,\n \"isERC884\": true,\n \"isERC998\": true\n },\n {\n \"blockchainId\": \"\",\n \"amount\": \"\",\n \"address\": \"\",\n \"holder\": \"\",\n \"decimals\": \"\",\n \"name\": \"\",\n \"symbol\": \"\",\n \"isERC20\": true,\n \"isERC721\": true,\n \"isERC777\": true,\n \"isERC884\": true,\n \"isERC998\": true\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-7551a558-f534-4643-a7c1-5370dab0f1ee" }, { "id": "11551977-119c-4e95-ba2e-2cc4566ec064", "name": "400", "originalRequest": { "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/addresses/:hash/token-balances/latest?direction=&includePrice=¤cy=&sortType=&page=0&size=50", "host": [ "{{baseUrl}}" ], "path": [ "addresses", ":hash", "token-balances", "latest" ], "query": [ { "description": "The direction by which to sort the tokens (ascending or descending).", "key": "direction", "value": "" }, { "description": "Indicates whether or not to include price data with the results. Options: true, false. More Details.", "key": "includePrice", "value": "" }, { "description": "The currency of the price information (usd or eth.) - only used in conjunction with includePrice. More Details.", "key": "currency", "value": "" }, { "description": "The metric by which to rank the tokens (amount, name, symbol).", "key": "sortType", "value": "" }, { "description": "The page number to return.", "key": "page", "value": "0" }, { "description": "The number of records per page.", "key": "size", "value": "50" } ], "variable": [ { "key": "hash" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-11551977-119c-4e95-ba2e-2cc4566ec064" } ], "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-ee6ee4fa-63f8-448d-a335-986e67e6531e" } ], "id": "2086304a-ee94-4153-84a2-3ca23f732ebc", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-2086304a-ee94-4153-84a2-3ca23f732ebc" } ], "id": "4fa763a1-942a-4ebe-bbab-b7327159aa50", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-4fa763a1-942a-4ebe-bbab-b7327159aa50" }, { "name": "balances", "item": [ { "name": "Account and Token Balance Latest", "id": "ca19abb0-726a-4194-9996-01e593f8a130", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/addresses/:hash/balances?includePrice=¤cy=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "addresses", ":hash", "balances" ], "query": [ { "description": "Indicates whether or not to include price data with the results. Options: true, false.", "key": "includePrice", "value": "" }, { "description": "The currency of the price information (usd or btc.) - only used in conjunction with includePrice.", "key": "currency", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.
**[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ], "variable": [ { "id": "b21808ff-678a-427e-9b42-683d60459146", "key": "hash", "value": "0x3f5ce5fbfe3e9af3971dd833d26ba9b5c936f0be", "description": "(Required) The address for which to retrieve balances." } ] }, "description": "Retrieves the latest account and token balances for the specified address." }, "response": [ { "id": "56ae16f6-84dc-46bf-b6f1-e07097dac9de", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/addresses/:hash/balances?includePrice=¤cy=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "addresses", ":hash", "balances" ], "query": [ { "description": "Indicates whether or not to include price data with the results. Options: true, false.", "key": "includePrice", "value": "" }, { "description": "The currency of the price information (usd or btc.) - only used in conjunction with includePrice.", "key": "currency", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.
**[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ], "variable": [ { "key": "hash" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 0,\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"balance\": \"\",\n \"balanceIn\": \"\",\n \"balanceOut\": \"\",\n \"tokens\": [\n {\n \"address\": \"\",\n \"decimals\": \"\",\n \"milliseconds\": \"\",\n \"name\": \"\",\n \"symbol\": \"\",\n \"amount\": \"\",\n \"timestamp\": \"\",\n \"price\": {\n \"amount\": {\n \"currency\": \"\",\n \"quote\": \"\",\n \"total\": \"\"\n }\n }\n },\n {\n \"address\": \"\",\n \"decimals\": \"\",\n \"milliseconds\": \"\",\n \"name\": \"\",\n \"symbol\": \"\",\n \"amount\": \"\",\n \"timestamp\": \"\",\n \"price\": {\n \"amount\": {\n \"currency\": \"\",\n \"quote\": \"\",\n \"total\": \"\"\n }\n }\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-56ae16f6-84dc-46bf-b6f1-e07097dac9de" }, { "id": "0e19ae5d-52e1-4f3c-92d7-0f152a6d1531", "name": "401", "originalRequest": { "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/addresses/:hash/balances?includePrice=¤cy=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "addresses", ":hash", "balances" ], "query": [ { "description": "Indicates whether or not to include price data with the results. Options: true, false.", "key": "includePrice", "value": "" }, { "description": "The currency of the price information (usd or btc.) - only used in conjunction with includePrice.", "key": "currency", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.
**[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ], "variable": [ { "key": "hash" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "responseTime": null, "body": "{\n \"examples\": {\n \"Result\": {\n \"value\": \"Unauthorized\"\n }\n }\n}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-0e19ae5d-52e1-4f3c-92d7-0f152a6d1531" }, { "id": "d39e8da7-e50c-4349-b5ab-750d5a97326a", "name": "404", "originalRequest": { "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/addresses/:hash/balances?includePrice=¤cy=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "addresses", ":hash", "balances" ], "query": [ { "description": "Indicates whether or not to include price data with the results. Options: true, false.", "key": "includePrice", "value": "" }, { "description": "The currency of the price information (usd or btc.) - only used in conjunction with includePrice.", "key": "currency", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.
**[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ], "variable": [ { "key": "hash" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "responseTime": null, "body": "{\n \"examples\": {\n \"Address Not Found\": {\n \"value\": \"Unknown address or address is not a contract\"\n }\n }\n}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-d39e8da7-e50c-4349-b5ab-750d5a97326a" } ], "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-ca19abb0-726a-4194-9996-01e593f8a130" } ], "id": "6244f9f6-673b-4b5e-bcb3-c0f7b40c829c", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-6244f9f6-673b-4b5e-bcb3-c0f7b40c829c" }, { "name": "account-balances", "item": [ { "name": "historical", "item": [ { "name": "Account Balance Historical", "id": "c5eeba4b-7f08-438c-a23a-12611589e144", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/addresses/:hash/account-balances/historical?blockNumber=&startDate=&endDate=&value=&valueGt=&valueGte=&valueLt=&valueLte=&includePrice=¤cy=&page=0&size=50&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "addresses", ":hash", "account-balances", "historical" ], "query": [ { "description": "FIlter by account balances at block number", "key": "blockNumber", "value": "" }, { "description": "FIlter by account balances which happened after this date", "key": "startDate", "value": "" }, { "description": "FIlter by account balances which happened before this date", "key": "endDate", "value": "" }, { "description": "FIlter by account balances where the balance is equal to this value", "key": "value", "value": "" }, { "description": "FIlter by account balances where the balance is greater than this value", "key": "valueGt", "value": "" }, { "description": "FIlter by account balances where the balance is greater than or equal to this value", "key": "valueGte", "value": "" }, { "description": "FIlter by account balances where the balance is less than this value", "key": "valueLt", "value": "" }, { "description": "FIlter by account balances where the balance is less than or equal to this value", "key": "valueLte", "value": "" }, { "description": "Indicates whether or not to include price data with the results. Options: true, false.", "key": "includePrice", "value": "" }, { "description": "The currency of the price information (usd or btc.) - only used in conjunction with includePrice.", "key": "currency", "value": "" }, { "description": "The page number to return.", "key": "page", "value": "0" }, { "description": "Number of records per page", "key": "size", "value": "50" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.
**[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ], "variable": [ { "id": "684c4c90-c9e7-46f8-b9db-4ce5d09b732b", "key": "hash", "value": "0x06012c8cf97bead5deae237070f9587f8e7a266d", "description": "(Required) The address to retrieve the account balances for" } ] }, "description": "Retrieves the historical (time series) account balances for the specified address." }, "response": [ { "id": "e2118246-b4f4-4990-99dc-faee6cec2b5b", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/addresses/:hash/account-balances/historical?blockNumber=&startDate=&endDate=&value=&valueGt=&valueGte=&valueLt=&valueLte=&includePrice=¤cy=&page=0&size=50&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "addresses", ":hash", "account-balances", "historical" ], "query": [ { "description": "FIlter by account balances at block number", "key": "blockNumber", "value": "" }, { "description": "FIlter by account balances which happened after this date", "key": "startDate", "value": "" }, { "description": "FIlter by account balances which happened before this date", "key": "endDate", "value": "" }, { "description": "FIlter by account balances where the balance is equal to this value", "key": "value", "value": "" }, { "description": "FIlter by account balances where the balance is greater than this value", "key": "valueGt", "value": "" }, { "description": "FIlter by account balances where the balance is greater than or equal to this value", "key": "valueGte", "value": "" }, { "description": "FIlter by account balances where the balance is less than this value", "key": "valueLt", "value": "" }, { "description": "FIlter by account balances where the balance is less than or equal to this value", "key": "valueLte", "value": "" }, { "description": "Indicates whether or not to include price data with the results. Options: true, false.", "key": "includePrice", "value": "" }, { "description": "The currency of the price information (usd or btc.) - only used in conjunction with includePrice.", "key": "currency", "value": "" }, { "description": "The page number to return.", "key": "page", "value": "0" }, { "description": "Number of records per page", "key": "size", "value": "50" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.
**[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ], "variable": [ { "key": "hash" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 0,\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"data\": [\n [\n \"\",\n \"\",\n \"\",\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n ],\n \"metadata\": {\n \"columns\": [\n \"\",\n \"\"\n ],\n \"totalRecords\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-e2118246-b4f4-4990-99dc-faee6cec2b5b" }, { "id": "f019ec8a-fab4-4dd4-aa3d-c7d7262d442d", "name": "400", "originalRequest": { "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/addresses/:hash/account-balances/historical?blockNumber=&startDate=&endDate=&value=&valueGt=&valueGte=&valueLt=&valueLte=&includePrice=¤cy=&page=0&size=50&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "addresses", ":hash", "account-balances", "historical" ], "query": [ { "description": "FIlter by account balances at block number", "key": "blockNumber", "value": "" }, { "description": "FIlter by account balances which happened after this date", "key": "startDate", "value": "" }, { "description": "FIlter by account balances which happened before this date", "key": "endDate", "value": "" }, { "description": "FIlter by account balances where the balance is equal to this value", "key": "value", "value": "" }, { "description": "FIlter by account balances where the balance is greater than this value", "key": "valueGt", "value": "" }, { "description": "FIlter by account balances where the balance is greater than or equal to this value", "key": "valueGte", "value": "" }, { "description": "FIlter by account balances where the balance is less than this value", "key": "valueLt", "value": "" }, { "description": "FIlter by account balances where the balance is less than or equal to this value", "key": "valueLte", "value": "" }, { "description": "Indicates whether or not to include price data with the results. Options: true, false.", "key": "includePrice", "value": "" }, { "description": "The currency of the price information (usd or btc.) - only used in conjunction with includePrice.", "key": "currency", "value": "" }, { "description": "The page number to return.", "key": "page", "value": "0" }, { "description": "Number of records per page", "key": "size", "value": "50" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.
**[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ], "variable": [ { "key": "hash" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-f019ec8a-fab4-4dd4-aa3d-c7d7262d442d" } ], "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-c5eeba4b-7f08-438c-a23a-12611589e144" } ], "id": "88ba1cd1-0ea7-4ef2-9573-81727460b36d", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-88ba1cd1-0ea7-4ef2-9573-81727460b36d" }, { "name": "latest", "item": [ { "name": "Account Balance Latest", "id": "d9979286-fa6b-4771-9037-3113d963351b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/addresses/:hash/account-balances/latest?includePrice=¤cy=&realTime=", "host": [ "{{baseUrl}}" ], "path": [ "addresses", ":hash", "account-balances", "latest" ], "query": [ { "description": "Indicates whether or not to include price data with the results. Options: true, false.", "key": "includePrice", "value": "" }, { "description": "The currency of the price information. Options: usd, btc. Only used in conjunction with includePrice.", "key": "currency", "value": "" }, { "description": "**[Optional]** Indicates whether or not to pull data from blockchain via RCP call. Options: true, false
**[Defaults]** `false`", "key": "realTime", "value": "" } ], "variable": [ { "id": "140f1969-93da-4125-9637-f86e3580a1e9", "key": "hash", "value": "0x06012c8cf97bead5deae237070f9587f8e7a266d", "description": "(Required) address to retrieve the account balance for" } ] }, "description": "Retrieves the current account balance for the specified address." }, "response": [ { "id": "91afa11b-bb66-46df-9ea9-23d67e2501e5", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/addresses/:hash/account-balances/latest?includePrice=¤cy=&realTime=", "host": [ "{{baseUrl}}" ], "path": [ "addresses", ":hash", "account-balances", "latest" ], "query": [ { "description": "Indicates whether or not to include price data with the results. Options: true, false.", "key": "includePrice", "value": "" }, { "description": "The currency of the price information. Options: usd, btc. Only used in conjunction with includePrice.", "key": "currency", "value": "" }, { "description": "**[Optional]** Indicates whether or not to pull data from blockchain via RCP call. Options: true, false
**[Defaults]** `false`", "key": "realTime", "value": "" } ], "variable": [ { "key": "hash" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 0,\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"address\": {\n \"address\": \"\"\n },\n \"blockchainId\": \"\",\n \"blockNumber\": \"\",\n \"timestamp\": 0,\n \"timestampNanoseconds\": 0,\n \"value\": \"\"\n }\n}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-91afa11b-bb66-46df-9ea9-23d67e2501e5" }, { "id": "348c48d1-08f7-4b29-87be-4b3fd8369030", "name": "401", "originalRequest": { "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/addresses/:hash/account-balances/latest?includePrice=¤cy=&realTime=", "host": [ "{{baseUrl}}" ], "path": [ "addresses", ":hash", "account-balances", "latest" ], "query": [ { "description": "Indicates whether or not to include price data with the results. Options: true, false.", "key": "includePrice", "value": "" }, { "description": "The currency of the price information. Options: usd, btc. Only used in conjunction with includePrice.", "key": "currency", "value": "" }, { "description": "**[Optional]** Indicates whether or not to pull data from blockchain via RCP call. Options: true, false
**[Defaults]** `false`", "key": "realTime", "value": "" } ], "variable": [ { "key": "hash" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "responseTime": null, "body": "{\n \"examples\": {\n \"Result\": {\n \"value\": \"Unauthorized\"\n }\n }\n}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-348c48d1-08f7-4b29-87be-4b3fd8369030" }, { "id": "cd8e3b19-2755-4142-a14b-3f186b9cbf59", "name": "404", "originalRequest": { "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/addresses/:hash/account-balances/latest?includePrice=¤cy=&realTime=", "host": [ "{{baseUrl}}" ], "path": [ "addresses", ":hash", "account-balances", "latest" ], "query": [ { "description": "Indicates whether or not to include price data with the results. Options: true, false.", "key": "includePrice", "value": "" }, { "description": "The currency of the price information. Options: usd, btc. Only used in conjunction with includePrice.", "key": "currency", "value": "" }, { "description": "**[Optional]** Indicates whether or not to pull data from blockchain via RCP call. Options: true, false
**[Defaults]** `false`", "key": "realTime", "value": "" } ], "variable": [ { "key": "hash" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "responseTime": null, "body": "{\n \"examples\": {\n \"Address Not Found\": {\n \"value\": \"Unknown address or address is not a contract\"\n }\n }\n}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-cd8e3b19-2755-4142-a14b-3f186b9cbf59" } ], "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-d9979286-fa6b-4771-9037-3113d963351b" } ], "id": "a80ae7bf-58df-4fd8-a780-63359d539b4a", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-a80ae7bf-58df-4fd8-a780-63359d539b4a" } ], "id": "4558c3a4-d5e5-41b3-a841-bd22e7bd9f91", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-4558c3a4-d5e5-41b3-a841-bd22e7bd9f91" }, { "name": "transactions", "item": [ { "name": "Transactions - By Wallet Address", "id": "e1aa51f9-101a-4203-a7c5-323885c0fabd", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/addresses/:hash/transactions?blockNumber=&from=&to=&includeLogs=&decodeTransactions=false&includeTokenTransfers=&includePrice=&startDate=&endDate=&validationMethod=&direction=&page=0&size=50", "host": [ "{{baseUrl}}" ], "path": [ "addresses", ":hash", "transactions" ], "query": [ { "description": "Filter by transactions for this block number.", "key": "blockNumber", "value": "" }, { "description": "Filter by transactions for this \"from\" address.", "key": "from", "value": "" }, { "description": "Filter by transactions for this \"to\" address", "key": "to", "value": "" }, { "description": "Indicates whether or not to include log information for each transaction, if available (false|true).", "key": "includeLogs", "value": "" }, { "description": "Decodes transactions input via known ABIs.", "key": "decodeTransactions", "value": "false" }, { "description": "Indicates whether or not to include token transfers information for each transaction, if available (false|true).", "key": "includeTokenTransfers", "value": "" }, { "description": "Indicates whether or not to include price data with the results. Options: true, false.", "key": "includePrice", "value": "" }, { "description": "Filter by transactions which happened after this date.", "key": "startDate", "value": "" }, { "description": "Filter by transactions which happened before this date.", "key": "endDate", "value": "" }, { "description": "The validation method to be added to the response: `none`, `basic`, `full`. Default: `none`. More Details.", "key": "validationMethod", "value": "" }, { "description": "The order in which to return the results (ascending or descending). By default, records are returned in descending order, so the most recent records are returned first.", "key": "direction", "value": "" }, { "description": "The page number to return.", "key": "page", "value": "0" }, { "description": "The number of records per page (maximum 1000)", "key": "size", "value": "50" } ], "variable": [ { "id": "03856107-d836-4895-a50c-b57c1a2fd31c", "key": "hash", "value": "0xb47e3cd837dDF8e4c57F05d70Ab865de6e193BBB", "description": "(Required) address to retrieve transactions for" } ] }, "description": "Retrieves the transactions where this address was either the originator or a recipient.\n\nNote that transactions are returned in descending order by default (block number and transaction index), which means the most recent transactions are on page 0, and the oldest transactions are on the last page.\n\nIf you intend to traverse all the transactions, it is recommended to specify the flag `direction=ascending`, which will guarantee that the pagination is stable and will not change with the arrival of new transactions." }, "response": [ { "id": "31baf9a4-b392-48cf-a395-ed6dbf16d0ec", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/addresses/:hash/transactions?blockNumber=&from=&to=&includeLogs=&decodeTransactions=false&includeTokenTransfers=&includePrice=&startDate=&endDate=&validationMethod=&direction=&page=0&size=50", "host": [ "{{baseUrl}}" ], "path": [ "addresses", ":hash", "transactions" ], "query": [ { "description": "Filter by transactions for this block number.", "key": "blockNumber", "value": "" }, { "description": "Filter by transactions for this \"from\" address.", "key": "from", "value": "" }, { "description": "Filter by transactions for this \"to\" address", "key": "to", "value": "" }, { "description": "Indicates whether or not to include log information for each transaction, if available (false|true).", "key": "includeLogs", "value": "" }, { "description": "Decodes transactions input via known ABIs.", "key": "decodeTransactions", "value": "false" }, { "description": "Indicates whether or not to include token transfers information for each transaction, if available (false|true).", "key": "includeTokenTransfers", "value": "" }, { "description": "Indicates whether or not to include price data with the results. Options: true, false.", "key": "includePrice", "value": "" }, { "description": "Filter by transactions which happened after this date.", "key": "startDate", "value": "" }, { "description": "Filter by transactions which happened before this date.", "key": "endDate", "value": "" }, { "description": "The validation method to be added to the response: `none`, `basic`, `full`. Default: `none`. More Details.", "key": "validationMethod", "value": "" }, { "description": "The order in which to return the results (ascending or descending). By default, records are returned in descending order, so the most recent records are returned first.", "key": "direction", "value": "" }, { "description": "The page number to return.", "key": "page", "value": "0" }, { "description": "The number of records per page (maximum 1000)", "key": "size", "value": "50" } ], "variable": [ { "key": "hash" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 0,\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"records\": [\n {\n \"blockchainId\": \"\",\n \"blockNumber\": \"\",\n \"confirmations\": \"\",\n \"contractAddress\": \"\",\n \"cumulativeGasUsed\": \"\",\n \"fee\": \"\",\n \"from\": {\n \"address\": \"\"\n },\n \"gasLimit\": \"\",\n \"gasPrice\": \"\",\n \"gasUsed\": \"\",\n \"hash\": \"\",\n \"index\": 0,\n \"input\": \"\",\n \"logsBloom\": \"\",\n \"maxFeePerGas\": 0,\n \"maxPriorityFeePerGas\": 0,\n \"nonce\": \"\",\n \"publicKey\": \"\",\n \"r\": \"\",\n \"raw\": \"\",\n \"root\": \"\",\n \"s\": \"\",\n \"status\": \"\",\n \"timestamp\": \"\",\n \"to\": [\n {\n \"icon\": \"\",\n \"address\": \"\"\n },\n {\n \"icon\": \"\",\n \"address\": \"\"\n }\n ],\n \"type\": 0,\n \"v\": \"\",\n \"value\": \"\",\n \"statusResult\": {\n \"code\": \"\",\n \"confirmed\": true,\n \"success\": true,\n \"name\": \"\"\n }\n },\n {\n \"blockchainId\": \"\",\n \"blockNumber\": \"\",\n \"confirmations\": \"\",\n \"contractAddress\": \"\",\n \"cumulativeGasUsed\": \"\",\n \"fee\": \"\",\n \"from\": {\n \"address\": \"\"\n },\n \"gasLimit\": \"\",\n \"gasPrice\": \"\",\n \"gasUsed\": \"\",\n \"hash\": \"\",\n \"index\": 0,\n \"input\": \"\",\n \"logsBloom\": \"\",\n \"maxFeePerGas\": 0,\n \"maxPriorityFeePerGas\": 0,\n \"nonce\": \"\",\n \"publicKey\": \"\",\n \"r\": \"\",\n \"raw\": \"\",\n \"root\": \"\",\n \"s\": \"\",\n \"status\": \"\",\n \"timestamp\": \"\",\n \"to\": [\n {\n \"icon\": \"\",\n \"address\": \"\"\n },\n {\n \"icon\": \"\",\n \"address\": \"\"\n }\n ],\n \"type\": 0,\n \"v\": \"\",\n \"value\": \"\",\n \"statusResult\": {\n \"code\": \"\",\n \"confirmed\": true,\n \"success\": true,\n \"name\": \"\"\n }\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-31baf9a4-b392-48cf-a395-ed6dbf16d0ec" }, { "id": "f6a370c3-dcf6-4f20-8dee-a3feb113e79b", "name": "400", "originalRequest": { "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/addresses/:hash/transactions?blockNumber=&from=&to=&includeLogs=&decodeTransactions=false&includeTokenTransfers=&includePrice=&startDate=&endDate=&validationMethod=&direction=&page=0&size=50", "host": [ "{{baseUrl}}" ], "path": [ "addresses", ":hash", "transactions" ], "query": [ { "description": "Filter by transactions for this block number.", "key": "blockNumber", "value": "" }, { "description": "Filter by transactions for this \"from\" address.", "key": "from", "value": "" }, { "description": "Filter by transactions for this \"to\" address", "key": "to", "value": "" }, { "description": "Indicates whether or not to include log information for each transaction, if available (false|true).", "key": "includeLogs", "value": "" }, { "description": "Decodes transactions input via known ABIs.", "key": "decodeTransactions", "value": "false" }, { "description": "Indicates whether or not to include token transfers information for each transaction, if available (false|true).", "key": "includeTokenTransfers", "value": "" }, { "description": "Indicates whether or not to include price data with the results. Options: true, false.", "key": "includePrice", "value": "" }, { "description": "Filter by transactions which happened after this date.", "key": "startDate", "value": "" }, { "description": "Filter by transactions which happened before this date.", "key": "endDate", "value": "" }, { "description": "The validation method to be added to the response: `none`, `basic`, `full`. Default: `none`. More Details.", "key": "validationMethod", "value": "" }, { "description": "The order in which to return the results (ascending or descending). By default, records are returned in descending order, so the most recent records are returned first.", "key": "direction", "value": "" }, { "description": "The page number to return.", "key": "page", "value": "0" }, { "description": "The number of records per page (maximum 1000)", "key": "size", "value": "50" } ], "variable": [ { "key": "hash" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-f6a370c3-dcf6-4f20-8dee-a3feb113e79b" } ], "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-e1aa51f9-101a-4203-a7c5-323885c0fabd" } ], "id": "d3f71217-bf35-4ef8-bd5e-edcca51dda4c", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-d3f71217-bf35-4ef8-bd5e-edcca51dda4c" }, { "name": "token-transfers", "item": [ { "name": "Token Transfers - By Wallet Address", "id": "163f813b-edbe-40c9-9db0-70abf24bc0cc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/addresses/:hash/token-transfers?amount=&amountGt=&amountGte=&amountLt=&amountLte=&blockNumber=&startDate=&endDate=&transactionHash=&direction=&page=0&size=50&validationMethod=&includePrice=¤cy=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "addresses", ":hash", "token-transfers" ], "query": [ { "description": "Filter by token transfers which value is equal to this amount.", "key": "amount", "value": "" }, { "description": "Filter by token transfers which value is greater than this amount.", "key": "amountGt", "value": "" }, { "description": "Filter by token transfers which value is greater than or equal to this amount.", "key": "amountGte", "value": "" }, { "description": "Filter by token transfers which value is less than this amount.", "key": "amountLt", "value": "" }, { "description": "Filter by token transfers which value is less than or equal to this amount", "key": "amountLte", "value": "" }, { "description": "Filter by token transfers with this block number.", "key": "blockNumber", "value": "" }, { "description": "Filter by token transfers which happened after this date.", "key": "startDate", "value": "" }, { "description": "Filter by token transfers which happened before this date.", "key": "endDate", "value": "" }, { "description": "Filter by token transfers for this transaction hash.", "key": "transactionHash", "value": "" }, { "description": "The order in which to return the results (ascending or descending). By default, records are returned in descending order, so the most recent records are returned first.", "key": "direction", "value": "" }, { "description": "The page number to return.", "key": "page", "value": "0" }, { "description": "Number of records per page.", "key": "size", "value": "50" }, { "description": "The validation method to be added to the response: `none`, `basic`, `full`. Default: `none`. More Details.", "key": "validationMethod", "value": "" }, { "description": "Indicates whether or not to include price data with the results. Options: true, false. More Details.", "key": "includePrice", "value": "" }, { "description": "The currency of the price information. Options: usd, btc. Only used in conjunction with includePrice. More Details.", "key": "currency", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.
**[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ], "variable": [ { "id": "3bd58b6e-b719-4bc0-b160-b21f0f5037fb", "key": "hash", "value": "0x06012c8cf97bead5deae237070f9587f8e7a266d", "description": "(Required) The address to retrieve the token transfers for" } ] }, "description": "Retrieves all token transfers involving the specified address.\n\nIf you intend to traverse all the token-transfers, it is recommended to specify the flag `direction=ascending`, which will guarantee that the pagination is stable and will not change with the arrival of new token-transfers." }, "response": [ { "id": "ab34e42b-4c84-4489-a4c8-c0de82c21e57", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/addresses/:hash/token-transfers?amount=&amountGt=&amountGte=&amountLt=&amountLte=&blockNumber=&startDate=&endDate=&transactionHash=&direction=&page=0&size=50&validationMethod=&includePrice=¤cy=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "addresses", ":hash", "token-transfers" ], "query": [ { "description": "Filter by token transfers which value is equal to this amount.", "key": "amount", "value": "" }, { "description": "Filter by token transfers which value is greater than this amount.", "key": "amountGt", "value": "" }, { "description": "Filter by token transfers which value is greater than or equal to this amount.", "key": "amountGte", "value": "" }, { "description": "Filter by token transfers which value is less than this amount.", "key": "amountLt", "value": "" }, { "description": "Filter by token transfers which value is less than or equal to this amount", "key": "amountLte", "value": "" }, { "description": "Filter by token transfers with this block number.", "key": "blockNumber", "value": "" }, { "description": "Filter by token transfers which happened after this date.", "key": "startDate", "value": "" }, { "description": "Filter by token transfers which happened before this date.", "key": "endDate", "value": "" }, { "description": "Filter by token transfers for this transaction hash.", "key": "transactionHash", "value": "" }, { "description": "The order in which to return the results (ascending or descending). By default, records are returned in descending order, so the most recent records are returned first.", "key": "direction", "value": "" }, { "description": "The page number to return.", "key": "page", "value": "0" }, { "description": "Number of records per page.", "key": "size", "value": "50" }, { "description": "The validation method to be added to the response: `none`, `basic`, `full`. Default: `none`. More Details.", "key": "validationMethod", "value": "" }, { "description": "Indicates whether or not to include price data with the results. Options: true, false. More Details.", "key": "includePrice", "value": "" }, { "description": "The currency of the price information. Options: usd, btc. Only used in conjunction with includePrice. More Details.", "key": "currency", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.
**[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ], "variable": [ { "key": "hash" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 0,\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"totalRecords\": 0,\n \"records\": [\n {\n \"transactionHash\": \"\",\n \"blockHash\": \"\",\n \"blockNumber\": \"\",\n \"tokenAddress\": \"\",\n \"amount\": \"\",\n \"timestamp\": 0,\n \"timestampNanoseconds\": 0,\n \"logIndex\": 0,\n \"blockchainId\": \"\",\n \"to\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"decimals\": \"\",\n \"name\": \"\",\n \"symbol\": \"\",\n \"isERC20\": true,\n \"isERC721\": true,\n \"isERC777\": true,\n \"isERC884\": true,\n \"isERC998\": true\n },\n {\n \"transactionHash\": \"\",\n \"blockHash\": \"\",\n \"blockNumber\": \"\",\n \"tokenAddress\": \"\",\n \"amount\": \"\",\n \"timestamp\": 0,\n \"timestampNanoseconds\": 0,\n \"logIndex\": 0,\n \"blockchainId\": \"\",\n \"to\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"decimals\": \"\",\n \"name\": \"\",\n \"symbol\": \"\",\n \"isERC20\": true,\n \"isERC721\": true,\n \"isERC777\": true,\n \"isERC884\": true,\n \"isERC998\": true\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-ab34e42b-4c84-4489-a4c8-c0de82c21e57" }, { "id": "ef72dea5-de89-40fc-a0ec-ef7bfc15e12c", "name": "400", "originalRequest": { "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/addresses/:hash/token-transfers?amount=&amountGt=&amountGte=&amountLt=&amountLte=&blockNumber=&startDate=&endDate=&transactionHash=&direction=&page=0&size=50&validationMethod=&includePrice=¤cy=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "addresses", ":hash", "token-transfers" ], "query": [ { "description": "Filter by token transfers which value is equal to this amount.", "key": "amount", "value": "" }, { "description": "Filter by token transfers which value is greater than this amount.", "key": "amountGt", "value": "" }, { "description": "Filter by token transfers which value is greater than or equal to this amount.", "key": "amountGte", "value": "" }, { "description": "Filter by token transfers which value is less than this amount.", "key": "amountLt", "value": "" }, { "description": "Filter by token transfers which value is less than or equal to this amount", "key": "amountLte", "value": "" }, { "description": "Filter by token transfers with this block number.", "key": "blockNumber", "value": "" }, { "description": "Filter by token transfers which happened after this date.", "key": "startDate", "value": "" }, { "description": "Filter by token transfers which happened before this date.", "key": "endDate", "value": "" }, { "description": "Filter by token transfers for this transaction hash.", "key": "transactionHash", "value": "" }, { "description": "The order in which to return the results (ascending or descending). By default, records are returned in descending order, so the most recent records are returned first.", "key": "direction", "value": "" }, { "description": "The page number to return.", "key": "page", "value": "0" }, { "description": "Number of records per page.", "key": "size", "value": "50" }, { "description": "The validation method to be added to the response: `none`, `basic`, `full`. Default: `none`. More Details.", "key": "validationMethod", "value": "" }, { "description": "Indicates whether or not to include price data with the results. Options: true, false. More Details.", "key": "includePrice", "value": "" }, { "description": "The currency of the price information. Options: usd, btc. Only used in conjunction with includePrice. More Details.", "key": "currency", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.
**[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ], "variable": [ { "key": "hash" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-ef72dea5-de89-40fc-a0ec-ef7bfc15e12c" } ], "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-163f813b-edbe-40c9-9db0-70abf24bc0cc" } ], "id": "2ddb7676-bfff-4b35-9381-c95e1947875d", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-2ddb7676-bfff-4b35-9381-c95e1947875d" }, { "name": "logs", "item": [ { "name": "Transaction Logs - By Wallet Address", "id": "d0bfc3bb-23c1-460d-b2fe-a16edc1da197", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/addresses/:hash/logs?blockNumber=&transactionHash=&topic=&startDate=&endDate=&page=0&size=50", "host": [ "{{baseUrl}}" ], "path": [ "addresses", ":hash", "logs" ], "query": [ { "description": "Filter by logs contained in this block number", "key": "blockNumber", "value": "" }, { "description": "Filter by logs from a specific transaction hash", "key": "transactionHash", "value": "" }, { "description": "Filter the logs by a specific event Topic", "key": "topic", "value": "" }, { "description": "Filter by logs which happened after this date", "key": "startDate", "value": "" }, { "description": "Filter by logs which happened before this date", "key": "endDate", "value": "" }, { "description": "The page number to return.", "key": "page", "value": "0" }, { "description": "Number of records per page", "key": "size", "value": "50" } ], "variable": [ { "id": "28bb29dd-b635-4041-801d-4a598b872d20", "key": "hash", "value": "0x06012c8cf97bead5deae237070f9587f8e7a266d", "description": "(Required) The address to retrieve logs for" } ] }, "description": "Retrieves the logs for the transactions where this address is either the originator or a recipient." }, "response": [ { "id": "3ee80fb3-8219-4da0-9783-4b01880f9dae", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/addresses/:hash/logs?blockNumber=&transactionHash=&topic=&startDate=&endDate=&page=0&size=50", "host": [ "{{baseUrl}}" ], "path": [ "addresses", ":hash", "logs" ], "query": [ { "description": "Filter by logs contained in this block number", "key": "blockNumber", "value": "" }, { "description": "Filter by logs from a specific transaction hash", "key": "transactionHash", "value": "" }, { "description": "Filter the logs by a specific event Topic", "key": "topic", "value": "" }, { "description": "Filter by logs which happened after this date", "key": "startDate", "value": "" }, { "description": "Filter by logs which happened before this date", "key": "endDate", "value": "" }, { "description": "The page number to return.", "key": "page", "value": "0" }, { "description": "Number of records per page", "key": "size", "value": "50" } ], "variable": [ { "key": "hash" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 0,\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"totalRecords\": 0,\n \"records\": [\n {\n \"removed\": true,\n \"logIndex\": \"\",\n \"transactionIndex\": \"\",\n \"transactionHash\": \"\",\n \"blockHash\": \"\",\n \"blockNumber\": \"\",\n \"address\": \"\",\n \"data\": [\n \"\",\n \"\"\n ],\n \"dataSize\": 0,\n \"timestamp\": 0,\n \"timestampNanoseconds\": 0,\n \"topics\": [\n \"\",\n \"\"\n ],\n \"blockchainId\": \"\"\n },\n {\n \"removed\": true,\n \"logIndex\": \"\",\n \"transactionIndex\": \"\",\n \"transactionHash\": \"\",\n \"blockHash\": \"\",\n \"blockNumber\": \"\",\n \"address\": \"\",\n \"data\": [\n \"\",\n \"\"\n ],\n \"dataSize\": 0,\n \"timestamp\": 0,\n \"timestampNanoseconds\": 0,\n \"topics\": [\n \"\",\n \"\"\n ],\n \"blockchainId\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-3ee80fb3-8219-4da0-9783-4b01880f9dae" }, { "id": "d73adb7c-53de-4aba-acc2-a8482888f2c7", "name": "400", "originalRequest": { "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/addresses/:hash/logs?blockNumber=&transactionHash=&topic=&startDate=&endDate=&page=0&size=50", "host": [ "{{baseUrl}}" ], "path": [ "addresses", ":hash", "logs" ], "query": [ { "description": "Filter by logs contained in this block number", "key": "blockNumber", "value": "" }, { "description": "Filter by logs from a specific transaction hash", "key": "transactionHash", "value": "" }, { "description": "Filter the logs by a specific event Topic", "key": "topic", "value": "" }, { "description": "Filter by logs which happened after this date", "key": "startDate", "value": "" }, { "description": "Filter by logs which happened before this date", "key": "endDate", "value": "" }, { "description": "The page number to return.", "key": "page", "value": "0" }, { "description": "Number of records per page", "key": "size", "value": "50" } ], "variable": [ { "key": "hash" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-d73adb7c-53de-4aba-acc2-a8482888f2c7" } ], "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-d0bfc3bb-23c1-460d-b2fe-a16edc1da197" } ], "id": "50041557-cb50-4a9c-b877-00783a51977a", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-50041557-cb50-4a9c-b877-00783a51977a" } ], "id": "eebcea21-198c-428d-b5c8-bb72c57bca6c", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-eebcea21-198c-428d-b5c8-bb72c57bca6c" }, { "name": "balances", "item": [ { "name": "Account & Token Balances Latest Batch - Multiple Wallets", "id": "e3b36ee3-17cb-43f3-b527-07bdea8e8fc9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/addresses/balances?addresses=0x3f5CE5FBFe3E9af3971dD833D26bA9b5C936f0bE,0xF02e86D9E0eFd57aD034FaF52201B79917fE0713&blockNumber=&includePrice=false¤cy=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "addresses", "balances" ], "query": [ { "description": "(Required) A comma separated list of addresses. NOTE: Max 200 addresses per request!", "key": "addresses", "value": "0x3f5CE5FBFe3E9af3971dD833D26bA9b5C936f0bE,0xF02e86D9E0eFd57aD034FaF52201B79917fE0713" }, { "description": "Get balances for addresses at a specific block height. (NOTE: does not support token holdings for Ethereum at this time.)", "key": "blockNumber", "value": "" }, { "description": "Indicates whether or not to include price data with the results. Options: true, false.", "key": "includePrice", "value": "false" }, { "description": "The currency of the price information (usd or btc.) - only used in conjunction with includePrice.", "key": "currency", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.
**[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ] }, "description": "Retrieves the latest account and token balances for the specified addresses.\nThis is useful if you want to get an entire portfolio's summary in a single call. Get totals for ETH & all token amounts with market prices." }, "response": [ { "id": "67b0f5cd-9e47-4128-9907-63db9f12b42c", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/addresses/balances?addresses=0x3f5CE5FBFe3E9af3971dD833D26bA9b5C936f0bE,0xF02e86D9E0eFd57aD034FaF52201B79917fE0713&blockNumber=&includePrice=false¤cy=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "addresses", "balances" ], "query": [ { "description": "(Required) A comma separated list of addresses. NOTE: Max 200 addresses per request!", "key": "addresses", "value": "0x3f5CE5FBFe3E9af3971dD833D26bA9b5C936f0bE,0xF02e86D9E0eFd57aD034FaF52201B79917fE0713" }, { "description": "Get balances for addresses at a specific block height. (NOTE: does not support token holdings for Ethereum at this time.)", "key": "blockNumber", "value": "" }, { "description": "Indicates whether or not to include price data with the results. Options: true, false.", "key": "includePrice", "value": "false" }, { "description": "The currency of the price information (usd or btc.) - only used in conjunction with includePrice.", "key": "currency", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.
**[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"voluptate_e_d\": {\n \"balance\": \"\",\n \"balanceIn\": \"\",\n \"balanceOut\": \"\",\n \"tokens\": [\n {\n \"decimals\": \"\",\n \"name\": \"\",\n \"symbol\": \"\",\n \"amount\": \"\",\n \"timestamp\": \"\",\n \"address\": \"\"\n },\n {\n \"decimals\": \"\",\n \"name\": \"\",\n \"symbol\": \"\",\n \"amount\": \"\",\n \"timestamp\": \"\",\n \"address\": \"\"\n }\n ],\n \"price\": {\n \"balance\": {\n \"currency\": \"\",\n \"quote\": \"\",\n \"total\": \"\"\n }\n }\n },\n \"eu2\": {\n \"balance\": \"\",\n \"balanceIn\": \"\",\n \"balanceOut\": \"\",\n \"tokens\": [\n {\n \"decimals\": \"\",\n \"name\": \"\",\n \"symbol\": \"\",\n \"amount\": \"\",\n \"timestamp\": \"\",\n \"address\": \"\"\n },\n {\n \"decimals\": \"\",\n \"name\": \"\",\n \"symbol\": \"\",\n \"amount\": \"\",\n \"timestamp\": \"\",\n \"address\": \"\"\n }\n ],\n \"price\": {\n \"balance\": {\n \"currency\": \"\",\n \"quote\": \"\",\n \"total\": \"\"\n }\n }\n },\n \"Lorem48\": {\n \"balance\": \"\",\n \"balanceIn\": \"\",\n \"balanceOut\": \"\",\n \"tokens\": [\n {\n \"decimals\": \"\",\n \"name\": \"\",\n \"symbol\": \"\",\n \"amount\": \"\",\n \"timestamp\": \"\",\n \"address\": \"\"\n },\n {\n \"decimals\": \"\",\n \"name\": \"\",\n \"symbol\": \"\",\n \"amount\": \"\",\n \"timestamp\": \"\",\n \"address\": \"\"\n }\n ],\n \"price\": {\n \"balance\": {\n \"currency\": \"\",\n \"quote\": \"\",\n \"total\": \"\"\n }\n }\n },\n \"nisi_a\": {\n \"balance\": \"\",\n \"balanceIn\": \"\",\n \"balanceOut\": \"\",\n \"tokens\": [\n {\n \"decimals\": \"\",\n \"name\": \"\",\n \"symbol\": \"\",\n \"amount\": \"\",\n \"timestamp\": \"\",\n \"address\": \"\"\n },\n {\n \"decimals\": \"\",\n \"name\": \"\",\n \"symbol\": \"\",\n \"amount\": \"\",\n \"timestamp\": \"\",\n \"address\": \"\"\n }\n ],\n \"price\": {\n \"balance\": {\n \"currency\": \"\",\n \"quote\": \"\",\n \"total\": \"\"\n }\n }\n }\n }\n}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-67b0f5cd-9e47-4128-9907-63db9f12b42c" }, { "id": "c4e6a251-fd40-4c1b-8088-537c44e43bba", "name": "401", "originalRequest": { "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/addresses/balances?addresses=0x3f5CE5FBFe3E9af3971dD833D26bA9b5C936f0bE,0xF02e86D9E0eFd57aD034FaF52201B79917fE0713&blockNumber=&includePrice=false¤cy=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "addresses", "balances" ], "query": [ { "description": "(Required) A comma separated list of addresses. NOTE: Max 200 addresses per request!", "key": "addresses", "value": "0x3f5CE5FBFe3E9af3971dD833D26bA9b5C936f0bE,0xF02e86D9E0eFd57aD034FaF52201B79917fE0713" }, { "description": "Get balances for addresses at a specific block height. (NOTE: does not support token holdings for Ethereum at this time.)", "key": "blockNumber", "value": "" }, { "description": "Indicates whether or not to include price data with the results. Options: true, false.", "key": "includePrice", "value": "false" }, { "description": "The currency of the price information (usd or btc.) - only used in conjunction with includePrice.", "key": "currency", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.
**[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "responseTime": null, "body": "{\n \"examples\": {\n \"Result\": {\n \"value\": \"Unauthorized\"\n }\n }\n}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-c4e6a251-fd40-4c1b-8088-537c44e43bba" }, { "id": "49e637f8-d118-493d-b482-4d6ebce3d384", "name": "404", "originalRequest": { "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/addresses/balances?addresses=0x3f5CE5FBFe3E9af3971dD833D26bA9b5C936f0bE,0xF02e86D9E0eFd57aD034FaF52201B79917fE0713&blockNumber=&includePrice=false¤cy=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "addresses", "balances" ], "query": [ { "description": "(Required) A comma separated list of addresses. NOTE: Max 200 addresses per request!", "key": "addresses", "value": "0x3f5CE5FBFe3E9af3971dD833D26bA9b5C936f0bE,0xF02e86D9E0eFd57aD034FaF52201B79917fE0713" }, { "description": "Get balances for addresses at a specific block height. (NOTE: does not support token holdings for Ethereum at this time.)", "key": "blockNumber", "value": "" }, { "description": "Indicates whether or not to include price data with the results. Options: true, false.", "key": "includePrice", "value": "false" }, { "description": "The currency of the price information (usd or btc.) - only used in conjunction with includePrice.", "key": "currency", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.
**[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "responseTime": null, "body": "{\n \"examples\": {\n \"Address Not Found\": {\n \"value\": \"Unknown address or address is not a contract\"\n }\n }\n}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-49e637f8-d118-493d-b482-4d6ebce3d384" } ], "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-e3b36ee3-17cb-43f3-b527-07bdea8e8fc9" } ], "id": "9595885a-10d0-4b79-ba0b-572be1ea0f9e", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-9595885a-10d0-4b79-ba0b-572be1ea0f9e" }, { "name": "{address}", "item": [ { "name": "portfolio", "item": [ { "name": "Account and Token Balance - Wallet Portfolio", "id": "0438cf0c-425a-46bf-a3bf-7de12a06f59e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/addresses/:address/portfolio?blockchain=polygon-mainnet&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "addresses", ":address", "portfolio" ], "query": [ { "description": "[**required**] The blockchain to retrieve portfolio holdings for", "key": "blockchain", "value": "polygon-mainnet" }, { "description": "Time format of the timestamps in the return payload", "key": "timeFormat", "value": "" } ], "variable": [ { "id": "8678f053-47bd-4f33-b032-9496ad90528f", "key": "address", "value": "0xe7804c37c13166fF0b37F5aE0BB07A3aEbb6e245", "description": "(Required) The address to retrieve holdings for" } ] }, "description": "Shows the last known portfolio composition of an address, including native and token holdings." }, "response": [ { "id": "f8b1cdd8-881c-4f26-8994-5b67ebb9768f", "name": "200", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/addresses/:address/portfolio?blockchain=polygon-mainnet&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "addresses", ":address", "portfolio" ], "query": [ { "description": "[**required**] The blockchain to retrieve portfolio holdings for", "key": "blockchain", "value": "polygon-mainnet" }, { "description": "Time format of the timestamps in the return payload", "key": "timeFormat", "value": "" } ], "variable": [ { "key": "address" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"description\": \"\",\n \"payload\": {\n \"data\": [\n {\n \"address\": \"\",\n \"blockchain\": \"\",\n \"networkBalance\": \"\",\n \"networkBalanceBlockNumber\": 0,\n \"networkBalanceRaw\": \"\",\n \"tokens\": [\n {\n \"address\": \"\",\n \"balance\": \"\",\n \"balanceRaw\": \"\",\n \"blockNumber\": 0,\n \"decimals\": 0,\n \"name\": \"\",\n \"symbol\": \"\",\n \"timestamp\": \"\"\n },\n {\n \"address\": \"\",\n \"balance\": \"\",\n \"balanceRaw\": \"\",\n \"blockNumber\": 0,\n \"decimals\": 0,\n \"name\": \"\",\n \"symbol\": \"\",\n \"timestamp\": \"\"\n }\n ]\n },\n {\n \"address\": \"\",\n \"blockchain\": \"\",\n \"networkBalance\": \"\",\n \"networkBalanceBlockNumber\": 0,\n \"networkBalanceRaw\": \"\",\n \"tokens\": [\n {\n \"address\": \"\",\n \"balance\": \"\",\n \"balanceRaw\": \"\",\n \"blockNumber\": 0,\n \"decimals\": 0,\n \"name\": \"\",\n \"symbol\": \"\",\n \"timestamp\": \"\"\n },\n {\n \"address\": \"\",\n \"balance\": \"\",\n \"balanceRaw\": \"\",\n \"blockNumber\": 0,\n \"decimals\": 0,\n \"name\": \"\",\n \"symbol\": \"\",\n \"timestamp\": \"\"\n }\n ]\n }\n ],\n \"metadata\": {}\n },\n \"status\": 0,\n \"title\": \"\"\n}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-f8b1cdd8-881c-4f26-8994-5b67ebb9768f" }, { "id": "7d44f711-5ca5-43bd-8a81-7f9a46e6550f", "name": "400", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/addresses/:address/portfolio?blockchain=polygon-mainnet&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "addresses", ":address", "portfolio" ], "query": [ { "description": "[**required**] The blockchain to retrieve portfolio holdings for", "key": "blockchain", "value": "polygon-mainnet" }, { "description": "Time format of the timestamps in the return payload", "key": "timeFormat", "value": "" } ], "variable": [ { "key": "address" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"description\": \"\",\n \"status\": 0,\n \"title\": \"\"\n}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-7d44f711-5ca5-43bd-8a81-7f9a46e6550f" } ], "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-0438cf0c-425a-46bf-a3bf-7de12a06f59e" } ], "id": "646b7975-2824-4f04-93e4-48f6f04aa3ee", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-646b7975-2824-4f04-93e4-48f6f04aa3ee" } ], "id": "45fd366d-b2d5-4dec-bf05-ab885cd561d0", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-45fd366d-b2d5-4dec-bf05-ab885cd561d0" } ], "id": "be84cd8c-34e6-45e1-be03-5bc6ad70c13b", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-be84cd8c-34e6-45e1-be03-5bc6ad70c13b" }, { "name": "analytics", "item": [ { "name": "stablecoins", "item": [ { "name": "information", "item": [ { "name": "Stablecoins Supported Assets & Insights", "id": "d54af573-0a2d-4c57-bcbe-3c5665e82f61", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/analytics/stablecoins/information?assetSymbol=&blockchain=tron-mainnet", "host": [ "{{baseUrl}}" ], "path": [ "analytics", "stablecoins", "information" ], "query": [ { "description": "[**optional**] The symbol of the asset to filter the dataset by", "key": "assetSymbol", "value": "" }, { "description": "[**optional**] The name slug of the chain to filter the dataset by", "key": "blockchain", "value": "tron-mainnet" } ] }, "description": "Retrieve the collection of supported stablecoins and insights." }, "response": [ { "id": "77c31ce0-8b0f-4f08-9d5c-6f36afd55790", "name": "Successful request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/analytics/stablecoins/information?assetSymbol=&blockchain=tron-mainnet", "host": [ "{{baseUrl}}" ], "path": [ "analytics", "stablecoins", "information" ], "query": [ { "description": "[**optional**] The symbol of the asset to filter the dataset by", "key": "assetSymbol", "value": "" }, { "description": "[**optional**] The name slug of the chain to filter the dataset by", "key": "blockchain", "value": "tron-mainnet" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"data\": [\n {\n \"analytics\": [\n \"\",\n \"\"\n ],\n \"assetAddresses\": [\n {\n \"address\": \"\",\n \"blockchain\": \"\",\n \"decimals\": \"\"\n },\n {\n \"address\": \"\",\n \"blockchain\": \"\",\n \"decimals\": \"\"\n }\n ],\n \"assetName\": \"\",\n \"assetSymbol\": \"\"\n },\n {\n \"analytics\": [\n \"\",\n \"\"\n ],\n \"assetAddresses\": [\n {\n \"address\": \"\",\n \"blockchain\": \"\",\n \"decimals\": \"\"\n },\n {\n \"address\": \"\",\n \"blockchain\": \"\",\n \"decimals\": \"\"\n }\n ],\n \"assetName\": \"\",\n \"assetSymbol\": \"\"\n }\n ],\n \"metadata\": {}\n }\n}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-77c31ce0-8b0f-4f08-9d5c-6f36afd55790" } ], "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-d54af573-0a2d-4c57-bcbe-3c5665e82f61" } ], "id": "f2e2dae6-7ee0-4331-b33d-a0692707b330", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-f2e2dae6-7ee0-4331-b33d-a0692707b330" }, { "name": "transfers", "item": [ { "name": "Stablecoin Transfers - Aggregated Insights", "id": "bbf2b9a1-c3f5-4ce9-95db-3d33db58176e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/analytics/stablecoins/transfers?assetSymbol=&assetAddress=&startDate=&endDate=&blockchain=tron-mainnet", "host": [ "{{baseUrl}}" ], "path": [ "analytics", "stablecoins", "transfers" ], "query": [ { "description": "[**optional**] The symbol of the asset to filter the dataset by", "key": "assetSymbol", "value": "" }, { "description": "[**optional**] The contract address of the asset to filter the dataset by", "key": "assetAddress", "value": "" }, { "description": "[**optional**] The oldest date to filter the dataset by (inclusive)", "key": "startDate", "value": "" }, { "description": "[**optional**] The latest data to filter the dataset by (exclusive)", "key": "endDate", "value": "" }, { "description": "[**optional**] The name slug of the chain to filter the dataset by", "key": "blockchain", "value": "tron-mainnet" } ] }, "description": "Analyze stablecoin adoption, liquidity flows and transaction values across multiple chains and multiple assets.\nThe dataset is updated on an hourly cadence." }, "response": [ { "id": "3571f9db-5edd-4636-9afa-bdb75c26daf3", "name": "Successful request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/analytics/stablecoins/transfers?assetSymbol=&assetAddress=&startDate=&endDate=&blockchain=tron-mainnet", "host": [ "{{baseUrl}}" ], "path": [ "analytics", "stablecoins", "transfers" ], "query": [ { "description": "[**optional**] The symbol of the asset to filter the dataset by", "key": "assetSymbol", "value": "" }, { "description": "[**optional**] The contract address of the asset to filter the dataset by", "key": "assetAddress", "value": "" }, { "description": "[**optional**] The oldest date to filter the dataset by (inclusive)", "key": "startDate", "value": "" }, { "description": "[**optional**] The latest data to filter the dataset by (exclusive)", "key": "endDate", "value": "" }, { "description": "[**optional**] The name slug of the chain to filter the dataset by", "key": "blockchain", "value": "tron-mainnet" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"data\": [\n {\n \"assetAddress\": \"\",\n \"assetName\": \"\",\n \"assetSymbol\": \"\",\n \"blockchain\": \"tron-mainnet\",\n \"burnVolume\": \"\",\n \"mintVolume\": \"\",\n \"numberOfBurns\": \"\",\n \"numberOfMints\": \"\",\n \"numberOfTransfers\": \"\",\n \"numberOfUniqueReceivers\": \"\",\n \"numberOfUniqueSenders\": \"\",\n \"timestamp\": \"\",\n \"transferVolume\": \"\"\n },\n {\n \"assetAddress\": \"\",\n \"assetName\": \"\",\n \"assetSymbol\": \"\",\n \"blockchain\": \"arbitrum-mainnet\",\n \"burnVolume\": \"\",\n \"mintVolume\": \"\",\n \"numberOfBurns\": \"\",\n \"numberOfMints\": \"\",\n \"numberOfTransfers\": \"\",\n \"numberOfUniqueReceivers\": \"\",\n \"numberOfUniqueSenders\": \"\",\n \"timestamp\": \"\",\n \"transferVolume\": \"\"\n }\n ],\n \"metadata\": {\n \"deseruntf\": \"reprehenderit qui dolore mollit\",\n \"in_5\": 41629020\n }\n }\n}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-3571f9db-5edd-4636-9afa-bdb75c26daf3" } ], "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-bbf2b9a1-c3f5-4ce9-95db-3d33db58176e" } ], "id": "e563924c-ded7-413d-bc42-abc799b65d84", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-e563924c-ded7-413d-bc42-abc799b65d84" } ], "id": "2d1da4d9-0d52-4369-95f7-ae964ef78157", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-2d1da4d9-0d52-4369-95f7-ae964ef78157" }, { "name": "assets", "item": [ { "name": "information", "item": [ { "name": "On-chain Analytics Supported Assets", "id": "afe104e2-5ada-4124-b1d3-d52e2f53b0ba", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/analytics/assets/information", "host": [ "{{baseUrl}}" ], "path": [ "analytics", "assets", "information" ] }, "description": "Retrieves information about supported assets for on-chain analytics." }, "response": [ { "id": "1b56b059-1650-4151-b59f-c4ceda8774b0", "name": "Successful request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/analytics/assets/information", "host": [ "{{baseUrl}}" ], "path": [ "analytics", "assets", "information" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"data\": [\n {\n \"arcId\": \"\",\n \"arcName\": \"\",\n \"arcSymbol\": \"\"\n },\n {\n \"arcId\": \"\",\n \"arcName\": \"\",\n \"arcSymbol\": \"\"\n }\n ],\n \"metadata\": {\n \"next\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-1b56b059-1650-4151-b59f-c4ceda8774b0" } ], "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-afe104e2-5ada-4124-b1d3-d52e2f53b0ba" } ], "id": "c3761547-1bf6-4d3a-80b9-63356b1f7a0e", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-c3761547-1bf6-4d3a-80b9-63356b1f7a0e" }, { "name": "{arcId}", "item": [ { "name": "marketcap", "item": [ { "name": "Asset Market Cap", "id": "a1b814db-39a7-47d6-ada2-eb2d572d06fc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/analytics/assets/:arcId/marketcap?startDate=&endDate=", "host": [ "{{baseUrl}}" ], "path": [ "analytics", "assets", ":arcId", "marketcap" ], "query": [ { "description": "**[Optional]** Inclusive start date (default now() - 7 days).", "key": "startDate", "value": "" }, { "description": "**[Optional]** Exclusive end date (default today).", "key": "endDate", "value": "" } ], "variable": [ { "id": "371bd394-dd86-4295-9ca2-814c8f64d804", "key": "arcId", "value": "", "description": "(Required) The arcId of the asset (e.g., AMB:BTC000000000). Use the associated information endpoint to retrieve the arcId." } ] }, "description": "Retrieves the market cap timeseries for a specific asset." }, "response": [ { "id": "341d1454-8c49-47cf-a3f0-27db47055650", "name": "Successful request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/analytics/assets/:arcId/marketcap?startDate=&endDate=", "host": [ "{{baseUrl}}" ], "path": [ "analytics", "assets", ":arcId", "marketcap" ], "query": [ { "description": "**[Optional]** Inclusive start date (default now() - 7 days).", "key": "startDate", "value": "" }, { "description": "**[Optional]** Exclusive end date (default today).", "key": "endDate", "value": "" } ], "variable": [ { "key": "arcId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"data\": [\n {\n \"arcId\": \"\",\n \"arcName\": \"\",\n \"arcSymbol\": \"\",\n \"circulatingSupply\": \"\",\n \"priceUSD\": \"\",\n \"marketCap\": \"\",\n \"timestamp\": \"\"\n },\n {\n \"arcId\": \"\",\n \"arcName\": \"\",\n \"arcSymbol\": \"\",\n \"circulatingSupply\": \"\",\n \"priceUSD\": \"\",\n \"marketCap\": \"\",\n \"timestamp\": \"\"\n }\n ],\n \"metadata\": {\n \"next\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-341d1454-8c49-47cf-a3f0-27db47055650" } ], "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-a1b814db-39a7-47d6-ada2-eb2d572d06fc" } ], "id": "93818413-e120-4283-bb69-c041482aa2fb", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-93818413-e120-4283-bb69-c041482aa2fb" } ], "id": "97eadb7e-6640-4506-abde-bb9d0e476699", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-97eadb7e-6640-4506-abde-bb9d0e476699" } ], "id": "8508a15a-e9df-4e87-98ec-0d75d57e9110", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-8508a15a-e9df-4e87-98ec-0d75d57e9110" } ], "id": "8984a8b5-71ff-4f42-8054-4386ebdeea2b", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-8984a8b5-71ff-4f42-8054-4386ebdeea2b" }, { "name": "blocks", "item": [ { "name": "metrics", "item": [ { "name": "historical", "item": [ { "name": "Blocks Metrics Historical", "id": "bc6f666a-36d0-45ee-a31d-e6bb153bf6fe", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/blocks/metrics/historical?startDate=&endDate=&timeFormat=iso", "host": [ "{{baseUrl}}" ], "path": [ "blocks", "metrics", "historical" ], "query": [ { "description": "**[Optional]** Filter by data after this date.", "key": "startDate", "value": "" }, { "description": "**[Optional]** Filter by data before this date.", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.
**[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "iso" } ] }, "description": "Get metrics for historical confirmed blocks for a given blockchain." }, "response": [ { "id": "fe55f275-2674-414f-98a1-baee40fd1ef4", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/blocks/metrics/historical?startDate=&endDate=&timeFormat=iso", "host": [ "{{baseUrl}}" ], "path": [ "blocks", "metrics", "historical" ], "query": [ { "description": "**[Optional]** Filter by data after this date.", "key": "startDate", "value": "" }, { "description": "**[Optional]** Filter by data before this date.", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.
**[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "iso" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 0,\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"records\": [\n {\n \"timestamp\": \"\",\n \"difficultyAverage\": \"\",\n \"difficultyMaximum\": \"\",\n \"difficultyMinimum\": \"\",\n \"durationAverage\": \"\",\n \"durationMaximum\": \"\",\n \"durationMinimum\": \"\",\n \"hashrateAverage\": \"\",\n \"baseFeeAverage\": \"\",\n \"baseFeeMaximum\": \"\",\n \"baseFeeMinimum\": \"\",\n \"baseFeeTotal\": \"\",\n \"burntFeeAverage\": \"\",\n \"burntFeeMaximum\": \"\",\n \"burntFeeMinimum\": \"\",\n \"burntFeeTotal\": \"\",\n \"issuanceAverage\": \"\",\n \"issuanceMaximum\": \"\",\n \"issuanceMinimum\": \"\",\n \"issuanceTotal\": \"\",\n \"issuanceUnit\": \"\",\n \"sizeAverage\": \"\",\n \"sizeMaximum\": \"\",\n \"sizeMinimum\": \"\",\n \"sizeTotal\": \"\",\n \"transactionFeeAverage\": \"\",\n \"transactionFeeMaximum\": \"\",\n \"transactionFeeMinimum\": \"\",\n \"transactionFeeTotal\": \"\",\n \"transactionsAverage\": \"\",\n \"transactionsMaximum\": \"\",\n \"transactionsMinimum\": \"\",\n \"transactionsTotal\": \"\"\n },\n {\n \"timestamp\": \"\",\n \"difficultyAverage\": \"\",\n \"difficultyMaximum\": \"\",\n \"difficultyMinimum\": \"\",\n \"durationAverage\": \"\",\n \"durationMaximum\": \"\",\n \"durationMinimum\": \"\",\n \"hashrateAverage\": \"\",\n \"baseFeeAverage\": \"\",\n \"baseFeeMaximum\": \"\",\n \"baseFeeMinimum\": \"\",\n \"baseFeeTotal\": \"\",\n \"burntFeeAverage\": \"\",\n \"burntFeeMaximum\": \"\",\n \"burntFeeMinimum\": \"\",\n \"burntFeeTotal\": \"\",\n \"issuanceAverage\": \"\",\n \"issuanceMaximum\": \"\",\n \"issuanceMinimum\": \"\",\n \"issuanceTotal\": \"\",\n \"issuanceUnit\": \"\",\n \"sizeAverage\": \"\",\n \"sizeMaximum\": \"\",\n \"sizeMinimum\": \"\",\n \"sizeTotal\": \"\",\n \"transactionFeeAverage\": \"\",\n \"transactionFeeMaximum\": \"\",\n \"transactionFeeMinimum\": \"\",\n \"transactionFeeTotal\": \"\",\n \"transactionsAverage\": \"\",\n \"transactionsMaximum\": \"\",\n \"transactionsMinimum\": \"\",\n \"transactionsTotal\": \"\"\n }\n ],\n \"totalRecords\": \"\"\n }\n}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-fe55f275-2674-414f-98a1-baee40fd1ef4" }, { "id": "8c3843b6-4ec7-45ac-8b2b-2ff640d6bdff", "name": "401", "originalRequest": { "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/blocks/metrics/historical?startDate=&endDate=&timeFormat=iso", "host": [ "{{baseUrl}}" ], "path": [ "blocks", "metrics", "historical" ], "query": [ { "description": "**[Optional]** Filter by data after this date.", "key": "startDate", "value": "" }, { "description": "**[Optional]** Filter by data before this date.", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.
**[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "iso" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "responseTime": null, "body": "{\n \"examples\": {\n \"Result\": {\n \"value\": \"Unauthorized\"\n }\n }\n}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-8c3843b6-4ec7-45ac-8b2b-2ff640d6bdff" } ], "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-bc6f666a-36d0-45ee-a31d-e6bb153bf6fe" } ], "id": "bcdc66eb-ac71-4c73-98c9-9f1e1337e965", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-bcdc66eb-ac71-4c73-98c9-9f1e1337e965" } ], "id": "24a5b0ba-6b7e-472b-a3f7-089b94955eaa", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-24a5b0ba-6b7e-472b-a3f7-089b94955eaa" } ], "id": "d916614c-9721-4f4e-92a5-330593969c35", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-d916614c-9721-4f4e-92a5-330593969c35" }, { "name": "contracts", "item": [ { "name": "{hash}", "item": [ { "name": "Contract Details", "id": "4c9c3d86-7c85-49cc-8968-107810630a13", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/contracts/:hash", "host": [ "{{baseUrl}}" ], "path": [ "contracts", ":hash" ], "variable": [ { "id": "3c9b252d-37ae-4fe1-b9cb-4a3620d36934", "key": "hash", "value": "0x06012c8cf97bead5deae237070f9587f8e7a266d", "description": "(Required) The address of the contract" } ] }, "description": "Retrieves all the detailed information for the specified contract (ABI, bytecode, sourcecode...)." }, "response": [ { "id": "97db1cdf-1e31-409e-be46-6314de9dfb64", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/contracts/:hash", "host": [ "{{baseUrl}}" ], "path": [ "contracts", ":hash" ], "variable": [ { "key": "hash" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"description\": \"\",\n \"payload\": {\n \"abi\": [\n {\n \"constant\": \"\",\n \"inputs\": [\n {\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"name\": \"\",\n \"outputs\": [\n {\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"payable\": \"\",\n \"stateMutability\": \"\",\n \"type\": \"\"\n },\n {\n \"constant\": \"\",\n \"inputs\": [\n {\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"name\": \"\",\n \"outputs\": [\n {\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"payable\": \"\",\n \"stateMutability\": \"\",\n \"type\": \"\"\n }\n ],\n \"bytecode\": \"\",\n \"contractName\": \"\",\n \"source\": \"\"\n },\n \"status\": \"\",\n \"title\": \"\"\n}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-97db1cdf-1e31-409e-be46-6314de9dfb64" }, { "id": "6d27e380-95ae-4615-a0f4-2972ded6945e", "name": "401", "originalRequest": { "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/contracts/:hash", "host": [ "{{baseUrl}}" ], "path": [ "contracts", ":hash" ], "variable": [ { "key": "hash" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "responseTime": null, "body": "{\n \"examples\": {\n \"Result\": {\n \"value\": \"Unauthorized\"\n }\n }\n}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-6d27e380-95ae-4615-a0f4-2972ded6945e" }, { "id": "0453bc81-cb51-4389-b668-b2c3841c88ed", "name": "404", "originalRequest": { "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/contracts/:hash", "host": [ "{{baseUrl}}" ], "path": [ "contracts", ":hash" ], "variable": [ { "key": "hash" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "responseTime": null, "body": "{\n \"examples\": {\n \"Address Not Found\": {\n \"value\": \"Unknown address or address is not a contract\"\n }\n }\n}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-0453bc81-cb51-4389-b668-b2c3841c88ed" } ], "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-4c9c3d86-7c85-49cc-8968-107810630a13" } ], "id": "a06ead6a-1b77-4531-a87b-e50360cfd431", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-a06ead6a-1b77-4531-a87b-e50360cfd431" } ], "id": "57f030d2-b1ae-462a-8578-6d8ef2d7fe6c", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-57f030d2-b1ae-462a-8578-6d8ef2d7fe6c" }, { "name": "marketcap", "item": [ { "name": "Marketcap", "id": "bfa7ecbc-8fc7-4d29-873e-0d0792a5012a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "api-version", "value": "2023-09-30" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/marketcap?date=2024-01-10", "host": [ "{{baseUrl}}" ], "path": [ "marketcap" ], "query": [ { "description": "**[Optional]** Filter by Market Capitalization on this date. Leave blank if desired date is latest.", "key": "date", "value": "2024-01-10" } ] }, "description": "Retrieves Market Capitalization of supported assets/tokens" }, "response": [ { "id": "9b401622-556f-470a-9b42-41ba9f6bf7e7", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "api-version", "value": "2023-09-30" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/marketcap?date=2024-01-10", "host": [ "{{baseUrl}}" ], "path": [ "marketcap" ], "query": [ { "description": "**[Optional]** Filter by Market Capitalization on this date. Leave blank if desired date is latest.", "key": "date", "value": "2024-01-10" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 0,\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"data\": [\n {\n \"blockchainSlug\": \"\",\n \"circulatingSupply\": \"\",\n \"marketCapUSD\": \"\",\n \"maxSupply\": \"\",\n \"name\": \"\",\n \"priceUSD\": \"\",\n \"symbol\": \"\",\n \"timestamp\": \"\",\n \"totalSupply\": \"\"\n },\n {\n \"blockchainSlug\": \"\",\n \"circulatingSupply\": \"\",\n \"marketCapUSD\": \"\",\n \"maxSupply\": \"\",\n \"name\": \"\",\n \"priceUSD\": \"\",\n \"symbol\": \"\",\n \"timestamp\": \"\",\n \"totalSupply\": \"\"\n }\n ],\n \"metadata\": {}\n }\n}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-9b401622-556f-470a-9b42-41ba9f6bf7e7" }, { "id": "68e22e42-1b8c-40cb-b0c9-77ac2059e470", "name": "400", "originalRequest": { "method": "GET", "header": [ { "key": "api-version", "value": "2023-09-30" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/marketcap?date=2024-01-10", "host": [ "{{baseUrl}}" ], "path": [ "marketcap" ], "query": [ { "description": "**[Optional]** Filter by Market Capitalization on this date. Leave blank if desired date is latest.", "key": "date", "value": "2024-01-10" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 0,\n \"title\": \"\",\n \"description\": \"\",\n \"error\": true,\n \"message\": \"\"\n}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-68e22e42-1b8c-40cb-b0c9-77ac2059e470" } ], "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-bfa7ecbc-8fc7-4d29-873e-0d0792a5012a" } ], "id": "6bb5246c-c535-4617-9a83-a570661dabca", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-6bb5246c-c535-4617-9a83-a570661dabca" }, { "name": "metrics", "item": [ { "name": "latest", "item": [ { "name": "Metrics - By Blockchain", "id": "8c37a6cc-fd0c-49f1-9c19-028949963e46", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/metrics/latest", "host": [ "{{baseUrl}}" ], "path": [ "metrics", "latest" ] }, "description": "Get metrics for a specific blockchain." }, "response": [ { "id": "432d1cd6-be88-42d3-b68f-b70802d2e9a3", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/metrics/latest", "host": [ "{{baseUrl}}" ], "path": [ "metrics", "latest" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 0,\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"algorithm\": \"\",\n \"blockchainId\": \"\",\n \"color\": \"\",\n \"consensus\": \"\",\n \"decimals\": \"\",\n \"icon\": \"\",\n \"name\": \"\",\n \"network\": \"\",\n \"sizeTotal\": 0,\n \"slug\": \"\",\n \"unit\": \"\",\n \"utility\": \"\",\n \"website\": \"\"\n }\n}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-432d1cd6-be88-42d3-b68f-b70802d2e9a3" }, { "id": "2461df8c-8c6f-4882-9480-524e1b7a5f0f", "name": "401", "originalRequest": { "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/metrics/latest", "host": [ "{{baseUrl}}" ], "path": [ "metrics", "latest" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "responseTime": null, "body": "{\n \"examples\": {\n \"Result\": {\n \"value\": \"Unauthorized\"\n }\n }\n}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-2461df8c-8c6f-4882-9480-524e1b7a5f0f" } ], "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-8c37a6cc-fd0c-49f1-9c19-028949963e46" } ], "id": "96901fc8-1f01-4052-8494-1aa83790f11b", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-96901fc8-1f01-4052-8494-1aa83790f11b" } ], "id": "58eb71bd-2a4a-4efe-98ba-8d7381cbd396", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-58eb71bd-2a4a-4efe-98ba-8d7381cbd396" }, { "name": "transactions", "item": [ { "name": "metrics", "item": [ { "name": "historical", "item": [ { "name": "Transaction Metrics Historical", "id": "f988c5d0-df7a-4dd9-8189-5a7293b814eb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/transactions/metrics/historical?startDate=&endDate=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "transactions", "metrics", "historical" ], "query": [ { "description": "Filter by data after this date.", "key": "startDate", "value": "" }, { "description": "Filter by data before this date.", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.
**[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ] }, "description": "Retrieve metrics for historical confirmed transactions for a given blockchain." }, "response": [ { "id": "325b7c26-29cd-4e05-aec0-bd8dcf7f1797", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/transactions/metrics/historical?startDate=&endDate=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "transactions", "metrics", "historical" ], "query": [ { "description": "Filter by data after this date.", "key": "startDate", "value": "" }, { "description": "Filter by data before this date.", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.
**[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 0,\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"records\": [\n {\n \"timestamp\": \"\",\n \"confirmationTimeAverage\": \"\",\n \"feesAverage\": \"\",\n \"feesAverageUSD\": \"\",\n \"feesTotal\": \"\",\n \"feesTotalUSD\": \"\",\n \"gasPriceAverage\": \"\",\n \"pendingValueTotal\": \"\",\n \"pendingTransactionsTotal\": \"\",\n \"transactionsTotal\": \"\",\n \"transfersTotal\": \"\",\n \"valueAverage\": \"\",\n \"valueAverageUSD\": \"\",\n \"valueTotal\": \"\",\n \"valueTotalUSD\": \"\"\n },\n {\n \"timestamp\": \"\",\n \"confirmationTimeAverage\": \"\",\n \"feesAverage\": \"\",\n \"feesAverageUSD\": \"\",\n \"feesTotal\": \"\",\n \"feesTotalUSD\": \"\",\n \"gasPriceAverage\": \"\",\n \"pendingValueTotal\": \"\",\n \"pendingTransactionsTotal\": \"\",\n \"transactionsTotal\": \"\",\n \"transfersTotal\": \"\",\n \"valueAverage\": \"\",\n \"valueAverageUSD\": \"\",\n \"valueTotal\": \"\",\n \"valueTotalUSD\": \"\"\n }\n ],\n \"metadata\": {\n \"feesUnit\": \"\",\n \"valueUnit\": \"\"\n },\n \"totalRecords\": \"\"\n }\n}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-325b7c26-29cd-4e05-aec0-bd8dcf7f1797" }, { "id": "2b8d5684-fa21-4236-abd3-a8acc576e204", "name": "401", "originalRequest": { "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/transactions/metrics/historical?startDate=&endDate=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "transactions", "metrics", "historical" ], "query": [ { "description": "Filter by data after this date.", "key": "startDate", "value": "" }, { "description": "Filter by data before this date.", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.
**[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "responseTime": null, "body": "{\n \"examples\": {\n \"Result\": {\n \"value\": \"Unauthorized\"\n }\n }\n}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-2b8d5684-fa21-4236-abd3-a8acc576e204" } ], "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-f988c5d0-df7a-4dd9-8189-5a7293b814eb" } ], "id": "561087d3-7999-4ee2-9a06-8ef522762049", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-561087d3-7999-4ee2-9a06-8ef522762049" } ], "id": "88933fda-c837-4099-9dba-b2c1ab9b9841", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-88933fda-c837-4099-9dba-b2c1ab9b9841" } ], "id": "09be5a6d-4c5e-4109-9dc7-8d0aefcf9d30", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-09be5a6d-4c5e-4109-9dc7-8d0aefcf9d30" }, { "name": "tokens", "item": [ { "name": "{hash}", "item": [ { "name": "supplies", "item": [ { "name": "historical", "item": [ { "name": "Token Supplies by Address Historical", "id": "d4686b26-dd5c-499f-afe8-8dd52acaee19", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/tokens/:hash/supplies/historical?startDate=&endDate=&timeInterval=days&timeFormat=ms", "host": [ "{{baseUrl}}" ], "path": [ "tokens", ":hash", "supplies", "historical" ], "query": [ { "description": "Filter by token prices after this date - note that the interval can not exceed 6 months (d), or 30 days (h).", "key": "startDate", "value": "" }, { "description": "Filter by token prices before this date - note that the interval can not exceed 6 months (d), or 30 days (h).", "key": "endDate", "value": "" }, { "description": "The time interval to return the historical data in: by day (days) or by hour (hours).", "key": "timeInterval", "value": "days" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.
**[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "ms" } ], "variable": [ { "id": "47016a02-13a0-4d48-bf56-ad697ddfa954", "key": "hash", "value": "0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2", "description": "(Required) The address for which to retrieve token supply. (example is MKR)" } ] }, "description": "Retrieves the historical token supplies (and derivatives) for the specified address.\n\nNote: This endpoint returns a max of 6 months of historical data. In order to get more than 6 months you must use the `startDate` & `endDate` parameters to move the time frame window to get the next ***n*** days/months of data." }, "response": [ { "id": "b8f1e4ce-df5f-4faa-9143-347d8a4d5be4", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/tokens/:hash/supplies/historical?startDate=&endDate=&timeInterval=days&timeFormat=ms", "host": [ "{{baseUrl}}" ], "path": [ "tokens", ":hash", "supplies", "historical" ], "query": [ { "description": "Filter by token prices after this date - note that the interval can not exceed 6 months (d), or 30 days (h).", "key": "startDate", "value": "" }, { "description": "Filter by token prices before this date - note that the interval can not exceed 6 months (d), or 30 days (h).", "key": "endDate", "value": "" }, { "description": "The time interval to return the historical data in: by day (days) or by hour (hours).", "key": "timeInterval", "value": "days" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.
**[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "ms" } ], "variable": [ { "key": "hash" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 0,\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"columns\": [\n \"\",\n \"\"\n ],\n \"startDate\": \"\",\n \"endDate\": \"\",\n \"decimals\": \"\"\n },\n \"data\": [\n [\n \"\",\n \"\",\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n ]\n }\n}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-b8f1e4ce-df5f-4faa-9143-347d8a4d5be4" }, { "id": "9da3e380-daeb-407c-b349-c0d95ed8ed14", "name": "400", "originalRequest": { "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/tokens/:hash/supplies/historical?startDate=&endDate=&timeInterval=days&timeFormat=ms", "host": [ "{{baseUrl}}" ], "path": [ "tokens", ":hash", "supplies", "historical" ], "query": [ { "description": "Filter by token prices after this date - note that the interval can not exceed 6 months (d), or 30 days (h).", "key": "startDate", "value": "" }, { "description": "Filter by token prices before this date - note that the interval can not exceed 6 months (d), or 30 days (h).", "key": "endDate", "value": "" }, { "description": "The time interval to return the historical data in: by day (days) or by hour (hours).", "key": "timeInterval", "value": "days" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.
**[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "ms" } ], "variable": [ { "key": "hash" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-9da3e380-daeb-407c-b349-c0d95ed8ed14" } ], "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-d4686b26-dd5c-499f-afe8-8dd52acaee19" } ], "id": "87c0bd0b-b9be-4ed1-9615-96f6383b4b0b", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-87c0bd0b-b9be-4ed1-9615-96f6383b4b0b" }, { "name": "latest", "item": [ { "name": "Latest", "id": "8347cea8-bb82-475f-b22f-5554206b7590", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/tokens/:hash/supplies/latest", "host": [ "{{baseUrl}}" ], "path": [ "tokens", ":hash", "supplies", "latest" ], "variable": [ { "id": "19441cb3-0d31-4a34-b1e7-0d3763d6194d", "key": "hash", "value": "0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2", "description": "(Required) The address for which to retrieve token holders. (example is MKR)" } ] }, "description": "Retrieves the latest token supplies (and derivatives) for the specified address." }, "response": [ { "id": "d30d79a9-377e-427f-a6fb-d9021474d39d", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/tokens/:hash/supplies/latest", "host": [ "{{baseUrl}}" ], "path": [ "tokens", ":hash", "supplies", "latest" ], "variable": [ { "key": "hash" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 0,\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"decimals\": \"\",\n \"circulatingSupply\": \"\",\n \"totalBurned\": \"\",\n \"totalMinted\": \"\",\n \"totalSupply\": \"\",\n \"totalTransfers\": \"\"\n }\n}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-d30d79a9-377e-427f-a6fb-d9021474d39d" }, { "id": "6ca88cba-41ad-4cd4-aba6-84bf48e62483", "name": "400", "originalRequest": { "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/tokens/:hash/supplies/latest", "host": [ "{{baseUrl}}" ], "path": [ "tokens", ":hash", "supplies", "latest" ], "variable": [ { "key": "hash" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-6ca88cba-41ad-4cd4-aba6-84bf48e62483" } ], "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-8347cea8-bb82-475f-b22f-5554206b7590" } ], "id": "90a3b1e7-b9c5-408a-8dd6-8ad9e012c9ea", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-90a3b1e7-b9c5-408a-8dd6-8ad9e012c9ea" } ], "id": "cd19ee2a-58a7-482f-aa01-43e60a049ac3", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-cd19ee2a-58a7-482f-aa01-43e60a049ac3" }, { "name": "transfers", "item": [ { "name": "Token Transfers - By Token Address", "id": "abdf4b4e-83d6-4428-af3f-965c41a30c88", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/tokens/:hash/transfers?amount=&amountGt=&amountGte=&amountLt=&amountLte=&blockNumber=&decodeTransactions=false&startDate=&endDate=&tokenAddress=&transactionHash=&validationMethod=&includePrice=¤cy=&page=0&size=50&direction=&timeFormat=iso", "host": [ "{{baseUrl}}" ], "path": [ "tokens", ":hash", "transfers" ], "query": [ { "description": "Filter by token transfers which value is equal to this amount.", "key": "amount", "value": "" }, { "description": "Filter by token transfers which value is greater than this amount.", "key": "amountGt", "value": "" }, { "description": "Filter by token transfers which value is greater than or equal to this amount.", "key": "amountGte", "value": "" }, { "description": "Filter by token transfers which value is less than this amount.", "key": "amountLt", "value": "" }, { "description": "Filter by token transfers which value is less than or equal to this amount", "key": "amountLte", "value": "" }, { "description": "Filter by token transfers with this block number.", "key": "blockNumber", "value": "" }, { "description": "Decodes transactions input via known ABIs.", "key": "decodeTransactions", "value": "false" }, { "description": "Filter by token transfers which happened after this date.", "key": "startDate", "value": "" }, { "description": "Filter by token transfers which happened before this date.", "key": "endDate", "value": "" }, { "description": "Filter by token transfers for this token.", "key": "tokenAddress", "value": "" }, { "description": "Filter by token transfers for this transaction hash.", "key": "transactionHash", "value": "" }, { "description": "The validation method to be added to the response: `none`, `basic`, `full`. Default: `none`. More Details.", "key": "validationMethod", "value": "" }, { "description": "Indicates whether or not to include price data with the results. Options: true, false. More Details.", "key": "includePrice", "value": "" }, { "description": "The currency of the price information. Options: usd, btc. Only used in conjunction with includePrice. More Details.", "key": "currency", "value": "" }, { "description": "The page number to return.", "key": "page", "value": "0" }, { "description": "Number of records per page.", "key": "size", "value": "50" }, { "description": "The order in which to return the results (ascending or descending). By default, records are returned in descending order, so the most recent records are returned first.", "key": "direction", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.
**[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "iso" } ], "variable": [ { "id": "a0dd86fc-4776-4478-b057-92d186580af2", "key": "hash", "value": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48", "description": "(Required) The address to retrieve the token transfers for. (example is USDC)" } ] }, "description": "Retrieves all token transfers involving the specified token address." }, "response": [ { "id": "894054a2-7d0f-4669-a008-24d6c425ebba", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/tokens/:hash/transfers?amount=&amountGt=&amountGte=&amountLt=&amountLte=&blockNumber=&decodeTransactions=false&startDate=&endDate=&tokenAddress=&transactionHash=&validationMethod=&includePrice=¤cy=&page=0&size=50&direction=&timeFormat=iso", "host": [ "{{baseUrl}}" ], "path": [ "tokens", ":hash", "transfers" ], "query": [ { "description": "Filter by token transfers which value is equal to this amount.", "key": "amount", "value": "" }, { "description": "Filter by token transfers which value is greater than this amount.", "key": "amountGt", "value": "" }, { "description": "Filter by token transfers which value is greater than or equal to this amount.", "key": "amountGte", "value": "" }, { "description": "Filter by token transfers which value is less than this amount.", "key": "amountLt", "value": "" }, { "description": "Filter by token transfers which value is less than or equal to this amount", "key": "amountLte", "value": "" }, { "description": "Filter by token transfers with this block number.", "key": "blockNumber", "value": "" }, { "description": "Decodes transactions input via known ABIs.", "key": "decodeTransactions", "value": "false" }, { "description": "Filter by token transfers which happened after this date.", "key": "startDate", "value": "" }, { "description": "Filter by token transfers which happened before this date.", "key": "endDate", "value": "" }, { "description": "Filter by token transfers for this token.", "key": "tokenAddress", "value": "" }, { "description": "Filter by token transfers for this transaction hash.", "key": "transactionHash", "value": "" }, { "description": "The validation method to be added to the response: `none`, `basic`, `full`. Default: `none`. More Details.", "key": "validationMethod", "value": "" }, { "description": "Indicates whether or not to include price data with the results. Options: true, false. More Details.", "key": "includePrice", "value": "" }, { "description": "The currency of the price information. Options: usd, btc. Only used in conjunction with includePrice. More Details.", "key": "currency", "value": "" }, { "description": "The page number to return.", "key": "page", "value": "0" }, { "description": "Number of records per page.", "key": "size", "value": "50" }, { "description": "The order in which to return the results (ascending or descending). By default, records are returned in descending order, so the most recent records are returned first.", "key": "direction", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.
**[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "iso" } ], "variable": [ { "key": "hash" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 0,\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"totalRecords\": 0,\n \"records\": [\n {\n \"transactionHash\": \"\",\n \"blockHash\": \"\",\n \"blockNumber\": \"\",\n \"tokenAddress\": \"\",\n \"amount\": \"\",\n \"timestamp\": 0,\n \"timestampNanoseconds\": 0,\n \"logIndex\": 0,\n \"blockchainId\": \"\",\n \"to\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"decimals\": \"\",\n \"name\": \"\",\n \"symbol\": \"\",\n \"isERC20\": true,\n \"isERC721\": true,\n \"isERC777\": true,\n \"isERC884\": true,\n \"isERC998\": true\n },\n {\n \"transactionHash\": \"\",\n \"blockHash\": \"\",\n \"blockNumber\": \"\",\n \"tokenAddress\": \"\",\n \"amount\": \"\",\n \"timestamp\": 0,\n \"timestampNanoseconds\": 0,\n \"logIndex\": 0,\n \"blockchainId\": \"\",\n \"to\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"decimals\": \"\",\n \"name\": \"\",\n \"symbol\": \"\",\n \"isERC20\": true,\n \"isERC721\": true,\n \"isERC777\": true,\n \"isERC884\": true,\n \"isERC998\": true\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-894054a2-7d0f-4669-a008-24d6c425ebba" }, { "id": "b1ffa8d4-465d-4d9f-9a4d-b601f980af82", "name": "400", "originalRequest": { "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/tokens/:hash/transfers?amount=&amountGt=&amountGte=&amountLt=&amountLte=&blockNumber=&decodeTransactions=false&startDate=&endDate=&tokenAddress=&transactionHash=&validationMethod=&includePrice=¤cy=&page=0&size=50&direction=&timeFormat=iso", "host": [ "{{baseUrl}}" ], "path": [ "tokens", ":hash", "transfers" ], "query": [ { "description": "Filter by token transfers which value is equal to this amount.", "key": "amount", "value": "" }, { "description": "Filter by token transfers which value is greater than this amount.", "key": "amountGt", "value": "" }, { "description": "Filter by token transfers which value is greater than or equal to this amount.", "key": "amountGte", "value": "" }, { "description": "Filter by token transfers which value is less than this amount.", "key": "amountLt", "value": "" }, { "description": "Filter by token transfers which value is less than or equal to this amount", "key": "amountLte", "value": "" }, { "description": "Filter by token transfers with this block number.", "key": "blockNumber", "value": "" }, { "description": "Decodes transactions input via known ABIs.", "key": "decodeTransactions", "value": "false" }, { "description": "Filter by token transfers which happened after this date.", "key": "startDate", "value": "" }, { "description": "Filter by token transfers which happened before this date.", "key": "endDate", "value": "" }, { "description": "Filter by token transfers for this token.", "key": "tokenAddress", "value": "" }, { "description": "Filter by token transfers for this transaction hash.", "key": "transactionHash", "value": "" }, { "description": "The validation method to be added to the response: `none`, `basic`, `full`. Default: `none`. More Details.", "key": "validationMethod", "value": "" }, { "description": "Indicates whether or not to include price data with the results. Options: true, false. More Details.", "key": "includePrice", "value": "" }, { "description": "The currency of the price information. Options: usd, btc. Only used in conjunction with includePrice. More Details.", "key": "currency", "value": "" }, { "description": "The page number to return.", "key": "page", "value": "0" }, { "description": "Number of records per page.", "key": "size", "value": "50" }, { "description": "The order in which to return the results (ascending or descending). By default, records are returned in descending order, so the most recent records are returned first.", "key": "direction", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.
**[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "iso" } ], "variable": [ { "key": "hash" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-b1ffa8d4-465d-4d9f-9a4d-b601f980af82" } ], "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-abdf4b4e-83d6-4428-af3f-965c41a30c88" } ], "id": "78158df1-001d-48cd-b1af-55051ac0e5aa", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-78158df1-001d-48cd-b1af-55051ac0e5aa" }, { "name": "holders", "item": [ { "name": "latest", "item": [ { "name": "Current Holders - By Token Address", "id": "4bec2bfc-2469-43ec-9d92-8b02cf6f4f95", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/tokens/:hash/holders/latest?numTokens=&numTokensGt=&numTokensGte=&numTokensLt=&numTokensLte=×tampGt=×tampGte=×tampLt=×tampLte=&tokenAddress=&includePrice=¤cy=&page=0&size=50&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "tokens", ":hash", "holders", "latest" ], "query": [ { "description": "Filter by token holders who own the specified amount of tokens.", "key": "numTokens", "value": "" }, { "description": "Filter by token holders who own more than the specified amount of tokens", "key": "numTokensGt", "value": "" }, { "description": "Filter by token holders who own more than or equal to the specified amount of tokens", "key": "numTokensGte", "value": "" }, { "description": "Fitler by token holders who own less than the specified amount of tokens", "key": "numTokensLt", "value": "" }, { "description": "Filter by token holders who own less than or equal to the specified amount of tokens", "key": "numTokensLte", "value": "" }, { "description": "Filter by token holders who started holding the token after the specified date", "key": "timestampGt", "value": "" }, { "description": "Filter by token holders who started holding the token after or equal to the specified date", "key": "timestampGte", "value": "" }, { "description": "Filter by token holders who started holding the token before the specified date", "key": "timestampLt", "value": "" }, { "description": "Filter by token holders who started holding the token before or equal to the specified date", "key": "timestampLte", "value": "" }, { "description": "Filter by token holders for this token (mandatory)", "key": "tokenAddress", "value": "" }, { "description": "Indicates whether or not to include price data with the results. Options: true, false. More Details.", "key": "includePrice", "value": "" }, { "description": "The currency of the price information (usd or btc.) - only used in conjunction with includePrice. More Details.", "key": "currency", "value": "" }, { "description": "The page number to return.", "key": "page", "value": "0" }, { "description": "Number of records per page", "key": "size", "value": "50" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.
**[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ], "variable": [ { "id": "c602a834-c722-481b-885a-cd1ce0b77938", "key": "hash", "value": "0x6982508145454Ce325dDbE47a25d4ec3d2311933", "description": "(Required) The address to retrieve token holders for" } ] }, "description": "Retrieves the token holders for the specified address." }, "response": [ { "id": "cce943dd-d3de-4fe9-b510-769b84d5eda8", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/tokens/:hash/holders/latest?numTokens=&numTokensGt=&numTokensGte=&numTokensLt=&numTokensLte=×tampGt=×tampGte=×tampLt=×tampLte=&tokenAddress=&includePrice=¤cy=&page=0&size=50&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "tokens", ":hash", "holders", "latest" ], "query": [ { "description": "Filter by token holders who own the specified amount of tokens.", "key": "numTokens", "value": "" }, { "description": "Filter by token holders who own more than the specified amount of tokens", "key": "numTokensGt", "value": "" }, { "description": "Filter by token holders who own more than or equal to the specified amount of tokens", "key": "numTokensGte", "value": "" }, { "description": "Fitler by token holders who own less than the specified amount of tokens", "key": "numTokensLt", "value": "" }, { "description": "Filter by token holders who own less than or equal to the specified amount of tokens", "key": "numTokensLte", "value": "" }, { "description": "Filter by token holders who started holding the token after the specified date", "key": "timestampGt", "value": "" }, { "description": "Filter by token holders who started holding the token after or equal to the specified date", "key": "timestampGte", "value": "" }, { "description": "Filter by token holders who started holding the token before the specified date", "key": "timestampLt", "value": "" }, { "description": "Filter by token holders who started holding the token before or equal to the specified date", "key": "timestampLte", "value": "" }, { "description": "Filter by token holders for this token (mandatory)", "key": "tokenAddress", "value": "" }, { "description": "Indicates whether or not to include price data with the results. Options: true, false. More Details.", "key": "includePrice", "value": "" }, { "description": "The currency of the price information (usd or btc.) - only used in conjunction with includePrice. More Details.", "key": "currency", "value": "" }, { "description": "The page number to return.", "key": "page", "value": "0" }, { "description": "Number of records per page", "key": "size", "value": "50" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.
**[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ], "variable": [ { "key": "hash" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 0,\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"records\": [\n {\n \"tokenAddress\": \"\",\n \"holderAddress\": \"\",\n \"timestamp\": 0,\n \"holderFirstTimestamp\": \"\",\n \"numTokens\": \"\",\n \"decimals\": \"\"\n },\n {\n \"tokenAddress\": \"\",\n \"holderAddress\": \"\",\n \"timestamp\": 0,\n \"holderFirstTimestamp\": \"\",\n \"numTokens\": \"\",\n \"decimals\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-cce943dd-d3de-4fe9-b510-769b84d5eda8" }, { "id": "62977070-4397-4ff5-9389-8a79d760e27f", "name": "400", "originalRequest": { "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/tokens/:hash/holders/latest?numTokens=&numTokensGt=&numTokensGte=&numTokensLt=&numTokensLte=×tampGt=×tampGte=×tampLt=×tampLte=&tokenAddress=&includePrice=¤cy=&page=0&size=50&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "tokens", ":hash", "holders", "latest" ], "query": [ { "description": "Filter by token holders who own the specified amount of tokens.", "key": "numTokens", "value": "" }, { "description": "Filter by token holders who own more than the specified amount of tokens", "key": "numTokensGt", "value": "" }, { "description": "Filter by token holders who own more than or equal to the specified amount of tokens", "key": "numTokensGte", "value": "" }, { "description": "Fitler by token holders who own less than the specified amount of tokens", "key": "numTokensLt", "value": "" }, { "description": "Filter by token holders who own less than or equal to the specified amount of tokens", "key": "numTokensLte", "value": "" }, { "description": "Filter by token holders who started holding the token after the specified date", "key": "timestampGt", "value": "" }, { "description": "Filter by token holders who started holding the token after or equal to the specified date", "key": "timestampGte", "value": "" }, { "description": "Filter by token holders who started holding the token before the specified date", "key": "timestampLt", "value": "" }, { "description": "Filter by token holders who started holding the token before or equal to the specified date", "key": "timestampLte", "value": "" }, { "description": "Filter by token holders for this token (mandatory)", "key": "tokenAddress", "value": "" }, { "description": "Indicates whether or not to include price data with the results. Options: true, false. More Details.", "key": "includePrice", "value": "" }, { "description": "The currency of the price information (usd or btc.) - only used in conjunction with includePrice. More Details.", "key": "currency", "value": "" }, { "description": "The page number to return.", "key": "page", "value": "0" }, { "description": "Number of records per page", "key": "size", "value": "50" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.
**[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ], "variable": [ { "key": "hash" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-62977070-4397-4ff5-9389-8a79d760e27f" } ], "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-4bec2bfc-2469-43ec-9d92-8b02cf6f4f95" } ], "id": "0c0e0282-a96a-4dd3-aa37-8c55c7fbf066", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-0c0e0282-a96a-4dd3-aa37-8c55c7fbf066" } ], "id": "b3b76e13-62cf-4c63-8b39-d521f0eaf709", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-b3b76e13-62cf-4c63-8b39-d521f0eaf709" } ], "id": "12769bfd-6747-46a6-a5f7-4f8802e8c398", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-12769bfd-6747-46a6-a5f7-4f8802e8c398" }, { "name": "metrics", "item": [ { "name": "{symbol}", "item": [ { "name": "historical", "item": [ { "name": "Token Metrics Historical", "id": "d670804c-3181-49c4-8577-43f91081e271", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/tokens/metrics/:symbol/historical?startDate=&endDate=&timeInterval=h&timeFormat=iso", "host": [ "{{baseUrl}}" ], "path": [ "tokens", "metrics", ":symbol", "historical" ], "query": [ { "description": "Filter by data after this date.", "key": "startDate", "value": "" }, { "description": "Filter by data before this date.", "key": "endDate", "value": "" }, { "description": "The time interval to return the historical data in: by day (d), by hour (h) or by minute (m)", "key": "timeInterval", "value": "h" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.
**[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "iso" } ], "variable": [ { "id": "a03e83bb-ad69-4522-a62f-7ca4a457c5f0", "key": "symbol", "value": "link", "description": "(Required) The symbol of the token contract." } ] }, "description": "Retrieves the historical metrics for the specified ERC token symbol." }, "response": [ { "id": "e94a5235-9626-4bac-9577-658de0dbd113", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/tokens/metrics/:symbol/historical?startDate=&endDate=&timeInterval=h&timeFormat=iso", "host": [ "{{baseUrl}}" ], "path": [ "tokens", "metrics", ":symbol", "historical" ], "query": [ { "description": "Filter by data after this date.", "key": "startDate", "value": "" }, { "description": "Filter by data before this date.", "key": "endDate", "value": "" }, { "description": "The time interval to return the historical data in: by day (d), by hour (h) or by minute (m)", "key": "timeInterval", "value": "h" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.
**[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "iso" } ], "variable": [ { "key": "symbol" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 0,\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"records\": [\n {\n \"timestamp\": \"\",\n \"priceUSD\": \"\",\n \"transfersTotal\": \"\",\n \"transferedValueTotal\": \"\",\n \"transferedValueAverage\": \"\",\n \"transferedValueTotalUSD\": \"\",\n \"transferedValueAverageUSD\": \"\"\n },\n {\n \"timestamp\": \"\",\n \"priceUSD\": \"\",\n \"transfersTotal\": \"\",\n \"transferedValueTotal\": \"\",\n \"transferedValueAverage\": \"\",\n \"transferedValueTotalUSD\": \"\",\n \"transferedValueAverageUSD\": \"\"\n }\n ],\n \"totalRecords\": \"\"\n }\n}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-e94a5235-9626-4bac-9577-658de0dbd113" }, { "id": "a5b85207-3e87-4eba-a5ea-3f2300c7a0fd", "name": "401", "originalRequest": { "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/tokens/metrics/:symbol/historical?startDate=&endDate=&timeInterval=h&timeFormat=iso", "host": [ "{{baseUrl}}" ], "path": [ "tokens", "metrics", ":symbol", "historical" ], "query": [ { "description": "Filter by data after this date.", "key": "startDate", "value": "" }, { "description": "Filter by data before this date.", "key": "endDate", "value": "" }, { "description": "The time interval to return the historical data in: by day (d), by hour (h) or by minute (m)", "key": "timeInterval", "value": "h" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.
**[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "iso" } ], "variable": [ { "key": "symbol" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "responseTime": null, "body": "{\n \"examples\": {\n \"Result\": {\n \"value\": \"Unauthorized\"\n }\n }\n}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-a5b85207-3e87-4eba-a5ea-3f2300c7a0fd" }, { "id": "105374e1-9314-4f89-86c9-3350e01f6051", "name": "404", "originalRequest": { "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/tokens/metrics/:symbol/historical?startDate=&endDate=&timeInterval=h&timeFormat=iso", "host": [ "{{baseUrl}}" ], "path": [ "tokens", "metrics", ":symbol", "historical" ], "query": [ { "description": "Filter by data after this date.", "key": "startDate", "value": "" }, { "description": "Filter by data before this date.", "key": "endDate", "value": "" }, { "description": "The time interval to return the historical data in: by day (d), by hour (h) or by minute (m)", "key": "timeInterval", "value": "h" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.
**[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "iso" } ], "variable": [ { "key": "symbol" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "responseTime": null, "body": "{\n \"examples\": {\n \"Address Not Found\": {\n \"value\": \"Unknown address or address is not a contract\"\n }\n }\n}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-105374e1-9314-4f89-86c9-3350e01f6051" } ], "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-d670804c-3181-49c4-8577-43f91081e271" } ], "id": "14e1bbc8-674e-414b-b976-e213c0971d73", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-14e1bbc8-674e-414b-b976-e213c0971d73" }, { "name": "latest", "item": [ { "name": "Metrics Latest", "id": "d0d0475e-a00d-48ac-b6be-5665fdb167b9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/tokens/metrics/:symbol/latest?timeFrame=30d", "host": [ "{{baseUrl}}" ], "path": [ "tokens", "metrics", ":symbol", "latest" ], "query": [ { "description": "The time frame to return the historical data in: by day (1d, 2d, ..., all), by hour (1h, 2h, ..., 72h) or by minute (1m, 2m, ..., 360m)", "key": "timeFrame", "value": "30d" } ], "variable": [ { "id": "9bbf425c-344e-4a6b-a5b0-b0fb565416d6", "key": "symbol", "value": "link", "description": "(Required) The symbol of the token contract." } ] }, "description": "Retrieves the latest metrics for the specified ERC token symbol." }, "response": [ { "id": "b09a97ea-97e1-4089-ad1b-2ea0134c824f", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/tokens/metrics/:symbol/latest?timeFrame=30d", "host": [ "{{baseUrl}}" ], "path": [ "tokens", "metrics", ":symbol", "latest" ], "query": [ { "description": "The time frame to return the historical data in: by day (1d, 2d, ..., all), by hour (1h, 2h, ..., 72h) or by minute (1m, 2m, ..., 360m)", "key": "timeFrame", "value": "30d" } ], "variable": [ { "key": "symbol" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 0,\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"priceUSD\": \"\",\n \"transfersTotal\": \"\",\n \"transferedValueTotal\": \"\",\n \"transferedValueAverage\": \"\",\n \"transferedValueTotalUSD\": \"\",\n \"transferedValueAverageUSD\": \"\"\n }\n}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-b09a97ea-97e1-4089-ad1b-2ea0134c824f" }, { "id": "703de57f-06a6-42b6-9882-a15215566668", "name": "401", "originalRequest": { "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/tokens/metrics/:symbol/latest?timeFrame=30d", "host": [ "{{baseUrl}}" ], "path": [ "tokens", "metrics", ":symbol", "latest" ], "query": [ { "description": "The time frame to return the historical data in: by day (1d, 2d, ..., all), by hour (1h, 2h, ..., 72h) or by minute (1m, 2m, ..., 360m)", "key": "timeFrame", "value": "30d" } ], "variable": [ { "key": "symbol" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "responseTime": null, "body": "{\n \"examples\": {\n \"Result\": {\n \"value\": \"Unauthorized\"\n }\n }\n}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-703de57f-06a6-42b6-9882-a15215566668" }, { "id": "fc864dd9-b4ad-4454-82fc-a8c17c7ad3e0", "name": "404", "originalRequest": { "method": "GET", "header": [ { "description": "The id of the blockchain", "key": "x-amberdata-blockchain-id", "value": "ethereum-mainnet" }, { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/tokens/metrics/:symbol/latest?timeFrame=30d", "host": [ "{{baseUrl}}" ], "path": [ "tokens", "metrics", ":symbol", "latest" ], "query": [ { "description": "The time frame to return the historical data in: by day (1d, 2d, ..., all), by hour (1h, 2h, ..., 72h) or by minute (1m, 2m, ..., 360m)", "key": "timeFrame", "value": "30d" } ], "variable": [ { "key": "symbol" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "responseTime": null, "body": "{\n \"examples\": {\n \"Address Not Found\": {\n \"value\": \"Unknown address or address is not a contract\"\n }\n }\n}", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-fc864dd9-b4ad-4454-82fc-a8c17c7ad3e0" } ], "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-d0d0475e-a00d-48ac-b6be-5665fdb167b9" } ], "id": "680b9f3e-5bfc-49f2-917b-309798c251b6", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-680b9f3e-5bfc-49f2-917b-309798c251b6" } ], "id": "313bc935-0909-48ed-a08c-8befb0c8d756", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-313bc935-0909-48ed-a08c-8befb0c8d756" } ], "id": "2606e00b-4985-4e5a-922e-3a10ca1d0930", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-2606e00b-4985-4e5a-922e-3a10ca1d0930" } ], "id": "077d15e7-afd0-42c1-8045-8d08a7ba05fc", "createdAt": "2026-07-28T00:59:41.000Z", "updatedAt": "2026-07-28T00:59:41.000Z", "uid": "35240-077d15e7-afd0-42c1-8045-8d08a7ba05fc" } ], "variable": [ { "key": "baseUrl", "value": "https://api.amberdata.com/blockchains" } ] }