posthttps://gateway-api-testnet.circle.com/v1/transfer
Generates a transfer attestation and operator signature for transferring tokens between domains
The maximum block height at which this burn is valid.
The maximum fee the user is willing to pay.
Version of the transfer spec (uint32).
The domain of the wallet contract this transfer came from (uint32).
The domain of the minter contract this transfer is valid for (uint32).
The address of the wallet contract on the source domain (32-byte padded).
The address of the minter contract on the destination domain (32-byte padded).
The token address on the source domain (32-byte padded).
The token address on the destination domain (32-byte padded).
The address to debit within the wallet contract on the source domain (32-byte padded).
The address that should receive the funds on the destination domain (32-byte padded).
The signer who signed for the transfer (32-byte padded).
The address of the caller who may use the attestation, 0 address if any caller (32-byte padded).
The amount to be transferred.
An arbitrary value chosen by the user to be unique.
Arbitrary bytes that may be used for onchain composition (optional).
The signature over the burnIntent.
The maximum block height at which this burn is valid.
The maximum fee the user is willing to pay.
Version of the transfer spec (uint32).
The domain of the wallet contract this transfer came from (uint32).
The domain of the minter contract this transfer is valid for (uint32).
The address of the wallet contract on the source domain (32-byte padded).
The address of the minter contract on the destination domain (32-byte padded).
The token address on the source domain (32-byte padded).
The token address on the destination domain (32-byte padded).
The address to debit within the wallet contract on the source domain (32-byte padded).
The address that should receive the funds on the destination domain (32-byte padded).
The signer who signed for the transfer (32-byte padded).
The address of the caller who may use the attestation, 0 address if any caller (32-byte padded).
The amount to be transferred.
An arbitrary value chosen by the user to be unique.
Arbitrary bytes that may be used for onchain composition (optional).
The signature over the burnIntentSet.
1{
2 "attestation": "",
3 "signature": ""
4}