Skip to main content
Glama

REI Crypto MCP Server

by 0xReisearch
MIT License
3
  • Apple
  • Linux

get_bridge_transactions

Retrieve all transactions for a specific bridge within a date range. Filter results by source chain, address, or limit the number of transactions returned.

Instructions

GET /transactions/{id}

Get all transactions for a bridge within a date range. Parameters: id: bridge ID (can be retrieved from /bridges) start_timestamp: start timestamp (Unix Timestamp) for date range end_timestamp: end timestamp (Unix Timestamp) for date range source_chain: filter by source chain (e.g., 'Polygon') address: filter by address in format {chain}:{address} limit: limit number of transactions returned (max 6000)

Input Schema

NameRequiredDescriptionDefault
addressNo
end_timestampNo
idYes
limitNo
source_chainNo
start_timestampNo

Input Schema (JSON Schema)

{ "properties": { "address": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Address" }, "end_timestamp": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "End Timestamp" }, "id": { "title": "Id", "type": "integer" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Limit" }, "source_chain": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Source Chain" }, "start_timestamp": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Start Timestamp" } }, "required": [ "id" ], "title": "get_bridge_transactionsArguments", "type": "object" }
Install Server

Other Tools from REI Crypto MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/0xReisearch/crypto-mcp-beta'

If you have feedback or need assistance with the MCP directory API, please join our Discord server