Authorizations
Enter your JSON Web Token (JWT) here. Refer to the Generate JWT section of our Authentication docs for information on how to generate your Bearer Token.
Path Parameters
The ID of the wallet the address belongs to.
The onchain address the transfer belongs to.
The ID of the transfer to broadcast.
Body
The hex-encoded signed payload of the transfer
Response
Success response
A transfer of an asset from one address to another
The ID of the blockchain network.
"base-sepolia"
The ID of the wallet that owns the from address
"d91d652b-d020-48d4-bf19-5c5eb5e280c7"
The onchain address of the sender
"0xfc807D1bE4997e5C7B33E4d8D57e60c5b0f02B1a"
The onchain address of the recipient
"0xfc807D1bE4997e5C7B33E4d8D57e60c5b0f02B1a"
The amount in the atomic units of the asset
"12345678"
The ID of the asset being transferred
"USDC"
The asset being transferred
The ID of the transfer
"d91d652b-d020-48d4-bf19-5c5eb5e280c7"
Whether the transfer uses sponsored gas
The transaction that will execute the transfer onchain
The sponsored gasless send
The unsigned payload of the transfer. This is the payload that needs to be signed by the sender.
The signed payload of the transfer. This is the payload that has been signed by the sender.
The hash of the transfer transaction
"0x53e11e94ebb2438d6ddcfa07dabc9b551d2f440f8363fea941083bc397a86a42"
The status of the transfer
pending
, broadcast
, complete
, failed