Path Parameters
The keccak256 hash of the TransferSpec
"0x1234abcd5678ef90..."
Response
Transfer spec retrieved successfully.
Version of the transfer spec (uint32).
0 <= x <= 42949672951
The domain of the wallet contract this transfer came from (uint32).
0 <= x <= 42949672950
The domain of the minter contract this transfer is valid for (uint32).
0 <= x <= 42949672954
The address of the wallet contract on the source domain (32-byte padded).
"0x1234567890123456789012345678901234567890123456789012345678901234"
The address of the minter contract on the destination domain (32-byte padded).
"0x1234567890123456789012345678901234567890123456789012345678901234"
The token address on the source domain (32-byte padded).
"0x1234567890123456789012345678901234567890123456789012345678901234"
The token address on the destination domain (32-byte padded).
"0x1234567890123456789012345678901234567890123456789012345678901234"
The address to debit within the wallet contract on the source domain (32-byte padded).
"0x1234567890123456789012345678901234567890123456789012345678901234"
The address that should receive the funds on the destination domain (32-byte padded).
"0x1234567890123456789012345678901234567890123456789012345678901234"
The signer who signed for the transfer (32-byte padded).
"0x1234567890123456789012345678901234567890123456789012345678901234"
The address of the caller who may use the attestation, 0 address if any caller (32-byte padded).
"0x1234567890123456789012345678901234567890123456789012345678901234"
The amount to be transferred.
"1000000000000000000"
An arbitrary value chosen by the user to be unique.
"0x1234567890123456789012345678901234567890123456789012345678901234"
Arbitrary bytes that may be used for onchain composition (optional).
"0x1a2b3c4d"