Authorizations
Basic auth required for external APIs. Example: "Authorization: Basic {base64EncodedPasswordString}"
Query Parameters
Withdrawn, Deposited, Completed Response
Success
Swap unique identifier.
Date and time when a swap was detected by XFlow.
Date and time when a swap's deposit transaction was made on the inbound chain.
Date and time when a swap's withdrawal transaction was made on the outbound chain.
Date and time when a swap was detected by XFlow.
Date and time when a swap was completed by XFlow and became available in the external API.
Name of the bridge that processed the swap.
Key of the bridge that processed the swap.
Chain on which the inbound transaction was submitted.
Chain on which the outbound transaction was submitted.
Account that submitted the inbound transaction.
Account that received the outbound transaction.
InteractedWith address in the inbound transaction (only for EVM chains).
Key of the protocol that processed the swap.
Address of the protocol that emitted the swap in the inbound transaction.
Address of the protocol that finished the swap in the outbound transaction.
Other protocol addresses that emitted events tracked by XFlow to identify the swap in the inbound transaction.
Other protocol addresses that emitted events tracked by XFlow to identify the swap in the outbound transaction.
Inbound transaction hash.
Outbound transaction hash.
Inbound token on the source chain.
Outbound token on the destination chain.
Inbound token contract address.
Outbound token contract address.
Deposited amount in source tokens.
Withdrawn amount in destination tokens.
Deposited amount in USD equivalent.
Withdrawn amount in USD equivalent.
Indicates whether deposited and withdrawn USD amounts are within an acceptable range:
Unprocessed (amounts not processed yet);
NotFound (USD rates were unavailable);
MismatchDetected (difference between deposited and withdrawn USD is unusually high);
OK (difference is within the acceptable range).
Unprocessed, NotFound, MismatchDetected, OK Optional field returning extra information for certain swaps. Currently defined tags:
thor-affiliate for swaps through Thorswap;
nft to indicate whether the transaction is an NFT deposit or withdrawal (nft: deposit or nft: withdrawal);
injective-nonce for swaps through the Injective bridge to the Injective chain.