{
  "x402Version": 2,
  "id": 1115,
  "slug": "1115",
  "resource": "https://api.arkm.com/x402/counterparties/address",
  "description": "Get top Arkham counterparties for an address. $10.00 per call.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x942bD3E3073543c674Efc0C378D5bcE20f9120C1",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "6bfN4hVbypmM1p4mV4qUpNushvm3W8GiAv1CrqEfiUdM",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "10000000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "address": "0x28C6c06298d514Db089934071355E5743bf21d60"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "base": [
              {
                "address": {
                  "address": "0x31beec3942E4Faf3F253c86b51537387d16Ada34",
                  "arkhamLabel": {
                    "address": "0x31beec3942E4Faf3F253c86b51537387d16Ada34",
                    "chainType": "evm",
                    "name": "Binance Deposit"
                  },
                  "chain": "base",
                  "contract": false,
                  "depositServiceID": "binance",
                  "isUserAddress": false
                },
                "chains": [
                  "base"
                ],
                "flow": "out",
                "transactionCount": 1,
                "usd": 5252.65185546875
              },
              {
                "address": {
                  "address": "0x6dcBCe46a8B494c885D0e7b6817d2b519dF64467",
                  "arkhamEntity": {
                    "crunchbase": "https://www.crunchbase.com/organization/coinbase",
                    "id": "coinbase",
                    "linkedin": "https://www.linkedin.com/company/coinbase",
                    "name": "Coinbase",
                    "note": "",
                    "service": null,
                    "twitter": "https://twitter.com/coinbase",
                    "type": "cex",
                    "website": "https://coinbase.com"
                  },
                  "arkhamLabel": {
                    "address": "0x6dcBCe46a8B494c885D0e7b6817d2b519dF64467",
                    "chainType": "evm",
                    "name": "Hot Wallet"
                  },
                  "chain": "base",
                  "contract": false,
                  "isUserAddress": false
                },
                "chains": [
                  "base"
                ],
                "flow": "in",
                "transactionCount": 1,
                "usd": 2028.17822265625
              }
            ],
            "bsc": [
              {
                "address": {
                  "address": "0xF977814e90dA44bFA03b6295A0616a897441aceC",
                  "arkhamEntity": {
                    "crunchbase": "https://www.crunchbase.com/organization/binance",
                    "id": "binance",
                    "linkedin": "https://www.linkedin.com/company/binance",
                    "name": "Binance",
                    "note": "",
                    "service": null,
                    "twitter": "https://twitter.com/binance",
                    "type": "cex",
                    "website": "https://binance.com"
                  },
                  "arkhamLabel": {
                    "address": "0xF977814e90dA44bFA03b6295A0616a897441aceC",
                    "chainType": "evm",
                    "name": "Cold Wallet"
                  },
                  "chain": "bsc",
                  "contract": false,
                  "isUserAddress": false
                },
                "chains": [
                  "bsc"
                ],
                "flow": "all",
                "transactionCount": 78,
                "usd": 1014571199.420227
              },
              {
                "address": {
                  "address": "0xD65448affe1475F101378A744a62C00F04CF50D6",
                  "arkhamEntity": {
                    "id": "kanga-exchange",
                    "name": "Kanga Exchange",
                    "note": "",
                    "service": null,
                    "twitter": "https://twitter.com/KangaExchange",
                    "type": "cex",
                    "website": "https://kanga.exchange/"
                  },
                  "arkhamLabel": {
                    "address": "0xD65448affe1475F101378A744a62C00F04CF50D6",
                    "chainType": "evm",
                    "name": "Hot Wallet"
                  },
                  "chain": "bsc",
                  "contract": false,
                  "isUserAddress": false
                },
                "chains": [
                  "bsc"
                ],
                "flow": "in",
                "transactionCount": 1,
                "usd": 3163.48583984375
              }
            ]
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "$schema": "https://json-schema.org/draft/2020-12/schema",
                "additionalProperties": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "number"
                    },
                    {
                      "type": "boolean"
                    },
                    {
                      "items": {
                        "anyOf": [
                          {
                            "type": "string"
                          },
                          {
                            "type": "number"
                          },
                          {
                            "type": "boolean"
                          }
                        ]
                      },
                      "type": "array"
                    }
                  ]
                },
                "properties": {
                  "address": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "number"
                      },
                      {
                        "type": "boolean"
                      },
                      {
                        "items": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "number"
                            },
                            {
                              "type": "boolean"
                            }
                          ]
                        },
                        "type": "array"
                      }
                    ],
                    "description": "The address to query counterparties for. A comma-separated list is also accepted — their counterparties are aggregated…"
                  },
                  "chains": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "number"
                      },
                      {
                        "type": "boolean"
                      },
                      {
                        "items": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "number"
                            },
                            {
                              "type": "boolean"
                            }
                          ]
                        },
                        "type": "array"
                      }
                    ],
                    "description": "Chains to filter by, as a single comma-separated value (e.g. 'base,bsc'). If omitted, returns counterparties across all…"
                  },
                  "flow": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "number"
                      },
                      {
                        "type": "boolean"
                      },
                      {
                        "items": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "number"
                            },
                            {
                              "type": "boolean"
                            }
                          ]
                        },
                        "type": "array"
                      }
                    ],
                    "description": "Transfer direction. Only \"in\" or \"out\" are accepted (omit for both directions)."
                  },
                  "limit": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "number"
                      },
                      {
                        "type": "boolean"
                      },
                      {
                        "items": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "number"
                            },
                            {
                              "type": "boolean"
                            }
                          ]
                        },
                        "type": "array"
                      }
                    ],
                    "description": "Maximum number of results to return. Default: 20. Max: 1000."
                  },
                  "tags": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "number"
                      },
                      {
                        "type": "boolean"
                      },
                      {
                        "items": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "number"
                            },
                            {
                              "type": "boolean"
                            }
                          ]
                        },
                        "type": "array"
                      }
                    ],
                    "description": "List of counterparty tags to filter by."
                  },
                  "timeGte": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "number"
                      },
                      {
                        "type": "boolean"
                      },
                      {
                        "items": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "number"
                            },
                            {
                              "type": "boolean"
                            }
                          ]
                        },
                        "type": "array"
                      }
                    ],
                    "description": "Filter to activity after this time. Accepts RFC 3339, Unix seconds/ms, or YYYY-MM-DD."
                  },
                  "timeLast": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "number"
                      },
                      {
                        "type": "boolean"
                      },
                      {
                        "items": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "number"
                            },
                            {
                              "type": "boolean"
                            }
                          ]
                        },
                        "type": "array"
                      }
                    ],
                    "description": "Filter to activity within this duration before now (e.g. 24h, 7d). Cannot be combined with timeGte/timeLte."
                  },
                  "timeLte": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "number"
                      },
                      {
                        "type": "boolean"
                      },
                      {
                        "items": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "number"
                            },
                            {
                              "type": "boolean"
                            }
                          ]
                        },
                        "type": "array"
                      }
                    ],
                    "description": "Filter to activity before this time. Accepts RFC 3339, Unix seconds/ms, or YYYY-MM-DD."
                  },
                  "tokens": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "number"
                      },
                      {
                        "type": "boolean"
                      },
                      {
                        "items": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "number"
                            },
                            {
                              "type": "boolean"
                            }
                          ]
                        },
                        "type": "array"
                      }
                    ],
                    "description": "Comma-separated list of token addresses or token IDs; matches counterparties involving any of them."
                  },
                  "usdGte": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "number"
                      },
                      {
                        "type": "boolean"
                      },
                      {
                        "items": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "number"
                            },
                            {
                              "type": "boolean"
                            }
                          ]
                        },
                        "type": "array"
                      }
                    ],
                    "description": "Filter to counterparties whose aggregated USD volume is at least this value."
                  }
                },
                "required": [
                  "address"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST",
                  "PUT",
                  "PATCH"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "$schema": "https://json-schema.org/draft/2020-12/schema",
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    },
    "builder-code": {
      "info": {
        "a": "bc_ej6r6uyr"
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "additionalProperties": false,
        "properties": {
          "a": {
            "description": "App builder code",
            "pattern": "^[a-z0-9_]{1,32}$",
            "type": "string"
          },
          "s": {
            "description": "Service builder codes",
            "items": {
              "pattern": "^[a-z0-9_]{1,32}$",
              "type": "string"
            },
            "type": "array"
          },
          "w": {
            "description": "Wallet builder code",
            "pattern": "^[a-z0-9_]{1,32}$",
            "type": "string"
          }
        },
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar",
    "builder-code"
  ],
  "sourceHost": "api.arkm.com",
  "lastUpdated": "2026-09-03T20:01:20.266Z",
  "quality": {
    "calls30d": 5,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-03T20:01:34.164Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.arkm.com",
    "manifest_name": "api.arkm.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}