Skip to main content
POST
/
v2
/
evm
/
accounts
/
{address}
/
send
/
transaction
Send a transaction
curl --request POST \
  --url https://api.cdp.coinbase.com/platform/v2/evm/accounts/{address}/send/transaction \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'X-Wallet-Auth: <x-wallet-auth>' \
  --data '{
  "network": "base-sepolia",
  "transaction": "0xf86b098505d21dba00830334509431415daf58e2c6b7323b4c58712fd92952145da79018080"
}'
{
  "transactionHash": "0xf8f98fb6726fc936f24b2007df5cb20e2b8444ff3dfaa2a929335f432a9be2e7"
}

Authorizations

Authorization
string
header
required

Headers

X-Wallet-Auth
string
required
X-Idempotency-Key
string
Required string length: 36

Path Parameters

address
string
required

Body

application/json
network
enum<string>
required
Available options:
base,
base-sepolia
Example:
transaction
string
required
Example:

Response

transactionHash
string
required
Example: