Send Transaction
Gateway
Send Transaction
Send a native token transaction.
Args:
request: Contains chain, network, sender address, recipient address, and amount
Returns:
Dict with transaction signature/hash.
Example: POST /gateway/wallets/send
{
"chain": "solana",
"network": "mainnet-beta",
"address": "<sender-address>",
"to_address": "<recipient-address>",
"amount": "0.001"
}
POST
Send Transaction
Documentation Index
Fetch the complete documentation index at: https://condor.hummingbot.org/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
application/json
Request to send a native token transaction
Response
Successful Response
The response is of type Response Send Transaction Gateway Wallets Send Post · object.

