v5
latestOpenAPI 3.0.32026-08-04500331.0 KBget/requests
Query parameters
limitstring
continuationstring
userstring
hashstring
originChainIdnumber
destinationChainIdnumber
privateChainsToIncludestring
idstring
startTimestampnumber
endTimestampnumber
Headers
x-api-keystring
Optional API key for authentication and higher rate limits.
Response
Default Response
Example response
{
"requests": [
{
"data": {
"metadata": {
"currencyIn": {
"currency": {
"chainId": 8453,
"address": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
"symbol": "USDC",
"name": "USD Coin",
"decimals": 6,
"metadata": {
"logoURI": "https://ethereum-optimism.github.io/data/USDC/logo.png",
"verified": false,
"isNative": false
}
},
"amount": "30754920",
"amountFormatted": "30.75492",
"amountUsd": "30.901612",
"minimumAmount": "30454920"
},
"currencyOut": {
"currency": {
"chainId": 8453,
"address": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
"symbol": "USDC",
"name": "USD Coin",
"decimals": 6,
"metadata": {
"logoURI": "https://ethereum-optimism.github.io/data/USDC/logo.png",
"verified": false,
"isNative": false
}
},
"amount": "30754920",
"amountFormatted": "30.75492",
"amountUsd": "30.901612",
"minimumAmount": "30454920"
}
}
}
}
]
}