API Reference
Get Requests
API Reference
Get Requests
This API returns all the cross-chain transactions.
GET
/
requests
/
v2
limit
string
limit
string
continuation
string
continuation
string
user
string
user
string
hash
string
hash
string
originChainId
string
originChainId
string
destinationChainId
string
destinationChainId
string
privateChainsToInclude
string
privateChainsToInclude
string
id
string
id
string
startTimestamp
number
startTimestamp
number
endTimestamp
number
endTimestamp
number
startBlock
number
startBlock
number
endBlock
number
endBlock
number
chainId
string
chainId
string
Get all requests for a single chain in either direction. Setting originChainId and/or destinationChainId will override this parameter.
sortBy
enum<string>
sortBy
enum<string>
Query Parameters
Get all requests for a single chain in either direction. Setting originChainId and/or destinationChainId will override this parameter.
Available options:
createdAt
, updatedAt
Response
200 - application/json
Note that fallback is returned in the case of a refund
Available options:
refund
, delayed
, waiting
, failure
, pending
, success
Available options:
UNKNOWN
, AMOUNT_TOO_LOW_TO_REFUND
, DEPOSIT_ADDRESS_MISMATCH
, DEPOSIT_CHAIN_MISMATCH
, N/A