This API returns all the cross-chain transactions.
Documentation Index
Fetch the complete documentation index at: https://docs.relay.link/llms.txt
Use this file to discover all available pages before exploring further.
Maximum number of requests to return per page.
1 <= x <= 50Pagination cursor returned by a previous response. Pass it back to fetch the next page.
Filter requests where this address is the sender or recipient.
Filter requests by an origin or destination transaction hash.
Filter requests where this is the origin chain.
Filter requests where this is the destination chain.
Comma-separated list of private chain UUIDs to include in the results.
Filter by requestId — the Relay-level intent identifier returned by the quote api. Used for status polling, webhooks, and most other API endpoints.
Filter by orderId — the protocol-level deposit identifier passed as bytes32 id to the Relay Depository when funds are deposited, and emitted in the deposit event.
When true, include the raw orderData blob in each request.
Filter requests created at or after this Unix timestamp (seconds).
Filter requests created at or before this Unix timestamp (seconds).
Filter requests by origin-chain block number (inclusive lower bound).
Filter requests by origin-chain block number (inclusive upper bound).
Get all requests for a single chain in either direction. Setting originChainId and/or destinationChainId will override this parameter.
Filter requests by the referrer value supplied at quote time.
Filter requests by deposit address. Returns all requests associated with this deposit address.
When filtering by id or depositAddress, also return child transactions (e.g. duplicates, retries, refunds) linked to the original request.
Filter requests by status.
success, failure, refund, pending, depositing Filter requests by the API key that created them.
Field to sort by.
createdAt, updatedAt Sort direction.
asc, desc Default Response
{
"id": "0xddd6c1a0340e940b7be4f5a4be076df8b7ec7de7b18f9ec6efe4bfffd2f21cf6",
"status": "success",
"user": "0x456bccd1eaa77d5cc5ace1723b5dcca00d67cdea",
"recipient": "0x456bccd1eaa77d5cc5ace1723b5dcca00d67cdea",
"depositAddress": {
"address": "0x456bccd1eaa77d5cc5ace1723b5dcca00d67cdea",
"depositAddressType": "open",
"depositor": "0x456bccd1eaa77d5cc5ace1723b5dcca00d67cdea"
},
"data": {
"subsidizedRequest": false,
"fees": {
"gas": "2622672522398",
"fixed": "10000000000000",
"price": "39000000000000"
},
"feesUsd": {
"gas": "9057",
"fixed": "34534",
"price": "134684"
},
"inTxs": [
{
"fee": "423218878900",
"data": {
"to": "0xf70da97812cb96acdf810712aa562db8dfa3dbef",
"data": "0x5869d8",
"from": "0x456bccd1eaa77d5cc5ace1723b5dcca00d67cdea",
"value": "2651622672522398"
},
"hash": "0xe53021eaa63d100b08338197d26953e2219bcbad828267dd936c549ff643aad7",
"type": "onchain",
"chainId": 7777777,
"timestamp": 1713290377
}
],
"currency": "eth",
"price": "2600000000000000",
"usesExternalLiquidity": false,
"outTxs": [
{
"fee": "1837343366480",
"data": {
"to": "0x456bccd1eaa77d5cc5ace1723b5dcca00d67cdea",
"data": "0x5869d8",
"from": "0xf70da97812cb96acdf810712aa562db8dfa3dbef",
"value": "2600000000000000"
},
"hash": "0x9da7bc54dfe6229d6980fd62250d472f23dfe0f41a1cdc870c81a08b3445f254",
"type": "onchain",
"chainId": 8453,
"timestamp": 1713290383
}
]
},
"moonpayId": "9dc342c3-538b-4731-aba7-13ed89acc7ae",
"createdAt": "2024-04-16T17:59:39.702Z",
"updatedAt": "2024-04-16T17:59:46.145Z"
}